Re: [PATCH net-next v4 04/12] net: vxlan: add skb drop reasons to vxlan_rcv()

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


On Tue, Oct 01, 2024 at 03:32:17PM +0800, Menglong Dong wrote:
> Introduce skb drop reasons to the function vxlan_rcv(). Following new
> drop reasons are added:
>
> SKB_DROP_REASON_VXLAN_INVALID_HDR
> SKB_DROP_REASON_VXLAN_VNI_NOT_FOUND
> SKB_DROP_REASON_IP_TUNNEL_ECN
>
> Signed-off-by: Menglong Dong <dongml2@xxxxxxxxxxxxxxx>

Reviewed-by: Simon Horman <horms@xxxxxxxxxx>