> -----Original Message-----
> From: Coyle, David <[email protected]>
> Sent: Thursday, July 16, 2020 4:30 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 1/2] test/crypto: enable security feature for security
> tests
>
> The RTE_CRYPTODEV_FF_SECURITY feature was disabled through the ff_disable
> device configuration option for all cryptodev tests, including security
> related
> tests. This patch updates the cryptodev unit tests to not disable
> RTE_CRYPTODEV_FF_SECURITY for DOCSIS and PDCP security tests.
>
> Fixes: ea31f2b4f547 ("test/crypto: add DOCSIS security cases")
>
> Signed-off-by: David Coyle <[email protected]>
Actually, since PDCP security tests were added in previous releases, this could
be backported, right? Commit d883e6e71 ("test/crypto: add PDCP C-Plane encap
cases") added PDCP test cases and the ff_disable option was already present.
Akhil, do you think we need to backport this?
Pablo