Re: [PATCH net v2 0/4] ovs: fix rtnl notifications on interface deletion

2016-06-14 Thread David Miller
From: pravin shelar Date: Mon, 13 Jun 2016 12:39:16 -0700 > On Mon, Jun 13, 2016 at 1:31 AM, Nicolas Dichtel > wrote: >> >> There was no rtnl notifications for interfaces (gre, vxlan, geneve) created >> by ovs. This problem is fixed by adjusting the creation path. >> >> v1 -> v2: >> - add patch

Re: [PATCH net v2 0/4] ovs: fix rtnl notifications on interface deletion

2016-06-13 Thread pravin shelar
On Mon, Jun 13, 2016 at 1:31 AM, Nicolas Dichtel wrote: > > There was no rtnl notifications for interfaces (gre, vxlan, geneve) created > by ovs. This problem is fixed by adjusting the creation path. > > v1 -> v2: > - add patch #1 and #4 > - rework error handling in patch #2 > > drivers/net/gen

[PATCH net v2 0/4] ovs: fix rtnl notifications on interface deletion

2016-06-13 Thread Nicolas Dichtel
There was no rtnl notifications for interfaces (gre, vxlan, geneve) created by ovs. This problem is fixed by adjusting the creation path. v1 -> v2: - add patch #1 and #4 - rework error handling in patch #2 drivers/net/geneve.c | 14 ++--- drivers/net/vxlan.c | 58