Re: [dpdk-dev] [PATCH v10 13/16] dma/idxd: add burst capacity API

2021-10-20 Thread fengchengwen
Reviewed-by: Chengwen Feng On 2021/10/19 22:10, Kevin Laatz wrote: > Add support for the burst capacity API. This API will provide the calling > application with the remaining capacity of the current burst (limited by > max HW batch size). > > Signed-off-by: Kevin Laatz > Reviewed-by: Conor Wal

[dpdk-dev] [PATCH v10 13/16] dma/idxd: add burst capacity API

2021-10-19 Thread Kevin Laatz
Add support for the burst capacity API. This API will provide the calling application with the remaining capacity of the current burst (limited by max HW batch size). Signed-off-by: Kevin Laatz Reviewed-by: Conor Walsh Reviewed-by: Bruce Richardson --- drivers/dma/idxd/idxd_common.c | 21 +++