netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH iproute2-next 0/8] flower match support for masked ports
@ 2019-11-12 14:51 Roi Dayan
  2019-11-12 14:51 ` [PATCH iproute2-next 1/8] tc_util: introduce a function to print JSON/non-JSON masked numbers Roi Dayan
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Roi Dayan @ 2019-11-12 14:51 UTC (permalink / raw)
  To: netdev
  Cc: David Ahern, Stephen Hemminger, Jiri Pirko, Eli Britstein, Roi Dayan

Hi,

This series is for adding support for flower match on masked
src/dst ports.

First commits are preparations and fixing tos and ttl output.
Last 3 commits add support for masked src/dst port.

Thanks,
Roi

Eli Britstein (8):
  tc_util: introduce a function to print JSON/non-JSON masked numbers
  tc_util: add an option to print masked numbers with/without a newline
  tc: flower: fix newline prints for ct-mark and ct-zone
  tc_util: fix JSON prints for ct-mark and ct-zone
  tc: flower: fix output for ip tos and ttl
  tc: flower: add u16 big endian parse option
  tc_util: add functions for big endian masked numbers
  tc: flower: support masked port destination and source match

 man/man8/tc-flower.8 | 13 ++++----
 tc/f_flower.c        | 92 +++++++++++++++++++++++++++++++++-------------------
 tc/m_ct.c            |  4 +--
 tc/tc_util.c         | 88 ++++++++++++++++++++++++++++++++++---------------
 tc/tc_util.h         |  8 +++--
 5 files changed, 136 insertions(+), 69 deletions(-)

-- 
2.8.4


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

end of thread, other threads:[~2019-11-13 10:12 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-12 14:51 [PATCH iproute2-next 0/8] flower match support for masked ports Roi Dayan
2019-11-12 14:51 ` [PATCH iproute2-next 1/8] tc_util: introduce a function to print JSON/non-JSON masked numbers Roi Dayan
2019-11-12 14:51 ` [PATCH iproute2-next 2/8] tc_util: add an option to print masked numbers with/without a newline Roi Dayan
2019-11-12 14:51 ` [PATCH iproute2-next 3/8] tc: flower: fix newline prints for ct-mark and ct-zone Roi Dayan
2019-11-12 14:51 ` [PATCH iproute2-next 4/8] tc_util: fix JSON " Roi Dayan
2019-11-12 14:51 ` [PATCH iproute2-next 5/8] tc: flower: fix output for ip tos and ttl Roi Dayan
2019-11-12 14:51 ` [PATCH iproute2-next 6/8] tc: flower: add u16 big endian parse option Roi Dayan
2019-11-12 14:51 ` [PATCH iproute2-next 7/8] tc_util: add functions for big endian masked numbers Roi Dayan
2019-11-12 14:51 ` [PATCH iproute2-next 8/8] tc: flower: support masked port destination and source match Roi Dayan
2019-11-12 19:55 ` [PATCH iproute2-next 0/8] flower match support for masked ports David Ahern
2019-11-13 10:12   ` Roi Dayan

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