Re: [PATCH net-next v7 10/12] net: vxlan: use kfree_skb_reason() in vxlan_mdb_xmit()
From: Ido Schimmel <idosch@nvidia.com>
Date: 2024-10-13 13:18:49
Also in:
lkml
From: Ido Schimmel <idosch@nvidia.com>
Date: 2024-10-13 13:18:49
Also in:
lkml
On Wed, Oct 09, 2024 at 10:28:28AM +0800, Menglong Dong wrote:
Replace kfree_skb() with kfree_skb_reason() in vxlan_mdb_xmit. No drop reasons are introduced in this commit. Signed-off-by: Menglong Dong <redacted> Reviewed-by: Simon Horman <horms@kernel.org>
Reviewed-by: Ido Schimmel <idosch@nvidia.com>