numam-dpdk/drivers/net/dpaa2
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
..
base net/dpaa2: stop using software annotation 2017-06-12 10:41:26 +01:00
mc net/dpaa2: add support for flow control 2017-06-12 10:41:26 +01:00
dpaa2_ethdev.c ethdev: remove driver name from device private data 2017-06-12 16:27:44 +01:00
dpaa2_ethdev.h net/dpaa2: add link status config support 2017-06-12 10:41:26 +01:00
dpaa2_rxtx.c net/dpaa2: add link status config support 2017-06-12 10:41:26 +01:00
Makefile net/dpaa2: enable Rx and Tx operations 2017-04-19 15:37:37 +02:00
rte_pmd_dpaa2_version.map net/dpaa2: introduce NXP DPAA2 driver 2017-04-19 15:37:37 +02:00