* [PATCH v1] doc: fix KNI PMD name typo
@ 2022-01-19 12:26 Haiyue Wang
2022-01-19 17:29 ` Ferruh Yigit
0 siblings, 1 reply; 3+ messages in thread
From: Haiyue Wang @ 2022-01-19 12:26 UTC (permalink / raw)
To: dev; +Cc: Haiyue Wang, stable, Ferruh Yigit, Yong Wang, Bruce Richardson
The KNI PMD name should be "net_kni".
Fixes: 75e2bc54c018 ("net/kni: add KNI PMD")
Cc: stable@dpdk.org
Signed-off-by: Haiyue Wang <haiyue.wang@intel.com>
---
doc/guides/nics/kni.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guides/nics/kni.rst b/doc/guides/nics/kni.rst
index 37c5411a32..2a23bb3f3b 100644
--- a/doc/guides/nics/kni.rst
+++ b/doc/guides/nics/kni.rst
@@ -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.
--
2.34.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v1] doc: fix KNI PMD name typo
2022-01-19 12:26 [PATCH v1] doc: fix KNI PMD name typo Haiyue Wang
@ 2022-01-19 17:29 ` Ferruh Yigit
2022-02-02 20:56 ` Thomas Monjalon
0 siblings, 1 reply; 3+ messages in thread
From: Ferruh Yigit @ 2022-01-19 17:29 UTC (permalink / raw)
To: Haiyue Wang, dev; +Cc: stable, Yong Wang, Bruce Richardson
On 1/19/2022 12:26 PM, Haiyue Wang wrote:
> The KNI PMD name should be "net_kni".
>
> Fixes: 75e2bc54c018 ("net/kni: add KNI PMD")
> Cc: stable@dpdk.org
>
> Signed-off-by: Haiyue Wang <haiyue.wang@intel.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v1] doc: fix KNI PMD name typo
2022-01-19 17:29 ` Ferruh Yigit
@ 2022-02-02 20:56 ` Thomas Monjalon
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2022-02-02 20:56 UTC (permalink / raw)
To: Haiyue Wang; +Cc: dev, stable, Yong Wang, Bruce Richardson, Ferruh Yigit
19/01/2022 18:29, Ferruh Yigit:
> On 1/19/2022 12:26 PM, Haiyue Wang wrote:
> > The KNI PMD name should be "net_kni".
> >
> > Fixes: 75e2bc54c018 ("net/kni: add KNI PMD")
> > Cc: stable@dpdk.org
> >
> > Signed-off-by: Haiyue Wang <haiyue.wang@intel.com>
>
> Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
Applied, thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-02-02 20:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-19 12:26 [PATCH v1] doc: fix KNI PMD name typo Haiyue Wang
2022-01-19 17:29 ` Ferruh Yigit
2022-02-02 20:56 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).