Re: [PATCH net] vxlan: eliminate cached dst leak

2017-06-01 Thread Lance Richardson
> From: "David Miller" <da...@davemloft.net> > To: lrich...@redhat.com > Cc: netdev@vger.kernel.org, pab...@redhat.com > Sent: Thursday, 1 June, 2017 2:46:48 PM > Subject: Re: [PATCH net] vxlan: eliminate cached dst leak > > From: Lance Richardson <lrich...

Re: [PATCH net] vxlan: eliminate cached dst leak

2017-06-01 Thread David Miller
From: Lance Richardson Date: Mon, 29 May 2017 13:25:57 -0400 > After commit 0c1d70af924b ("net: use dst_cache for vxlan device"), > cached dst entries could be leaked when more than one remote was > present for a given vxlan_fdb entry, causing subsequent netns > operations

Re: [PATCH net] vxlan: eliminate cached dst leak

2017-05-31 Thread Lance Richardson
> From: "Lance Richardson" <lrich...@redhat.com> > To: netdev@vger.kernel.org, pab...@redhat.com > Sent: Monday, 29 May, 2017 1:25:57 PM > Subject: [PATCH net] vxlan: eliminate cached dst leak > > After commit 0c1d70af924b ("net: use dst_cache for vxl

Re: [PATCH net] vxlan: eliminate cached dst leak

2017-05-30 Thread Paolo Abeni
On Mon, 2017-05-29 at 13:25 -0400, Lance Richardson wrote: > After commit 0c1d70af924b ("net: use dst_cache for vxlan device"), > cached dst entries could be leaked when more than one remote was > present for a given vxlan_fdb entry, causing subsequent netns > operations to block indefinitely and

[PATCH net] vxlan: eliminate cached dst leak

2017-05-29 Thread Lance Richardson
After commit 0c1d70af924b ("net: use dst_cache for vxlan device"), cached dst entries could be leaked when more than one remote was present for a given vxlan_fdb entry, causing subsequent netns operations to block indefinitely and "unregister_netdevice: waiting for lo to become free." messages to