Re: [ovs-dev] [patch net-next] openvswitch:: link upper device for port devices

2013-07-30 Thread Jesse Gross
On Fri, Jul 26, 2013 at 5:01 AM, Jiri Pirko wrote: > Link upper device properly. That will make IFLA_MASTER filled up. > Set the master to port 0 of the datapath under which the port belongs. > > Signed-off-by: Jiri Pirko Applied, thanks. Sorry about the delay - I was waiting to see if the vxla

Re: [ovs-dev] [patch net-next] openvswitch:: link upper device for port devices

2013-07-30 Thread David Miller
From: Jiri Pirko Date: Fri, 26 Jul 2013 14:01:54 +0200 > Link upper device properly. That will make IFLA_MASTER filled up. > Set the master to port 0 of the datapath under which the port belongs. > > Signed-off-by: Jiri Pirko Jesse you got this? ___

[ovs-dev] [patch net-next] openvswitch:: link upper device for port devices

2013-07-26 Thread Jiri Pirko
Link upper device properly. That will make IFLA_MASTER filled up. Set the master to port 0 of the datapath under which the port belongs. Signed-off-by: Jiri Pirko --- net/openvswitch/vport-netdev.c | 20 +++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/net/openv