OSDN Git Service

Merge branch 'flow_dissector-improvements'
authorDavid S. Miller <davem@davemloft.net>
Thu, 9 Mar 2017 07:08:59 +0000 (23:08 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 9 Mar 2017 07:08:59 +0000 (23:08 -0800)
commit337e63923a5674882be99bbc03b2f0f27c112b8e
treeb898e7f7ad8bb34245167607ec7ad7b7faffcbf7
parentfa383d663e3804ef76382c32524802b419b43770
parent7c92de8eaabfff42f6f57466c12f255cbd718f58
Merge branch 'flow_dissector-improvements'

Jiri Pirko says:

====================
flow dissector improvements

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

Signed-off-by: David S. Miller <davem@davemloft.net>