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

Reply via email to