cryptodev: rename function to check device validity
authorAkhil Goyal <gakhil@marvell.com>
Tue, 10 Aug 2021 19:50:18 +0000 (01:20 +0530)
committerAkhil Goyal <gakhil@marvell.com>
Wed, 8 Sep 2021 07:21:10 +0000 (09:21 +0200)
commite74abd48433dc05e3d40cc922577d6c55b5b844c
treec5dec2aac2c6167b838d3f812667d3841c64749c
parent59c6646e6d56626a637976bc69a39f557578ebef
cryptodev: rename function to check device validity

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 <gakhil@marvell.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
doc/guides/rel_notes/release_21_11.rst
drivers/net/softnic/rte_eth_softnic_cryptodev.c
examples/fips_validation/main.c
examples/ip_pipeline/cryptodev.c
lib/cryptodev/rte_cryptodev.c
lib/cryptodev/rte_cryptodev.h
lib/cryptodev/rte_cryptodev_pmd.h
lib/cryptodev/version.map
lib/eventdev/rte_event_crypto_adapter.c
lib/eventdev/rte_eventdev.c
lib/pipeline/rte_table_action.c