netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch net-next 0/5] make flow dissector great again
@ 2017-03-06 15:39 Jiri Pirko
  2017-03-06 15:39 ` [patch net-next 1/5] flow_dissector: Move ARP dissection into a separate function Jiri Pirko
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Jiri Pirko @ 2017-03-06 15:39 UTC (permalink / raw)
  To: netdev
  Cc: davem, tom, simon.horman, eric.dumazet, dinan.gunawardena, hadarh,
	e, fgao, mlxsw

From: Jiri Pirko <jiri@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

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

end of thread, other threads:[~2017-03-09  7:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-06 15:39 [patch net-next 0/5] make flow dissector great again Jiri Pirko
2017-03-06 15:39 ` [patch net-next 1/5] flow_dissector: Move ARP dissection into a separate function Jiri Pirko
2017-03-06 15:39 ` [patch net-next 2/5] flow_dissector: Move MPLS " Jiri Pirko
2017-03-06 15:39 ` [patch net-next 3/5] flow_dissector: Fix GRE header error path Jiri Pirko
2017-03-06 15:39 ` [patch net-next 4/5] flow_dissector: rename "proto again" goto label Jiri Pirko
2017-03-06 15:39 ` [patch net-next 5/5] flow_dissector: Move GRE dissection into a separate function Jiri Pirko
2017-03-09  7:09 ` [patch net-next 0/5] flow dissector improvements 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).