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

Rami Rosen ramirose at gmail.com
Wed Mar 13 20:35:41 CET 2019


> 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 <stephen at 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 <ramirose at gmail.com>


More information about the dev mailing list