netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH iproute2/net-next 0/3] Add the tc-sample action
@ 2017-02-05  7:58 Yotam Gigi
  2017-02-05  7:58 ` [PATCH iproute2/net-next 1/3] tc: Add support for the sample tc action Yotam Gigi
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Yotam Gigi @ 2017-02-05  7:58 UTC (permalink / raw)
  To: stephen, netdev, jiri, eladr; +Cc: Yotam Gigi

This patchset adds the tc-sample action support and the corresponding man
page. More information about the action and its usage can be found in the
commit message.

Yotam Gigi (3):
  tc: Add support for the sample tc action
  tc: man: Add man entry for the tc-sample action
  tc: man: matchall: Update examples to include sample

 bash-completion/tc               |   8 +-
 include/linux/tc_act/tc_sample.h |  26 ++++++
 man/man8/Makefile                |   2 +-
 man/man8/tc-matchall.8           |  10 +++
 man/man8/tc-sample.8             | 125 ++++++++++++++++++++++++++
 tc/Makefile                      |   1 +
 tc/m_sample.c                    | 186 +++++++++++++++++++++++++++++++++++++++
 7 files changed, 356 insertions(+), 2 deletions(-)
 create mode 100644 include/linux/tc_act/tc_sample.h
 create mode 100644 man/man8/tc-sample.8
 create mode 100644 tc/m_sample.c

-- 
2.4.11

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

end of thread, other threads:[~2017-02-06 22:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-05  7:58 [PATCH iproute2/net-next 0/3] Add the tc-sample action Yotam Gigi
2017-02-05  7:58 ` [PATCH iproute2/net-next 1/3] tc: Add support for the sample tc action Yotam Gigi
2017-02-05 18:36   ` Florian Fainelli
2017-02-05 20:22     ` Yotam Gigi
2017-02-05 20:55       ` Florian Fainelli
2017-02-06  7:38         ` Yotam Gigi
2017-02-05  7:58 ` [PATCH iproute2/net-next 2/3] tc: man: Add man entry for the tc-sample action Yotam Gigi
2017-02-05  7:58 ` [PATCH iproute2/net-next 3/3] tc: man: matchall: Update examples to include sample Yotam Gigi
2017-02-06 22:26 ` [PATCH iproute2/net-next 0/3] Add the tc-sample action Stephen Hemminger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).