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

2021-08-11 Thread Matan Azrad
From: 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

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

2021-08-10 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 --- app/test/test_cryptodev.c | 1 - app/test/test_cryptodev_asym.c | 1 - app/te