netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] flow_dissector: dissect tunnel info
@ 2017-10-02  8:41 Simon Horman
  2017-10-02  8:41 ` [PATCH net-next 1/2] net/dst: Make skb parameter of skb{metadata_dst,tunnel_info}() const Simon Horman
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Simon Horman @ 2017-10-02  8:41 UTC (permalink / raw)
  To: David Miller, Jiri Pirko
  Cc: Jamal Hadi Salim, Cong Wang, netdev, oss-drivers, Simon Horman

Move dissection of tunnel info from the flower classifier to the flow
dissector where all other dissection occurs.  This should not have any
behavioural affect on other users of the flow dissector.

Simon Horman (2):
  net/dst: Make skb parameter of skb{metadata_dst,tunnel_info}() const
  flow_dissector: dissect tunnel info

 include/net/dst_metadata.h |   5 ++-
 net/core/flow_dissector.c  | 100 +++++++++++++++++++++++++++++++++++++++++++++
 net/sched/cls_flower.c     |  25 ------------
 3 files changed, 103 insertions(+), 27 deletions(-)

-- 
2.1.4

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

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

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-02  8:41 [PATCH net-next 0/2] flow_dissector: dissect tunnel info Simon Horman
2017-10-02  8:41 ` [PATCH net-next 1/2] net/dst: Make skb parameter of skb{metadata_dst,tunnel_info}() const Simon Horman
2017-10-02  8:41 ` [PATCH net-next 2/2] flow_dissector: dissect tunnel info Simon Horman
2017-10-02 10:00   ` Jiri Pirko
2017-10-02 19:36   ` Tom Herbert
2017-10-02 20:04     ` [oss-drivers] " Simon Horman
2017-10-02 20:37   ` Tom Herbert
2017-10-03  9:40     ` Simon Horman
2017-10-03 18:17       ` Tom Herbert
2017-10-04  8:08         ` Simon Horman
2017-10-04  8:15           ` Jiri Pirko
2017-10-04 15:52             ` Tom Herbert
2017-10-04 18:07               ` Jiri Pirko
2017-10-04 19:07                 ` Simon Horman
2017-10-04 19:17                   ` Jiri Pirko
2017-10-02 18:06 ` [PATCH net-next 0/2] " David Miller

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