All pool allocations should have unique tags. OVS_STT_POOL_TAG matches the OVS_MEMORY_TAG.
Changed the OVS_STT_POOL_TAG to make it unique. Signed-off-by: Sorin Vinturis <svintu...@cloudbasesolutions.com> Acked-by: Eitan Eliahu <elia...@vmware.com> --- This patch should be applied both on master and branch 2.4. --- datapath-windows/ovsext/Util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datapath-windows/ovsext/Util.h b/datapath-windows/ovsext/Util.h index ee676fa..e3f9ede 100644 --- a/datapath-windows/ovsext/Util.h +++ b/datapath-windows/ovsext/Util.h @@ -33,7 +33,7 @@ #define OVS_SWITCH_POOL_TAG 'SSVO' #define OVS_USER_POOL_TAG 'USVO' #define OVS_VPORT_POOL_TAG 'PSVO' -#define OVS_STT_POOL_TAG 'TSVO' +#define OVS_STT_POOL_TAG 'RSVO' VOID *OvsAllocateMemory(size_t size); VOID *OvsAllocateMemoryWithTag(size_t size, ULONG tag); -- 1.9.0.msysgit.0 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev