]> git.proxmox.com Git - mirror_frr.git/commit - zebra/zebra_nhg.c
zebra: NHE hash reduce calls to jhash
authorStephen Worley <sworley@cumulusnetworks.com>
Mon, 12 Aug 2019 15:09:46 +0000 (11:09 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Fri, 25 Oct 2019 15:13:42 +0000 (11:13 -0400)
commit62991a11679da8912815c763980a505d1ad37ed7
treeb66295dab85e00e5f48ffb56c9e2da4a9a8d54f5
parentcba6a409cfea9bf79ffb1088a1a15736cdd4db1a
zebra: NHE hash reduce calls to jhash

Reduce the two calls to jhash to one jhash_3words() call
to save some more hashing time.

Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
zebra/zebra_nhg.c