[PATCH v4 net-next 11/11] mpls: Add MPLS entropy label in flow_keys

2015-05-28 Thread Tom Herbert
In flow dissector if an MPLS header contains an entropy label this is saved in the new keyid field of flow_keys. The entropy label is then represented in the flow hash function input. Signed-off-by: Tom Herbert --- include/net/flow_dissector.h | 1 + net/core/flow_dissector.c| 35 ++

Re: [PATCH v4 net-next 11/11] mpls: Add MPLS entropy label in flow_keys

2015-05-22 Thread Jiri Pirko
Fri, May 22, 2015 at 02:11:46AM CEST, t...@herbertland.com wrote: >In flow dissector if an MPLS header contains an entropy label this is >saved in the new keyid field of flow_keys. The entropy label is >then represented in the flow hash function input. > >Signed-off-by: Tom Herbert >--- > include/

[PATCH v4 net-next 11/11] mpls: Add MPLS entropy label in flow_keys

2015-05-21 Thread Tom Herbert
In flow dissector if an MPLS header contains an entropy label this is saved in the new keyid field of flow_keys. The entropy label is then represented in the flow hash function input. Signed-off-by: Tom Herbert --- include/net/flow_dissector.h | 1 + net/core/flow_dissector.c| 37 ++