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 9FAB2A04B0; Thu, 10 Dec 2020 09:39:53 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9C380BC8A; Thu, 10 Dec 2020 09:39:51 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id BA990BC88 for ; Thu, 10 Dec 2020 09:39:50 +0100 (CET) IronPort-SDR: gPrlcSwHjL+ZhklKQ70O6AOeS1kPuV3K/N9noH8jbtnQb+rtaGHitj2JBZ0PsGSkHHglGo+nCd 04rhu0/VqHbQ== X-IronPort-AV: E=McAfee;i="6000,8403,9830"; a="161270363" X-IronPort-AV: E=Sophos;i="5.78,407,1599548400"; d="scan'208";a="161270363" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Dec 2020 00:39:48 -0800 IronPort-SDR: ZavnM3yiSb+fq8jxN72htqFUcWNCkgALS4fKdWqFjyZZVSggAE60ppMEDUlXV0/ChBlgJ9TRY1 Vv/CzfWQo+FQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.78,407,1599548400"; d="scan'208";a="364531168" Received: from fmsmsx603.amr.corp.intel.com ([10.18.126.83]) by orsmga008.jf.intel.com with ESMTP; 10 Dec 2020 00:39:48 -0800 Received: from shsmsx604.ccr.corp.intel.com (10.109.6.214) by fmsmsx603.amr.corp.intel.com (10.18.126.83) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Thu, 10 Dec 2020 00:39:47 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX604.ccr.corp.intel.com (10.109.6.214) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Thu, 10 Dec 2020 16:39:45 +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.1713.004; Thu, 10 Dec 2020 16:39:45 +0800 From: "Tu, Lijuan" To: "Zhao, HaiyangX" , "dts@dpdk.org" CC: "Zhao, HaiyangX" Thread-Topic: [dts][PATCH V1 0/2] framework: add -a option support in eal param Thread-Index: AQHWzH+lkcXNtGaiF0ahTON0gPJ08KnwBvQg Date: Thu, 10 Dec 2020 08:39:45 +0000 Message-ID: <417db36f7c1e434ba3bf01222d55ef88@intel.com> References: <20201207095302.2133-1-haiyangx.zhao@intel.com> In-Reply-To: <20201207095302.2133-1-haiyangx.zhao@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.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1 0/2] framework: add -a option support in eal param 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" > eal parameter -w is deprecated since dpdk 20.11.0-rc3 and replaced by -a. > For dpdk LTS test and avoid modify the -w option in suites, support the -= a/-w > eal option both. >=20 > Haiyang Zhao (2): > framework/dut: add -a support in create_eal_parameters eal parameter > -w is deprecated since dpdk 20.11.0-rc3 and should use -a instead. > for dpdk LTS test and avoid modify the -w option in suites, keep the > -w support. > framework/pmd_output: add -a support in split_eal_param Applied