mbox series

[v2,0/3] bbdev: sdditional queue stats

Message ID 20240812234201.2196633-1-nicolas.chautru@intel.com (mailing list archive)
Headers
Series bbdev: sdditional queue stats |

Message

Chautru, Nicolas Aug. 12, 2024, 11:41 p.m. UTC
v2: update to ABI doc suggested by Maxime. 

 These series include introducing a new paramter in the queue stat
which can be used to monitor the number of available enqueue
still possible. 
The acc PMD is then refactored to use a set of common function
to update several queue status parameters including the new one.
The application is also updated.
Thanks
Nic

Nicolas Chautru (3):
  bbdev: new queue stat for available enqueue depth
  baseband/acc: refactor queue status update
  test/bbdev: update for queue stats

 app/test-bbdev/test_bbdev_perf.c       |  1 +
 doc/guides/rel_notes/release_24_11.rst |  3 ++
 drivers/baseband/acc/acc_common.h      | 18 ++++++++
 drivers/baseband/acc/rte_acc100_pmd.c  | 45 ++++++-------------
 drivers/baseband/acc/rte_vrb_pmd.c     | 61 ++++++++------------------
 lib/bbdev/rte_bbdev.h                  |  2 +
 6 files changed, 56 insertions(+), 74 deletions(-)
  

Comments

Hemant Agrawal Aug. 13, 2024, 7:22 a.m. UTC | #1
Series-

Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>


On 13-08-2024 05:11, Nicolas Chautru wrote:
> v2: update to ABI doc suggested by Maxime.
>
>   These series include introducing a new paramter in the queue stat
> which can be used to monitor the number of available enqueue
> still possible.
> The acc PMD is then refactored to use a set of common function
> to update several queue status parameters including the new one.
> The application is also updated.
> Thanks
> Nic
>
> Nicolas Chautru (3):
>    bbdev: new queue stat for available enqueue depth
>    baseband/acc: refactor queue status update
>    test/bbdev: update for queue stats
>
>   app/test-bbdev/test_bbdev_perf.c       |  1 +
>   doc/guides/rel_notes/release_24_11.rst |  3 ++
>   drivers/baseband/acc/acc_common.h      | 18 ++++++++
>   drivers/baseband/acc/rte_acc100_pmd.c  | 45 ++++++-------------
>   drivers/baseband/acc/rte_vrb_pmd.c     | 61 ++++++++------------------
>   lib/bbdev/rte_bbdev.h                  |  2 +
>   6 files changed, 56 insertions(+), 74 deletions(-)
>
  
Maxime Coquelin Sept. 13, 2024, 1:50 p.m. UTC | #2
On 8/13/24 01:41, Nicolas Chautru wrote:
> v2: update to ABI doc suggested by Maxime.
> 
>   These series include introducing a new paramter in the queue stat
> which can be used to monitor the number of available enqueue
> still possible.
> The acc PMD is then refactored to use a set of common function
> to update several queue status parameters including the new one.
> The application is also updated.
> Thanks
> Nic
> 
> Nicolas Chautru (3):
>    bbdev: new queue stat for available enqueue depth
>    baseband/acc: refactor queue status update
>    test/bbdev: update for queue stats
> 
>   app/test-bbdev/test_bbdev_perf.c       |  1 +
>   doc/guides/rel_notes/release_24_11.rst |  3 ++
>   drivers/baseband/acc/acc_common.h      | 18 ++++++++
>   drivers/baseband/acc/rte_acc100_pmd.c  | 45 ++++++-------------
>   drivers/baseband/acc/rte_vrb_pmd.c     | 61 ++++++++------------------
>   lib/bbdev/rte_bbdev.h                  |  2 +
>   6 files changed, 56 insertions(+), 74 deletions(-)
> 

Applied to dpdk-next-baseband/for-main

Thanks,
Maxime