[dts] [PATCH V1] tests/vf daemon : fix make queues full fail

zhao,meijuan meijuanx.zhao at intel.com
Mon Jun 11 12:14:31 CEST 2018


change rx queue number

Signed-off-by: zhao,meijuan <meijuanx.zhao at intel.com>
---
 tests/TestSuite_vf_daemon.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_vf_daemon.py b/tests/TestSuite_vf_daemon.py
index 56fc4be..f034214 100644
--- a/tests/TestSuite_vf_daemon.py
+++ b/tests/TestSuite_vf_daemon.py
@@ -454,7 +454,7 @@ class Testvf_daemon(TestCase):
         Enable/disable drop enable bit for all queues from PF
         """
         self.check_vf_link_status()
-        self.vm1_testpmd.start_testpmd(VM_CORES_MASK, '--port-topology=chained')
+        self.vm1_testpmd.start_testpmd(VM_CORES_MASK, '--port-topology=chained --rxd=1024')
 
         self.vm0_testpmd.execute_cmd('set fwd rxonly')
         self.vm0_testpmd.execute_cmd('set verbose 1')
-- 
1.9.3



More information about the dts mailing list