> -----Original Message----- > From: Chenbo Xia <chenbo....@intel.com> > Sent: Thursday, June 8, 2023 10:43 AM > To: dev@dpdk.org > Cc: david.march...@redhat.com; NBU-Contact-Thomas Monjalon > (EXTERNAL) <tho...@monjalon.net>; Ali Alnubani <alia...@nvidia.com>; > pr...@iol.unh.edu; miao...@intel.com; sta...@dpdk.org; Yahui Cao > <yahui....@intel.com>; Sunil Kumar Kori <sk...@marvell.com> > 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: introduce MMIO read/write") > Cc: sta...@dpdk.org > > Signed-off-by: Chenbo Xia <chenbo....@intel.com> > ---
Resolves the build failure for me, thanks Chenbo. Tested-by: Ali Alnubani <alia...@nvidia.com>