Re: [dpdk-dev] [PATCH v2 7/8] eal: add virtual device name helper function

2017-02-21 Thread Ferruh Yigit
On 2/20/2017 2:17 PM, Jan Blunck wrote: > This adds the rte_vdev_device_name() helper function to retrieve the > rte_vdev_device name which makes moving the name of the low-level > device into struct rte_device easier in the future. > > Signed-off-by: Jan Blunck <...> > +const char * > +rte_vde

[dpdk-dev] [PATCH v2 7/8] eal: add virtual device name helper function

2017-02-20 Thread Jan Blunck
This adds the rte_vdev_device_name() helper function to retrieve the rte_vdev_device name which makes moving the name of the low-level device into struct rte_device easier in the future. Signed-off-by: Jan Blunck --- lib/librte_eal/bsdapp/eal/rte_eal_version.map | 6 ++ lib/librte_eal/common