From ee25964a60c6b2c6e60a4c5fbfc9e90cf304f970 Mon Sep 17 00:00:00 2001 From: Sorin Vinturis Date: Fri, 25 Mar 2016 14:49:27 +0000 Subject: datapath-windows: Added recirculation support. Recirculation support for the OVS extension. Tested using PING and iperf with Driver Verifier enabled. Signed-off-by: Sorin Vinturis Co-authored-by: Alin Gabriel Serdean Reported-by: Sorin Vinturis Reported-at: https://github.com/openvswitch/ovs-issues/issues/104 Acked-by: Nithin Raju Signed-off-by: Ben Pfaff --- datapath-windows/ovsext/Util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'datapath-windows/ovsext/Util.h') diff --git a/datapath-windows/ovsext/Util.h b/datapath-windows/ovsext/Util.h index b2ec798e0..038754dd0 100644 --- a/datapath-windows/ovsext/Util.h +++ b/datapath-windows/ovsext/Util.h @@ -36,6 +36,7 @@ #define OVS_STT_POOL_TAG 'RSVO' #define OVS_GRE_POOL_TAG 'GSVO' #define OVS_TUNFLT_POOL_TAG 'WSVO' +#define OVS_RECIRC_POOL_TAG 'CSVO' VOID *OvsAllocateMemory(size_t size); VOID *OvsAllocateMemoryWithTag(size_t size, ULONG tag); -- cgit v1.2.1