Re: [PATCH net-next v4 05/12] net: vxlan: make vxlan_remcsum() return drop reasons
From: Simon Horman <horms@kernel.org>
Date: 2024-10-02 13:38:12
Also in:
lkml
From: Simon Horman <horms@kernel.org>
Date: 2024-10-02 13:38:12
Also in:
lkml
On Tue, Oct 01, 2024 at 03:32:18PM +0800, Menglong Dong wrote:
Make vxlan_remcsum() support skb drop reasons by changing the return value type of it from bool to enum skb_drop_reason. The only drop reason in vxlan_remcsum() comes from pskb_may_pull_reason(), so we just return it. Signed-off-by: Menglong Dong <redacted>
Reviewed-by: Simon Horman <horms@kernel.org>