In this series of patches we make a bunch of changes to be able to
re-add a Hyper-V port to OVS. Known caveats are this code does not
work if a internal or external port is deleted and re-added, since
we over-write the friendly name. The code works for VIF ports.

Nithin Raju (7):
  datapath-windows: fixes in OvsGetExtInfoIoctl()
  datapath-windows: add WCHAR version of OvsFindVportByHvName()
  datapath-windows: clarify 'portIdHashArray' in the swithc context
  datapath-windows: Changes to OvsRemoveAndDeleteVport()
  datapath-windows: Changes to InitOvsVportCommon()
  datapath-windows: Change return type of OvsInitVxlanTunnel()
  datapath-windows: Fixes in HvCreatePort() to re-add a port

 datapath-windows/ovsext/Datapath.c             |   43 ++---
 datapath-windows/ovsext/Netlink/NetlinkError.h |    8 +-
 datapath-windows/ovsext/Switch.h               |    5 +-
 datapath-windows/ovsext/Vport.c                |  243 ++++++++++++++++++-----
 datapath-windows/ovsext/Vport.h                |   22 +--
 datapath-windows/ovsext/Vxlan.c                |    6 +-
 datapath-windows/ovsext/Vxlan.h                |    2 +-
 7 files changed, 231 insertions(+), 98 deletions(-)

-- 
1.7.4.1

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

Reply via email to