Re: [dpdk-dev] [PATCH] net/octeontx: fix vdev name

2019-03-13 Thread Rami Rosen
> The octeontx driver is creating vdev with name "OCTEONTX_PMD" > which is an artifact from how RTE_PMD_REGISTER_VDEV arguments > work. > > Change to use the same convention as all the other network > driverse ("net_octeontx"). > > Signed-off-by: Stephen Hemminger > --- > 1. Actuaully in the pa

[dpdk-dev] [PATCH] net/octeontx: fix vdev name

2019-03-12 Thread Stephen Hemminger
The octeontx driver is creating vdev with name "OCTEONTX_PMD" which is an artifact from how RTE_PMD_REGISTER_VDEV arguments work. Change to use the same convention as all the other network driverse ("net_octeontx"). Signed-off-by: Stephen Hemminger --- drivers/net/octeontx/octeontx_ethdev.h |