numam-dpdk/drivers/crypto/snow3g
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_snow3g_version.map snow3g: add driver for SNOW 3G library 2016-03-11 00:14:47 +01:00
rte_snow3g_pmd_ops.c drivers: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
rte_snow3g_pmd_private.h cryptodev: remove duplicated device name length 2018-01-20 16:10:53 +01:00
rte_snow3g_pmd.c cryptodev: change argument of driver registration 2018-04-23 16:57:55 +01:00