summaryrefslogtreecommitdiffstats
path: root/src/vppinfra/bihash_24_16.h
AgeCommit message (Collapse)AuthorFilesLines
2022-03-23vppinfra: fix bihash key comparison for 512-bits vectorsBenoît Ganne1-2/+2
bihash keys are less than 64-bytes, do not overflow. Type: fix Change-Id: Ic55407eb9ccca38058f7e62b363ec05c8445fbcb Signed-off-by: Benoît Ganne <bganne@cisco.com>
2020-10-21ipsec: Add to the SA info directly in the bihashNeale Ranns1-0/+102
Type: improvement this save the cache miss on the protect structure. Signed-off-by: Neale Ranns <nranns@cisco.com> Change-Id: I867d5e49df5edfd6b368f17a34747f32840080e4