Re: [ovs-dev] [PATCH] datapath-windows: fix NULL check in OvsGetExtInfoIoctl()

2015-10-21 Thread Gurucharan Shetty
On Mon, Oct 19, 2015 at 3:15 PM, Nithin Raju wrote: > End result is that "mac_in_use" column gets populated in > OVSDB for internal and external NICs. > > Signed-off-by: Nithin Raju Applied with the acks. > --- > datapath-windows/ovsext/Vport.c | 2 +- > 1 file changed, 1 insertion(+), 1 deleti

Re: [ovs-dev] [PATCH] datapath-windows: fix NULL check in OvsGetExtInfoIoctl()

2015-10-20 Thread Sairam Venugopal
Acked-by: Sairam Venugopal On 10/19/15, 3:15 PM, "Nithin Raju" wrote: >End result is that "mac_in_use" column gets populated in >OVSDB for internal and external NICs. > >Signed-off-by: Nithin Raju >--- > datapath-windows/ovsext/Vport.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >

Re: [ovs-dev] [PATCH] datapath-windows: fix NULL check in OvsGetExtInfoIoctl()

2015-10-20 Thread Sorin Vinturis
Acked-by: Sorin Vinturis -Original Message- From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Nithin Raju Sent: Tuesday, 20 October, 2015 01:16 To: dev@openvswitch.org Subject: [ovs-dev] [PATCH] datapath-windows: fix NULL check in OvsGetExtInfoIoctl() End result is that

[ovs-dev] [PATCH] datapath-windows: fix NULL check in OvsGetExtInfoIoctl()

2015-10-19 Thread Nithin Raju
End result is that "mac_in_use" column gets populated in OVSDB for internal and external NICs. Signed-off-by: Nithin Raju --- datapath-windows/ovsext/Vport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datapath-windows/ovsext/Vport.c b/datapath-windows/ovsext/Vport.c inde