From: Menglong Dong <menglong8.dong@gmail.com>
To: idosch@nvidia.com
Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, horms@kernel.org, dongml2@chinatelecom.cn,
gnault@redhat.com, aleksander.lobakin@intel.com,
b.galvani@gmail.com, alce@lafranque.net, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: [PATCH net-next] net: vxlan: update the document for vxlan_snoop()
Date: Tue, 15 Oct 2024 17:02:44 +0800 [thread overview]
Message-ID: <20241015090244.36697-1-dongml2@chinatelecom.cn> (raw)
The function vxlan_snoop() returns drop reasons now, so update the
document of it too.
Signed-off-by: Menglong Dong <dongml2@chinatelecom.cn>
---
drivers/net/vxlan/vxlan_core.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/net/vxlan/vxlan_core.c b/drivers/net/vxlan/vxlan_core.c
index d507155e62ce..fd21a063db4e 100644
--- a/drivers/net/vxlan/vxlan_core.c
+++ b/drivers/net/vxlan/vxlan_core.c
@@ -1435,7 +1435,6 @@ static int vxlan_fdb_get(struct sk_buff *skb,
/* Watch incoming packets to learn mapping between Ethernet address
* and Tunnel endpoint.
- * Return true if packet is bogus and should be dropped.
*/
static enum skb_drop_reason vxlan_snoop(struct net_device *dev,
union vxlan_addr *src_ip,
--
2.39.5
next reply other threads:[~2024-10-15 9:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-15 9:02 Menglong Dong [this message]
2024-10-15 12:31 ` [PATCH net-next] net: vxlan: update the document for vxlan_snoop() Ido Schimmel
2024-10-18 12:40 ` patchwork-bot+netdevbpf
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241015090244.36697-1-dongml2@chinatelecom.cn \
--to=menglong8.dong@gmail.com \
--cc=alce@lafranque.net \
--cc=aleksander.lobakin@intel.com \
--cc=b.galvani@gmail.com \
--cc=davem@davemloft.net \
--cc=dongml2@chinatelecom.cn \
--cc=edumazet@google.com \
--cc=gnault@redhat.com \
--cc=horms@kernel.org \
--cc=idosch@nvidia.com \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox