Re: [PATCH v5 net-next 0/2] ipv4: Hash-based multipath routing
From: David Miller <davem@davemloft.net>
Date: 2015-10-05 09:45:18
From: David Miller <davem@davemloft.net>
Date: 2015-10-05 09:45:18
From: Peter Nørlund <redacted> Date: Wed, 30 Sep 2015 10:12:20 +0200
When the routing cache was removed in 3.6, the IPv4 multipath algorithm changed from more or less being destination-based into being quasi-random per-packet scheduling. This increases the risk of out-of-order packets and makes it impossible to use multipath together with anycast services. This patch series replaces the old implementation with flow-based load balancing based on a hash over the source and destination addresses.
... Series applied, thank you.