]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Reduce per vrf memory usage from hash table creation
authorDonald Sharp <sharpd@nvidia.com>
Mon, 26 Apr 2021 13:34:41 +0000 (09:34 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Wed, 5 May 2021 14:08:06 +0000 (10:08 -0400)
commit4a73887e0f6d5ab5ebb2018ed6f8a3cc49c0ee51
tree2cfe46441a3da5b89986482f655a0091e9605274
parentda55bcbcb384a023e6283b8b36c672d09a643485
zebra: Reduce per vrf memory usage from hash table creation

When creating a large number of vrf's we are creating a fairly
large number of hash tables per vrf.  Reduce memory usage on
startup as well as let us identify the table these things come
from.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
zebra/zebra_mpls.c
zebra/zebra_vxlan.c