[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v7] VT-d: use correct BDF for VF to search VT-d unit
>>> On 21.08.17 at 23:52, <chao.gao@xxxxxxxxx> wrote: > --- a/xen/include/xen/pci.h > +++ b/xen/include/xen/pci.h > @@ -39,6 +39,10 @@ > #define PCI_SBDF3(s,b,df) ((((s) & 0xffff) << 16) | PCI_BDF2(b, df)) > > struct pci_dev_info { > + /* > + * When 'is_virtfn' is set, 'is_extfn' is re-used to indicate whether > + * the PF of this VF is an extended function. > + */ I'd be inclined to extend the comment by appending ", as a VF itself can never be an extended function." Is that correct? If so, would you agree this being added while committing (once the requested Tested-by is in place)? In that case Reviewed-by: Jan Beulich <jbeulich@xxxxxxxx> Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |