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

2021-09-20 Thread Bruce Richardson
On Fri, Sep 17, 2021 at 03:24:34PM +, 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 Walsh > --

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

2021-09-17 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 --- drivers/dma/idxd/idxd_bus.c | 1 + drivers/dma/idxd/idxd_common.c