> -----Original Message-----
> From: Coyle, David <[email protected]>
> Sent: Thursday, July 16, 2020 4:29 PM
> To: [email protected]; Doherty, Declan <[email protected]>; De
> Lara Guarch, Pablo <[email protected]>; Trahe, Fiona
> <[email protected]>
> Cc: [email protected]; Ryan, Brendan <[email protected]>; O'loingsigh,
> Mairtin <[email protected]>; Coyle, David <[email protected]>
> 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 <[email protected]>

Acked-by: Pablo de Lara <[email protected]>

Reply via email to