Re: [dpdk-dev] [PATCH v2 3/3] ethdev: use device name from device structure

2017-07-05 Thread Thomas Monjalon
09/06/2017 20:36, Ferruh Yigit: > 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 > primar

[dpdk-dev] [PATCH v2 3/3] ethdev: use device name from device structure

2017-06-09 Thread Ferruh Yigit
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 in the ethdev library