DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: fix typing error
@ 2020-06-16  8:22 Sarosh Arif
  2020-06-18  2:06 ` Chautru, Nicolas
  0 siblings, 1 reply; 5+ messages in thread
From: Sarosh Arif @ 2020-06-16  8:22 UTC (permalink / raw)
  To: dev, john.mcnamara, marko.kovacevic, nicolas.chautru; +Cc: stable, Sarosh Arif

fixed typing error in doc/guides/tools/testbbdev.rst

Fixes: f714a18885a6 ("app/testbbdev: add test application for bbdev")
Signed-off-by: Sarosh Arif <sarosh.arif@emumba.com>
---
 doc/guides/tools/testbbdev.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guides/tools/testbbdev.rst b/doc/guides/tools/testbbdev.rst
index 279872139..393c3e9d0 100644
--- a/doc/guides/tools/testbbdev.rst
+++ b/doc/guides/tools/testbbdev.rst
@@ -6,7 +6,7 @@ dpdk-test-bbdev Application
 
 The ``dpdk-test-bbdev`` tool is a Data Plane Development Kit (DPDK) utility that
 allows measuring performance parameters of PMDs available in the bbdev framework.
-Available tests available for execution are: latency, throughput, validation,
+Tests available for execution are: latency, throughput, validation,
 bler and sanity tests. Execution of tests can be customized using various
 parameters passed to a python running script.
 
-- 
2.17.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: fix typing error
  2020-06-16  8:22 [dpdk-dev] [PATCH] doc: fix typing error Sarosh Arif
@ 2020-06-18  2:06 ` Chautru, Nicolas
  2020-07-22  0:09   ` Thomas Monjalon
  0 siblings, 1 reply; 5+ messages in thread
From: Chautru, Nicolas @ 2020-06-18  2:06 UTC (permalink / raw)
  To: Sarosh Arif, dev, Mcnamara, John, Kovacevic, Marko; +Cc: stable

From: Sarosh Arif :
> fixed typing error in doc/guides/tools/testbbdev.rst
> 
> Fixes: f714a18885a6 ("app/testbbdev: add test application for bbdev")
> Signed-off-by: Sarosh Arif <sarosh.arif@emumba.com>
> ---
>  doc/guides/tools/testbbdev.rst | 2 +-

Thanks.
Acked-by: Nic Chautru <nicolas.chautru@intel.com>

>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/doc/guides/tools/testbbdev.rst b/doc/guides/tools/testbbdev.rst
> index 279872139..393c3e9d0 100644
> --- a/doc/guides/tools/testbbdev.rst
> +++ b/doc/guides/tools/testbbdev.rst
> @@ -6,7 +6,7 @@ dpdk-test-bbdev Application
> 
>  The ``dpdk-test-bbdev`` tool is a Data Plane Development Kit (DPDK) utility
> that  allows measuring performance parameters of PMDs available in the
> bbdev framework.
> -Available tests available for execution are: latency, throughput, validation,
> +Tests available for execution are: latency, throughput, validation,
>  bler and sanity tests. Execution of tests can be customized using various
> parameters passed to a python running script.
> 
> --
> 2.17.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: fix typing error
  2020-06-18  2:06 ` Chautru, Nicolas
@ 2020-07-22  0:09   ` Thomas Monjalon
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2020-07-22  0:09 UTC (permalink / raw)
  To: Sarosh Arif
  Cc: dev, Mcnamara, John, Kovacevic, Marko, stable, Chautru, Nicolas

18/06/2020 04:06, Chautru, Nicolas:
> From: Sarosh Arif :
> > fixed typing error in doc/guides/tools/testbbdev.rst
> > 
> > Fixes: f714a18885a6 ("app/testbbdev: add test application for bbdev")
> > Signed-off-by: Sarosh Arif <sarosh.arif@emumba.com>
> 
> Thanks.
> Acked-by: Nic Chautru <nicolas.chautru@intel.com>

Applied, thanks




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: fix typing error
  2020-10-14 12:23 Sarosh Arif
@ 2020-10-14 13:04 ` Ferruh Yigit
  0 siblings, 0 replies; 5+ messages in thread
From: Ferruh Yigit @ 2020-10-14 13:04 UTC (permalink / raw)
  To: Sarosh Arif; +Cc: dev

On 10/14/2020 1:23 PM, Sarosh Arif wrote:
> changed "net_pcap1;" to "net_pcap1," in order to make the command correct.
> 
> Fixes: 53bf48403409 ("net/pcap: capture only ingress packets from Rx iface")
 > Cc: stable@dpdk.org

> Signed-off-by: Sarosh Arif <sarosh.arif@emumba.com>

Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>

Updated title as: "doc: fix typo in pcap guide"

Applied to dpdk-next-net/main, thanks.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [dpdk-dev] [PATCH] doc: fix typing error
@ 2020-10-14 12:23 Sarosh Arif
  2020-10-14 13:04 ` Ferruh Yigit
  0 siblings, 1 reply; 5+ messages in thread
From: Sarosh Arif @ 2020-10-14 12:23 UTC (permalink / raw)
  To: ferruh.yigit; +Cc: dev, Sarosh Arif

changed "net_pcap1;" to "net_pcap1," in order to make the command correct.

Fixes: 53bf48403409 ("net/pcap: capture only ingress packets from Rx iface")
Signed-off-by: Sarosh Arif <sarosh.arif@emumba.com>
---
 doc/guides/nics/pcap_ring.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guides/nics/pcap_ring.rst b/doc/guides/nics/pcap_ring.rst
index cf230ae40..8fdb49179 100644
--- a/doc/guides/nics/pcap_ring.rst
+++ b/doc/guides/nics/pcap_ring.rst
@@ -166,7 +166,7 @@ Forward packets through two network interfaces:
 .. code-block:: console
 
     $RTE_TARGET/app/testpmd -l 0-3 -n 4 \
-        --vdev 'net_pcap0,iface=eth0' --vdev='net_pcap1;iface=eth1'
+        --vdev 'net_pcap0,iface=eth0' --vdev='net_pcap1,iface=eth1'
 
 Enable 2 tx queues on a network interface:
 
-- 
2.25.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-10-14 13:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-16  8:22 [dpdk-dev] [PATCH] doc: fix typing error Sarosh Arif
2020-06-18  2:06 ` Chautru, Nicolas
2020-07-22  0:09   ` Thomas Monjalon
2020-10-14 12:23 Sarosh Arif
2020-10-14 13:04 ` Ferruh Yigit

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).