* netvsc.rst: is XDP_REDIRECT still actually unsupported?
@ 2026-08-31 20:03 Christian Melendez
2026-09-01 22:04 ` [EXTERNAL] " Haiyang Zhang
2026-09-02 19:37 ` [PATCH] Documentation: netvsc: Remove stale "not yet supported" XDP_REDIRECT note Christian Melendez
0 siblings, 2 replies; 3+ messages in thread
From: Christian Melendez @ 2026-08-31 20:03 UTC (permalink / raw)
To: Haiyang Zhang; +Cc: linux-hyperv, netdev, linux-doc
Hi Haiyang,
Documentation/networking/device_drivers/ethernet/microsoft/netvsc.rst
still says "XDP_REDIRECT action is not yet supported," but
netvsc_run_xdp() in netvsc_bpf.c seems to handle it fully -- calls
xdp_do_redirect(), tracks stats, and netvsc_drv.c advertises
NETDEV_XDP_ACT_REDIRECT. This looks like it's been true since your
commit 1cb9d3b6185b.
Is the doc just stale, or is there a caveat I'm missing? Happy to
send a one-line fix, or feel free to just tweak it yourself if
that's quicker.
Thanks,
Christian
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: [EXTERNAL] netvsc.rst: is XDP_REDIRECT still actually unsupported?
2026-08-31 20:03 netvsc.rst: is XDP_REDIRECT still actually unsupported? Christian Melendez
@ 2026-09-01 22:04 ` Haiyang Zhang
2026-09-02 19:37 ` [PATCH] Documentation: netvsc: Remove stale "not yet supported" XDP_REDIRECT note Christian Melendez
1 sibling, 0 replies; 3+ messages in thread
From: Haiyang Zhang @ 2026-09-01 22:04 UTC (permalink / raw)
To: Christian Melendez
Cc: linux-hyperv@vger.kernel.org, netdev@vger.kernel.org,
linux-doc@vger.kernel.org
> -----Original Message-----
> From: Christian Melendez <chrismelnu@gmail.com>
> Sent: Monday, August 31, 2026 4:04 PM
> To: Haiyang Zhang <haiyangz@microsoft.com>
> Cc: linux-hyperv@vger.kernel.org; netdev@vger.kernel.org; linux-
> doc@vger.kernel.org
> Subject: [EXTERNAL] netvsc.rst: is XDP_REDIRECT still actually
> unsupported?
>
> [You don't often get email from chrismelnu@gmail.com. Learn why this is
> important at https://aka.ms/LearnAboutSenderIdentification ]
>
> Hi Haiyang,
>
> Documentation/networking/device_drivers/ethernet/microsoft/netvsc.rst
> still says "XDP_REDIRECT action is not yet supported," but
> netvsc_run_xdp() in netvsc_bpf.c seems to handle it fully -- calls
> xdp_do_redirect(), tracks stats, and netvsc_drv.c advertises
> NETDEV_XDP_ACT_REDIRECT. This looks like it's been true since your
> commit 1cb9d3b6185b.
>
> Is the doc just stale, or is there a caveat I'm missing? Happy to
> send a one-line fix, or feel free to just tweak it yourself if
> that's quicker.
>
Yes XDP_REDIRECT is supported already. The doc is stale
Thanks,
- Haiyang
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] Documentation: netvsc: Remove stale "not yet supported" XDP_REDIRECT note
2026-08-31 20:03 netvsc.rst: is XDP_REDIRECT still actually unsupported? Christian Melendez
2026-09-01 22:04 ` [EXTERNAL] " Haiyang Zhang
@ 2026-09-02 19:37 ` Christian Melendez
1 sibling, 0 replies; 3+ messages in thread
From: Christian Melendez @ 2026-09-02 19:37 UTC (permalink / raw)
To: K. Y. Srinivasan, Haiyang Zhang, Wei Liu, Dexuan Cui, Long Li
Cc: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
Simon Horman, Jonathan Corbet, Shuah Khan, Randy Dunlap,
Alexei Starovoitov, Daniel Borkmann, Jesper Dangaard Brouer,
John Fastabend, Stanislav Fomichev, linux-hyperv, netdev,
linux-doc, linux-kernel, bpf, Christian Melendez
netvsc_run_xdp() in drivers/net/hyperv/netvsc_bpf.c has handled
XDP_REDIRECT since commit 1cb9d3b6185b ("hv_netvsc: Add support for
XDP_REDIRECT"), and netvsc_drv.c advertises NETDEV_XDP_ACT_REDIRECT
in xdp_features. Remove the stale note.
Link: https://patch.msgid.link/20260831200357.45390-1-chrismelnu@gmail.com
Signed-off-by: Christian Melendez <chrismelnu@gmail.com>
---
.../networking/device_drivers/ethernet/microsoft/netvsc.rst | 2 --
1 file changed, 2 deletions(-)
diff --git a/Documentation/networking/device_drivers/ethernet/microsoft/netvsc.rst b/Documentation/networking/device_drivers/ethernet/microsoft/netvsc.rst
index fc5acd427a5d..616f808e885b 100644
--- a/Documentation/networking/device_drivers/ethernet/microsoft/netvsc.rst
+++ b/Documentation/networking/device_drivers/ethernet/microsoft/netvsc.rst
@@ -116,5 +116,3 @@ XDP support
before running XDP::
ethtool -K eth0 lro off
-
- XDP_REDIRECT action is not yet supported.
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-09-02 19:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-31 20:03 netvsc.rst: is XDP_REDIRECT still actually unsupported? Christian Melendez
2026-09-01 22:04 ` [EXTERNAL] " Haiyang Zhang
2026-09-02 19:37 ` [PATCH] Documentation: netvsc: Remove stale "not yet supported" XDP_REDIRECT note Christian Melendez
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox