mbox series

[v3,00/12] acc baseband PMD fix and updates for 24.11

Message ID 20241009211302.177471-1-hernan.vargas@intel.com (mailing list archive)
Headers
Series acc baseband PMD fix and updates for 24.11 |

Message

Hernan Vargas Oct. 9, 2024, 9:12 p.m. UTC
This series targets 24.11.
v3: Updated code with community recommendations. Added 2 commits for rte_free refactor and clean up of VRB1 capabilities.
v2: Rebased to the latest next-baseband-for-main which includes needed rte_bbdev lib updates.
v1: It includes a memory access fix, refactoring of queue allocation and general improvements.

Hernan Vargas (12):
  baseband/acc: fix access to deallocated mem
  baseband/acc: fix soft output bypass RM
  baseband/acc: queue allocation refactor
  baseband/acc: configure max queues per device
  baseband/acc: future proof structure comparison
  baseband/acc: enhance SW ring alignment
  baseband/acc: algorithm tuning for LDPC decoder
  baseband/acc: remove check on HARQ memory
  baseband/acc: reset ring data valid bit
  baseband/acc: cosmetic changes
  baseband/acc: rte free refactor
  baseband/acc: clean up of VRB1 capabilities

 doc/guides/bbdevs/vrb1.rst            |   3 -
 drivers/baseband/acc/acc_common.h     |  16 +-
 drivers/baseband/acc/rte_acc100_pmd.c |  61 ++---
 drivers/baseband/acc/rte_vrb_pmd.c    | 335 ++++++++++++++++----------
 4 files changed, 227 insertions(+), 188 deletions(-)
  

Comments

Maxime Coquelin Oct. 14, 2024, 11:43 a.m. UTC | #1
On 10/9/24 23:12, Hernan Vargas wrote:
> This series targets 24.11.
> v3: Updated code with community recommendations. Added 2 commits for rte_free refactor and clean up of VRB1 capabilities.
> v2: Rebased to the latest next-baseband-for-main which includes needed rte_bbdev lib updates.
> v1: It includes a memory access fix, refactoring of queue allocation and general improvements.
> 
> Hernan Vargas (12):
>    baseband/acc: fix access to deallocated mem
>    baseband/acc: fix soft output bypass RM
>    baseband/acc: queue allocation refactor
>    baseband/acc: configure max queues per device
>    baseband/acc: future proof structure comparison
>    baseband/acc: enhance SW ring alignment
>    baseband/acc: algorithm tuning for LDPC decoder
>    baseband/acc: remove check on HARQ memory
>    baseband/acc: reset ring data valid bit
>    baseband/acc: cosmetic changes
>    baseband/acc: rte free refactor
>    baseband/acc: clean up of VRB1 capabilities
> 
>   doc/guides/bbdevs/vrb1.rst            |   3 -
>   drivers/baseband/acc/acc_common.h     |  16 +-
>   drivers/baseband/acc/rte_acc100_pmd.c |  61 ++---
>   drivers/baseband/acc/rte_vrb_pmd.c    | 335 ++++++++++++++++----------
>   4 files changed, 227 insertions(+), 188 deletions(-)
> 

Series applied to next-baseband/for-main.

Thanks,
Maxime