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

2021-09-08 Thread Akhil Goyal
> Subject: [PATCH v4 2/4] cryptodev: change valid dev API > > 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 u

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

2021-09-07 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 --- doc/guides/rel_notes/release_21