test/crypto: use formal array size macro
authorRebecca Troy <rebecca.troy@intel.com>
Mon, 5 Jul 2021 11:50:30 +0000 (11:50 +0000)
committerAkhil Goyal <gakhil@marvell.com>
Wed, 7 Jul 2021 19:28:39 +0000 (21:28 +0200)
commit6e90229e22e6906b90c82c0c137f68d9c2968bf5
treedaba47943c330a52baa2ac46380364e0dd5283cc
parent5da550e4408e03a7f06dfcfa9639ce969d141d73
test/crypto: use formal array size macro

Replaces the use of local ARRAY_SIZE macro, which is not used
anywhere else, with the formal RTE_DIM macro for better
consistency in crypto unit test.

Signed-off-by: Rebecca Troy <rebecca.troy@intel.com>
Acked-by: Akhil Goyal <gakhil@marvell.com>
app/test/test_cryptodev.c