ipsec: manually binding an SA to a worker 28/38528/4
authorMaxime Peim <mpeim@cisco.com>
Mon, 20 Mar 2023 14:13:56 +0000 (14:13 +0000)
committerNeale Ranns <neale@graphiant.com>
Fri, 23 Jun 2023 17:38:55 +0000 (17:38 +0000)
commit1271e3a2a1b028e5b9cd7ca35a6bd06ddbe2c63b
tree6c8e806f3f730c2aebd839c34d6fc20cc5bbc2fd
parent601972bb20c3f2846c0d3d3225a0a629126fe1ac
ipsec: manually binding an SA to a worker

An SA is normally bound to the first thread using it. However, one
could want to manually bind an SA to a specific worker.

Type: improvement
Signed-off-by: Maxime Peim <mpeim@cisco.com>
Change-Id: I05cbbf753e44a01d9964ee47812c964db9bbb488
src/vnet/ipsec/ipsec.api
src/vnet/ipsec/ipsec_api.c
src/vnet/ipsec/ipsec_cli.c
src/vnet/ipsec/ipsec_sa.c
src/vnet/ipsec/ipsec_sa.h
src/vnet/ipsec/ipsec_test.c
test/test_ipsec_api.py