[17/33] doc: update kni guide

Message ID 20230321235941.2169068-18-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 "PMD arguments" section to "Runtime Configuration"

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

Patch

diff --git a/doc/guides/nics/kni.rst b/doc/guides/nics/kni.rst
index 2a23bb3f3b40..bd3033bb585c 100644
--- a/doc/guides/nics/kni.rst
+++ b/doc/guides/nics/kni.rst
@@ -62,8 +62,8 @@  KNI control path is not supported with the PMD, since there is no physical
 backend device by default.
 
 
-PMD arguments
--------------
+Runtime Configuration
+---------------------
 
 ``no_request_thread``, by default PMD creates a pthread for each KNI interface
 to handle Linux network interface control commands, like ``ifconfig kni0 up``