crypto/dpaa2_sec: update driver name string
while registering driver to dpaa2, hard coded string is used. It is now updated as per the latest changes in string name. Signed-off-by: Akhil Goyal <akhil.goyal@nxp.com>
This commit is contained in:
parent
81864b9164
commit
217a72cec4
@ -1976,4 +1976,4 @@ static struct rte_dpaa2_driver rte_dpaa2_sec_driver = {
|
||||
.remove = cryptodev_dpaa2_sec_remove,
|
||||
};
|
||||
|
||||
RTE_PMD_REGISTER_DPAA2(dpaa2_sec_pmd, rte_dpaa2_sec_driver);
|
||||
RTE_PMD_REGISTER_DPAA2(CRYPTODEV_NAME_DPAA2_SEC_PMD, rte_dpaa2_sec_driver);
|
||||
|
@ -71,7 +71,7 @@ extern "C" {
|
||||
/**< ARMv8 Crypto PMD device name */
|
||||
#define CRYPTODEV_NAME_SCHEDULER_PMD crypto_scheduler
|
||||
/**< Scheduler Crypto PMD device name */
|
||||
#define CRYPTODEV_NAME_DPAA2_SEC_PMD cryptodev_dpaa2_sec_pmd
|
||||
#define CRYPTODEV_NAME_DPAA2_SEC_PMD crypto_dpaa2_sec
|
||||
/**< NXP DPAA2 - SEC PMD device name */
|
||||
|
||||
/** Crypto device type */
|
||||
|
Loading…
x
Reference in New Issue
Block a user