[PATCH] Documentation: netvsc: Remove stale "not yet supported" XDP_REDIRECT note

From: Christian Melendez

Date: Wed Sep 02 2026 - 16:35:48 EST


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@xxxxxxxxx
Signed-off-by: Christian Melendez <chrismelnu@xxxxxxxxx>
---
.../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