]> git.proxmox.com Git - mirror_frr.git/commit
pimd: Make ifchannel lookup a hash lookup
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 13 Feb 2017 01:16:08 +0000 (20:16 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 24 Feb 2017 15:03:41 +0000 (10:03 -0500)
commita625e9373be06671b0b9e3cafb026dec5a0cb9b5
tree69d7d0bbbf3848ff004f37cba91755ac1a73ecff
parent4961e0ad8f7e1183d8df0b38358882caecbab63e
pimd: Make ifchannel lookup a hash lookup

When we are at scale, it is possible that
we have a very large number of ifchannels
per interface.  So make lookup for
that situation to be a hash lookup.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
pimd/pim_iface.c
pimd/pim_iface.h
pimd/pim_ifchannel.c
pimd/pim_ifchannel.h