Re: [dpdk-dev] [PATCH v4 1/4] test/crypto: remove illegal header include

2021-09-07 Thread Hemant Agrawal
On 9/8/2021 12:52 AM, Akhil Goyal wrote: rte_cryptodev_pmd.h is an interface between driver and library and it is mentioned in the file that application cannot use it directly. Hence, removing the include. Signed-off-by: Akhil Goyal Acked-by: Matan Azrad Series- Acked-by: Hemant Agrawal

[dpdk-dev] [PATCH v4 1/4] test/crypto: remove illegal header include

2021-09-07 Thread Akhil Goyal
rte_cryptodev_pmd.h is an interface between driver and library and it is mentioned in the file that application cannot use it directly. Hence, removing the include. Signed-off-by: Akhil Goyal Acked-by: Matan Azrad --- app/test/test_cryptodev.c | 1 - app/test/test_cryptodev_asym.c