Re: [PATCH] bus/pci: fix missing MMIO APIs in Windows

2023-06-08 Thread Thomas Monjalon
08/06/2023 10:58, Xia, Chenbo: > From: Ali Alnubani > > From: Chenbo Xia > > > > > > MMIO read and write APIs were defined in PCI bus. But the corresponding > > > implementations are not done in windows. This patch fixes this. > > > > > > Bugzilla ID: 1245 > > > Fixes: 095cf6e68b28 ("bus/pci: int

RE: [PATCH] bus/pci: fix missing MMIO APIs in Windows

2023-06-08 Thread Xia, Chenbo
Kori > > Subject: RE: [PATCH] bus/pci: fix missing MMIO APIs in Windows > > > -Original Message- > > From: Chenbo Xia > > Sent: Thursday, June 8, 2023 10:43 AM > > To: dev@dpdk.org > > Cc: david.march...@redhat.com; NBU-Contact-Thomas Monjalon

RE: [PATCH] bus/pci: fix missing MMIO APIs in Windows

2023-06-08 Thread Ali Alnubani
il Kumar Kori > Subject: [PATCH] bus/pci: fix missing MMIO APIs in Windows > > MMIO read and write APIs were defined in PCI bus. But the corresponding > implementations are not done in windows. This patch fixes this. > > Bugzilla ID: 1245 > Fixes: 095cf6e68b28 ("bus/pci:

[PATCH] bus/pci: fix missing MMIO APIs in Windows

2023-06-08 Thread Chenbo Xia
MMIO read and write APIs were defined in PCI bus. But the corresponding implementations are not done in windows. This patch fixes this. Bugzilla ID: 1245 Fixes: 095cf6e68b28 ("bus/pci: introduce MMIO read/write") Cc: sta...@dpdk.org Signed-off-by: Chenbo Xia --- drivers/bus/pci/windows/pci.c |