datapath-windows: Add packet miss read Netlink command.
authorEitan Eliahu <eliahue@vmware.com>
Fri, 17 Oct 2014 00:53:27 +0000 (17:53 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 16 Oct 2014 22:35:16 +0000 (15:35 -0700)
commit0d2cb7087c8d058466bb1f6af2426a27fdd388c3
tree064e1555c68df4018e0bddee2921105d297754e7
parent086fa8739ae1c600076dd43f09be083ce9ddfd6e
datapath-windows: Add packet miss read Netlink command.

The change include the Packet Read handler.
The current implementation reads once packet at a time. This should be updated
once user mode code is in place.

Signed-off-by: Eitan Eliahu <eliahue@vmware.com>
Co-authored-by: Nithin Raju <nithin@vmware.com>
Signed-off-by: Nithin Raju <nithin@vmware.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
datapath-windows/include/OvsDpInterfaceExt.h
datapath-windows/ovsext/Datapath.c
datapath-windows/ovsext/Datapath.h
datapath-windows/ovsext/User.c