From 3a6b2d99d969bbb90792e1d09e97aa1be40d10df Mon Sep 17 00:00:00 2001 From: Szymon Sliwa Date: Fri, 5 Jan 2018 16:26:31 +0100 Subject: plugins: odp: Add new nodes using ODP IPsec API Created two new nodes for encryption/decryption, based on user preferences we can use them to accellerate IPsec by offloading it to hardware or optimized software implementations To use the new nodes two flags are needed in the odp section of the startup.conf file, like this: To use the new nodes put the enable-odp-ipsec flag to startup.conf file, like this: odp { enable-odp-ipsec } Change-Id: Ib4bbc481efad7e90d63994580b57849b74400947 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 1aee5ca0..6ae0dc15 100644 --- a/src/vpp/conf/startup.conf +++ b/src/vpp/conf/startup.conf @@ -133,6 +133,9 @@ cpu { ## Make use of ODP crypto API to accelerate IPsec # enable-odp-crypto + ## Use ODP ipsec API instead of ODP crypto API + # enable-odp-ipsec + ## To use asynchronous mode of the crypto operations # async # } -- cgit 1.2.3-korg