[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1488814795-5152-1-git-send-email-jiri@resnulli.us>
Date: Mon, 6 Mar 2017 16:39:50 +0100
From: Jiri Pirko <jiri@...nulli.us>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net, tom@...bertland.com,
simon.horman@...ronome.com, eric.dumazet@...il.com,
dinan.gunawardena@...ronome.com, hadarh@...lanox.com, e@...g.me,
fgao@...ai8.com, mlxsw@...lanox.com
Subject: [patch net-next 0/5] make flow dissector great again
From: Jiri Pirko <jiri@...lanox.com>
This patchset follows-up the discussion about future extensions of flow
dissector and tries to address the mentioned concerns. Some parts are
cut out into sub-functions. Also, the processing of the code (ARP, MPLS)
is made dependent on user actually requiring the bisected values.
This prepares the code for future extensions to bisect IPv6 ND messages,
TCP flags, etc.
Jiri Pirko (5):
flow_dissector: Move ARP dissection into a separate function
flow_dissector: Move MPLS dissection into a separate function
flow_dissector: Fix GRE header error path
flow_dissector: rename "proto again" goto label
flow_dissector: Move GRE dissection into a separate function
net/core/flow_dissector.c | 426 ++++++++++++++++++++++++++--------------------
1 file changed, 238 insertions(+), 188 deletions(-)
--
2.7.4
Powered by blists - more mailing lists