diff mbox series

[net-next] net-xdp: document xdp_linearize

Message ID 20200123232136.184906-1-lrizzo@google.com
State Changes Requested
Delegated to: BPF Maintainers
Headers show
Series [net-next] net-xdp: document xdp_linearize | expand

Commit Message

Luigi Rizzo Jan. 23, 2020, 11:21 p.m. UTC
---
 Documentation/ABI/testing/sysfs-class-net | 8 ++++++++
 1 file changed, 8 insertions(+)
diff mbox series

Patch

diff --git a/Documentation/ABI/testing/sysfs-class-net b/Documentation/ABI/testing/sysfs-class-net
index 664a8f6a634f..5917af789c53 100644
--- a/Documentation/ABI/testing/sysfs-class-net
+++ b/Documentation/ABI/testing/sysfs-class-net
@@ -301,3 +301,11 @@  Contact:	netdev@vger.kernel.org
 Description:
 		32-bit unsigned integer counting the number of times the link has
 		been down
+
+What:		/sys/class/net/<iface>/xdp_linearize
+Date:		Jan 2020
+KernelVersion:	5.6
+Contact:	netdev@vger.kernel.org
+Description:
+		boolean controlling whether skb should be linearized in
+		netif_receive_generic_xdp. Defaults to 1 (true).