[dpdk-dev] doc/failsafe: fix typos in nics guide

Message ID 1503053868-31177-1-git-send-email-wang.yong19@zte.com.cn (mailing list archive)
State Accepted, archived
Delegated to: Ferruh Yigit
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

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

Comments

Gaëtan Rivet Aug. 18, 2017, 11:23 a.m. UTC | #1
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
> 
>
  
Ferruh Yigit Aug. 21, 2017, 11:27 a.m. UTC | #2
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.
  

Patch

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