[29/33] doc: update thunderx guide

Message ID 20230321235941.2169068-30-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
  - Move "Supported ThunderX SoCs" section up
- Rename "Module params" section "Runtime Configuration"

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

Comments

Jerin Jacob March 22, 2023, 1:18 p.m. UTC | #1
On Wed, Mar 22, 2023 at 5:33 AM Ferruh Yigit <ferruh.yigit@amd.com> wrote:
>
> - Move "Supported ThunderX SoCs" section up
> - Rename "Module params" section "Runtime Configuration"
>
> Signed-off-by: Ferruh Yigit <ferruh.yigit@amd.com>

Acked-by: Jerin Jacob <jerinj@marvell.com>


> ---
>  doc/guides/nics/thunderx.rst | 16 ++++++++--------
>  1 file changed, 8 insertions(+), 8 deletions(-)
>
> diff --git a/doc/guides/nics/thunderx.rst b/doc/guides/nics/thunderx.rst
> index 5ae7e607de55..a64ae8e0aab3 100644
> --- a/doc/guides/nics/thunderx.rst
> +++ b/doc/guides/nics/thunderx.rst
> @@ -11,6 +11,12 @@ as well as their virtual functions (VF) in SR-IOV context.
>  More information can be found at `Cavium, Inc Official Website
>  <http://www.cavium.com/ThunderX_ARM_Processors.html>`_.
>
> +Supported ThunderX SoCs
> +-----------------------
> +- CN88xx
> +- CN81xx
> +- CN83xx
> +
>  Features
>  --------
>
> @@ -33,12 +39,6 @@ Features of the ThunderX PMD are:
>  - Multi queue set support (up to 96 queues (12 queue sets)) per port
>  - Skip data bytes
>
> -Supported ThunderX SoCs
> ------------------------
> -- CN88xx
> -- CN81xx
> -- CN83xx
> -
>  Prerequisites
>  -------------
>  - Follow the DPDK :ref:`Getting Started Guide for Linux <linux_gsg>` to setup the basic DPDK environment.
> @@ -365,8 +365,8 @@ EAL command option to change  log level
>        or
>        --log-level=pmd.net.thunderx.driver,7
>
> -Module params
> ---------------
> +Runtime Configuration
> +---------------------
>
>  skip_data_bytes
>  ~~~~~~~~~~~~~~~
> --
> 2.34.1
>
  

Patch

diff --git a/doc/guides/nics/thunderx.rst b/doc/guides/nics/thunderx.rst
index 5ae7e607de55..a64ae8e0aab3 100644
--- a/doc/guides/nics/thunderx.rst
+++ b/doc/guides/nics/thunderx.rst
@@ -11,6 +11,12 @@  as well as their virtual functions (VF) in SR-IOV context.
 More information can be found at `Cavium, Inc Official Website
 <http://www.cavium.com/ThunderX_ARM_Processors.html>`_.
 
+Supported ThunderX SoCs
+-----------------------
+- CN88xx
+- CN81xx
+- CN83xx
+
 Features
 --------
 
@@ -33,12 +39,6 @@  Features of the ThunderX PMD are:
 - Multi queue set support (up to 96 queues (12 queue sets)) per port
 - Skip data bytes
 
-Supported ThunderX SoCs
------------------------
-- CN88xx
-- CN81xx
-- CN83xx
-
 Prerequisites
 -------------
 - Follow the DPDK :ref:`Getting Started Guide for Linux <linux_gsg>` to setup the basic DPDK environment.
@@ -365,8 +365,8 @@  EAL command option to change  log level
       or
       --log-level=pmd.net.thunderx.driver,7
 
-Module params
---------------
+Runtime Configuration
+---------------------
 
 skip_data_bytes
 ~~~~~~~~~~~~~~~