numam-dpdk/drivers/crypto/zuc
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 Intel copyright files 2018-01-04 22:41:39 +01:00
rte_pmd_zuc_version.map crypto/zuc: add driver for ZUC library 2016-10-08 17:53:10 +02:00
rte_zuc_pmd_ops.c drivers: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
rte_zuc_pmd_private.h cryptodev: remove duplicated device name length 2018-01-20 16:10:53 +01:00
rte_zuc_pmd.c cryptodev: change argument of driver registration 2018-04-23 16:57:55 +01:00