netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch iproute2 0/2] Add matchall support to tc
@ 2016-08-22 11:56 Jiri Pirko
  2016-08-22 11:56 ` [patch iproute2 1/2] tc: Add support for the matchall traffic classifier Jiri Pirko
  2016-08-22 11:56 ` [patch iproute2 2/2] tc: man: Add man entry for the matchall classifier Jiri Pirko
  0 siblings, 2 replies; 5+ messages in thread
From: Jiri Pirko @ 2016-08-22 11:56 UTC (permalink / raw)
  To: netdev; +Cc: stephen, yotamg, eladr, idosch, nogahf, ogerlitz

From: Jiri Pirko <jiri@mellanox.com>

Yotam says:
Add the matchall classifier support to tc and added the specific man pages.

Yotam Gigi (2):
  tc: Add support for the matchall traffic classifier.
  tc: man: Add man entry for the matchall classifier.

 man/man8/Makefile      |   2 +-
 man/man8/tc-matchall.8 |  76 ++++++++++++++++++++++++++
 man/man8/tc.8          |   5 ++
 tc/Makefile            |   1 +
 tc/f_matchall.c        | 144 +++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 227 insertions(+), 1 deletion(-)
 create mode 100644 man/man8/tc-matchall.8
 create mode 100644 tc/f_matchall.c

-- 
2.5.5

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

end of thread, other threads:[~2016-08-29 18:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-22 11:56 [patch iproute2 0/2] Add matchall support to tc Jiri Pirko
2016-08-22 11:56 ` [patch iproute2 1/2] tc: Add support for the matchall traffic classifier Jiri Pirko
2016-08-29 18:03   ` Stephen Hemminger
2016-08-29 18:40     ` Jiri Pirko
2016-08-22 11:56 ` [patch iproute2 2/2] tc: man: Add man entry for the matchall classifier Jiri Pirko

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).