Re: [dpdk-dev] [PATCH 2/4] common/mlx5: add DevX command to query WQ

2021-03-03 Thread Slava Ovsiienko
> -Original Message- > From: Matan Azrad > Sent: Thursday, February 25, 2021 12:45 > To: dev@dpdk.org > Cc: Slava Ovsiienko ; sta...@dpdk.org > Subject: [PATCH 2/4] common/mlx5: add DevX command to query WQ > > Add a DevX command to query Rx queues attributes created by VERBS. > > Curren

[dpdk-dev] [PATCH 2/4] common/mlx5: add DevX command to query WQ

2021-02-25 Thread Matan Azrad
Add a DevX command to query Rx queues attributes created by VERBS. Currently support only counter_set_id attribute. This counter ID is managed by the kernel driver and being assigned to any queue created by the kernel. Cc: sta...@dpdk.org Signed-off-by: Matan Azrad --- drivers/common/mlx5/mlx