numam-dpdk/lib/librte_cryptodev
Jan Viktorin 2f3193cf0f pci: inherit common driver in PCI driver
Remove the 'name' member from rte_pci_driver and move to generic
rte_driver.

Most of the PMD drivers were initially using DRIVER_REGISTER_PCI(<name>..)
as well as assigning a name to eth_driver.pci_drv.name member.
In this patch, only the original DRIVER_REGISTER_PCI(<name>..) name has
been populated into the rte_driver.name member - assignments through
eth_driver has been removed.

Signed-off-by: Jan Viktorin <viktorin@rehivetech.com>
[Shreyansh: Rebase and expand changes to newly added files]
Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
Acked-by: David Marchand <david.marchand@6wind.com>
2016-10-03 16:33:55 +02:00
..
Makefile snow3g: add driver for SNOW 3G library 2016-03-11 00:14:47 +01:00
rte_crypto_sym.h lib: work around unnamed structs/unions 2016-09-13 15:35:28 +02:00
rte_crypto.h lib: work around unnamed structs/unions 2016-09-13 15:35:28 +02:00
rte_cryptodev_pmd.h drivers: use PCI registration macro 2016-10-03 16:33:23 +02:00
rte_cryptodev_version.map drivers: use PCI registration macro 2016-10-03 16:33:23 +02:00
rte_cryptodev.c pci: inherit common driver in PCI driver 2016-10-03 16:33:55 +02:00
rte_cryptodev.h cryptodev: remove PMD type 2016-10-03 16:33:05 +02:00