From: Sergio Gonzalez Monroy Date: Fri, 20 Jan 2017 15:35:23 +0000 (+0000) Subject: dpdk: rework cryptodev ipsec build and setup X-Git-Tag: v17.04-rc1~303 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=d04b60bfa940e21ab4676a1cb3c15989748be40a;hp=d04b60bfa940e21ab4676a1cb3c15989748be40a;p=vpp.git dpdk: rework cryptodev ipsec build and setup Build Cryptodev IPsec support by default when DPDK is enabled but only build hardware Cryptodev PMDs. To enable Cryptodev support, a new startup.conf option for dpdk has been introduced 'enable-cryptodev'. During VPP init, if Cryptodev support is not enabled or not enough cryptodev resources are available then default to OpenSSL ipsec implementation. Change-Id: I5aa7e0d5c2676bdb41d775ef40364536a081956d Signed-off-by: Sergio Gonzalez Monroy ---