Re: [ovs-dev] [PATCH 3/6] datapath-windows: remove vport from lists upon deletion

2014-10-13 Thread Alin Serdean
Subiect: [ovs-dev] [PATCH 3/6] datapath-windows: remove vport from lists upon deletion In this patch, we fix a bug in the vport delete code. When a vport is deleted using a netlink command, we need to remove it from the 'ovsNamHashArray' and the 'portNoHashArray' as well. Addition of a vport adds

[ovs-dev] [PATCH 3/6] datapath-windows: remove vport from lists upon deletion

2014-10-12 Thread Nithin Raju
In this patch, we fix a bug in the vport delete code. When a vport is deleted using a netlink command, we need to remove it from the 'ovsNamHashArray' and the 'portNoHashArray' as well. Addition of a vport adds the port to the lists. Signed-off-by: Nithin Raju nit...@vmware.com ---