netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 net-next 0/2] net/sched: cls_flower: Support matching on ICMP
@ 2016-12-02 20:31 Simon Horman
  2016-12-02 20:31 ` [PATCH v2 net-next 1/2] flow dissector: ICMP support Simon Horman
  2016-12-02 20:31 ` [PATCH v2 net-next 2/2] net/sched: cls_flower: Support matching on ICMP type and code Simon Horman
  0 siblings, 2 replies; 11+ messages in thread
From: Simon Horman @ 2016-12-02 20:31 UTC (permalink / raw)
  To: David Miller
  Cc: netdev, Jay Vosburgh, Veaceslav Falico, Andy Gospodarek,
	Jamal Hadi Salim, Jiri Pirko, Simon Horman

Hi,

this series add supports for matching on ICMP type and code to cls_flower.
This is modeled on existing support for matching on L4 ports. The updates
to the dissector are intended to allow for code and storage re-use.

Changes v1->v2:
* Add all flow dissector helpers in first patch

Change RFC->v1:
* Drop RFC designation after positive review from Jiri

Simon Horman (2):
  flow dissector: ICMP support
  net/sched: cls_flower: Support matching on ICMP type and code

 drivers/net/bonding/bond_main.c |  6 +++--
 include/linux/skbuff.h          |  5 +++++
 include/net/flow_dissector.h    | 50 ++++++++++++++++++++++++++++++++++++++---
 include/uapi/linux/pkt_cls.h    | 10 +++++++++
 net/core/flow_dissector.c       | 34 +++++++++++++++++++++++++---
 net/sched/cls_flow.c            |  4 ++--
 net/sched/cls_flower.c          | 42 ++++++++++++++++++++++++++++++++++
 7 files changed, 141 insertions(+), 10 deletions(-)

-- 
2.7.0.rc3.207.g0ac5344

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

end of thread, other threads:[~2016-12-06 14:24 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-02 20:31 [PATCH v2 net-next 0/2] net/sched: cls_flower: Support matching on ICMP Simon Horman
2016-12-02 20:31 ` [PATCH v2 net-next 1/2] flow dissector: ICMP support Simon Horman
2016-12-03 10:49   ` Jiri Pirko
2016-12-03 18:52     ` Tom Herbert
2016-12-05 14:23       ` Simon Horman
2016-12-05 14:27         ` Jiri Pirko
2016-12-05 17:29         ` Tom Herbert
2016-12-06 10:51           ` Simon Horman
2016-12-06 12:26             ` Jiri Pirko
2016-12-06 14:23               ` Simon Horman
2016-12-02 20:31 ` [PATCH v2 net-next 2/2] net/sched: cls_flower: Support matching on ICMP type and code Simon Horman

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