From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id DF0D4160 for ; Mon, 5 Feb 2018 11:09:45 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Feb 2018 02:09:44 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,464,1511856000"; d="scan'208";a="28113953" Received: from unknown (HELO dpdk-fedora20.icx.intel.com) ([10.240.176.135]) by fmsmga001.fm.intel.com with ESMTP; 05 Feb 2018 02:09:43 -0800 From: "han,yingya" To: dts@dpdk.org Cc: "han,yingya" Date: Mon, 5 Feb 2018 18:10:56 +0800 Message-Id: <1517825456-42304-1-git-send-email-yingyax.han@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1]tests/qinq_filter:enable hw vlan 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, 05 Feb 2018 10:09:46 -0000 need enable hw vlan parameter,because default value is off Signed-off-by: han,yingya --- tests/TestSuite_qinq_filter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_qinq_filter.py b/tests/TestSuite_qinq_filter.py index 3f9c1ac..d1310a5 100644 --- a/tests/TestSuite_qinq_filter.py +++ b/tests/TestSuite_qinq_filter.py @@ -146,7 +146,7 @@ class TestQinqFilter(TestCase): """ self.dut.send_expect(r'./%s/app/testpmd -c %s -n 4 -- -i \ - --portmask=%s --port-topology=loop \ + --portmask=%s --enable-hw-vlan --port-topology=loop \ --rxq=4 --txq=4 --disable-rss' % (self.target, self.coreMask, self.portMask), "testpmd> ") self.dut.send_expect("vlan set qinq on %s" % dutRxPortId, "testpmd> ") -- 1.9.3