On 3/19/2019 10:19 PM, Stephen Hemminger wrote: > On Tue, 19 Mar 2019 18:59:21 +0000 > Ferruh Yigit <ferruh.yi...@intel.com> wrote: > >> On 3/14/2019 3:35 PM, Jerin Jacob Kollanukkaran wrote: >>> On Wed, 2019-03-13 at 14:58 -0700, Stephen Hemminger wrote: >>>> 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 >>>> drivers ie "net_octeontx"). >>>> >>>> Signed-off-by: Stephen Hemminger <step...@networkplumber.org> >>>> Reviewed-by: Ramil Rosen <ramir...@gmail.com> >>>> --- >>> >>> Acked-by: Jerin Jacob <jer...@marvell.com> >>> >> >> Hi Jerin, Stephen, >> >> Can you please provide fixes line, (which commit broke the pmd name)? > > It goes all the way back to original submission: > > Fixes: f7be70e5130e ("net/octeontx: add net device probe and remove") >
Indeed, I was assuming it has been broken somewhere on the way, but is seems no. Applied to dpdk-next-net/master, thanks.