test/crypto: skip unsupported session
authorAkhil Goyal <akhil.goyal@nxp.com>
Sat, 9 May 2020 23:12:13 +0000 (04:42 +0530)
committerAkhil Goyal <akhil.goyal@nxp.com>
Mon, 11 May 2020 11:17:43 +0000 (13:17 +0200)
commite9703a54e41141ebcfd57db1d67d09ce61e58d29
tree0bd43ab3be03fcb29766073cf84f79c1d13eac83
parent554bb73c253293abd4438a8c8dfead5963530a33
test/crypto: skip unsupported session

The session init routine rte_cryptodev_sym_session_init(),
could return -ENOTSUP when the requested algo combination
is not supported by the PMD. This should be treated as
unsupported feature.

Signed-off-by: Akhil Goyal <akhil.goyal@nxp.com>
Acked-by: Adam Dybkowski <adamx.dybkowski@intel.com>
Acked-by: Anoob Joseph <anoobj@marvell.com>
app/test/test_cryptodev.c