summaryrefslogtreecommitdiff
path: root/datapath-windows/ovsext/Driver.c
diff options
context:
space:
mode:
authorEitan Eliahu <eliahue@vmware.com>2014-10-16 23:45:42 -0700
committerBen Pfaff <blp@nicira.com>2014-10-17 13:57:17 -0700
commitae1fd3860e26a42aafa621ecdca8d2e55ff4cc00 (patch)
tree31583caaab1241205a97522d6189dc1d3ae281a9 /datapath-windows/ovsext/Driver.c
parentcfa57405bb7f22ad587b33a030bf1e8c10fbda8d (diff)
downloadopenvswitch-ae1fd3860e26a42aafa621ecdca8d2e55ff4cc00.tar.gz
datapath-windows: Packet subscribe handler
This change includes the following: [1] Handler for subscribe/unsubscribe to a packet queue associated with a socket pid. [2] Allocation of per socket packet queue on a packet subscription. [3] Removal of static allocated queues. [4] Freeing the packet queue (on user mode process termination). Signed-off-by: Eitan Eliahu <eliahue@vmware.com> Acked-by: Ankur Sharma <ankursharma@vmware.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'datapath-windows/ovsext/Driver.c')
-rw-r--r--datapath-windows/ovsext/Driver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/datapath-windows/ovsext/Driver.c b/datapath-windows/ovsext/Driver.c
index 79d2edf4e..0a9c35ab2 100644
--- a/datapath-windows/ovsext/Driver.c
+++ b/datapath-windows/ovsext/Driver.c
@@ -16,6 +16,7 @@
#include "precomp.h"
#include "Switch.h"
+#include "User.h"
#include "Datapath.h"
#ifdef OVS_DBG_MOD