commit | 1ec3652c25c593a7dcaae293b2f7dbed6eb15963 | [log] [tgz] |
---|---|---|
author | Neale Ranns <nranns@cisco.com> | Wed Nov 29 05:20:37 2017 -0800 |
committer | Dave Barach <openvpp@barachs.net> | Wed Dec 13 16:07:34 2017 +0000 |
tree | 73df6da6b53fa963cf6915e9c7d7c453d8bedfe7 | |
parent | 8716e6bf43b7043790980c6ef0bd21d42b34a2a1 [diff] [blame] |
Separate heap for IPv4 mtries Change-Id: I497e9f6489dd35219bcf2b51ac992467aac4c8eb Signed-off-by: Neale Ranns <nranns@cisco.com>
diff --git a/src/vnet/ip/ip4.h b/src/vnet/ip/ip4.h index 4c5cc05..f7e5fe3 100644 --- a/src/vnet/ip/ip4.h +++ b/src/vnet/ip/ip4.h
@@ -148,6 +148,12 @@ u8 pad[2]; } host_config; + + /** Heapsize for the Mtries */ + uword mtrie_heap_size; + + /** The memory heap for the mtries */ + void *mtrie_mheap; } ip4_main_t; /** Global ip4 main structure. */