[dts][PATCH V1 2/2] tests/tso: optimzie the script code

Weiyuan Li weiyuanx.li at intel.com
Fri Aug 26 07:55:40 CEST 2022


The optimization script code is modified from "1S/1C/2T" to "1S/2C/1T".

Signed-off-by: Weiyuan Li <weiyuanx.li at intel.com>
---
 tests/TestSuite_tso.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_tso.py b/tests/TestSuite_tso.py
index 8e128d50..281af374 100644
--- a/tests/TestSuite_tso.py
+++ b/tests/TestSuite_tso.py
@@ -51,7 +51,7 @@ class TestTSO(TestCase):
             self.table_header.append("% linerate")
 
         self.eal_param = self.dut.create_eal_parameters(
-            cores="1S/1C/2T", socket=self.ports_socket, ports=self.dut_ports
+            cores="1S/2C/1T", socket=self.ports_socket, ports=self.dut_ports
         )
 
         self.headers_size = HEADER_SIZE["eth"] + HEADER_SIZE["ip"] + HEADER_SIZE["tcp"]
-- 
2.27.0



More information about the dts mailing list