From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mx.groups.io with SMTP id smtpd.web12.6759.1581603355016407553 for ; Thu, 13 Feb 2020 06:15:55 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.126, mailfrom: ray.ni@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Feb 2020 06:15:54 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,437,1574150400"; d="scan'208";a="434432289" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga006.fm.intel.com with ESMTP; 13 Feb 2020 06:15:53 -0800 Received: from fmsmsx157.amr.corp.intel.com (10.18.116.73) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 13 Feb 2020 06:15:53 -0800 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX157.amr.corp.intel.com (10.18.116.73) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 13 Feb 2020 06:15:53 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.5]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.196]) with mapi id 14.03.0439.000; Thu, 13 Feb 2020 22:15:51 +0800 From: "Ni, Ray" To: "Dong, Eric" , "lersek@redhat.com" CC: "devel@edk2.groups.io" Subject: Re: [edk2-devel] [PATCH v2 0/3] UefiCpuPkg/CpuFeature: Introduce First to indicate 1st unit. Thread-Topic: [edk2-devel] [PATCH v2 0/3] UefiCpuPkg/CpuFeature: Introduce First to indicate 1st unit. Thread-Index: AQHVpHtN+n3O6o8NkUuAFeu9/EG2KKgYuVAAgADtjeA= Date: Thu, 13 Feb 2020 14:15:50 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D5C43A072@SHSMSX104.ccr.corp.intel.com> References: <20191126061550.494828-1-niruiyu@users.noreply.github.com> In-Reply-To: Accept-Language: en-US, zh-CN 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] MIME-Version: 1.0 Return-Path: ray.ni@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Laszlo, I forgot to add you to CC list. Do you have any comments on the patch set? Thanks, Ray > -----Original Message----- > From: Dong, Eric > Sent: Thursday, February 13, 2020 4:04 PM > To: devel@edk2.groups.io; Ni, Ray > Subject: RE: [edk2-devel] [PATCH v2 0/3] UefiCpuPkg/CpuFeature: Introduc= e First to indicate 1st unit. >=20 > For the serial: Reviewed-by: Eric Dong >=20 > -----Original Message----- > From: devel@edk2.groups.io On Behalf Of Ray Ni > Sent: Tuesday, November 26, 2019 2:16 PM > To: devel@edk2.groups.io > Subject: [edk2-devel] [PATCH v2 0/3] UefiCpuPkg/CpuFeature: Introduce Fi= rst to indicate 1st unit. >=20 > Ray Ni (3): > UefiCpuPkg/RegisterCpuFeaturesLib: Delete CPU_FEATURE_[BEFORE|AFTER] > UefiCpuPkg/RegisterCpuFeaturesLib: Rename [Before|After]FeatureBitMask > UefiCpuPkg/CpuFeature: Introduce First to indicate 1st unit. >=20 > .../Include/Library/RegisterCpuFeaturesLib.h | 49 +++++++++--- > .../CpuCommonFeaturesLib.c | 6 +- > .../CpuFeaturesInitialize.c | 74 +++++++++++++++++++ > .../RegisterCpuFeatures.h | 4 +- > .../RegisterCpuFeaturesLib.c | 74 ++++++++++--------- > 5 files changed, 158 insertions(+), 49 deletions(-) >=20 > -- > 2.21.0.windows.1 >=20 >=20 >=20