numam-dpdk/drivers/net/bnxt
Ferruh Yigit 740feaf349 ethdev: remove driver name from device private data
rte_driver->name has the driver name and all physical and virtual
devices has access to it.

Previously it was not possible for virtual ethernet devices to access
rte_driver->name field (because eth_dev used to keep only pci_dev),
and it was required to save driver name in the device private struct.

After re-works on bus and vdev, it is possible for all bus types to
access rte_driver.

It is able to remove the driver name from ethdev device private data and
use eth_dev->device->driver->name.

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Shreyansh Jain <shreyansh.jain@nxp.com>
Acked-by: Jan Blunck <jblunck@infradead.org>
2017-06-12 16:27:44 +01:00
..
bnxt_cpr.c net/bnxt: support set MTU 2017-06-12 10:41:28 +01:00
bnxt_cpr.h net/bnxt: handle VF/PF initialization appropriately 2017-06-12 10:41:28 +01:00
bnxt_ethdev.c ethdev: remove driver name from device private data 2017-06-12 16:27:44 +01:00
bnxt_filter.c net/bnxt: support to add a VF MAC address 2017-06-12 10:41:29 +01:00
bnxt_filter.h net/bnxt: support to add a VF MAC address 2017-06-12 10:41:29 +01:00
bnxt_hwrm.c net/bnxt: fix reporting of link status 2017-06-12 10:41:29 +01:00
bnxt_hwrm.h net/bnxt: support to set VF rxmode 2017-06-12 10:41:29 +01:00
bnxt_irq.c net/bnxt: handle VF/PF initialization appropriately 2017-06-12 10:41:28 +01:00
bnxt_irq.h net/bnxt: support async link notification 2016-10-13 15:30:59 +02:00
bnxt_ring.c net/bnxt: support LRO 2017-06-12 10:41:28 +01:00
bnxt_ring.h net/bnxt: support LRO 2017-06-12 10:41:28 +01:00
bnxt_rxq.c net/bnxt: support to set VF rxmode 2017-06-12 10:41:29 +01:00
bnxt_rxq.h net/bnxt: support LRO 2017-06-12 10:41:28 +01:00
bnxt_rxr.c net/bnxt: refactor the query stats 2017-06-12 10:41:28 +01:00
bnxt_rxr.h net/bnxt: support LRO 2017-06-12 10:41:28 +01:00
bnxt_stats.c net/bnxt: support get and clear VF specific stats 2017-06-12 10:41:28 +01:00
bnxt_stats.h net/bnxt: support xstats get/reset 2017-06-12 10:41:28 +01: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: support tunneling 2017-06-12 10:41:28 +01:00
bnxt_txr.h net/bnxt: use I/O device memory read/write API 2017-01-18 17:18:27 +01:00
bnxt_vnic.c net/bnxt: support multicast filter and set MAC addr 2017-06-12 10:41:28 +01:00
bnxt_vnic.h net/bnxt: support to set VF rxmode 2017-06-12 10:41:29 +01:00
bnxt.h net/bnxt: move PMD specific functions 2017-06-12 10:41:29 +01:00
hsi_struct_def_dpdk.h net/bnxt: update HWRM defines 2017-06-12 10:41:29 +01:00
Makefile net/bnxt: support Tx loopback, set VF MAC and queues drop 2017-06-12 10:41:28 +01:00
rte_pmd_bnxt_version.map net/bnxt: support to set VF rxmode 2017-06-12 10:41:29 +01:00
rte_pmd_bnxt.c net/bnxt: move PMD specific functions 2017-06-12 10:41:29 +01:00
rte_pmd_bnxt.h net/bnxt: move PMD specific functions 2017-06-12 10:41:29 +01:00