]> git.feebdaed.xyz Git - 0xmirror/dpdk.git/commit
crypto/dpaa2_sec: remove cryptodev pointer from bus device
authorDavid Marchand <david.marchand@redhat.com>
Wed, 12 Nov 2025 09:10:44 +0000 (10:10 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 18 Nov 2025 12:22:23 +0000 (13:22 +0100)
commit29a4d5307f1ce28f6c591c7eba2afc786e2fd089
tree06fa663b4dfd170046090e09c9c1ccd3803e73cc
parent2c5b18a3ba6676d3d7e6fd2985d12b023350be19
crypto/dpaa2_sec: remove cryptodev pointer from bus device

Calling rte_cryptodev_pmd_get_named_dev() is enough to retrieve the
crypto device object.

This leaves no user of the cryptodev field in the fslmc device object.

Signed-off-by: David Marchand <david.marchand@redhat.com>
Tested-by: Hemant Agrawal <hemant.agrawal@nxp.com>
drivers/bus/fslmc/bus_fslmc_driver.h
drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c