ip: allocate ip4 mtrie pages in htlb memory
[vpp.git] / src / vnet / ip / ip4.h
index b5bc2e2..f5ed938 100644 (file)
@@ -167,6 +167,9 @@ typedef struct ip4_main_t
   /** Heapsize for the Mtries */
   uword mtrie_heap_size;
 
+  /** Use hugetlb pages for the Mtries */
+  int mtrie_hugetlb;
+
   /** The memory heap for the mtries */
   void *mtrie_mheap;