> diff --git a/app/test/test_cryptodev.c b/app/test/test_cryptodev.c > index 31201d93e1..e46668a1e0 100644 > --- a/app/test/test_cryptodev.c > +++ b/app/test/test_cryptodev.c > @@ -14569,6 +14569,12 @@ test_cryptodev_cpu_aesni_gcm(void) > return rc; > } > > +static int > +test_cryptodev_mlx5(void /*argv __rte_unused, int argc __rte_unused*/)
Remove unwanted comments. Rebase over current TOT > +{ > + return > run_cryptodev_testsuite(RTE_STR(CRYPTODEV_NAME_MLX5_PMD)); > +} > diff --git a/app/test/test_cryptodev.h b/app/test/test_cryptodev.h > index 5bf1e8818b..262e545ee6 100644 > --- a/app/test/test_cryptodev.h > +++ b/app/test/test_cryptodev.h > @@ -73,6 +73,8 @@ > #define CRYPTODEV_NAME_BCMFS_PMD crypto_bcmfs > #define CRYPTODEV_NAME_CN9K_PMD crypto_cn9k > #define CRYPTODEV_NAME_CN10K_PMD crypto_cn10k > +#define CRYPTODEV_NAME_MLX5_PMD mlx5_crypto Follow convention It should be crypto_mlx5