Re: [PATCH net-next 0/7] net/ipv6: Add support for path selection using hash of 5-tuple

2018-02-22 Thread David Miller
From: David Ahern Date: Thu, 22 Feb 2018 12:31:01 -0700 > On 2/22/18 12:27 PM, David Miller wrote: >> From: David Ahern >> Date: Wed, 21 Feb 2018 10:49:47 -0800 >> >>> Patch 5 adds the L4 hash support. >> >> Please address Ido's feedback about how the

Re: [PATCH net-next 0/7] net/ipv6: Add support for path selection using hash of 5-tuple

2018-02-22 Thread David Ahern
On 2/22/18 12:27 PM, David Miller wrote: > From: David Ahern > Date: Wed, 21 Feb 2018 10:49:47 -0800 > >> Patch 5 adds the L4 hash support. > > Please address Ido's feedback about how the ports aren't actually being > taken into consideration because they aren't present in

Re: [PATCH net-next 0/7] net/ipv6: Add support for path selection using hash of 5-tuple

2018-02-22 Thread David Miller
From: David Ahern Date: Wed, 21 Feb 2018 10:49:47 -0800 > Patch 5 adds the L4 hash support. Please address Ido's feedback about how the ports aren't actually being taken into consideration because they aren't present in the flow information being used. Thanks.

[PATCH net-next 0/7] net/ipv6: Add support for path selection using hash of 5-tuple

2018-02-21 Thread David Ahern
Hardware supports multipath selection using the standard L4 5-tuple instead of just L3 and the flow label. In addition, some network operators prefer IPv6 path selection to use the 5-tuple. To that end, add support to IPv6 for multipath hash policy similar to bf4e0a3db97eb ("net: ipv4: add support