Re: [PATCH net-next v7 07/12] net: vxlan: make vxlan_set_mac() return drop reasons
From: Ido Schimmel <idosch@nvidia.com>
Date: 2024-10-13 12:05:05
Also in:
lkml
From: Ido Schimmel <idosch@nvidia.com>
Date: 2024-10-13 12:05:05
Also in:
lkml
On Wed, Oct 09, 2024 at 10:28:25AM +0800, Menglong Dong wrote:
Change the return type of vxlan_set_mac() from bool to enum skb_drop_reason. In this commit, the drop reason "SKB_DROP_REASON_LOCAL_MAC" is introduced for the case that the source mac of the packet is a local mac. Signed-off-by: Menglong Dong <redacted> Reviewed-by: Simon Horman <horms@kernel.org>
Reviewed-by: Ido Schimmel <idosch@nvidia.com>