]> git.puffer.fish Git - matthieu/frr.git/commit
lib: Reduce size of hash_bucket by 8 bytes
authorDonald Sharp <sharpd@nvidia.com>
Wed, 31 Jan 2024 16:33:36 +0000 (11:33 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 1 Feb 2024 12:53:31 +0000 (07:53 -0500)
commita8e8f1bc72b7b638d29dc6c0bf78679487a3331d
treea02058df755d1fe09ad90e8dc11f338eb0922c7e
parenta2caf2b5e132ad6d50d83348d8efe9cdea72ec6e
lib: Reduce size of hash_bucket by 8 bytes

pahole reports that the hash_bucket has 2 4 byte holes
in the data structure.  Let's reorganize this a bit
and save 8 bytes per hash_bucket instance.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
lib/hash.h