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

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

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

2021-08-11 Thread Akhil Goyal
> > > From: 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

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

2021-08-10 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