> -----Original Message----- > From: Ali Alnubani <alia...@nvidia.com> > Sent: Thursday, June 8, 2023 4:55 PM > To: Xia, Chenbo <chenbo....@intel.com>; dev@dpdk.org > Cc: david.march...@redhat.com; NBU-Contact-Thomas Monjalon (EXTERNAL) > <tho...@monjalon.net>; pr...@iol.unh.edu; Li, Miao <miao...@intel.com>; > sta...@dpdk.org; Cao, Yahui <yahui....@intel.com>; Sunil Kumar Kori > <sk...@marvell.com> > Subject: RE: [PATCH] bus/pci: fix missing MMIO APIs in Windows > > > -----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.
Great to know! Thanks for reporting this and test the fix with quick action :) Cheers, Chenbo > > Tested-by: Ali Alnubani <alia...@nvidia.com>