mbox series

[0/3] idxd driver update fixes

Message ID 20220216160610.475242-1-bruce.richardson@intel.com (mailing list archive)
Headers
Series idxd driver update fixes |

Message

Bruce Richardson Feb. 16, 2022, 4:06 p.m. UTC
  This set contains a number of small fixes and updates for the idxd dma
driver, mainly in the area of properly handling cases where the default
max batch size is configured to a lower than expected value.

Bruce Richardson (3):
  app/test: fix missing checks for DMA device capacity
  dma/idxd: configure max batch size to high value
  doc/dmadev/idxd: improve configuration examples

 app/test/test_dmadev.c            |  8 +++++++-
 doc/guides/dmadevs/idxd.rst       | 29 +++++++++++++++++++++++++++--
 drivers/dma/idxd/dpdk_idxd_cfg.py |  1 +
 3 files changed, 35 insertions(+), 3 deletions(-)

--
2.32.0
  

Comments

Thomas Monjalon Feb. 23, 2022, 3:48 p.m. UTC | #1
16/02/2022 17:06, Bruce Richardson:
> This set contains a number of small fixes and updates for the idxd dma
> driver, mainly in the area of properly handling cases where the default
> max batch size is configured to a lower than expected value.
> 
> Bruce Richardson (3):
>   app/test: fix missing checks for DMA device capacity
>   dma/idxd: configure max batch size to high value
>   doc/dmadev/idxd: improve configuration examples

Applied, thanks.