From 97495b8966f4b25959719e3e1570b3f5942b1d64 Mon Sep 17 00:00:00 2001 From: Szymon Sliwa Date: Tue, 23 Jan 2018 14:30:49 +0100 Subject: plugins: odp: Add asynchronous IPsec API nodes To use asynchronous mode put async in the odp section of the startup.conf file, like this: odp { enable-odp-ipsec async } Falls back to synchronous mode. Change-Id: Iacfdc03158228f4385511e6736fb24a97284320c Signed-off-by: Szymon Sliwa --- src/vpp/conf/startup.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vpp') diff --git a/src/vpp/conf/startup.conf b/src/vpp/conf/startup.conf index 6ae0dc15..8b05286a 100644 --- a/src/vpp/conf/startup.conf +++ b/src/vpp/conf/startup.conf @@ -136,7 +136,7 @@ cpu { ## Use ODP ipsec API instead of ODP crypto API # enable-odp-ipsec - ## To use asynchronous mode of the crypto operations + ## To use asynchronous mode of the crypto/ipsec operations # async # } -- cgit 1.2.3-korg