test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/vf_daemon change send pkt count
@ 2018-02-28  8:03 zhao,meijuan
  2018-03-02 10:23 ` Liu, Yong
  0 siblings, 1 reply; 2+ messages in thread
From: zhao,meijuan @ 2018-02-28  8:03 UTC (permalink / raw)
  To: dts; +Cc: zhao,meijuan

need change send pkt count to make full of queues,you can refer to dpdk bd8f10f

Signed-off-by: zhao,meijuan <meijuanx.zhao@intel.com>
---
 tests/TestSuite_vf_daemon.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/TestSuite_vf_daemon.py b/tests/TestSuite_vf_daemon.py
index 840f218..87734de 100644
--- a/tests/TestSuite_vf_daemon.py
+++ b/tests/TestSuite_vf_daemon.py
@@ -458,9 +458,9 @@ class Testvf_daemon(TestCase):
         self.dut_testpmd.execute_cmd('set all queues drop 0 off')
         self.vf0_mac = self.vm0_testpmd.get_port_mac(0)
         self.vf1_mac = self.vm1_testpmd.get_port_mac(0)
-        out = self.send_and_pmdout(self.vf1_mac, 0, 64, 200)
+        out = self.send_and_pmdout(self.vf1_mac, 0, 64, 2000)
         out = self.vm1_testpmd.execute_cmd('show port stats 0')
-        self.verify("RX-packets: 127" in out, 
+        self.verify("RX-packets: 1023" in out, 
             "Failed to let vf1 full of queues!!!")
         out = self.send_and_pmdout(self.vf0_mac, 0, 64, 20)
         out = self.vm0_testpmd.execute_cmd('show port stats 0')
-- 
1.9.3

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

* Re: [dts] [PATCH V1] tests/vf_daemon change send pkt count
  2018-02-28  8:03 [dts] [PATCH V1] tests/vf_daemon change send pkt count zhao,meijuan
@ 2018-03-02 10:23 ` Liu, Yong
  0 siblings, 0 replies; 2+ messages in thread
From: Liu, Yong @ 2018-03-02 10:23 UTC (permalink / raw)
  To: zhao,meijuan, dts

Thanks Meijuan, applied.

On 02/28/2018 04:03 PM, zhao,meijuan wrote:
> need change send pkt count to make full of queues,you can refer to dpdk bd8f10f
>
> Signed-off-by: zhao,meijuan<meijuanx.zhao@intel.com>
> ---
>   tests/TestSuite_vf_daemon.py | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)

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

end of thread, other threads:[~2018-03-02  2:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-28  8:03 [dts] [PATCH V1] tests/vf_daemon change send pkt count zhao,meijuan
2018-03-02 10:23 ` Liu, Yong

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).