test/crypto: skip unsupported non-byte aligned cases
authorAkhil Goyal <akhil.goyal@nxp.com>
Sat, 9 May 2020 23:12:10 +0000 (04:42 +0530)
committerAkhil Goyal <akhil.goyal@nxp.com>
Mon, 11 May 2020 11:17:43 +0000 (13:17 +0200)
commit30563510a5312ee1db56c57e5aeca95c512bdf6b
tree405cf8766fe8d9a939c2191f0e2f13494c7b1cf2
parente11bdd37745229bf26b557305c07d118c3dbaad7
test/crypto: skip unsupported non-byte aligned cases

Skipped the test cases for the PMDs which do not support
RTE_CRYPTODEV_FF_NON_BYTE_ALIGNED_DATA and subsequently
removed the PMD specific checks for running that case.

Signed-off-by: Apeksha Gupta <apeksha.gupta@nxp.com>
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