mbox series

[v2,0/4] fixes for dma/idxd

Message ID 20220111134105.1007191-1-bruce.richardson@intel.com (mailing list archive)
Headers
Series fixes for dma/idxd |

Message

Bruce Richardson Jan. 11, 2022, 1:41 p.m. UTC
  Collection of fixes for idxd driver, including one small enhancement to the
unit tests to help catch future errors too.

V2:
* Changed from single patch for one issue (now patch 1) to multiple
  patches to cover other issues discovered.

Bruce Richardson (4):
  dma/idxd: fix burst capacity calculation
  dma/idxd: fix paths to driver sysfs directory
  dma/idxd: fix wrap-around in burst capacity calculation
  test_dmadev: increase iterations of capacity test case

 app/test/test_dmadev.c            |  7 ++++---
 drivers/dma/idxd/dpdk_idxd_cfg.py | 18 ++++++++++++++----
 drivers/dma/idxd/idxd_common.c    | 10 +++++-----
 3 files changed, 23 insertions(+), 12 deletions(-)

--
2.32.0
  

Comments

Thomas Monjalon Jan. 20, 2022, 1:06 p.m. UTC | #1
11/01/2022 14:41, Bruce Richardson:
> Collection of fixes for idxd driver, including one small enhancement to the
> unit tests to help catch future errors too.
> 
> V2:
> * Changed from single patch for one issue (now patch 1) to multiple
>   patches to cover other issues discovered.
> 
> Bruce Richardson (4):
>   dma/idxd: fix burst capacity calculation
>   dma/idxd: fix paths to driver sysfs directory
>   dma/idxd: fix wrap-around in burst capacity calculation
>   test_dmadev: increase iterations of capacity test case

Applied, thanks