[dts] [PATCH V1] tests/dynamic_queue: modify dts script to support ICE_25G-E810C_SFP nic

Song Jiale songx.jiale at intel.com
Fri Feb 3 17:00:10 CET 2023


the default number of mbufs does not support the use of 64 rxqs on the
ice nic with 4 ports at the same time. The default value of mbuf is 171456.
according to the description of testplan, only one port is required for
testing.

Signed-off-by: Song Jiale <songx.jiale at intel.com>
---
 tests/TestSuite_dynamic_queue.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/TestSuite_dynamic_queue.py b/tests/TestSuite_dynamic_queue.py
index e6bad6c9..28ab197d 100644
--- a/tests/TestSuite_dynamic_queue.py
+++ b/tests/TestSuite_dynamic_queue.py
@@ -57,6 +57,7 @@ class TestDynamicQueue(TestCase):
                 "Default",
                 "--port-topology=chained --txq=%s --rxq=%s"
                 % (self.PF_QUEUE, self.PF_QUEUE),
+                ports=self.dut_ports[0:1],
             )
 
     def element_strip(self, out, pattern, if_get_from_cfg=False):
-- 
2.25.1



More information about the dts mailing list