Re: [PATCH v4 net-next 0/3] ipv4: Move location of pcpu route cache and exceptions

2019-05-05 Thread David Miller
From: David Ahern 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. ... Serie

[PATCH v4 net-next 0/3] ipv4: Move location of pcpu route cache and exceptions

2019-04-30 Thread David Ahern
From: David Ahern 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. v4 - fixed memleak if encap_type is not set as noticed b