On 3/6/2017 4:14 PM, Wiles, Keith wrote: > >> On Mar 6, 2017, at 10:03 AM, Yigit, Ferruh <ferruh.yi...@intel.com> wrote: >> >> On 3/6/2017 3:42 PM, Ferruh Yigit wrote: >>> On 3/6/2017 3:16 PM, Wiles, Keith wrote: >>>> >>>>> On Mar 6, 2017, at 9:13 AM, Pascal Mazon <pascal.ma...@6wind.com> wrote: >>>>> >>>>> Store the device name in dev->data->name, to have symmetrical behavior >>>>> between rte_pmd_tap_probe(name) and rte_pmd_tap_remove(name). >>>>> >>>>> The netdevice name (linux interface name) is stored in the name field of >>>>> struct pmd_internals. >>>>> >>>>> snprintf(data->name) has been moved closer to the rte_ethdev_allocate() >>>>> as it should use the same name. >>>>> >>>>> Signed-off-by: Pascal Mazon <pascal.ma...@6wind.com>
> Acked-by: Keith Wiles <keith.wi...@intel.com> Applied to dpdk-next-net/master, thanks.