numam-dpdk/drivers/net/ring
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_ring_version.map ring: create device from a ring 2015-11-03 02:01:56 +01:00
rte_eth_ring.c drivers/net: use device name from device structure 2017-07-06 00:17:02 +02:00
rte_eth_ring.h ring: create device from a ring 2015-11-03 02:01:56 +01:00