Re: [PATCH net] net: ipv4: Set addr_type in hash_keys for forwarded case

2018-02-22 Thread David Miller
From: David Ahern Date: Wed, 21 Feb 2018 11:00:54 -0800 > The result of the skb flow dissect is copied from keys to hash_keys to > ensure only the intended data is hashed. The original L4 hash patch > overlooked setting the addr_type for this case; add it. > > Fixes:

Re: [PATCH net] net: ipv4: Set addr_type in hash_keys for forwarded case

2018-02-21 Thread Nikolay Aleksandrov
On 21/02/18 21:00, David Ahern wrote: > The result of the skb flow dissect is copied from keys to hash_keys to > ensure only the intended data is hashed. The original L4 hash patch > overlooked setting the addr_type for this case; add it. > > Fixes: bf4e0a3db97eb ("net: ipv4: add support for ECMP

Re: [PATCH net] net: ipv4: Set addr_type in hash_keys for forwarded case

2018-02-21 Thread Ido Schimmel
On Wed, Feb 21, 2018 at 11:00:54AM -0800, David Ahern wrote: > The result of the skb flow dissect is copied from keys to hash_keys to > ensure only the intended data is hashed. The original L4 hash patch > overlooked setting the addr_type for this case; add it. > > Fixes: bf4e0a3db97eb ("net: