Re: [dpdk-dev] [PATCH 2/4] cryptodev: change valid dev API

2021-08-30 Thread Zhang, Roy Fan
> -Original Message- > From: Akhil Goyal > Sent: Thursday, August 5, 2021 9:03 PM > To: dev@dpdk.org > Cc: ano...@marvell.com; Nicolau, Radu ; Doherty, > Declan ; hemant.agra...@nxp.com; > ma...@nvidia.com; Ananyev, Konstantin ; > tho...@monjalon.net; Zhang, Roy Fan ; > asoma...@amd.com; r

[dpdk-dev] [PATCH 2/4] cryptodev: change valid dev API

2021-08-05 Thread Akhil Goyal
The API rte_cryptodev_pmd_is_valid_dev, can be used by the application as well as PMD to check whether the device is valid or not. Hence, _pmd is removed from the API. The applications and drivers which use this API are also updated. Signed-off-by: Akhil Goyal --- .../net/softnic/rte_eth_softnic