In this series of patches we add support for packet receive in Windows
userspace. With this patch, we can ping between 2 VMs on the same host
on the same OVS bridge.

Nithin Raju (5):
  lib/util.c: add ovs_windows_only() cpp macro
  datapath-windows: return success when duplicate flow is added
  lib/netlink-socket.c: packet subscribe functionality on Windows
  lib/netlink-socket.c: use poll_immediate_wake() on Windows
  lib/dpif-netlink.c: add support for packet receive on Windows

 datapath-windows/ovsext/Flow.c |    4 +-
 lib/dpif-netlink.c             |  336 ++++++++++++++++++++++++++++++++++------
 lib/netlink-socket.c           |   63 ++++++++-
 lib/util.h                     |    8 +
 4 files changed, 358 insertions(+), 53 deletions(-)

-- 
1.7.4.1

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

Reply via email to