Re: [PATCH net-next v7 03/12] net: tunnel: make skb_vlan_inet_prepare() return drop reasons

From: Simon Horman
Date: Wed Oct 09 2024 - 09:38:09 EST


On Wed, Oct 09, 2024 at 10:28:21AM +0800, Menglong Dong wrote:
> Make skb_vlan_inet_prepare return the skb drop reasons, which is just
> what pskb_may_pull_reason() returns. Meanwhile, adjust all the call of
> it.
>
> Signed-off-by: Menglong Dong <dongml2@xxxxxxxxxxxxxxx>
> ---
> v5:
> - make skb_vlan_inet_prepare() return drop reasons, instead of introduce
> a wrapper for it.
> v3:
> - fix some format problems, as Alexander advised

Reviewed-by: Simon Horman <horms@xxxxxxxxxx>