Re: [PATCH v4 net-next 09/11] net: Add IPv6 flow label to flow_keys

2015-05-28 Thread Eric Dumazet
On Thu, 2015-05-28 at 11:19 -0700, Tom Herbert wrote: > In flow_dissector set the flow label in flow_keys for IPv6. This also > removes the shortcircuiting of flow dissection when a non-zero label > is present, the flow label can be considered to provide additional > entropy for a hash. > > Signed

[PATCH v4 net-next 09/11] net: Add IPv6 flow label to flow_keys

2015-05-28 Thread Tom Herbert
In flow_dissector set the flow label in flow_keys for IPv6. This also removes the shortcircuiting of flow dissection when a non-zero label is present, the flow label can be considered to provide additional entropy for a hash. Signed-off-by: Tom Herbert --- include/net/flow_dissector.h | 4 +++-

Re: [PATCH v4 net-next 09/11] net: Add IPv6 flow label to flow_keys

2015-05-22 Thread Tom Herbert
On Fri, May 22, 2015 at 8:22 AM, Jiri Pirko wrote: > Fri, May 22, 2015 at 05:14:21PM CEST, t...@herbertland.com wrote: >>On Fri, May 22, 2015 at 1:14 AM, Jiri Pirko wrote: >>> Fri, May 22, 2015 at 02:11:44AM CEST, t...@herbertland.com wrote: In flow_dissector set the flow label in flow_keys f

Re: [PATCH v4 net-next 09/11] net: Add IPv6 flow label to flow_keys

2015-05-22 Thread Jiri Pirko
Fri, May 22, 2015 at 05:14:21PM CEST, t...@herbertland.com wrote: >On Fri, May 22, 2015 at 1:14 AM, Jiri Pirko wrote: >> Fri, May 22, 2015 at 02:11:44AM CEST, t...@herbertland.com wrote: >>>In flow_dissector set the flow label in flow_keys for IPv6. This also >>>removes the shortcircuiting of flow

Re: [PATCH v4 net-next 09/11] net: Add IPv6 flow label to flow_keys

2015-05-22 Thread Tom Herbert
On Fri, May 22, 2015 at 1:14 AM, Jiri Pirko wrote: > Fri, May 22, 2015 at 02:11:44AM CEST, t...@herbertland.com wrote: >>In flow_dissector set the flow label in flow_keys for IPv6. This also >>removes the shortcircuiting of flow dissection when a non-zero label >>is present, the flow label can be

Re: [PATCH v4 net-next 09/11] net: Add IPv6 flow label to flow_keys

2015-05-22 Thread Jiri Pirko
Fri, May 22, 2015 at 02:11:44AM CEST, t...@herbertland.com wrote: >In flow_dissector set the flow label in flow_keys for IPv6. This also >removes the shortcircuiting of flow dissection when a non-zero label >is present, the flow label can be considered to provide additional >entropy for a hash. > >

[PATCH v4 net-next 09/11] net: Add IPv6 flow label to flow_keys

2015-05-21 Thread Tom Herbert
In flow_dissector set the flow label in flow_keys for IPv6. This also removes the shortcircuiting of flow dissection when a non-zero label is present, the flow label can be considered to provide additional entropy for a hash. Signed-off-by: Tom Herbert --- include/net/flow_dissector.h | 4 +++-