> -----Original Message----- > From: Ravi Kumar [mailto:ravi1.ku...@amd.com] > Sent: Thursday, May 10, 2018 10:20 AM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo <pablo.de.lara.gua...@intel.com>; > tho...@monjalon.net; hemant.agra...@nxp.com > Subject: [PATCH v3] crypto/ccp: support command line option to enable CPU > based auth > > CCP PMD supports authentication offload to either of CCP or CPU. > The earlier version of patch provides this option as compile time. > This patch changes this option from compile time to run time. > User can pass "ccp_auth_opt=1" as an additional arguments to vdev > parameter to enable authentication operations on CPU. > > Signed-off-by: Ravi Kumar <ravi1.ku...@amd.com>
Applied to dpdk-next-crypto. Thanks, Pablo