All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch iproute2 v3 0/2] Add matchall support to tc
@ 2016-08-31  7:28 Jiri Pirko
  2016-08-31  7:28 ` [patch iproute2 v3 1/2] tc: Add support for the matchall traffic classifier Jiri Pirko
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jiri Pirko @ 2016-08-31  7:28 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.

---
v2->v3:
-fixed couple of typos in man pages
v1->v2:
-fixed couple of checkpatch issues

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        | 143 +++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 226 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] 4+ messages in thread

end of thread, other threads:[~2016-09-01 15:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-31  7:28 [patch iproute2 v3 0/2] Add matchall support to tc Jiri Pirko
2016-08-31  7:28 ` [patch iproute2 v3 1/2] tc: Add support for the matchall traffic classifier Jiri Pirko
2016-08-31  7:28 ` [patch iproute2 v3 2/2] tc: man: Add man entry for the matchall classifier Jiri Pirko
2016-09-01 15:39 ` [patch iproute2 v3 0/2] Add matchall support to tc 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.