From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id C2DF6A0553; Mon, 17 Feb 2020 10:45:53 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B38E11DB83; Mon, 17 Feb 2020 10:45:53 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 053891DB1F for ; Mon, 17 Feb 2020 10:45:51 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Feb 2020 01:45:51 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,452,1574150400"; d="scan'208";a="433741657" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga005.fm.intel.com with ESMTP; 17 Feb 2020 01:45:51 -0800 Received: from fmsmsx113.amr.corp.intel.com (10.18.116.7) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 17 Feb 2020 01:45:50 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX113.amr.corp.intel.com (10.18.116.7) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 17 Feb 2020 01:45:50 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.222]) by shsmsx102.ccr.corp.intel.com ([169.254.2.126]) with mapi id 14.03.0439.000; Mon, 17 Feb 2020 17:45:48 +0800 From: "Tu, Lijuan" To: "Mo, YufengX" , "dts@dpdk.org" , "Ma, LihongX" CC: "Mo, YufengX" Thread-Topic: [dts] [PATCH V1 1/1] tests/scatter: x722 support Thread-Index: AQHV5UsdzwuEAZhKskKil8Pm8WeLA6gfI3EA Date: Mon, 17 Feb 2020 09:45:47 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BBC9AE7@SHSMSX101.ccr.corp.intel.com> References: <20200217043408.27269-1-yufengx.mo@intel.com> <20200217043408.27269-2-yufengx.mo@intel.com> In-Reply-To: <20200217043408.27269-2-yufengx.mo@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 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/1] tests/scatter: x722 support 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" Applied, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of yufengmx > Sent: Monday, February 17, 2020 12:34 PM > To: dts@dpdk.org; Ma, LihongX > Cc: Mo, YufengX > Subject: [dts] [PATCH V1 1/1] tests/scatter: x722 support >=20 >=20 > tests/scatter: x722 support. >=20 > Signed-off-by: yufengmx > --- > tests/TestSuite_scatter.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tests/TestSuite_scatter.py b/tests/TestSuite_scatter.py inde= x > 6802f52..c2af5f2 100644 > --- a/tests/TestSuite_scatter.py > +++ b/tests/TestSuite_scatter.py > @@ -64,7 +64,7 @@ class TestScatter(TestCase): >=20 > self.pmdout =3D PmdOutput(self.dut) > if self.nic in ["magnolia_park", "niantic", "sageville", "fortpa= rk", > "fortville_eagle", > - "fortville_spirit", "fortville_spirit_single", "= fortville_25g", > + "fortville_spirit", "fortville_spirit_single", > + "fortville_25g", "x722_37d2", > "redrockcanyou", "atwood", "boulderrapid", > "ironpond", "twinpond", "springfountain", "fortp= ark_TLV", > "sagepond", "carlsville"]: > self.mbsize =3D 2048 > -- > 2.21.0