DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc/failsafe: fix typos in nics guide
@ 2017-08-18 10:57 Yong Wang
  2017-08-18 11:23 ` Gaëtan Rivet
  0 siblings, 1 reply; 3+ messages in thread
From: Yong Wang @ 2017-08-18 10:57 UTC (permalink / raw)
  To: gaetan.rivet; +Cc: dev, Yong Wang

Signed-off-by: Yong Wang <wang.yong19@zte.com.cn>
---
 doc/guides/nics/fail_safe.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/guides/nics/fail_safe.rst b/doc/guides/nics/fail_safe.rst
index 34ecae2..c4e3d2e 100644
--- a/doc/guides/nics/fail_safe.rst
+++ b/doc/guides/nics/fail_safe.rst
@@ -136,7 +136,7 @@ This section shows some example of using **testpmd** with a fail-safe PMD.
    .. code-block:: console
 
       $RTE_TARGET/build/app/testpmd -c 0xff -n 4 \
-         --vdev 'net_failsafe0,mac=de:ad:be:ef:01:02,dev(84:00.0),dev(net_ring0)'
+         --vdev 'net_failsafe0,mac=de:ad:be:ef:01:02,dev(84:00.0),dev(net_ring0)' \
          -b 84:00.0 -b 00:04.0 -- -i
 
    If the slave device being used is not blacklisted, it will be probed by the
@@ -150,7 +150,7 @@ This section shows some example of using **testpmd** with a fail-safe PMD.
    .. code-block:: console
 
       $RTE_TARGET/build/app/testpmd -c 0xff -n 4 \
-         --vdev 'net_failsafe0,mac=de:ad:be:ef:01:02,dev(84:00.0),dev(net_ring0)'
+         --vdev 'net_failsafe0,mac=de:ad:be:ef:01:02,dev(84:00.0),dev(net_ring0)' \
          -w 81:00.0 -- -i
 
 #. Start testpmd using a flexible device definition
-- 
1.8.3.1

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

* Re: [dpdk-dev] [PATCH] doc/failsafe: fix typos in nics guide
  2017-08-18 10:57 [dpdk-dev] [PATCH] doc/failsafe: fix typos in nics guide Yong Wang
@ 2017-08-18 11:23 ` Gaëtan Rivet
  2017-08-21 11:27   ` Ferruh Yigit
  0 siblings, 1 reply; 3+ messages in thread
From: Gaëtan Rivet @ 2017-08-18 11:23 UTC (permalink / raw)
  To: Yong Wang; +Cc: dev

On Fri, Aug 18, 2017 at 06:57:48AM -0400, Yong Wang wrote:
> Signed-off-by: Yong Wang <wang.yong19@zte.com.cn>

Acked-by: Gaetan Rivet <gaetan.rivet@6wind.com>

> ---
>  doc/guides/nics/fail_safe.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/doc/guides/nics/fail_safe.rst b/doc/guides/nics/fail_safe.rst
> index 34ecae2..c4e3d2e 100644
> --- a/doc/guides/nics/fail_safe.rst
> +++ b/doc/guides/nics/fail_safe.rst
> @@ -136,7 +136,7 @@ This section shows some example of using **testpmd** with a fail-safe PMD.
>     .. code-block:: console
>  
>        $RTE_TARGET/build/app/testpmd -c 0xff -n 4 \
> -         --vdev 'net_failsafe0,mac=de:ad:be:ef:01:02,dev(84:00.0),dev(net_ring0)'
> +         --vdev 'net_failsafe0,mac=de:ad:be:ef:01:02,dev(84:00.0),dev(net_ring0)' \
>           -b 84:00.0 -b 00:04.0 -- -i
>  
>     If the slave device being used is not blacklisted, it will be probed by the
> @@ -150,7 +150,7 @@ This section shows some example of using **testpmd** with a fail-safe PMD.
>     .. code-block:: console
>  
>        $RTE_TARGET/build/app/testpmd -c 0xff -n 4 \
> -         --vdev 'net_failsafe0,mac=de:ad:be:ef:01:02,dev(84:00.0),dev(net_ring0)'
> +         --vdev 'net_failsafe0,mac=de:ad:be:ef:01:02,dev(84:00.0),dev(net_ring0)' \
>           -w 81:00.0 -- -i
>  
>  #. Start testpmd using a flexible device definition
> -- 
> 1.8.3.1
> 
> 

-- 
Gaëtan Rivet
6WIND

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

* Re: [dpdk-dev] [PATCH] doc/failsafe: fix typos in nics guide
  2017-08-18 11:23 ` Gaëtan Rivet
@ 2017-08-21 11:27   ` Ferruh Yigit
  0 siblings, 0 replies; 3+ messages in thread
From: Ferruh Yigit @ 2017-08-21 11:27 UTC (permalink / raw)
  To: Gaëtan Rivet, Yong Wang; +Cc: dev

On 8/18/2017 12:23 PM, Gaëtan Rivet wrote:
> On Fri, Aug 18, 2017 at 06:57:48AM -0400, Yong Wang wrote:

Fixes: a46f8d584eb8 ("net/failsafe: add fail-safe PMD")
Cc: stable@dpdk.org

>> Signed-off-by: Yong Wang <wang.yong19@zte.com.cn>
> 
> Acked-by: Gaetan Rivet <gaetan.rivet@6wind.com>

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

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

end of thread, other threads:[~2017-08-21 11:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-18 10:57 [dpdk-dev] [PATCH] doc/failsafe: fix typos in nics guide Yong Wang
2017-08-18 11:23 ` Gaëtan Rivet
2017-08-21 11:27   ` 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).