From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from foss.arm.com (usa-sjc-mx-foss1.foss.arm.com [217.140.101.70]) by dpdk.org (Postfix) with ESMTP id BD03D3772 for ; Mon, 7 Aug 2017 03:48:32 +0200 (CEST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 94CF280D; Sun, 6 Aug 2017 18:48:31 -0700 (PDT) Received: from ubuntu-jianbo.shanghai.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.72.51.249]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id F2D553F578; Sun, 6 Aug 2017 18:48:30 -0700 (PDT) From: Jianbo Liu To: herbert.guan@arm.com, dts@dpdk.org Cc: Jianbo Liu Date: Mon, 7 Aug 2017 09:47:45 +0800 Message-Id: <1502070465-16767-1-git-send-email-jianbo.liu@linaro.org> X-Mailer: git-send-email 1.9.1 Subject: [dts] [PATCH] tests/pmdpcap: don't flush pcap rx streams before forwarding X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2017 01:48:33 -0000 Signed-off-by: Jianbo Liu --- 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