Re: [PATCH] openvswitch: use alias for genetlink family names

2016-09-10 Thread David Miller
From: Thadeu Lima de Souza Cascardo Date: Fri, 9 Sep 2016 17:42:30 -0300 > When userspace tries to create datapaths and the module is not loaded, > it will simply fail. With this patch, the module will be automatically > loaded. > > Signed-off-by: Thadeu Lima de Souza

Re: [PATCH] openvswitch: use alias for genetlink family names

2016-09-10 Thread pravin shelar
On Fri, Sep 9, 2016 at 1:42 PM, Thadeu Lima de Souza Cascardo wrote: > When userspace tries to create datapaths and the module is not loaded, > it will simply fail. With this patch, the module will be automatically > loaded. > > Signed-off-by: Thadeu Lima de Souza Cascardo

[PATCH] openvswitch: use alias for genetlink family names

2016-09-09 Thread Thadeu Lima de Souza Cascardo
When userspace tries to create datapaths and the module is not loaded, it will simply fail. With this patch, the module will be automatically loaded. Signed-off-by: Thadeu Lima de Souza Cascardo --- net/openvswitch/datapath.c | 4 1 file changed, 4 insertions(+) diff