From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 548F71B317 for ; Sun, 11 Feb 2018 02:28:20 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Feb 2018 17:28:19 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,493,1511856000"; d="scan'208";a="30471387" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga001.jf.intel.com with ESMTP; 10 Feb 2018 17:28:18 -0800 Received: from fmsmsx125.amr.corp.intel.com (10.18.125.40) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sat, 10 Feb 2018 17:28:18 -0800 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX125.amr.corp.intel.com (10.18.125.40) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sat, 10 Feb 2018 17:28:18 -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; Sun, 11 Feb 2018 09:28:16 +0800 From: "Liu, Yong" To: "Zhao, MeijuanX" , "dts@dpdk.org" CC: "Zhao, MeijuanX" Thread-Topic: [dts] [PATCH V1] tests/vf_kernel fix some vlan issue Thread-Index: AQHToXwfjiTNatdyTk6agJpwwLFZMaOeamtw Date: Sun, 11 Feb 2018 01:28:16 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E62F9D9E0@SHSMSX103.ccr.corp.intel.com> References: <1518163299-50638-1-git-send-email-meijuanx.zhao@intel.com> In-Reply-To: <1518163299-50638-1-git-send-email-meijuanx.zhao@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNGQ4OTFjMzUtNWIxOC00ZjI1LWExNDUtYzk4MzA4OGM2MWQxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjIuNS4xOCIsIlRydXN0ZWRMYWJlbEhhc2giOiJvU0dJTEF5NWxcL3RYK1JDQkx2cW5nZmwzWWhtN3RMOE1qYVVJb3ZLQys1bXVrN240cHdYcWJ4NVdITE04OVh3OCJ9 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/vf_kernel fix some vlan issue 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: Sun, 11 Feb 2018 01:28:20 -0000 Hi Meijuan, This change is only needed for vlan related case and there's no need to cha= nge default settings for all VF test cases. You can also do such things dynamically in testpmd, like command "port conf= ig all hw-vlan-filter|hw-vlan-strip on". And if you indeed want to change the preconditions for all cases, you need = to update the test plan. Thanks, Marvin > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhao,meijuan > Sent: Friday, February 09, 2018 4:02 PM > To: dts@dpdk.org > Cc: Zhao, MeijuanX > Subject: [dts] [PATCH V1] tests/vf_kernel fix some vlan issue >=20 > need enable vlan strip filter parameter, > you can refer to dpdk 8b9bd0e >=20 > Signed-off-by: zhao,meijuan > --- > tests/TestSuite_vf_kernel.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tests/TestSuite_vf_kernel.py b/tests/TestSuite_vf_kernel.py > index c5c150f..eb317b9 100644 > --- a/tests/TestSuite_vf_kernel.py > +++ b/tests/TestSuite_vf_kernel.py > @@ -108,7 +108,7 @@ class TestVfKernel(TestCase): >=20 > self.dut_testpmd =3D PmdOutput(self.dut) > self.dut_testpmd.start_testpmd( > - "Default", "--rxq=3D4 --txq=3D4 --port-topology=3Dchained") > + "Default", "--rxq=3D4 --txq=3D4 --port-topology=3Dchained --= enable- > hw-vlan-strip --enable-hw-vlan-filter") > # dpdk-2208 > # since there is no forward engine on DPDK PF to forward or drop > packet in packet pool, > # so finally the pool will be full, then no more packet will be > -- > 1.9.3