aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp/conf/startup.conf
diff options
context:
space:
mode:
authorSzymon Sliwa <szs@semihalf.com>2018-01-23 14:30:49 +0100
committerSzymon Sliwa <szs@semihalf.com>2018-02-19 17:47:48 +0100
commit97495b8966f4b25959719e3e1570b3f5942b1d64 (patch)
tree44b4ced3e0f1d36c681d860c833c3361a1ef4498 /src/vpp/conf/startup.conf
parent3a6b2d99d969bbb90792e1d09e97aa1be40d10df (diff)
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 <szs@semihalf.com>
Diffstat (limited to 'src/vpp/conf/startup.conf')
-rw-r--r--src/vpp/conf/startup.conf2
1 files changed, 1 insertions, 1 deletions
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
# }