Re: [PATCH net-next v2 0/7] net: unify dst caching for tunnel devices

2016-04-28 Thread Paolo Abeni
On Wed, 2016-04-27 at 16:31 -0700, Eric Dumazet wrote: > On Tue, 2016-02-16 at 20:22 -0500, David Miller wrote: > > From: Paolo Abeni > > Date: Fri, 12 Feb 2016 15:43:52 +0100 > > > > > This patch series try to unify the dst cache implementations currently > > > present in the kernel, namely in i

Re: [PATCH net-next v2 0/7] net: unify dst caching for tunnel devices

2016-04-27 Thread Eric Dumazet
On Tue, 2016-02-16 at 20:22 -0500, David Miller wrote: > From: Paolo Abeni > Date: Fri, 12 Feb 2016 15:43:52 +0100 > > > This patch series try to unify the dst cache implementations currently > > present in the kernel, namely in ip_tunnel.c and ip6_tunnel.c, introducing a > > new generic implemen

Re: [PATCH net-next v2 0/7] net: unify dst caching for tunnel devices

2016-02-16 Thread David Miller
From: Paolo Abeni Date: Fri, 12 Feb 2016 15:43:52 +0100 > This patch series try to unify the dst cache implementations currently > present in the kernel, namely in ip_tunnel.c and ip6_tunnel.c, introducing a > new generic implementation, replacing the existing ones, and then using > the new imple

[PATCH net-next v2 0/7] net: unify dst caching for tunnel devices

2016-02-12 Thread Paolo Abeni
This patch series try to unify the dst cache implementations currently present in the kernel, namely in ip_tunnel.c and ip6_tunnel.c, introducing a new generic implementation, replacing the existing ones, and then using the new implementation in other tunnel devices which currently lack it. The ne