RE: [PATCH v2 1/6] bus/cdx: introduce cdx bus

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 1/6] bus/cdx: introduce cdx

Re: [PATCH v2 1/6] bus/cdx: introduce cdx bus

2023-04-14 Thread Ferruh Yigit
On 4/13/2023 2:26 PM, Nipun Gupta wrote: > CDX bus supports multiple type of devices, which can be > exposed to user-space via vfio-cdx. > > vfio-cdx provides the MMIO IO_MEMORY regions as well as the > DMA interface for the device (IOMMU). > > This support aims to enable the DPDK to support the

[PATCH v2 1/6] bus/cdx: introduce cdx bus

2023-04-13 Thread Nipun Gupta
CDX bus supports multiple type of devices, which can be exposed to user-space via vfio-cdx. vfio-cdx provides the MMIO IO_MEMORY regions as well as the DMA interface for the device (IOMMU). This support aims to enable the DPDK to support the cdx devices in user-space using VFIO interface. Signed