netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] net: vxlan: replace VXLAN_INVALID_HDR with VNI_NOT_FOUND
@ 2024-10-15  8:28 Menglong Dong
  2024-10-15 12:30 ` Ido Schimmel
  2024-10-18 12:20 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Menglong Dong @ 2024-10-15  8:28 UTC (permalink / raw)
  To: kuba
  Cc: davem, edumazet, pabeni, horms, dongml2, gnault,
	aleksander.lobakin, leitao, b.galvani, alce,
	kalesh-anakkur.purayil, netdev, linux-kernel

Replace the drop reason "SKB_DROP_REASON_VXLAN_INVALID_HDR" with
"SKB_DROP_REASON_VXLAN_VNI_NOT_FOUND" in encap_bypass_if_local(), as the
latter is more accurate.

Fixes: 790961d88b0e ("net: vxlan: use kfree_skb_reason() in encap_bypass_if_local()")
Signed-off-by: Menglong Dong <dongml2@chinatelecom.cn>
---
 drivers/net/vxlan/vxlan_core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/vxlan/vxlan_core.c b/drivers/net/vxlan/vxlan_core.c
index fd21a063db4e..841b59d1c1c2 100644
--- a/drivers/net/vxlan/vxlan_core.c
+++ b/drivers/net/vxlan/vxlan_core.c
@@ -2340,7 +2340,7 @@ static int encap_bypass_if_local(struct sk_buff *skb, struct net_device *dev,
 			DEV_STATS_INC(dev, tx_errors);
 			vxlan_vnifilter_count(vxlan, vni, NULL,
 					      VXLAN_VNI_STATS_TX_ERRORS, 0);
-			kfree_skb_reason(skb, SKB_DROP_REASON_VXLAN_INVALID_HDR);
+			kfree_skb_reason(skb, SKB_DROP_REASON_VXLAN_VNI_NOT_FOUND);
 
 			return -ENOENT;
 		}
-- 
2.39.5


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next] net: vxlan: replace VXLAN_INVALID_HDR with VNI_NOT_FOUND
  2024-10-15  8:28 [PATCH net-next] net: vxlan: replace VXLAN_INVALID_HDR with VNI_NOT_FOUND Menglong Dong
@ 2024-10-15 12:30 ` Ido Schimmel
  2024-10-18 12:20 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Ido Schimmel @ 2024-10-15 12:30 UTC (permalink / raw)
  To: Menglong Dong
  Cc: kuba, davem, edumazet, pabeni, horms, dongml2, gnault,
	aleksander.lobakin, leitao, b.galvani, alce,
	kalesh-anakkur.purayil, netdev, linux-kernel

On Tue, Oct 15, 2024 at 04:28:30PM +0800, Menglong Dong wrote:
> Replace the drop reason "SKB_DROP_REASON_VXLAN_INVALID_HDR" with
> "SKB_DROP_REASON_VXLAN_VNI_NOT_FOUND" in encap_bypass_if_local(), as the
> latter is more accurate.
> 
> Fixes: 790961d88b0e ("net: vxlan: use kfree_skb_reason() in encap_bypass_if_local()")
> Signed-off-by: Menglong Dong <dongml2@chinatelecom.cn>

Reviewed-by: Ido Schimmel <idosch@nvidia.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next] net: vxlan: replace VXLAN_INVALID_HDR with VNI_NOT_FOUND
  2024-10-15  8:28 [PATCH net-next] net: vxlan: replace VXLAN_INVALID_HDR with VNI_NOT_FOUND Menglong Dong
  2024-10-15 12:30 ` Ido Schimmel
@ 2024-10-18 12:20 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-10-18 12:20 UTC (permalink / raw)
  To: Menglong Dong
  Cc: kuba, davem, edumazet, pabeni, horms, dongml2, gnault,
	aleksander.lobakin, leitao, b.galvani, alce,
	kalesh-anakkur.purayil, netdev, linux-kernel

Hello:

This patch was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:

On Tue, 15 Oct 2024 16:28:30 +0800 you wrote:
> Replace the drop reason "SKB_DROP_REASON_VXLAN_INVALID_HDR" with
> "SKB_DROP_REASON_VXLAN_VNI_NOT_FOUND" in encap_bypass_if_local(), as the
> latter is more accurate.
> 
> Fixes: 790961d88b0e ("net: vxlan: use kfree_skb_reason() in encap_bypass_if_local()")
> Signed-off-by: Menglong Dong <dongml2@chinatelecom.cn>
> 
> [...]

Here is the summary with links:
  - [net-next] net: vxlan: replace VXLAN_INVALID_HDR with VNI_NOT_FOUND
    https://git.kernel.org/netdev/net-next/c/eb4f99c56ad3

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-10-18 12:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-15  8:28 [PATCH net-next] net: vxlan: replace VXLAN_INVALID_HDR with VNI_NOT_FOUND Menglong Dong
2024-10-15 12:30 ` Ido Schimmel
2024-10-18 12:20 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).