numam-dpdk/drivers/net/kni
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 drivers/net: remove unused DEPDIRS from makefiles 2017-04-06 20:58:59 +02:00
rte_eth_kni.c drivers/net: use device name from device structure 2017-07-06 00:17:02 +02:00
rte_pmd_kni_version.map net/kni: add KNI PMD 2017-04-04 15:52:50 +02:00