On 02/03/18 18:32, 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 support for ECMP hash policy choice"). The default
> is still L3 which covers source and destination addresses along with
> flow label and IPv6 protocol.
>
> Signed-off-by: David Ahern <[email protected]>
> Reviewed-by: Ido Schimmel <[email protected]>
> Tested-by: Ido Schimmel <[email protected]>
> ---
> Documentation/networking/ip-sysctl.txt | 7 ++++
> include/net/ip6_route.h | 4 +-
> include/net/netevent.h | 1 +
> include/net/netns/ipv6.h | 1 +
> net/ipv6/icmp.c | 2 +-
> net/ipv6/route.c | 68
> ++++++++++++++++++++++++++--------
> net/ipv6/sysctl_net_ipv6.c | 27 ++++++++++++++
> 7 files changed, 91 insertions(+), 19 deletions(-)
>
LGTM,
Reviewed-by: Nikolay Aleksandrov <[email protected]>