[PATCH v4 net-next 04/11] net: Get skb hash over flow_keys structure

2015-05-28 Thread Tom Herbert
This patch changes flow hashing to use jhash2 over the flow_keys structure instead just doing jhash_3words over src, dst, and ports. This method will allow us take more input into the hashing function so that we can include full IPv6 addresses, VLAN, flow labels etc. without needing to resort to

Re: [PATCH v4 net-next 04/11] net: Get skb hash over flow_keys structure

2015-05-22 Thread Jiri Pirko
Fri, May 22, 2015 at 02:11:39AM CEST, t...@herbertland.com wrote: This patch changes flow hashing to use jhash2 over the flow_keys structure instead just doing jhash_3words over src, dst, and ports. This method will allow us take more input into the hashing function so that we can include full

[PATCH v4 net-next 04/11] net: Get skb hash over flow_keys structure

2015-05-21 Thread Tom Herbert
This patch changes flow hashing to use jhash2 over the flow_keys structure instead just doing jhash_3words over src, dst, and ports. This method will allow us take more input into the hashing function so that we can include full IPv6 addresses, VLAN, flow labels etc. without needing to resort to