Linux IOMMU Development
 help / color / mirror / Atom feed
* IVDB DTE_ALL Settings
@ 2015-08-04  2:57 David Kiarie
       [not found] ` <20150804025745.GA4128-FBVcP3zgNXf1IFe7KZLm3A@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: David Kiarie @ 2015-08-04  2:57 UTC (permalink / raw)
  To: joro-zLv9SwRftAIdnm+yROfE0A
  Cc: valentine.sinitsyn-Re5JQEeQqe8AvxtiuMwx3w, jankiskza-S0/GAf8tV78,
	iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA

I hope am not messing something up,...

The Linux AMD IOMMU driver does not seem to be applying DTE settings listed in the ALL field correctly.

The relevant code:

  switch (e->type) {

  case IVHD_DEV_ALL:

    DUMP_printk("  DEV_ALL\t\t\t first devid: %02x:%02x.%x"
                " last device %02x:%02x.%x flags: %02x\n",
                PCI_BUS_NUM(iommu->first_device),
                PCI_SLOT(iommu->first_device),
                PCI_FUNC(iommu->first_device),
                PCI_BUS_NUM(iommu->last_device),
                PCI_SLOT(iommu->last_device),
                PCI_FUNC(iommu->last_device),
                         e->flags);

               for (dev_i = iommu->first_device;
                    dev_i <= iommu->last_device; ++dev_i)
                    set_dev_entry_from_acpi(iommu, dev_i,
                                    e->flags, 0);
                    break;

  case IVHD_DEV_SELECT:

Basically, the iommu->last/first_device fields are initialized in another state of the driver much later in the code(during PCI initialization); the values 
iommu->first/last_device are used before initialization which breaks the logic of this code.

On the other hand, this might be a lame bug as I have not seen any IOMMU using the ALL settings but I haven't seen many.

Cheers,
David.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-08-05  9:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-04  2:57 IVDB DTE_ALL Settings David Kiarie
     [not found] ` <20150804025745.GA4128-FBVcP3zgNXf1IFe7KZLm3A@public.gmane.org>
2015-08-04 16:56   ` Joerg Roedel
     [not found]     ` <20150804165619.GP14980-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
2015-08-04 17:05       ` Valentine Sinitsyn
     [not found]         ` <55C0F0E9.6030902-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-08-05  9:48           ` Joerg Roedel
     [not found]             ` <20150805094836.GR14980-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
2015-08-05  9:53               ` Valentine Sinitsyn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox