Re: [PATCH net-next v7 03/12] net: tunnel: make skb_vlan_inet_prepare() return drop reasons
From: Simon Horman <horms@kernel.org>
Date: 2024-10-09 13:37:52
Also in:
lkml
From: Simon Horman <horms@kernel.org>
Date: 2024-10-09 13:37:52
Also in:
lkml
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 <redacted> --- 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@kernel.org>