* [dpdk-dev] [PATCH] doc: fix a typo in testpmd guide
@ 2017-09-23 16:55 Rami Rosen
2017-09-25 1:59 ` Xing, Beilei
2017-09-25 11:21 ` Mcnamara, John
0 siblings, 2 replies; 8+ messages in thread
From: Rami Rosen @ 2017-09-23 16:55 UTC (permalink / raw)
To: dev; +Cc: beilei.xing, Rami Rosen
This patch fixes a trivial typo in testpmd guide.
Signed-off-by: Rami Rosen <rami.rosen@intel.com>
---
doc/guides/testpmd_app_ug/testpmd_funcs.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
index 2ed62f5..a8e0c37 100644
--- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst
+++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
@@ -392,7 +392,7 @@ ddp get info
Display information about dynamic device personalization (DDP) profile::
- testpmd> ddp get info (profile_patch)
+ testpmd> ddp get info (profile_path)
show vf stats
~~~~~~~~~~~~~
--
1.9.1
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: fix a typo in testpmd guide
2017-09-23 16:55 [dpdk-dev] [PATCH] doc: fix a typo in testpmd guide Rami Rosen
@ 2017-09-25 1:59 ` Xing, Beilei
2017-09-25 11:21 ` Mcnamara, John
1 sibling, 0 replies; 8+ messages in thread
From: Xing, Beilei @ 2017-09-25 1:59 UTC (permalink / raw)
To: Rosen, Rami, dev
> -----Original Message-----
> From: Rosen, Rami
> Sent: Sunday, September 24, 2017 12:55 AM
> To: dev@dpdk.org
> Cc: Xing, Beilei <beilei.xing@intel.com>; Rosen, Rami <rami.rosen@intel.com>
> Subject: [PATCH] doc: fix a typo in testpmd guide
>
> This patch fixes a trivial typo in testpmd guide.
>
> Signed-off-by: Rami Rosen <rami.rosen@intel.com>
Acked-by: Beilei Xing <beilei.xing@intel.com>
Thanks.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: fix a typo in testpmd guide
2017-09-23 16:55 [dpdk-dev] [PATCH] doc: fix a typo in testpmd guide Rami Rosen
2017-09-25 1:59 ` Xing, Beilei
@ 2017-09-25 11:21 ` Mcnamara, John
2017-10-05 15:15 ` Thomas Monjalon
1 sibling, 1 reply; 8+ messages in thread
From: Mcnamara, John @ 2017-09-25 11:21 UTC (permalink / raw)
To: Rosen, Rami, dev; +Cc: Xing, Beilei, Rosen, Rami
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Rami Rosen
> Sent: Saturday, September 23, 2017 5:55 PM
> To: dev@dpdk.org
> Cc: Xing, Beilei <beilei.xing@intel.com>; Rosen, Rami
> <rami.rosen@intel.com>
> Subject: [dpdk-dev] [PATCH] doc: fix a typo in testpmd guide
>
> This patch fixes a trivial typo in testpmd guide.
>
> Signed-off-by: Rami Rosen <rami.rosen@intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: fix a typo in testpmd guide
2017-09-25 11:21 ` Mcnamara, John
@ 2017-10-05 15:15 ` Thomas Monjalon
0 siblings, 0 replies; 8+ messages in thread
From: Thomas Monjalon @ 2017-10-05 15:15 UTC (permalink / raw)
To: Rosen, Rami; +Cc: dev, Mcnamara, John, Xing, Beilei
25/09/2017 13:21, Mcnamara, John:
> From: Rami Rosen
> >
> > This patch fixes a trivial typo in testpmd guide.
> >
> > Signed-off-by: Rami Rosen <rami.rosen@intel.com>
>
> Acked-by: John McNamara <john.mcnamara@intel.com>
Applied, thanks
^ permalink raw reply [flat|nested] 8+ messages in thread
* [dpdk-dev] [PATCH] doc: fix a typo in testpmd guide
@ 2018-12-03 18:25 Rami Rosen
0 siblings, 0 replies; 8+ messages in thread
From: Rami Rosen @ 2018-12-03 18:25 UTC (permalink / raw)
To: dev; +Cc: bernard.iremonger, stable, Rami Rosen
This patch fixes a typo in testpmd guide (should be ICMP and not IMCP)
Fixes: ac718398f477 ("doc: testpmd application user guide")
Signed-off-by: Rami Rosen <ramirose@gmail.com>
---
doc/guides/testpmd_app_ug/testpmd_funcs.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
index 056f8bb32..63e4a2d19 100644
--- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst
+++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
@@ -318,7 +318,7 @@ The available information categories are:
* ``csum``: Changes the checksum field with hardware or software methods depending on the offload flags on the packet.
-* ``icmpecho``: Receives a burst of packets, lookup for IMCP echo requests and, if any, send back ICMP echo replies.
+* ``icmpecho``: Receives a burst of packets, lookup for ICMP echo requests and, if any, send back ICMP echo replies.
* ``ieee1588``: Demonstrate L2 IEEE1588 V2 PTP timestamping for RX and TX. Requires ``CONFIG_RTE_LIBRTE_IEEE1588=y``.
--
2.19.1
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: fix a typo in testpmd guide
2018-12-02 17:44 ` Iremonger, Bernard
@ 2018-12-03 17:22 ` Iremonger, Bernard
0 siblings, 0 replies; 8+ messages in thread
From: Iremonger, Bernard @ 2018-12-03 17:22 UTC (permalink / raw)
To: Iremonger, Bernard, Rami Rosen, dev; +Cc: stable
Hi Rami
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Iremonger, Bernard
> Sent: Sunday, December 2, 2018 5:44 PM
> To: Rami Rosen <ramirose@gmail.com>; dev@dpdk.org
> Cc: stable@dpdk.org
> Subject: Re: [dpdk-dev] [PATCH] doc: fix a typo in testpmd guide
>
> > -----Original Message-----
> > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Rami Rosen
> > Sent: Saturday, December 1, 2018 6:15 AM
> > To: dev@dpdk.org
> > Cc: stable@dpdk.org; Rami Rosen <ramirose@gmail.com>
> > Subject: [dpdk-dev] [PATCH] doc: fix a typo in testpmd guide
> >
> > This patch fixes a typo in testpmd guide (should be ICMP and not IMCP)
> >
> > Signed-off-by: Rami Rosen <ramirose@gmail.com>
>
> Acked-by: Bernard Iremonger <bernard.iremonger@intel.com>
I forgot to run ./dpdk/devtools/check-git-log.sh -1
Missing 'Fixes' tag:
doc: fix a typo in testpmd guide
Could you send a V2 with the fixes line and carry forward my ack.
Regards,
Bernard.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: fix a typo in testpmd guide
2018-12-01 6:14 Rami Rosen
@ 2018-12-02 17:44 ` Iremonger, Bernard
2018-12-03 17:22 ` Iremonger, Bernard
0 siblings, 1 reply; 8+ messages in thread
From: Iremonger, Bernard @ 2018-12-02 17:44 UTC (permalink / raw)
To: Rami Rosen, dev; +Cc: stable
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Rami Rosen
> Sent: Saturday, December 1, 2018 6:15 AM
> To: dev@dpdk.org
> Cc: stable@dpdk.org; Rami Rosen <ramirose@gmail.com>
> Subject: [dpdk-dev] [PATCH] doc: fix a typo in testpmd guide
>
> This patch fixes a typo in testpmd guide (should be ICMP and not IMCP)
>
> Signed-off-by: Rami Rosen <ramirose@gmail.com>
Acked-by: Bernard Iremonger <bernard.iremonger@intel.com>
^ permalink raw reply [flat|nested] 8+ messages in thread
* [dpdk-dev] [PATCH] doc: fix a typo in testpmd guide
@ 2018-12-01 6:14 Rami Rosen
2018-12-02 17:44 ` Iremonger, Bernard
0 siblings, 1 reply; 8+ messages in thread
From: Rami Rosen @ 2018-12-01 6:14 UTC (permalink / raw)
To: dev; +Cc: stable, Rami Rosen
This patch fixes a typo in testpmd guide (should be ICMP and not IMCP)
Signed-off-by: Rami Rosen <ramirose@gmail.com>
---
doc/guides/testpmd_app_ug/testpmd_funcs.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
index 056f8bb32..63e4a2d19 100644
--- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst
+++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
@@ -318,7 +318,7 @@ The available information categories are:
* ``csum``: Changes the checksum field with hardware or software methods depending on the offload flags on the packet.
-* ``icmpecho``: Receives a burst of packets, lookup for IMCP echo requests and, if any, send back ICMP echo replies.
+* ``icmpecho``: Receives a burst of packets, lookup for ICMP echo requests and, if any, send back ICMP echo replies.
* ``ieee1588``: Demonstrate L2 IEEE1588 V2 PTP timestamping for RX and TX. Requires ``CONFIG_RTE_LIBRTE_IEEE1588=y``.
--
2.19.1
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2018-12-03 18:25 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-23 16:55 [dpdk-dev] [PATCH] doc: fix a typo in testpmd guide Rami Rosen
2017-09-25 1:59 ` Xing, Beilei
2017-09-25 11:21 ` Mcnamara, John
2017-10-05 15:15 ` Thomas Monjalon
2018-12-01 6:14 Rami Rosen
2018-12-02 17:44 ` Iremonger, Bernard
2018-12-03 17:22 ` Iremonger, Bernard
2018-12-03 18:25 Rami Rosen
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).