[ovs-dev] [PATCH net-next v9 8/9] net: openvswitch - set name assign type

2014-07-17 Thread Tom Gundersen
Signed-off-by: Tom Gundersen Cc: Pravin Shelar Cc: dev@openvswitch.org --- v9: set NET_NAME_USER directly in internal_dev_create as requested by Pravin Shelar net/openvswitch/vport-internal_dev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/openvswitch/vport

Re: [ovs-dev] [PATCH v8] net: openvswitch - set name assign type

2014-07-16 Thread Tom Gundersen
On Thu, Jul 17, 2014 at 1:00 AM, Pravin Shelar wrote: > On Wed, Jul 16, 2014 at 3:43 PM, Tom Gundersen wrote: >> Signed-off-by: Tom Gundersen >> Cc: Pravin Shelar >> Cc: dev@openvswitch.org >> --- >> >> This patch goes on top of net-next. >>

[ovs-dev] [PATCH v8] net: openvswitch - set name assign type

2014-07-16 Thread Tom Gundersen
Signed-off-by: Tom Gundersen Cc: Pravin Shelar Cc: dev@openvswitch.org --- This patch goes on top of net-next. net/openvswitch/datapath.c | 1 + net/openvswitch/vport-internal_dev.c | 2 +- net/openvswitch/vport.h | 2 ++ 3 files changed, 4 insertions(+), 1 deletion

[ovs-dev] [PATCH v7 23/33] net: openvswitch - set name assign type

2014-07-10 Thread Tom Gundersen
Signed-off-by: Tom Gundersen Cc: Pravin Shelar Cc: dev@openvswitch.org --- net/openvswitch/datapath.c | 1 + net/openvswitch/vport-internal_dev.c | 2 +- net/openvswitch/vport.h | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/net/openvswitch