Re: [dpdk-dev] [PATCH 1/4] test/crypto: remove illegal header include
From: Zhang, Roy Fan <hidden>
Date: 2021-08-30 20:16:13
From: Zhang, Roy Fan <hidden>
Date: 2021-08-30 20:16:13
-----Original Message----- From: Akhil Goyal <redacted> Sent: Thursday, August 5, 2021 9:03 PM To: dev@dpdk.org Cc: anoobj@marvell.com; Nicolau, Radu <redacted>; Doherty, Declan [off-list ref]; hemant.agrawal@nxp.com; matan@nvidia.com; Ananyev, Konstantin [off-list ref]; thomas@monjalon.net; Zhang, Roy Fan [off-list ref]; asomalap@amd.com; ruifeng.wang@arm.com; ajit.khaparde@broadcom.com; De Lara Guarch, Pablo [off-list ref]; Trahe, Fiona [off-list ref]; adwivedi@marvell.com; michaelsh@marvell.com; rnagadheeraj@marvell.com; jianjay.zhou@huawei.com; Akhil Goyal [off-list ref] Subject: [PATCH 1/4] test/crypto: remove illegal header include 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 <redacted> ---
Apart from release note update Acked-by: Fan Zhang <redacted>