diff options
author | Damjan Marion <damarion@cisco.com> | 2020-09-21 14:23:30 +0200 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2020-09-23 14:55:56 +0000 |
commit | 2de5fc03ff698a2c764de9fa5698ca98959565f1 (patch) | |
tree | 7ab6577cfdeb6065f25d46c1aa2d4338055a63dc /src/vnet/ip/ip4.h | |
parent | e85aa4c46aab9ddd0824c455b3d18460e5213f79 (diff) |
ip: use main heap for mtrie, part 2 (remove args)
Type: improvement
Change-Id: I8c28c845c75657852f1e513e2832771fad6b90b7
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'src/vnet/ip/ip4.h')
-rw-r--r-- | src/vnet/ip/ip4.h | 6 |
1 files changed, 0 insertions, 6 deletions
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; |