All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH iproute2 1/1] tc: updated tc-u32 man page to reflect skip_sw and skip_hw parameters.
@ 2017-06-21 15:14 Roman Mashak
  2017-06-21 15:36 ` Stephen Hemminger
  0 siblings, 1 reply; 2+ messages in thread
From: Roman Mashak @ 2017-06-21 15:14 UTC (permalink / raw)
  To: stephen; +Cc: netdev, Roman Mashak

Signed-off-by: Roman Mashak <mrv@mojatatu.com>
---
 man/man8/tc-u32.8 | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/man/man8/tc-u32.8 b/man/man8/tc-u32.8
index 691f53c..e9475a9 100644
--- a/man/man8/tc-u32.8
+++ b/man/man8/tc-u32.8
@@ -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
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH iproute2 1/1] tc: updated tc-u32 man page to reflect skip_sw and skip_hw parameters.
  2017-06-21 15:14 [PATCH iproute2 1/1] tc: updated tc-u32 man page to reflect skip_sw and skip_hw parameters Roman Mashak
@ 2017-06-21 15:36 ` Stephen Hemminger
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Hemminger @ 2017-06-21 15:36 UTC (permalink / raw)
  To: Roman Mashak; +Cc: netdev

On Wed, 21 Jun 2017 11:14:22 -0400
Roman Mashak <mrv@mojatatu.com> wrote:

> Signed-off-by: Roman Mashak <mrv@mojatatu.com>

Applied

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-06-21 16:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-21 15:14 [PATCH iproute2 1/1] tc: updated tc-u32 man page to reflect skip_sw and skip_hw parameters Roman Mashak
2017-06-21 15:36 ` Stephen Hemminger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.