numam-dpdk/drivers/crypto/armv8
Fiona Trahe f737f5cee6 cryptodev: change argument of driver registration
Pass an rte_driver to the RTE_PMD_REGISTER_CRYPTO_DRIVER macro
rather than an unspecified container which holds an rte_driver.
All the macro actually needs is the rte_driver, not the
container holding it.
This paves the way for a later patch in which a driver
will be registered which does not naturally derive from a
container and so avoids having to create an arbitrary container
to pass in the rte_driver.

This patch changes the cryptodev lib macro and all the
PMDs which use it.

Signed-off-by: Fiona Trahe <fiona.trahe@intel.com>
Reviewed-by: Akhil Goyal <akhil.goyal@nxp.com>
2018-04-23 16:57:55 +01:00
..
Makefile drivers: use SPDX tag for Cavium copyright files 2018-01-09 16:19:01 +01:00
rte_armv8_pmd_ops.c drivers: use SPDX tag for Cavium copyright files 2018-01-09 16:19:01 +01:00
rte_armv8_pmd_private.h cryptodev: remove duplicated device name length 2018-01-20 16:10:53 +01:00
rte_armv8_pmd.c cryptodev: change argument of driver registration 2018-04-23 16:57:55 +01:00
rte_pmd_armv8_version.map crypto/armv8: rename map file to standard name 2017-10-12 15:13:19 +01:00