Re: [PATCH v2 2/2] bus/cdx: add bus master enable/disable APIs

2023-11-12 Thread Thomas Monjalon
07/11/2023 15:25, Gupta, Nipun: > > On 11/3/2023 4:50 PM, 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 > > --- > > v2 > > - Fix indentations and alp

Re: [PATCH v2 2/2] bus/cdx: add bus master enable/disable APIs

2023-11-07 Thread Gupta, Nipun
On 11/3/2023 4:50 PM, 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 --- v2 - Fix indentations and alphabetical orderings. - Wrap checks in parenthesis for read