tc: updated tc-u32 man page to reflect skip_sw and skip_hw parameters.

Signed-off-by: Roman Mashak <mrv@mojatatu.com>
This commit is contained in:
Roman Mashak 2017-06-21 11:14:22 -04:00 committed by Stephen Hemminger
parent fb12cea8d9
commit 7cca407e28
1 changed files with 11 additions and 0 deletions

View File

@ -29,6 +29,10 @@ u32 \- universal 32bit traffic control filter
.IR HANDLE " ] [ "
.B indev
.IR ifname " ] [ "
.B skip_hw
.R "|"
.B skip_sw
.R " ] [ "
.BR help " ]"
.ti -8
@ -331,6 +335,13 @@ option.
Filter on the incoming interface of the packet. Obviously works only for
forwarded traffic.
.TP
.BI skip_sw
Do not process filter by software. If hardware has no offload support for this
filter, or TC offload is not enabled for the interface, operation will fail.
.TP
.BI skip_hw
Do not process filter by hardware.
.TP
.BI help
Print a brief help text about possible options.
.SH SELECTORS