Re: [PATCH v2] x86/PCI: Prefer MMIO over PIO on all hypervisor

2022-09-28 Thread Ajay Kaher
> On 13/09/22, 7:05 PM, "Vitaly Kuznetsov" wrote: >> >> Thanks Vitaly for your response. >> >> 1. we have multiple objects of struct pci_raw_ops, 2. adding 'priority' >> field to struct pci_raw_ops >> doesn't seems to be appropriate as need to take decision which object of >> struct pci_raw_op

Re: [PATCH v2] x86/PCI: Prefer MMIO over PIO on all hypervisor

2022-09-13 Thread Ajay Kaher
Note: Corrected the Subject. > On 07/09/22, 8:50 PM, "Vitaly Kuznetsov" wrote: > >> diff --git a/arch/x86/pci/common.c b/arch/x86/pci/common.c >> index ddb7986..1e5a8f7 100644 >> --- a/arch/x86/pci/common.c >> +++ b/arch/x86/pci/common.c >> @@ -20,6 +20,7 @@ >> #include >> #include >> #inc

[PATCH v2] x86/PCI: Prefer MMIO over PIO on VMware hypervisor

2022-09-06 Thread Ajay Kaher
ff-by: Ajay Kaher --- v1 -> v2: Limit changes to apply only to VMs [Matthew W.] --- arch/x86/pci/common.c | 45 + 1 file changed, 45 insertions(+) diff --git a/arch/x86/pci/common.c b/arch/x86/pci/common.c index ddb7986..1e5a8f7 100644 --- a/arch