diff mbox series

[ovs-dev] doc: Fix incorrect reference for dpdk-testpmd.

Message ID 1570128320-22070-1-git-send-email-david.marchand@redhat.com
State Accepted
Delegated to: Ilya Maximets
Headers show
Series [ovs-dev] doc: Fix incorrect reference for dpdk-testpmd. | expand

Commit Message

David Marchand Oct. 3, 2019, 6:45 p.m. UTC
Move back the dpdk-testpmd reference to the right section of this
document so that the link in howto/dpdk does not point to
"vhost-user-client tx retries config".

Fixes: 080f080c3bc1 ("netdev-dpdk: Enable tx-retries-max config.")

Signed-off-by: David Marchand <david.marchand@redhat.com>
---
The problem can be checked by looking at
http://docs.openvswitch.org/en/latest/howto/dpdk/:

"To accomplish this, build the testpmd application as described in
 vhost-user-client tx retries config."

---
 Documentation/topics/dpdk/vhost-user.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Kevin Traynor Oct. 4, 2019, 10:50 a.m. UTC | #1
On 03/10/2019 19:45, David Marchand wrote:
> Move back the dpdk-testpmd reference to the right section of this
> document so that the link in howto/dpdk does not point to
> "vhost-user-client tx retries config".
> 
> Fixes: 080f080c3bc1 ("netdev-dpdk: Enable tx-retries-max config.")
> 
> Signed-off-by: David Marchand <david.marchand@redhat.com>
> ---
> The problem can be checked by looking at
> http://docs.openvswitch.org/en/latest/howto/dpdk/:
> 
> "To accomplish this, build the testpmd application as described in
>  vhost-user-client tx retries config."
> 
> ---
>  Documentation/topics/dpdk/vhost-user.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/topics/dpdk/vhost-user.rst b/Documentation/topics/dpdk/vhost-user.rst
> index 724aa62..fab87bd 100644
> --- a/Documentation/topics/dpdk/vhost-user.rst
> +++ b/Documentation/topics/dpdk/vhost-user.rst
> @@ -348,8 +348,6 @@ The default value is ``false``.
>      across a 10Gbps link possibly unacceptably slow. So recommended hugepage
>      size is 2MB.
>  
> -.. _dpdk-testpmd:
> -
>  vhost-user-client tx retries config
>  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>  
> @@ -375,6 +373,8 @@ Tx retries max can be set for vhost-user-client ports::
>  
>    Configurable vhost tx retries are not supported with vhost-user ports.
>  
> +.. _dpdk-testpmd:
> +
>  DPDK in the Guest
>  -----------------
>  
> 

Thanks David, Acked-by: Kevin Traynor <ktraynor@redhat.com>
Ilya Maximets Oct. 4, 2019, 4:16 p.m. UTC | #2
On 03.10.2019 20:45, David Marchand wrote:
> Move back the dpdk-testpmd reference to the right section of this
> document so that the link in howto/dpdk does not point to
> "vhost-user-client tx retries config".
> 
> Fixes: 080f080c3bc1 ("netdev-dpdk: Enable tx-retries-max config.")
> 
> Signed-off-by: David Marchand <david.marchand@redhat.com>
> Acked-by: Kevin Traynor <ktraynor@redhat.com>

Thanks David and Kevin! Applied to master and branch-2.12.

Best regards, Ilya Maximets.
diff mbox series

Patch

diff --git a/Documentation/topics/dpdk/vhost-user.rst b/Documentation/topics/dpdk/vhost-user.rst
index 724aa62..fab87bd 100644
--- a/Documentation/topics/dpdk/vhost-user.rst
+++ b/Documentation/topics/dpdk/vhost-user.rst
@@ -348,8 +348,6 @@  The default value is ``false``.
     across a 10Gbps link possibly unacceptably slow. So recommended hugepage
     size is 2MB.
 
-.. _dpdk-testpmd:
-
 vhost-user-client tx retries config
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
@@ -375,6 +373,8 @@  Tx retries max can be set for vhost-user-client ports::
 
   Configurable vhost tx retries are not supported with vhost-user ports.
 
+.. _dpdk-testpmd:
+
 DPDK in the Guest
 -----------------