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

2018-03-02 Thread Ido Schimmel
On Thu, Mar 01, 2018 at 07:29:47PM -0800, David Ahern wrote: > Some operators prefer IPv6 path selection to use a standard 5-tuple > hash rather than just an L3 hash with the flow the label. To that end > add support to IPv6 for multipath hash policy similar to bf4e0a3db97eb > ("net: ipv4: add

[PATCH v2 net-next 07/10] net/ipv6: Add support for path selection using hash of 5-tuple

2018-03-01 Thread David Ahern
Some operators prefer IPv6 path selection to use a standard 5-tuple hash rather than just an L3 hash with the flow the label. To that end add support to IPv6 for multipath hash policy similar to bf4e0a3db97eb ("net: ipv4: add support for ECMP hash policy choice"). The default is still L3 which