summaryrefslogtreecommitdiff
path: root/datapath-windows/include
diff options
context:
space:
mode:
authorEitan Eliahu <eliahue@vmware.com>2014-10-16 17:53:27 -0700
committerBen Pfaff <blp@nicira.com>2014-10-16 15:35:16 -0700
commit0d2cb7087c8d058466bb1f6af2426a27fdd388c3 (patch)
tree064e1555c68df4018e0bddee2921105d297754e7 /datapath-windows/include
parent086fa8739ae1c600076dd43f09be083ce9ddfd6e (diff)
downloadopenvswitch-0d2cb7087c8d058466bb1f6af2426a27fdd388c3.tar.gz
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>
Diffstat (limited to 'datapath-windows/include')
-rw-r--r--datapath-windows/include/OvsDpInterfaceExt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/datapath-windows/include/OvsDpInterfaceExt.h b/datapath-windows/include/OvsDpInterfaceExt.h
index e9faecc3d..d357a16bd 100644
--- a/datapath-windows/include/OvsDpInterfaceExt.h
+++ b/datapath-windows/include/OvsDpInterfaceExt.h
@@ -80,7 +80,8 @@ enum ovs_win_control_cmd {
OVS_CTRL_CMD_MC_SUBSCRIBE_REQ,
/* This command is logically belong to the Vport family */
- OVS_CTRL_CMD_EVENT_NOTIFY
+ OVS_CTRL_CMD_EVENT_NOTIFY,
+ OVS_CTRL_CMD_READ_NOTIFY
};
/* NL Attributes for joining/unjoining an MC group */