[dpdk-dev] [PATCH v10 13/16] dma/idxd: add burst capacity API
fengchengwen
fengchengwen at huawei.com
Wed Oct 20 11:32:49 CEST 2021
Reviewed-by: Chengwen Feng <fengchengwen at huawei.com>
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 <kevin.laatz at intel.com>
> Reviewed-by: Conor Walsh <conor.walsh at intel.com>
> Reviewed-by: Bruce Richardson <bruce.richardson at intel.com>
> ---
> drivers/dma/idxd/idxd_common.c | 21 +++++++++++++++++++++
> drivers/dma/idxd/idxd_internal.h | 1 +
> drivers/dma/idxd/idxd_pci.c | 1 +
> 3 files changed, 23 insertions(+)
>
> diff --git a/drivers/dma/idxd/idxd_common.c b/drivers/dma/idxd/idxd_common.c
> index 3c8cff15c0..ff4647f579 100644
> --- a/drivers/dma/idxd/idxd_common.c
> +++ b/drivers/dma/idxd/idxd_common.c
> @@ -468,6 +468,26 @@ idxd_info_get(const struct rte_dma_dev *dev, struct rte_dma_info *info, uint32_t
> return 0;
> }
>
[snip]
More information about the dev
mailing list