From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 3B5FF1B839 for ; Thu, 8 Feb 2018 07:05:53 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Feb 2018 22:05:53 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,477,1511856000"; d="scan'208";a="25776613" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by FMSMGA003.fm.intel.com with ESMTP; 07 Feb 2018 22:05:53 -0800 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 7 Feb 2018 22:05:52 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.116]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.125]) with mapi id 14.03.0319.002; Thu, 8 Feb 2018 14:05:51 +0800 From: "Liu, Yong" To: "Han, YingyaX" , "dts@dpdk.org" CC: "Han, YingyaX" Thread-Topic: [dts] [PATCH V1]tests/qinq_filter:enable hw vlan Thread-Index: AQHTnmmP5vtkrSz8QUidfpnpQkdKdaOaB3NQ Date: Thu, 8 Feb 2018 06:05:51 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E62F9C397@SHSMSX103.ccr.corp.intel.com> References: <1517825456-42304-1-git-send-email-yingyax.han@intel.com> In-Reply-To: <1517825456-42304-1-git-send-email-yingyax.han@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNzFkZjNjYmUtZjU2MC00OWI3LThlN2MtN2NhNjNlYjY4OTFhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjIuNS4xOCIsIlRydXN0ZWRMYWJlbEhhc2giOiJOajdjMFFLd0EzN2xTS2F3XC9oSUVlbjJEV2dZWWJaVURWQ3k1Rkh2VUFWZk41SnQ2amowazNTcktLZVgwa0xwSiJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [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: Thu, 08 Feb 2018 06:05:54 -0000 Yingya, In test_qinq_pack_type case, testpmd will enable qinq and meanwhile DEV_RX_= OFFLOAD_VLAN_EXTEND flag will be set. Can you check whether DEV_RX_OFFLOAD_VLAN is must for this case? Thanks, Marvin > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of han,yingya > Sent: Monday, February 05, 2018 6:11 PM > To: dts@dpdk.org > Cc: Han, YingyaX > Subject: [dts] [PATCH V1]tests/qinq_filter:enable hw vlan >=20 > 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(-) >=20 > 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): > """ >=20 > self.dut.send_expect(r'./%s/app/testpmd -c %s -n 4 -- -i \ > - --portmask=3D%s --port-topology=3Dloop \ > + --portmask=3D%s --enable-hw-vlan --port- > topology=3Dloop \ > --rxq=3D4 --txq=3D4 --disable-rss' % > (self.target, self.coreMask, self.portMask), > "testpmd> ") > self.dut.send_expect("vlan set qinq on %s" % dutRxPortId, > "testpmd> ") > -- > 1.9.3