> -----Original Message-----
> From: Matan Azrad <ma...@nvidia.com>
> Sent: Thursday, February 25, 2021 12:45
> To: dev@dpdk.org
> Cc: Slava Ovsiienko <viachesl...@nvidia.com>; sta...@dpdk.org
> Subject: [PATCH 3/4] common/mlx5: add DevX commands for queue counters
>
> A queue counter set is an HW object that can be assigned to any RQ\QP and it
> counts HW events on the assigned QPs\RQs.
>
> Add DevX API to allocate and query queue counter set object.
>
> The only used counter event is the "out of buffer" where the queue drops
> packets when no SW buffer is available to receive it.
>
> Cc: sta...@dpdk.org
>
> Signed-off-by: Matan Azrad <ma...@nvidia.com>
Acked-by: Viacheslav Ovsiienko <viachesl...@nvidia.com>