test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/dynamic_queue: modify dts script to support ICE_25G-E810C_SFP nic
@ 2023-02-03 16:00 Song Jiale
  2023-03-07  3:36 ` lijuan.tu
  0 siblings, 1 reply; 2+ messages in thread
From: Song Jiale @ 2023-02-03 16:00 UTC (permalink / raw)
  To: dts; +Cc: Song Jiale

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@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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-07  3:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-03 16:00 [dts] [PATCH V1] tests/dynamic_queue: modify dts script to support ICE_25G-E810C_SFP nic Song Jiale
2023-03-07  3:36 ` lijuan.tu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).