Re: [PATCH v6 1/4] bus/cdx: introduce AMD CDX bus

2023-06-06 Thread Thomas Monjalon
05/06/2023 15:26, Nipun Gupta: > +INTERNAL { > + global: > + > + rte_cdx_get_sysfs_path; Why exporting this function to the drivers? Another minor comment: please make sure all doxygen comments are ended with a dot.

[PATCH v6 1/4] bus/cdx: introduce AMD CDX bus

2023-06-05 Thread Nipun Gupta
AMD 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. Si