[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <BN9PR11MB527638D9C74A83FE1D0212D78C139@BN9PR11MB5276.namprd11.prod.outlook.com>
Date: Mon, 28 Nov 2022 02:33:56 +0000
From: "Tian, Kevin" <kevin.tian@...el.com>
To: Thomas Gleixner <tglx@...utronix.de>,
LKML <linux-kernel@...r.kernel.org>
CC: "x86@...nel.org" <x86@...nel.org>, Joerg Roedel <joro@...tes.org>,
"Will Deacon" <will@...nel.org>,
"linux-pci@...r.kernel.org" <linux-pci@...r.kernel.org>,
Bjorn Helgaas <bhelgaas@...gle.com>,
"Lorenzo Pieralisi" <lorenzo.pieralisi@....com>,
Marc Zyngier <maz@...nel.org>,
"Greg Kroah-Hartman" <gregkh@...uxfoundation.org>,
Jason Gunthorpe <jgg@...lanox.com>,
"Jiang, Dave" <dave.jiang@...el.com>,
Alex Williamson <alex.williamson@...hat.com>,
"Williams, Dan J" <dan.j.williams@...el.com>,
Logan Gunthorpe <logang@...tatee.com>,
"Raj, Ashok" <ashok.raj@...el.com>, Jon Mason <jdmason@...zu.us>,
Allen Hubbe <allenbh@...il.com>
Subject: RE: [patch V3 00/22] genirq, PCI/MSI: Support for per device MSI and
PCI/IMS - Part 2 API rework
> From: Thomas Gleixner <tglx@...utronix.de>
> Sent: Friday, November 25, 2022 7:24 AM
>
> Changes vs. V2:
>
> - Rework the xarray storage into per domain storage (Marc)
>
> @Kevin: I did not pick up your Reviewed-by tag due to these changes.
>
The incremental change looks good to me:
Reviewed-by: Kevin Tian <kevin.tian@...el.com>
Just one nit.
>
> - xa_for_each_range(xa, idx, desc, ctrl->first + base, ctrl->last + base) {
> + xa = &dev->msi.data->__domains[ctrl->domid].store;
Better to have a macro here given multiple references on the store
in following lines.
Powered by blists - more mailing lists