Re: [ovs-dev] [PATCH net] vxlan: fix ovs support

2017-03-13 Thread David Miller
From: Nicolas Dichtel Date: Mon, 13 Mar 2017 16:24:03 +0100 > The required changes in the function vxlan_dev_create() were missing > in commit 8bcdc4f3a20b. > The vxlan device is not registered anymore after this patch and the error > path causes an stack dump: > WARNING: CPU: 3 PID: 1498 at net

Re: [ovs-dev] [PATCH net] vxlan: fix ovs support

2017-03-13 Thread Roopa Prabhu via dev
On 3/13/17, 8:24 AM, Nicolas Dichtel wrote: > The required changes in the function vxlan_dev_create() were missing > in commit 8bcdc4f3a20b. > The vxlan device is not registered anymore after this patch and the error > path causes an stack dump: > WARNING: CPU: 3 PID: 1498 at net/core/dev.c:6713

[ovs-dev] [PATCH net] vxlan: fix ovs support

2017-03-13 Thread Nicolas Dichtel
The required changes in the function vxlan_dev_create() were missing in commit 8bcdc4f3a20b. The vxlan device is not registered anymore after this patch and the error path causes an stack dump: WARNING: CPU: 3 PID: 1498 at net/core/dev.c:6713 rollback_registered_many+0x9d/0x3f0 Fixes: 8bcdc4f3a2