]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
man: tc-skbedit.8: Elaborate a bit on TX queues
authorPhil Sutter <phil@nwl.cc>
Tue, 22 Mar 2016 14:48:37 +0000 (15:48 +0100)
committerStephen Hemminger <stephen@networkplumber.org>
Sun, 27 Mar 2016 17:34:47 +0000 (10:34 -0700)
Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
man/man8/tc-skbedit.8

index b585a4d4253ba442ba5dd62df091572a23458cc9..e6902960eee270e93981822f5aabe01cfcd019f8 100644 (file)
@@ -17,6 +17,18 @@ The
 action allows to change a packet's associated meta data. It complements the
 .B pedit
 action, which in turn allows to change parts of the packet data itself.
+
+The most unique feature of
+.B skbedit
+is it's ability to decide over which queue of an interface with multiple
+transmit queues the packet is to be sent out. The number of available transmit
+queues is reflected by sysfs entries within
+.I /sys/class/net/<interface>/queues
+with name
+.I tx-N
+(where
+.I N
+is the actual queue number).
 .SH OPTIONS
 .TP
 .BI queue_mapping " QUEUE_MAPPING"