[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <slrnl5m3oc.3lg.xiyou.wangcong@linux-6brj.site>
Date: Sun, 13 Oct 2013 21:22:11 +0000 (UTC)
From: Cong Wang <xiyou.wangcong@...il.com>
To: netdev@...r.kernel.org
Cc: dev@...nvswitch.org
Subject: Re: [PATCH v2 net-next] openvswitch: fix vport-netdev unregister
On Sat, 12 Oct 2013 at 01:12 GMT, Alexei Starovoitov <ast@...mgrid.com> wrote:
> @@ -87,7 +81,11 @@ static int dp_device_event(struct notifier_block *unused, unsigned long event,
> if (!vport)
> return NOTIFY_DONE;
>
> - if (event == NETDEV_UNREGISTER) {
> + if (event == NETDEV_UNREGISTER && dev->priv_flags & IFF_OVS_DATAPATH) {
> + /* upper_dev_unlink and decrement promisc immediately */
> + ovs_netdev_detach_dev(vport);
> +
> + /* schedule vport destroy, dev_put and genl notification */
ovs_netdev_get_vport() already checks IFF_OVS_DATAPATH flag before this 'if'.
--
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