From 84cc712ed30960bd4b4598ce387fc9ed6a610987 Mon Sep 17 00:00:00 2001 From: Szymon Sliwa Date: Wed, 24 Jan 2018 14:05:06 +0100 Subject: plugins: odp: Add support for IPsec inline operation To use inline mode put inline flag in the odp section of the startup.conf file, like this: odp { enable-odp-ipsec inline } Falls back to lookaside mode. Change-Id: I1292a7254b25a15b25285773a43bae112394827d Signed-off-by: Szymon Sliwa --- src/vpp/conf/startup.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/vpp/conf/startup.conf') diff --git a/src/vpp/conf/startup.conf b/src/vpp/conf/startup.conf index 8b05286a..3d4f7c30 100644 --- a/src/vpp/conf/startup.conf +++ b/src/vpp/conf/startup.conf @@ -138,6 +138,9 @@ cpu { ## To use asynchronous mode of the crypto/ipsec operations # async + + ## To use inline mode of ipsec + # inline # } # Adjusting the plugin path depending on where the VPP plugins are: -- cgit 1.2.3-korg