Hi, can you please take a look at this patch.
Thanks, Mingjin > -----Original Message----- > From: Ye, MingjinX <mingjinx...@intel.com> > Sent: Wednesday, November 22, 2023 6:23 PM > To: dev@dpdk.org > Cc: Yang, Qiming <qiming.y...@intel.com>; Ye, MingjinX > <mingjinx...@intel.com> > Subject: [PATCH v7 0/2] fix legacy device missing region info > > Fill in missing region information for legacy devices in secondary processes. > And added rte_vfio_get_device_info API for EAL, which makes it easier and > more generic to get device information through vfio driver. > > Mingjin Ye (2): > vfio: add get device info API > bus/pci: fix legacy device missing region info > > drivers/bus/pci/linux/pci_vfio.c | 26 ++++++++++++++++++++++++++ > lib/eal/include/rte_vfio.h | 29 +++++++++++++++++++++++++++++ > lib/eal/linux/eal_vfio.c | 27 +++++++++++++++++++++++++++ > lib/eal/version.map | 3 +++ > 4 files changed, 85 insertions(+) > > -- > 2.25.1