In the first two patches of the series, I have rebased Samuel's patches
that were submitted for review to tip-of-master. Only Samuel is listed
as the Author just like in the original patch.

In subsequent patches, we make fixes to the code to make it work. One of them
is not related to the vport add commands, but was nevertheless required
to stabilize the code.

Nithin Raju (6):
  datapath-windows: Add netlink command: vport new
  datapath-windows: Add netlink command vport delete
  datapath-windows: remove vport from lists upon deletion
  datpath-windows: pass NDIS_RWL_AT_DISPATCH_LEVEL instead of BOOLEAN
  datapath-windows: delete ports from portIdHashArray during cleanup
  datapath-windows: loop iterator fixes in Vport.c

 datapath-windows/ovsext/Datapath.c |  350 +++++++++++++++++++++++++++++++++++-
 datapath-windows/ovsext/Switch.h   |    6 +-
 datapath-windows/ovsext/Vport.c    |  105 +++++------
 datapath-windows/ovsext/Vport.h    |   18 ++-
 datapath-windows/ovsext/Vxlan.c    |   48 +++--
 datapath-windows/ovsext/Vxlan.h    |    4 +-
 6 files changed, 440 insertions(+), 91 deletions(-)

-- 
1.7.4.1

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to