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 669B9A00C2; Fri, 11 Mar 2022 12:37:05 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 37C4D40140; Fri, 11 Mar 2022 12:37:05 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 7906A40042 for ; Fri, 11 Mar 2022 12:37:03 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1646998623; x=1678534623; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=OTOgeMi7tvhxFIplAP+wrPqlG2UeHrirsucipvoyQOI=; b=QNzOxPtF1SVZ6TgYjG0TE227cpyJnq/Vguvg5zDrHCr18ZSEGufcgDRe QHhfwS5K0829sc9iQRiaghqYKRxY8FQsRqtYYTCC6NgwVmyXXEqzZJ8Ej c9jfxxKx4GsIEWHiIersxE0Wx3mDkuh6dKQJf17L1P41qqzETaB51phJx GjFGBme0quY89lifAp+g227QIqFpufU1aSj3MDNGmx1O06BvS8c8FagZR 7ZIsHYXdWoX9Fc/lYioR2Ax/tDZn0aXOSU8m1g1X0lLABznXBHwWyE669 dWg/pqwIXefwr/4K8FA5xyeZBaHpBxaJggTa8TkGU6FWTfWtuSRtvkGmm w==; X-IronPort-AV: E=McAfee;i="6200,9189,10282"; a="255745919" X-IronPort-AV: E=Sophos;i="5.90,173,1643702400"; d="scan'208";a="255745919" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Mar 2022 03:37:02 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,173,1643702400"; d="scan'208";a="612133823" Received: from fmsmsx603.amr.corp.intel.com ([10.18.126.83]) by fmsmga004.fm.intel.com with ESMTP; 11 Mar 2022 03:37:02 -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.2308.21; Fri, 11 Mar 2022 03:37:01 -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.2308.21; Fri, 11 Mar 2022 19:36:59 +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.021; Fri, 11 Mar 2022 19:36:59 +0800 From: "Tu, Lijuan" To: "Dong, JunX" , "dts@dpdk.org" CC: "Sun, QingX" Subject: RE: [PATCH V4] framework/*: Modified create_eal_parameters API to support flexibility Thread-Topic: [PATCH V4] framework/*: Modified create_eal_parameters API to support flexibility Thread-Index: AQHYKec3mupBEJfrHUqkbI2tOiY7c6y6JI6A Date: Fri, 11 Mar 2022 11:36:59 +0000 Message-ID: <3c9b1b6a23a14e239d947e30a2625890@intel.com> References: <20220225012953.3219-1-junx.dong@intel.com> In-Reply-To: <20220225012953.3219-1-junx.dong@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.401.20 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: Dong, JunX > Sent: 2022=1B$BG/=1B(B2=1B$B7n=1B(B25=1B$BF|=1B(B 9:30 > To: dts@dpdk.org > Cc: Tu, Lijuan ; Sun, QingX ; D= ong, > JunX > Subject: [PATCH V4] framework/*: Modified create_eal_parameters API to > support flexibility >=20 > Signed-off-by: Jun Dong Reviewed-by: Lijuan Tu Applied.