Re: [PATCH] Add bus master enable/disable APIs for CDX devices

2024-10-03 Thread Ferruh Yigit
On 10/3/2024 11:16 PM, Stephen Hemminger wrote: > On Fri, 27 Oct 2023 17:22:11 +0100 > Ferruh Yigit wrote: > >> From: Shubham Rohila >> >> Define rte_cdx_vfio_bm_enable and rte_cdx_vfio_bm_disable to >> enable or disable bus master functionality for cdx devices. >> >> Signed-off-by: Shubham Rohi

Re: [PATCH] Add bus master enable/disable APIs for CDX devices

2023-10-27 Thread Ferruh Yigit
On 10/27/2023 5:22 PM, Ferruh Yigit wrote: > From: Shubham Rohila > > Define rte_cdx_vfio_bm_enable and rte_cdx_vfio_bm_disable to > enable or disable bus master functionality for cdx devices. > > Signed-off-by: Shubham Rohila > Note: this is re-sent on behalf of Shubham to record the patch,

[PATCH] Add bus master enable/disable APIs for CDX devices

2023-10-27 Thread Ferruh Yigit
From: Shubham Rohila Define rte_cdx_vfio_bm_enable and rte_cdx_vfio_bm_disable to enable or disable bus master functionality for cdx devices. Signed-off-by: Shubham Rohila --- drivers/bus/cdx/bus_cdx_driver.h | 25 drivers/bus/cdx/cdx_vfio.c | 97

Re: [PATCH] Add bus master enable/disable APIs for CDX devices

2023-10-27 Thread Gupta, Nipun
On 10/26/2023 8:50 AM, Shubham Rohila wrote: Define rte_cdx_vfio_bm_enable and rte_cdx_vfio_bm_disable to enable or disable bus master functionality for cdx devices. Signed-off-by: Shubham Rohila --- drivers/bus/cdx/bus_cdx_driver.h | 25 drivers/bus/cdx/cdx_vfio.c | 97 +++