Re: [PATCH v3 03/12] baseband/acc: queue allocation refactor

2024-10-14 Thread Maxime Coquelin
On 10/9/24 23:12, Hernan Vargas wrote: Refactor to manage queue memory per operation more flexibly for VRB devices. Signed-off-by: Hernan Vargas --- drivers/baseband/acc/acc_common.h | 5 + drivers/baseband/acc/rte_vrb_pmd.c | 214 - 2 files changed, 157 in

[PATCH v3 03/12] baseband/acc: queue allocation refactor

2024-10-09 Thread Hernan Vargas
Refactor to manage queue memory per operation more flexibly for VRB devices. Signed-off-by: Hernan Vargas --- drivers/baseband/acc/acc_common.h | 5 + drivers/baseband/acc/rte_vrb_pmd.c | 214 - 2 files changed, 157 insertions(+), 62 deletions(-) diff --git a/driv