Re: [PATCH net-next 0/4] ipv6: Add support for non-equal-cost multipath

2018-01-10 Thread David Miller
From: Ido Schimmel Date: Tue, 9 Jan 2018 16:40:24 +0200 > This set aims to add support for IPv6 non-equal-cost multipath routes. > The first three patches convert multipath selection to use the > hash-threshold method (RFC 2992) instead of modulo-N. The same method is > employed by the IPv4 rout

Re: [PATCH net-next 0/4] ipv6: Add support for non-equal-cost multipath

2018-01-10 Thread Ido Schimmel
On Tue, Jan 09, 2018 at 09:38:14PM -0700, David Ahern wrote: > Also, have you considered support for sysctl_fib_multipath_hash_policy? No, but I'm not sure what you expect it control? Note that unlike IPv4, we have the flow label in the IP header, which we use for the multipath hash.

Re: [PATCH net-next 0/4] ipv6: Add support for non-equal-cost multipath

2018-01-09 Thread David Ahern
On 1/9/18 7:40 AM, Ido Schimmel wrote: > This set aims to add support for IPv6 non-equal-cost multipath routes. > The first three patches convert multipath selection to use the > hash-threshold method (RFC 2992) instead of modulo-N. The same method is > employed by the IPv4 routing code since commi