numam-dpdk/drivers/net/bnxt
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
..
bnxt_cpr.c net/bnxt: allocate Rx/Tx and completion rings 2016-06-20 17:21:52 +02:00
bnxt_cpr.h net/bnxt: allocate Rx/Tx and completion rings 2016-06-20 17:21:52 +02:00
bnxt_ethdev.c pci: inherit common driver in PCI driver 2016-10-03 16:33:55 +02:00
bnxt_filter.c net/bnxt: add L2 filter alloc/init/free 2016-06-20 17:21:51 +02:00
bnxt_filter.h net/bnxt: add L2 filter alloc/init/free 2016-06-20 17:21:51 +02:00
bnxt_hwrm.c net/bnxt: fix broadcast/multicast Rx 2016-07-08 22:50:41 +02:00
bnxt_hwrm.h net/bnxt: query PHY configuration 2016-06-20 17:21:52 +02:00
bnxt_ring.c net/bnxt: allocate rings and groups 2016-06-20 17:21:52 +02:00
bnxt_ring.h net/bnxt: allocate rings and groups 2016-06-20 17:21:52 +02:00
bnxt_rxq.c net/bnxt: allocate Rx/Tx and completion rings 2016-06-20 17:21:52 +02:00
bnxt_rxq.h net/bnxt: add Rx queue create/destroy 2016-06-20 17:21:51 +02:00
bnxt_rxr.c net/bnxt: allocate Rx/Tx and completion rings 2016-06-20 17:21:52 +02:00
bnxt_rxr.h net/bnxt: allocate Rx/Tx and completion rings 2016-06-20 17:21:52 +02:00
bnxt_stats.c net/bnxt: add statistics 2016-06-20 17:21:51 +02:00
bnxt_stats.h net/bnxt: add statistics 2016-06-20 17:21:51 +02:00
bnxt_txq.c net/bnxt: allocate Rx/Tx and completion rings 2016-06-20 17:21:52 +02:00
bnxt_txq.h net/bnxt: add Tx queue create/destroy 2016-06-20 17:21:51 +02:00
bnxt_txr.c net/bnxt: allocate Rx/Tx and completion rings 2016-06-20 17:21:52 +02:00
bnxt_txr.h net/bnxt: allocate Rx/Tx and completion rings 2016-06-20 17:21:52 +02:00
bnxt_vnic.c net/bnxt: add VNIC functions and structs 2016-06-20 17:21:51 +02:00
bnxt_vnic.h net/bnxt: add VNIC functions and structs 2016-06-20 17:21:51 +02:00
bnxt.h net/bnxt: add HWRM VNIC alloc 2016-06-20 17:21:52 +02:00
hsi_struct_def_dpdk.h net/bnxt: query PHY configuration 2016-06-20 17:21:52 +02:00
Makefile net/bnxt: add initial Rx code 2016-06-20 17:21:51 +02:00
rte_pmd_bnxt_version.map net/bnxt: add driver for Broadcom NetXtreme-C devices 2016-06-20 17:21:51 +02:00