[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2] PCI/MSI: Move non-mask check back into low level accessors



On Thu, Nov 04 2021 at 00:27, Thomas Gleixner wrote:
>  
> -             if (!entry->msi_attrib.is_virtual) {
> +             if (!entry->msi_attrib.can_mask) {

Groan. I'm a moron. This obviously needs to be

                if (entry->msi_attrib.can_mask) {

>                       addr = pci_msix_desc_addr(entry);
>                       entry->msix_ctrl = readl(addr + 
> PCI_MSIX_ENTRY_VECTOR_CTRL);
>               }



 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.