[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CALnjE+ow8CdKrzMjGWR3O1xHsaaCa3hX34S4oEoop2-7+YRwxQ@mail.gmail.com>
Date: Wed, 2 Dec 2015 15:00:33 -0800
From: Pravin Shelar <pshelar@...ira.com>
To: Paolo Abeni <pabeni@...hat.com>
Cc: netdev <netdev@...r.kernel.org>, Thomas Graf <tgraf@...g.ch>,
"dev@...nvswitch.org" <dev@...nvswitch.org>,
Flavio Leitner <fbl@...close.org>
Subject: Re: [PATCH net] openvswitch: fix hangup on vxlan/gre/geneve device deletion
On Tue, Dec 1, 2015 at 9:33 AM, Paolo Abeni <pabeni@...hat.com> wrote:
> Each openvswitch tunnel vport (vxlan,gre,geneve) holds a reference
> to the underlying tunnel device, but never released it when such
> device is deleted.
> Deleting the underlying device via the ip tool cause the kernel to
> hangup in the netdev_wait_allrefs() loop.
> This commit ensure that on device unregistration dp_detach_port_notify()
> is called for all vports that hold the device reference, properly
> releasing it.
>
> Fixes: 614732eaa12d ("openvswitch: Use regular VXLAN net_device device")
> Fixes: b2acd1dc3949 ("openvswitch: Use regular GRE net_device instead of vport")
> Fixes: 6b001e682e90 ("openvswitch: Use Geneve device.")
> Signed-off-by: Paolo Abeni <pabeni@...hat.com>
Thanks for the fix.
Acked-by: Pravin B Shelar <pshelar@...ira.com>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists