> -----Original Message-----
> From: Coyle, David <david.co...@intel.com>
> Sent: Thursday, July 16, 2020 4:29 PM
> To: akhil.go...@nxp.com; Doherty, Declan <declan.dohe...@intel.com>; De
> Lara Guarch, Pablo <pablo.de.lara.gua...@intel.com>; Trahe, Fiona
> <fiona.tr...@intel.com>
> Cc: dev@dpdk.org; Ryan, Brendan <brendan.r...@intel.com>; O'loingsigh,
> Mairtin <mairtin.oloings...@intel.com>; Coyle, David <david.co...@intel.com>
> Subject: [PATCH v1] test/crypto: fix AESNI-MB CPU tests
>
> The AESNI-MB CPU test cases, which are executed via the
> cryptodev_cpu_aesni_mb_autotest command, aborted when it tried to run the
> DOCSIS security tests as these are not CPU type tests. The abort happened at
> the
> following line in process_crypto_request():
>
> RTE_VERIFY(gbl_action_type != RTE_SECURITY_ACTION_TYPE_CPU_CRYPTO);
>
> The tests have been updated not to run the DOCSIS (or PDCP) security tests
> during cryptodev_cpu_aesni_mb_autotest, with the decision based on improved
> PMD security capability checks.
>
> Fixes: ea31f2b4f547 ("test/crypto: add DOCSIS security cases")
>
> Signed-off-by: David Coyle <david.co...@intel.com>
Acked-by: Pablo de Lara <pablo.de.lara.gua...@intel.com>