RE: [PATCH v2 3/6] bus/cdx: add support for MSI

2023-04-16 Thread Gupta, Nipun
> -Original Message- > From: Yigit, Ferruh > Sent: Friday, April 14, 2023 10:15 PM > To: Gupta, Nipun ; dev@dpdk.org; > tho...@monjalon.net; david.march...@redhat.com > Cc: Anand, Harpreet ; Agarwal, Nikhil > > Subject: Re: [PATCH v2 3/6] bus/cdx: add support f

Re: [PATCH v2 3/6] bus/cdx: add support for MSI

2023-04-14 Thread Ferruh Yigit
On 4/13/2023 2:27 PM, Nipun Gupta wrote: > MSI's are exposed to the devices using VFIO (vfio-cdx). This > patch uses the same to add support for MSI for the devices on > the cdx bus. > > Signed-off-by: Nipun Gupta This commit also adds two new internal eal APIs and extends "struct rte_intr_handl

[PATCH v2 3/6] bus/cdx: add support for MSI

2023-04-13 Thread Nipun Gupta
MSI's are exposed to the devices using VFIO (vfio-cdx). This patch uses the same to add support for MSI for the devices on the cdx bus. Signed-off-by: Nipun Gupta --- drivers/bus/cdx/bus_cdx_driver.h | 25 drivers/bus/cdx/cdx.c | 11 ++ drivers/bus/cdx/cdx_vfio.c