diff options
author | David S. Miller <davem@davemloft.net> | 2018-01-10 15:14:45 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-01-10 15:14:45 -0500 |
commit | 8448f91fcdf8d028e40ec526b39ded01e4dafc11 (patch) | |
tree | 1af7f7291b37d5e8c3106540e06a041d9f563d83 /drivers/net | |
parent | e2b3b35eb9896f26c98b9a2c047d9111638059a2 (diff) | |
parent | 398958ae48f44bb036d0fa9829cd489270bf1fc2 (diff) | |
download | linux-8448f91fcdf8d028e40ec526b39ded01e4dafc11.tar.bz2 |
Merge branch 'ipv6-Add-support-for-non-equal-cost-multipath'
Ido Schimmel says:
====================
ipv6: Add support for non-equal-cost multipath
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 commit 0e884c78ee19 ("ipv4: L3
hash-based multipath").
Unlike modulo-N, with hash-threshold only the flows near the region
boundaries are affected when a nexthop is added or removed. In addition,
it allows us to easily add support for non-equal-cost multipath in the
last patch by sizing the different regions according to the provided
weights.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net')
0 files changed, 0 insertions, 0 deletions