man: tc-skbedit.8: Elaborate a bit on TX queues
Signed-off-by: Phil Sutter <phil@nwl.cc> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
8409abd59b
commit
c73b621cfa
|
|
@ -17,6 +17,18 @@ The
|
||||||
action allows to change a packet's associated meta data. It complements the
|
action allows to change a packet's associated meta data. It complements the
|
||||||
.B pedit
|
.B pedit
|
||||||
action, which in turn allows to change parts of the packet data itself.
|
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
|
.SH OPTIONS
|
||||||
.TP
|
.TP
|
||||||
.BI queue_mapping " QUEUE_MAPPING"
|
.BI queue_mapping " QUEUE_MAPPING"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue