mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2025-10-17 16:24:14 +00:00
man: tc-flower: add explanation for hw_tc option
Add details explaining the hw_tc option. Signed-off-by: Amritha Nambiar <amritha.nambiar@intel.com>
This commit is contained in:
parent
f63783c7bf
commit
2e67b57a43
@ -10,7 +10,10 @@ flower \- flow based traffic control filter
|
|||||||
.B action
|
.B action
|
||||||
.IR ACTION_SPEC " ] [ "
|
.IR ACTION_SPEC " ] [ "
|
||||||
.B classid
|
.B classid
|
||||||
.IR CLASSID " ]"
|
.IR CLASSID " ] [ "
|
||||||
|
.B hw_tc
|
||||||
|
.IR TCID " ]"
|
||||||
|
|
||||||
|
|
||||||
.ti -8
|
.ti -8
|
||||||
.IR MATCH_LIST " := [ " MATCH_LIST " ] " MATCH
|
.IR MATCH_LIST " := [ " MATCH_LIST " ] " MATCH
|
||||||
@ -85,6 +88,10 @@ is in the form
|
|||||||
.BR X : Y ", while " X " and " Y
|
.BR X : Y ", while " X " and " Y
|
||||||
are interpreted as numbers in hexadecimal format.
|
are interpreted as numbers in hexadecimal format.
|
||||||
.TP
|
.TP
|
||||||
|
.BI hw_tc " TCID"
|
||||||
|
Specify a hardware traffic class to pass matching packets on to. TCID is in the
|
||||||
|
range 0 through 15.
|
||||||
|
.TP
|
||||||
.BI indev " ifname"
|
.BI indev " ifname"
|
||||||
Match on incoming interface name. Obviously this makes sense only for forwarded
|
Match on incoming interface name. Obviously this makes sense only for forwarded
|
||||||
flows.
|
flows.
|
||||||
|
Loading…
Reference in New Issue
Block a user