From 2de5fc03ff698a2c764de9fa5698ca98959565f1 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Mon, 21 Sep 2020 14:23:30 +0200 Subject: ip: use main heap for mtrie, part 2 (remove args) Type: improvement Change-Id: I8c28c845c75657852f1e513e2832771fad6b90b7 Signed-off-by: Damjan Marion --- src/vnet/ip/ip4.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/vnet/ip/ip4.h') diff --git a/src/vnet/ip/ip4.h b/src/vnet/ip/ip4.h index 8fba33f8d6e..cb78bfbe356 100644 --- a/src/vnet/ip/ip4.h +++ b/src/vnet/ip/ip4.h @@ -164,12 +164,6 @@ typedef struct ip4_main_t u8 pad[2]; } host_config; - /** Heapsize for the Mtries */ - uword mtrie_heap_size; - - /** Use hugetlb pages for the Mtries */ - int mtrie_hugetlb; - /** ARP throttling */ throttle_t arp_throttle; -- cgit 1.2.3-korg