Re: [PATCH 1/3] app/test: fix missing checks for DMA device capacity

2022-02-17 Thread Kevin Laatz
On 16/02/2022 16:06, Bruce Richardson wrote: For some DMA HW devices, e.g. those using the idxd driver, the maximum burst size is configurable, which can lead to test failures if the value is set too small. Add explicit check for this to give reasonable error messages for devices which need their

RE: [PATCH 1/3] app/test: fix missing checks for DMA device capacity

2022-02-17 Thread Walsh, Conor
Reviewed-by: Conor Walsh