From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 38B7BA00C3; Thu, 16 Dec 2021 11:49:14 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0C5D440696; Thu, 16 Dec 2021 11:49:14 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 2864940143 for ; Thu, 16 Dec 2021 11:49:12 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1639651753; x=1671187753; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=H3wIBcJgOFjKBQJ8GCx7XQzUs5tSUO5xMiY3yaDYSBY=; b=KxJ9bKKzFkDU7Cb6v8cZbXI6YLnK2hsHTlQPVps3dOAwMedqvX5DS7k9 I7CcHn2GXsQA1GWpuPfhJq9SiF+ABgE3LuNYYiPsmBwcFh4RZJpz83zUi JQTl2376wFMbb3X/JS7h9ibZptcnhWhMFQiZk/4oa80nnaCtBbkCBeUnM aHNsij35mrtqi9Whz3sDv7JJ1nv4XRVEOGBWRs6CGc7amQWTzKGpnbIvH 6T1kBizG0eTp6sQkzRAort5l1MJoeHUhwyo0HxqrYBOKuvI8uw3+dyTSc IAfGw82bLKBY4IEIxTB+WIsmsHxjPu6W4voji8amV9bVQGwb3OrQpfsnU Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10199"; a="325741321" X-IronPort-AV: E=Sophos;i="5.88,211,1635231600"; d="scan'208";a="325741321" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Dec 2021 02:49:12 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,211,1635231600"; d="scan'208";a="520232997" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by fmsmga007.fm.intel.com with ESMTP; 16 Dec 2021 02:49:12 -0800 Received: from shsmsx603.ccr.corp.intel.com (10.109.6.143) by fmsmsx606.amr.corp.intel.com (10.18.126.86) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Thu, 16 Dec 2021 02:49:11 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX603.ccr.corp.intel.com (10.109.6.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Thu, 16 Dec 2021 18:49:09 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2308.020; Thu, 16 Dec 2021 18:49:09 +0800 From: "Tu, Lijuan" To: "Yang, LeweiX" , "dts@dpdk.org" CC: "Yang, LeweiX" Subject: RE: [dts][PATCH V1] test/smoke:remove specific parameters in common cases Thread-Topic: [dts][PATCH V1] test/smoke:remove specific parameters in common cases Thread-Index: AQHX5nqGk8v9dbks7kCSP4To8z5Cnaw1CBKw Date: Thu, 16 Dec 2021 10:49:09 +0000 Message-ID: <9eedd4699b5a4db5ba19da039943e80e@intel.com> References: <20211201141258.144488-1-leweix.yang@intel.com> In-Reply-To: <20211201141258.144488-1-leweix.yang@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.6.200.16 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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 > -----Original Message----- > From: Lewei Yang > Sent: 2021=1B$BG/=1B(B12=1B$B7n=1B(B1=1B$BF|=1B(B 22:13 > To: dts@dpdk.org > Cc: Yang, LeweiX > Subject: [dts][PATCH V1] test/smoke:remove specific parameters in common > cases >=20 > remove specific parameters in common cases. >=20 > Signed-off-by: Lewei Yang Applied, thanks