Skip to content

Commit

Permalink
doc: fix KNI PMD name typo
Browse files Browse the repository at this point in the history
[ upstream commit 08c724b ]

The KNI PMD name should be "net_kni".

Fixes: 75e2bc5 ("net/kni: add KNI PMD")

Signed-off-by: Haiyue Wang <haiyue.wang@intel.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
  • Loading branch information
haiyuewa authored and kevintraynor committed Feb 21, 2022
1 parent 4f140c9 commit 63cb4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/guides/nics/kni.rst
Expand Up @@ -33,7 +33,7 @@ Usage

EAL ``--vdev`` argument can be used to create KNI device instance, like::

dpdk-testpmd --vdev=net_kni0 --vdev=net_kn1 -- -i
dpdk-testpmd --vdev=net_kni0 --vdev=net_kni1 -- -i

Above command will create ``kni0`` and ``kni1`` Linux network interfaces,
those interfaces can be controlled by standard Linux tools.
Expand Down

0 comments on commit 63cb4ae

Please sign in to comment.