From: Jiri Pirko <j...@mellanox.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