RE: [PATCH v7 1/2] vfio: add get device info API

2023-12-04 Thread Ye, MingjinX
> -Original Message- > From: Chenbo Xia > Sent: Wednesday, November 29, 2023 9:48 AM > To: Ye, MingjinX > Cc: dev@dpdk.org; Yang, Qiming ; Burakov, > Anatoly > Subject: Re: [PATCH v7 1/2] vfio: add get device info API > > On Nov 22, 2023,

Re: [PATCH v7 1/2] vfio: add get device info API

2023-11-28 Thread Chenbo Xia
On Nov 22, 2023, at 18:22, Mingjin Ye wrote: > > External email: Use caution opening links or attachments > > > This patch adds an API to support getting device information. > > The driver can use the "rte_vfio_get_device_info" helper to get > device information from EAL. > > Signed-off-by: M

RE: [PATCH v7 1/2] vfio: add get device info API

2023-11-28 Thread Gupta, Nipun
[AMD Official Use Only - General] > -Original Message- > From: Mingjin Ye > Sent: Wednesday, November 22, 2023 3:53 PM > To: dev@dpdk.org > Cc: qiming.y...@intel.com; Mingjin Ye ; Anatoly > Burakov > Subject: [PATCH v7 1/2] vfio: add get device info API > >

[PATCH v7 1/2] vfio: add get device info API

2023-11-22 Thread Mingjin Ye
This patch adds an API to support getting device information. The driver can use the "rte_vfio_get_device_info" helper to get device information from EAL. Signed-off-by: Mingjin Ye --- lib/eal/include/rte_vfio.h | 29 + lib/eal/linux/eal_vfio.c | 27 +++