acl-plugin: all TCP sessions treated as transient (VPP-932)
[vpp.git] / src / tools / perftool / c2cpel.c
index 38e6fe5..379c2bc 100644 (file)
@@ -28,6 +28,7 @@
 #include <vppinfra/vec.h>
 #include <vppinfra/hash.h>
 #include <vppinfra/elog.h>
+#include <vppinfra/mem.h>
 #include <pwd.h>
 #include <stdarg.h>
 #include <time.h>
@@ -197,6 +198,8 @@ int main (int argc, char **argv)
     if (vec_len(inputfiles) > 1)
         goto usage;
 
+    clib_mem_init (0, ((uword)3<<30));
+
     cpel_util_init();
 
     convert_clib_file (inputfiles[0]);