Re: [PATCH v4 net-next 0/3] ipv4: Move location of pcpu route cache and exceptions
From: David Miller <davem@davemloft.net>
Date: 2019-05-05 07:47:38
From: David Miller <davem@davemloft.net>
Date: 2019-05-05 07:47:38
From: David Ahern <dsahern@kernel.org> Date: Tue, 30 Apr 2019 07:45:47 -0700
This series moves IPv4 pcpu cached routes from fib_nh to fib_nh_common to make the caches available for IPv6 nexthops (fib6_nh) with IPv4 routes. This allows a fib6_nh struct to be used with both IPv4 and and IPv6 routes.
... Series applied, thanks David.