net/flow_dissector: add packet hash dissection
authorAriel Levkovich <lariel@mellanox.com>
Wed, 22 Jul 2020 22:03:00 +0000 (01:03 +0300)
committerDavid S. Miller <davem@davemloft.net>
Fri, 24 Jul 2020 22:23:31 +0000 (15:23 -0700)
commit0cb09aff9d49d92305c3969fc84b785117412968
tree9073045e0a3fcf34e12feb1957d4ddfbb47db4bf
parent4a062d66b5a532a9da9bdae643e498b035173794
net/flow_dissector: add packet hash dissection

Retreive a hash value from the SKB and store it
in the dissector key for future matching.

Signed-off-by: Ariel Levkovich <lariel@mellanox.com>
Reviewed-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/skbuff.h
include/net/flow_dissector.h
net/core/flow_dissector.c