summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Melendez <chrismelnu@gmail.com>2026-09-02 21:37:11 +0200
committerJakub Kicinski <kuba@kernel.org>2026-09-04 18:51:39 -0700
commit9eab111e765729e93087ff86a2ec9b2ae42d0fa5 (patch)
tree2e9dc4f203b777f40167073988c99a687d05f16e
parent4c5c71852c719c6cf65ba7f3f7ac51b5b042edde (diff)
downloadlinux-next-9eab111e765729e93087ff86a2ec9b2ae42d0fa5.tar.gz
linux-next-9eab111e765729e93087ff86a2ec9b2ae42d0fa5.zip
Documentation: netvsc: Remove stale "not yet supported" XDP_REDIRECT note
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> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
-rw-r--r--Documentation/networking/device_drivers/ethernet/microsoft/netvsc.rst2
1 files changed, 0 insertions, 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.