Re: [PATCH v2 3/4] dma/idxd: fix wrap-around in burst capacity calculation

2022-01-11 Thread Kevin Laatz
On 11/01/2022 13:41, Bruce Richardson wrote: The burst capacity calculation code assumes that the write and read (i.e. ids_returned) values both wrap at the ring-size, but the read value instead wraps as UINT16_MAX. Therefore, instead of just adding ring-size to the write value in case the read i

RE: [PATCH v2 3/4] dma/idxd: fix wrap-around in burst capacity calculation

2022-01-11 Thread Pai G, Sunil
Tested-by: Sunil Pai G Thanks and regards, Sunil