Re: [dpdk-dev] [PATCH] test/crypto: fix dpaa2_sec macros and definitions

2017-10-05 Thread De Lara Guarch, Pablo
, 2017 10:29 AM > >> To: dev@dpdk.org > >> Cc: Doherty, Declan ; De Lara Guarch, Pablo > >> ; hemant.agra...@nxp.com; > >> sta...@dpdk.org; Akhil Goyal > >> Subject: [dpdk-dev] [PATCH] test/crypto: fix dpaa2_sec macros and > >> definitions > >

Re: [dpdk-dev] [PATCH] test/crypto: fix dpaa2_sec macros and definitions

2017-10-05 Thread Akhil Goyal
...@dpdk.org; Akhil Goyal Subject: [dpdk-dev] [PATCH] test/crypto: fix dpaa2_sec macros and definitions Fixes: 7a364faef185 ("cryptodev: remove crypto device type enumeration") Cc: sta...@dpdk.org Signed-off-by: Akhil Goyal --- test/test/test_cryptodev.c | 2 +-

Re: [dpdk-dev] [PATCH] test/crypto: fix dpaa2_sec macros and definitions

2017-10-05 Thread De Lara Guarch, Pablo
> Subject: [dpdk-dev] [PATCH] test/crypto: fix dpaa2_sec macros and > definitions > > Fixes: 7a364faef185 ("cryptodev: remove crypto device type enumeration") > > Cc: sta...@dpdk.org > > Signed-off-by: Akhil Goyal > --- > test/test/test_cryptodev.c

[dpdk-dev] [PATCH] test/crypto: fix dpaa2_sec macros and definitions

2017-10-03 Thread Akhil Goyal
Fixes: 7a364faef185 ("cryptodev: remove crypto device type enumeration") Cc: sta...@dpdk.org Signed-off-by: Akhil Goyal --- test/test/test_cryptodev.c | 2 +- test/test/test_cryptodev_perf.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/test/test_cryptodev.c