[PATCH 30/33] doc: update txgbe guide
Ferruh Yigit
ferruh.yigit at amd.com
Wed Mar 22 00:59:38 CET 2023
- Rename "Pre-Installation Configuration" section to "Configuration"
- Rename "Build Options" section to "Compilation Options"
- Rename "Runtime Options" to "Runtime Configuration"
Signed-off-by: Ferruh Yigit <ferruh.yigit at amd.com>
---
doc/guides/nics/txgbe.rst | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/doc/guides/nics/txgbe.rst b/doc/guides/nics/txgbe.rst
index 5b29f1de0c22..c09cc3923f54 100644
--- a/doc/guides/nics/txgbe.rst
+++ b/doc/guides/nics/txgbe.rst
@@ -39,11 +39,11 @@ Prerequisites
- Follow the DPDK :ref:`Getting Started Guide for Linux <linux_gsg>` to setup the basic DPDK environment.
-Pre-Installation Configuration
-------------------------------
+Configuration
+-------------
-Build Options
-~~~~~~~~~~~~~
+Compilation Options
+~~~~~~~~~~~~~~~~~~~
The following build-time options may be enabled on build time using.
@@ -89,8 +89,8 @@ TXGBE PMD provides the following log types available for control:
Extra logging of auto-negotiation process for backplane NICs.
Supply ``--log-level=pmd.net.txgbe.bp:debug`` to view messages.
-Runtime Options
-~~~~~~~~~~~~~~~
+Runtime Configuration
+~~~~~~~~~~~~~~~~~~~~~
The following ``devargs`` options can be enabled at runtime. They must
be passed as part of EAL arguments. For example,
--
2.34.1
More information about the dev
mailing list