RE: [PATCH v2] pci: read amd iommu virtual address width

2022-10-10 Thread Varghese, Vipin
[Public] Hi Michael, Thank you for looking into the change, please find my comments shared below > > > > Add code to read the virtual address width for AMD processors. > > > > Signed-off-by: Michael Piszczek > > --- > > drivers/bus/pci/linux/pci.c | 43 > > +++

Re: [PATCH v2] pci: read amd iommu virtual address width

2022-10-03 Thread David Marchand
On Thu, Sep 15, 2022 at 8:40 AM Michael Piszczek wrote: > > Add code to read the virtual address width for AMD processors. > > Signed-off-by: Michael Piszczek > --- > drivers/bus/pci/linux/pci.c | 43 + > 1 file changed, 43 insertions(+) > > diff --git a/drive