ipsec: Add to the SA info directly in the bihash 30/29530/4
authorNeale Ranns <nranns@cisco.com>
Mon, 19 Oct 2020 13:23:33 +0000 (13:23 +0000)
committerDamjan Marion <dmarion@me.com>
Wed, 21 Oct 2020 11:10:13 +0000 (11:10 +0000)
commit302b25a00ed913767798d58148ef4d36092ee490
tree2bc11d23b088084a3dd6b76afc0f967f8ea81d1d
parent5824cc52d1a000b4c4b2ed5da2f1b7761888f0cc
ipsec: Add to the SA info directly in the bihash

Type: improvement

this save the cache miss on the protect structure.

Signed-off-by: Neale Ranns <nranns@cisco.com>
Change-Id: I867d5e49df5edfd6b368f17a34747f32840080e4
src/vnet/ipsec/ipsec.h
src/vnet/ipsec/ipsec_cli.c
src/vnet/ipsec/ipsec_tun.c
src/vnet/ipsec/ipsec_tun.h
src/vnet/ipsec/ipsec_tun_in.c
src/vppinfra/bihash_24_16.h [new file with mode: 0644]
src/vppinfra/bihash_8_16.h [new file with mode: 0644]