Re: [dpdk-dev] [PATCH 1/4] common/mlx5/linux: add glue function 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 1/4] common/mlx5/linux: add glue function to query WQ > > When Rx queue is created by VERBS API ibv_create_wq there is a dedicate

[dpdk-dev] [PATCH 1/4] common/mlx5/linux: add glue function to query WQ

2021-02-25 Thread Matan Azrad
When Rx queue is created by VERBS API ibv_create_wq there is a dedicated rdma-core API to query an information about this WQ(Work Queue). VERBS WQ querying is needed for PMD cases which combine VERBS objects with DevX objects. Next feature to use this glue function is the HW queue counters. Cc: