|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 1/1 V2] x86/AMD: Fix setup ssss:bb:dd:f for d0 failed
On 9/4/2013 3:51 AM, Jan Beulich wrote: I put it here because the original code (before introducing the DEV_TYPE_PCI_HOST_BRIDGE) would have classified the host bridge device as "DEV_TYPE_PCI". Therefore, I was trying to keep the logic the same for Intel. However, I agree that there should not be upstream bridge from host bridge. But I am not sure that the case below would be appropriate.On 31.08.13 at 02:41, <suravee.suthikulpanit@xxxxxxx> wrote:
case DEV_TYPE_PCIe_ENDPOINT:
case DEV_TYPE_PCIe_BRIDGE:
case DEV_TYPE_PCIe2PCI_BRIDGE:
switch ( pdev->phantom_stride )
{
case 1: sq = SQ_13_IGNORE_3; break;
case 2: sq = SQ_13_IGNORE_2; break;
case 4: sq = SQ_13_IGNORE_1; break;
default: sq = SQ_ALL_16; break;
}
set_ire_sid(ire, SVT_VERIFY_SID_SQ, sq, PCI_BDF2(bus, devfn));
break;
Do we need to call set_ire_sid() for host bridge device? Or should we
just have it's own case which does nothing.
I could do that. But in any event - you forgot to Cc the VT-d maintainer, who will need to ack the change anyway. Sorry and thanks :) Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |