[dts] [PATCH V1 11/12] doc/dts_gsg/usage_of_create_eal_and_start_testpmd: fix build warngings and errors

Haiyang Zhao haiyangx.zhao at intel.com
Tue Mar 24 09:28:07 CET 2020


Signed-off-by: Haiyang Zhao <haiyangx.zhao at intel.com>
---
 doc/dts_gsg/usage_of_create_eal_and_start_testpmd.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/dts_gsg/usage_of_create_eal_and_start_testpmd.rst b/doc/dts_gsg/usage_of_create_eal_and_start_testpmd.rst
index e1d077d..52eec67 100644
--- a/doc/dts_gsg/usage_of_create_eal_and_start_testpmd.rst
+++ b/doc/dts_gsg/usage_of_create_eal_and_start_testpmd.rst
@@ -1,5 +1,5 @@
 How create_eal_parameters and start_testpmd methods use in DPDK Test Suite
-===========================
+==========================================================================
 
 create_eal_parameters
 ----------------------------
@@ -100,4 +100,4 @@ The method use to start testpmd application.
                         self.pmdout.start_testpmd("Default", "--portmask=%s " %(self.portMask) + " --enable-rx-cksum " + "--port-topology=loop", socket=self.ports_socket)
 
             2. If you will write a new test suite and need to call start_testpmd method,
-                The usage of other parameters such as cores, socket, fixed_prefix and **config are the same as create_eal_parameters.
\ No newline at end of file
+                The usage of other parameters such as cores, socket, fixed_prefix and **config are the same as create_eal_parameters.
-- 
1.8.3.1



More information about the dts mailing list