Re: [PATCH net-next v7 05/12] net: vxlan: make vxlan_remcsum() return drop reasons

From: Ido Schimmel
Date: Sun Oct 13 2024 - 07:12:19 EST


On Wed, Oct 09, 2024 at 10:28:23AM +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 <dongml2@xxxxxxxxxxxxxxx>
> Reviewed-by: Simon Horman <horms@xxxxxxxxxx>
> Reviewed-by: Kalesh AP <kalesh-anakkur.purayil@xxxxxxxxxxxx>

Reviewed-by: Ido Schimmel <idosch@xxxxxxxxxx>