From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.120; helo=mga04.intel.com; envelope-from=ruiyu.ni@intel.com; receiver=edk2-devel@lists.01.org Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id DABD4211518E1 for ; Fri, 21 Sep 2018 01:45:09 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Sep 2018 01:45:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,284,1534834800"; d="scan'208";a="93665248" Received: from ray-dev.ccr.corp.intel.com (HELO [10.239.9.8]) ([10.239.9.8]) by orsmga002.jf.intel.com with ESMTP; 21 Sep 2018 01:45:08 -0700 To: Eric Dong , edk2-devel@lists.01.org Cc: Michael D Kinney , Laszlo Ersek References: <20180921074133.9140-1-eric.dong@intel.com> <20180921074133.9140-15-eric.dong@intel.com> From: "Ni, Ruiyu" Message-ID: Date: Fri, 21 Sep 2018 16:46:02 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20180921074133.9140-15-eric.dong@intel.com> Subject: Re: [Patch v2 14/14] UefiCpuPkg/Include/Register/Msr/XeonPhiMsr.h: Change structure definition. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2018 08:45:10 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit On 9/21/2018 3:41 PM, Eric Dong wrote: > - UINT32 CStateRange:3; > - UINT32 Reserved1:13; > - UINT32 Reserved2:32; > + UINT32 CStateRange:7; > + UINT32 Reserved3:9; > + UINT32 Reserved4:32; Similarly, Reserved2 name doesn't need to change. -- Thanks, Ray