[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] xen-pciback: more uses of cached MSI-X capability offset
On Wed, May 29, 2013 at 02:51:11PM -0600, Bjorn Helgaas wrote: > On Wed, May 29, 2013 at 6:31 AM, Jan Beulich <JBeulich@xxxxxxxx> wrote: > > Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> > > > > --- > > drivers/xen/xen-pciback/pci_stub.c | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > Acked-by: Bjorn Helgaas <bhelgaas@xxxxxxxxxx> > > I assume you'll take this, Konrad. Let me know if you need me to do anything. Yes, in my queue as we speak. Thanks. > > > --- 3.10-rc3/drivers/xen/xen-pciback/pci_stub.c > > +++ 3.10-rc3-xen-pciback-MSI-X-cap/drivers/xen/xen-pciback/pci_stub.c > > @@ -106,7 +106,7 @@ static void pcistub_device_release(struc > > else > > pci_restore_state(dev); > > > > - if (pci_find_capability(dev, PCI_CAP_ID_MSIX)) { > > + if (dev->msix_cap) { > > struct physdev_pci_device ppdev = { > > .seg = pci_domain_nr(dev->bus), > > .bus = dev->bus->number, > > @@ -371,7 +371,7 @@ static int pcistub_init_device(struct pc > > if (err) > > goto config_release; > > > > - if (pci_find_capability(dev, PCI_CAP_ID_MSIX)) { > > + if (dev->msix_cap) { > > struct physdev_pci_device ppdev = { > > .seg = pci_domain_nr(dev->bus), > > .bus = dev->bus->number, > > > > > > _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |