[24/33] doc: update octeontx guide

Message ID 20230321235941.2169068-25-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 OCTEON TX SoCs" section up
- Rename "Pre-Installation Configuration" section "Configuration"

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

Patch

diff --git a/doc/guides/nics/octeontx.rst b/doc/guides/nics/octeontx.rst
index 092120815dc2..66c5ce93e302 100644
--- a/doc/guides/nics/octeontx.rst
+++ b/doc/guides/nics/octeontx.rst
@@ -11,6 +11,11 @@  SoC family 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/OCTEON-TX_ARM_Processors.html>`_.
 
+Supported OCTEON TX SoCs
+------------------------
+
+- CN83xx
+
 Features
 --------
 
@@ -29,11 +34,6 @@  Features of the OCTEON TX Ethdev PMD are:
 - Lock-free Tx queue
 - HW offloaded `ethdev Rx queue` to `eventdev event queue` packet injection
 
-Supported OCTEON TX SoCs
-------------------------
-
-- CN83xx
-
 Unsupported features
 --------------------
 
@@ -49,9 +49,8 @@  Prerequisites
 
 See :doc:`../platform/octeontx` for setup information.
 
-Pre-Installation Configuration
-------------------------------
-
+Configuration
+-------------
 
 Driver compilation and testing
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~