numam-dpdk/drivers/net/bonding
Ferruh Yigit 4be4659a93 drivers/net: use device name from device structure
Device name resides in two different locations, in rte_device->name and
in ethernet device private data.

For now, the copy in the ethernet device private data is required for
multi process support, the name is the how secondary process finds about
primary process device.

But for drivers there is no reason to use the copy in the ethernet
device private data.

This patch updates PMDs to use only rte_device->name.

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
2017-07-06 00:17:02 +02:00
..
Makefile mk: optimize directory dependencies 2017-03-27 23:28:43 +02:00
rte_eth_bond_8023ad_private.h net/bonding: allow external state machine in mode 4 2016-06-20 18:40:44 +02:00
rte_eth_bond_8023ad.c fix typos using codespell utility 2017-06-14 23:54:13 +02:00
rte_eth_bond_8023ad.h net/bonding: fix exported symbol versioning 2016-07-11 14:56:51 +02:00
rte_eth_bond_alb.c drivers/net: use device name from device structure 2017-07-06 00:17:02 +02:00
rte_eth_bond_alb.h bond: move to drivers/net/ 2015-05-22 15:51:38 +02:00
rte_eth_bond_api.c net/bonding: remove socket id check 2017-06-22 17:46:09 +02:00
rte_eth_bond_args.c drivers/net: use device name from device structure 2017-07-06 00:17:02 +02:00
rte_eth_bond_pmd.c drivers/net: use device name from device structure 2017-07-06 00:17:02 +02:00
rte_eth_bond_private.h ethdev: add return values to callback process API 2017-07-01 17:19:55 +02:00
rte_eth_bond_version.map net/bonding: allow external state machine in mode 4 2016-06-20 18:40:44 +02:00
rte_eth_bond.h bonding: support port hotplug 2015-07-27 19:20:44 +02:00