[32/33] doc: update vhost guide

Message ID 20230321235941.2169068-33-ferruh.yigit@amd.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series Update net driver documentation |

Checks

Context Check Description
ci/checkpatch success coding style OK

Commit Message

Ferruh Yigit March 21, 2023, 11:59 p.m. UTC
  - Rename "Vhost PMD arguments" section to "Runtime Configuration"

Signed-off-by: Ferruh Yigit <ferruh.yigit@amd.com>
---
 doc/guides/nics/vhost.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Chenbo Xia March 22, 2023, 2:17 a.m. UTC | #1
> -----Original Message-----
> From: Ferruh Yigit <ferruh.yigit@amd.com>
> Sent: Wednesday, March 22, 2023 8:00 AM
> To: Mcnamara, John <john.mcnamara@intel.com>; Maxime Coquelin
> <maxime.coquelin@redhat.com>; Xia, Chenbo <chenbo.xia@intel.com>
> Cc: Thomas Monjalon <thomas@monjalon.net>; Andrew Rybchenko
> <andrew.rybchenko@oktetlabs.ru>; dev@dpdk.org
> Subject: [PATCH 32/33] doc: update vhost guide
> 
> - Rename "Vhost PMD arguments" section to "Runtime Configuration"
> 
> Signed-off-by: Ferruh Yigit <ferruh.yigit@amd.com>
> ---
>  doc/guides/nics/vhost.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/doc/guides/nics/vhost.rst b/doc/guides/nics/vhost.rst
> index d7c0e2ade86f..39c6fcff5887 100644
> --- a/doc/guides/nics/vhost.rst
> +++ b/doc/guides/nics/vhost.rst
> @@ -25,8 +25,8 @@ Currently, the vhost PMD provides the basic
> functionality of packet reception, t
> 
>  *   Don't need to stop RX/TX, when the user wants to stop a guest or a
> virtio-net driver on guest.
> 
> -Vhost PMD arguments
> --------------------
> +Runtime Configuration
> +---------------------
> 
>  The user can specify below arguments in `--vdev` option.
> 
> --
> 2.34.1

Reviewed-by: Chenbo Xia <chenbo.xia@intel.com>
  

Patch

diff --git a/doc/guides/nics/vhost.rst b/doc/guides/nics/vhost.rst
index d7c0e2ade86f..39c6fcff5887 100644
--- a/doc/guides/nics/vhost.rst
+++ b/doc/guides/nics/vhost.rst
@@ -25,8 +25,8 @@  Currently, the vhost PMD provides the basic functionality of packet reception, t
 
 *   Don't need to stop RX/TX, when the user wants to stop a guest or a virtio-net driver on guest.
 
-Vhost PMD arguments
--------------------
+Runtime Configuration
+---------------------
 
 The user can specify below arguments in `--vdev` option.