test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] tests/pmdpcap: don't flush pcap rx streams before forwarding
@ 2017-08-07  1:47 Jianbo Liu
  2017-08-07 11:41 ` Liu, Yong
  0 siblings, 1 reply; 2+ messages in thread
From: Jianbo Liu @ 2017-08-07  1:47 UTC (permalink / raw)
  To: herbert.guan, dts; +Cc: Jianbo Liu

Signed-off-by: Jianbo Liu <jianbo.liu@linaro.org>
---
 tests/TestSuite_pmdpcap.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/TestSuite_pmdpcap.py b/tests/TestSuite_pmdpcap.py
index a51eb31..843a498 100644
--- a/tests/TestSuite_pmdpcap.py
+++ b/tests/TestSuite_pmdpcap.py
@@ -126,7 +126,7 @@ class TestPmdPcap(TestCase):
 
         command = ("./{}/app/testpmd -c {} -n {} " +
                    "--vdev=eth_pcap0,rx_pcap={},tx_pcap={} " +
-                   "-- -i --port-topology=chained")
+                   "-- -i --port-topology=chained --no-flush-rx")
         if "cavium" in self.dut.nic_type:
             command += " --disable-hw-vlan-filter"
 
@@ -162,7 +162,7 @@ class TestPmdPcap(TestCase):
         command = ("./{}/app/testpmd -c {} -n {} " +
                    "--vdev=eth_pcap0,rx_pcap={},tx_pcap={} " +
                    "--vdev=eth_pcap1,rx_pcap={},tx_pcap={} " +
-                   "-- -i")
+                   "-- -i --no-flush-rx")
         if "cavium" in self.dut.nic_type:
             command += " --disable-hw-vlan-filter"
 
-- 
1.9.1

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

* Re: [dts] [PATCH] tests/pmdpcap: don't flush pcap rx streams before forwarding
  2017-08-07  1:47 [dts] [PATCH] tests/pmdpcap: don't flush pcap rx streams before forwarding Jianbo Liu
@ 2017-08-07 11:41 ` Liu, Yong
  0 siblings, 0 replies; 2+ messages in thread
From: Liu, Yong @ 2017-08-07 11:41 UTC (permalink / raw)
  To: Jianbo Liu, herbert.guan, dts

Thanks Jianbo, applied.

On 08/07/2017 09:47 AM, Jianbo Liu wrote:
> Signed-off-by: Jianbo Liu<jianbo.liu@linaro.org>
> ---
>   tests/TestSuite_pmdpcap.py | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)

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

end of thread, other threads:[~2017-08-07  2:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-07  1:47 [dts] [PATCH] tests/pmdpcap: don't flush pcap rx streams before forwarding Jianbo Liu
2017-08-07 11:41 ` 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).