dpdk-ipsec: use init function instead of one-time process 64/28664/3
authorChristian Hopps <chopps@labn.net>
Mon, 13 Jul 2020 10:49:56 +0000 (06:49 -0400)
committerDamjan Marion <dmarion@me.com>
Fri, 4 Sep 2020 12:40:54 +0000 (12:40 +0000)
commit93a7f63943ab6ed2460321f38c90246b1585f0c8
treed912104c2a87da889de46127bd79798ea1c3775a
parent5cd626eb1e19e9906ee780cbf86cb54abda226e2
dpdk-ipsec: use init function instead of one-time process

Use VLIB_MAIN_LOOP_ENTER_FUNCTION to do post init initialization for
dpdk crypto rather than create a one-time process to do the same.

Type: fix
Signed-off-by: Christian Hopps <chopps@labn.net>
Change-Id: I06e480b028c8e1fc1b0024a66b2338eb21a797ca
src/plugins/dpdk/ipsec/ipsec.c