> 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 <step...@networkplumber.org> > --- >
1. Actuaully in the patch itself it is: +#define OCTEONTX_PMD net_octeon Shouldn't it be "net_octeontx" as in the commit log ? 2. Typo in commit log: driverse->drivers Reviewed-by: Rami Rosen <ramir...@gmail.com>