netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] flower: add MPLS matching support
@ 2017-04-22 20:52 Benjamin LaHaise
  2017-04-22 20:52 ` [PATCH net-next 1/2] flow_dissector: add mpls support (v2) Benjamin LaHaise
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Benjamin LaHaise @ 2017-04-22 20:52 UTC (permalink / raw)
  To: netdev; +Cc: Benjamin LaHaise

From: Benjamin LaHaise <bcrl@kvack.org>

This patch series adds support for parsing MPLS flows in the flow dissector
and the flower classifier.  Each of the MPLS TTL, BOS, TC and Label fields
can be used for matching.

v2: incorporate style feedback, move #defines to linux/include/mpls.h
Note: this omits Jiri's request to remove tabs between the type and 
field names in struct declarations.  This would be inconsistent with 
numerous other struct definitions.

Benjamin LaHaise (2):
  flow_dissector: add mpls support (v2)
  cls_flower: add support for matching MPLS fields (v2)

 include/linux/mpls.h         |  5 +++
 include/net/flow_dissector.h |  8 +++++
 include/uapi/linux/pkt_cls.h |  5 +++
 net/core/flow_dissector.c    | 25 +++++++++++++--
 net/sched/cls_flower.c       | 74 ++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 114 insertions(+), 3 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2017-04-25 17:26 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-22 20:52 [PATCH net-next 0/2] flower: add MPLS matching support Benjamin LaHaise
2017-04-22 20:52 ` [PATCH net-next 1/2] flow_dissector: add mpls support (v2) Benjamin LaHaise
2017-04-24  7:05   ` Jiri Pirko
2017-04-22 20:52 ` [PATCH net-next 2/2] cls_flower: add support for matching MPLS fields (v2) Benjamin LaHaise
2017-04-24  7:07   ` Jiri Pirko
2017-04-24 18:32 ` [PATCH net-next 0/2] flower: add MPLS matching support David Miller
2017-04-25  0:58   ` Jamal Hadi Salim
2017-04-25  1:05     ` Benjamin LaHaise
2017-04-25  1:25       ` Jamal Hadi Salim
2017-04-25  1:20     ` Jakub Kicinski
2017-04-25  1:48       ` Jamal Hadi Salim
2017-04-25  2:00         ` Jamal Hadi Salim
2017-04-25  2:06           ` Jamal Hadi Salim
2017-04-25  2:07             ` Jakub Kicinski
2017-04-25 11:55               ` Simon Horman
2017-04-25 12:47                 ` Jamal Hadi Salim
2017-04-25 17:26                   ` Benjamin LaHaise

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