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