From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga03.intel.com (mga03.intel.com []) by mx.groups.io with SMTP id smtpd.web12.959.1589351518531299375 for ; Tue, 12 May 2020 23:32:05 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: ray.ni@intel.com) IronPort-SDR: r3gi5Efd4iVQGjAjkcLJPxoM9oTuZQvQpcbivu/SD2Y3XmZiujmPNIOtxssrhMBTjOpikkVHvq ib1ULYKz/YQQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 May 2020 23:32:05 -0700 IronPort-SDR: nJl8QUcHCoJas24zsA0d/PwbcCsxT0IxS96MzuEmnMtu8j9kvK+ZCNX75x0YbhbnCQMF8Eb9AE CVs3aBzV2Fiw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,386,1583222400"; d="scan'208";a="253105652" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga008.fm.intel.com with ESMTP; 12 May 2020 23:32:05 -0700 Received: from FMSMSX109.amr.corp.intel.com (10.18.116.9) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 12 May 2020 23:32:05 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx109.amr.corp.intel.com (10.18.116.9) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 12 May 2020 23:32:04 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.210]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.26]) with mapi id 14.03.0439.000; Wed, 13 May 2020 14:31:55 +0800 From: "Ni, Ray" To: "Javeed, Ashraf" , "devel@edk2.groups.io" CC: "Wang, Jian J" , "Wu, Hao A" Subject: Re: [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH 03/15] MdeModulePkg/PciBus: Rename Cache PCIe Capability Structure Thread-Topic: [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH 03/15] MdeModulePkg/PciBus: Rename Cache PCIe Capability Structure Thread-Index: AQHWJuYUJe62JSGvi0ytnelqFKTApKig+B4AgASaIYA= Date: Wed, 13 May 2020 06:31:53 +0000 Deferred-Delivery: Wed, 13 May 2020 06:31:00 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D5C53AD27@SHSMSX104.ccr.corp.intel.com> References: <20200510161412.13832-1-ashraf.javeed@intel.com> <20200510161412.13832-4-ashraf.javeed@intel.com> In-Reply-To: <20200510161412.13832-4-ashraf.javeed@intel.com> 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 Reviewed-by: Ray Ni > -----Original Message----- > From: Javeed, Ashraf > Sent: Monday, May 11, 2020 12:14 AM > To: devel@edk2.groups.io > Cc: Ni, Ray ; Wang, Jian J ; Wu,= Hao A > Subject: [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH 03/15] MdeModulePkg/PciBu= s: Rename Cache PCIe Capability > Structure >=20 > REF: > https://bugzilla.tianocore.org/show_bug.cgi?id=3D1954 > https://bugzilla.tianocore.org/show_bug.cgi?id=3D2194 > https://bugzilla.tianocore.org/show_bug.cgi?id=3D2313 > https://bugzilla.tianocore.org/show_bug.cgi?id=3D2499 > https://bugzilla.tianocore.org/show_bug.cgi?id=3D2500 >=20 > Rename the cache PCIe Capability Structure. >=20 > Signed-off-by: Ashraf Javeed > Signed-off-by: Ray Ni > Cc: Jian J Wang > Cc: Hao A Wu > --- > MdeModulePkg/Bus/Pci/PciBusDxe/PciBus.h | 2 +- > MdeModulePkg/Bus/Pci/PciBusDxe/PciEnumeratorSupport.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/MdeModulePkg/Bus/Pci/PciBusDxe/PciBus.h b/MdeModulePkg/Bus/P= ci/PciBusDxe/PciBus.h > index 5a7c1c2..9947203 100644 > --- a/MdeModulePkg/Bus/Pci/PciBusDxe/PciBus.h > +++ b/MdeModulePkg/Bus/Pci/PciBusDxe/PciBus.h > @@ -269,7 +269,7 @@ struct _PCI_IO_DEVICE { > // For PCI Express Capability List Structure > // > UINT8 PciExpressCapabilityOffset; > - PCI_CAPABILITY_PCIEXP PciExpressCapabilityStructur= e; > + PCI_CAPABILITY_PCIEXP PciExpressCapability; > // > // For SR-IOV > // > diff --git a/MdeModulePkg/Bus/Pci/PciBusDxe/PciEnumeratorSupport.c > b/MdeModulePkg/Bus/Pci/PciBusDxe/PciEnumeratorSupport.c > index c9e52ea..0f43e43 100644 > --- a/MdeModulePkg/Bus/Pci/PciBusDxe/PciEnumeratorSupport.c > +++ b/MdeModulePkg/Bus/Pci/PciBusDxe/PciEnumeratorSupport.c > @@ -2162,7 +2162,7 @@ CreatePciIoDevice ( > EfiPciIoWidthUint8, > PciIoDevice->PciExpressCapabilityOffset, > sizeof (PCI_CAPABILITY_PCIEXP) / sizeof (UINT8), > - &PciIoDevice->PciExpressCapabilityStructure > + &PciIoDevice->PciExpressCapability > ); > } >=20 > -- > 2.21.0.windows.1