From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id B0004206 for ; Fri, 11 Aug 2017 05:14:42 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Aug 2017 20:14:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,356,1498546800"; d="scan'208";a="1181565972" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga001.fm.intel.com with ESMTP; 10 Aug 2017 20:14:37 -0700 Received: from fmsmsx118.amr.corp.intel.com (10.18.116.18) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 10 Aug 2017 20:14:37 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx118.amr.corp.intel.com (10.18.116.18) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 10 Aug 2017 20:14:36 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.183]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.114]) with mapi id 14.03.0319.002; Fri, 11 Aug 2017 11:14:35 +0800 From: "Xu, Qian Q" To: "Xu, GangX" , "dts@dpdk.org" CC: "Xu, GangX" Thread-Topic: [dts] [PATCH V1 1/2] close 128_queues case Thread-Index: AQHTEk+f5ePBvBMgX02zZdRds5BppKJ+esSA Date: Fri, 11 Aug 2017 03:14:33 +0000 Message-ID: <82F45D86ADE5454A95A89742C8D1410E3B71D9EA@shsmsx102.ccr.corp.intel.com> References: <1502421192-64073-1-git-send-email-gangx.xu@intel.com> In-Reply-To: <1502421192-64073-1-git-send-email-gangx.xu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMzc0MjEyOTgtZDFiZi00MzA4LTg2ZGYtOTZmZTEwNDJiYjU4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6ImVNV3QzZVJMaXpTOGpXamlTNUxsYndJcVN0dmRjQmpqbFVrQnZ5RHNjQUU9In0= x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 10.0.102.7 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 1/2] close 128_queues case 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: Fri, 11 Aug 2017 03:14:43 -0000 Gang, the case should be supported, need check with the command line.=20 > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of xu,gang > Sent: Friday, August 11, 2017 11:13 AM > To: dts@dpdk.org > Cc: Xu, GangX > Subject: [dts] [PATCH V1 1/2] close 128_queues case >=20 > testpmd can't support assign queue to received package, so can't test >=20 > Signed-off-by: xu,gang > --- > tests/TestSuite_generic_filter.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tests/TestSuite_generic_filter.py b/tests/TestSuite_generic_= filter.py > index c42ec5a..be503d9 100644 > --- a/tests/TestSuite_generic_filter.py > +++ b/tests/TestSuite_generic_filter.py > @@ -688,7 +688,7 @@ class TestGeneric_filter(TestCase): > self.tester.send_expect("ifconfig %s mtu %s" % (txItf, 1500), "#= ") > self.tester.send_expect("ifconfig %s mtu %s" % (rxItf, 1500), "#= ") >=20 > - def test_128_queues(self): > + def Close_test_128_queues(self): > # testpmd can't support assign queue to received package, so can= 't test > self.verify(False, "testpmd not support assign queue 127 receive= d package") > if self.nic =3D=3D "niantic": > -- > 1.9.3