Re: [PATCH v2 02/10] baseband/acc: queue allocation refactor

2024-10-08 Thread Maxime Coquelin
Subject: Re: [PATCH v2 02/10] baseband/acc: queue allocation refactor On 10/3/24 22:49, 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

RE: [PATCH v2 02/10] baseband/acc: queue allocation refactor

2024-10-07 Thread Chautru, Nicolas
Hi Maxime, > -Original Message- > From: Maxime Coquelin > Sent: Monday, October 7, 2024 2:31 AM > To: Chautru, Nicolas ; Vargas, Hernan > ; dev@dpdk.org; gak...@marvell.com; > t...@redhat.com > Cc: Zhang, Qi Z > Subject: Re: [PATCH v2 02/10] baseband/acc: q

Re: [PATCH v2 02/10] baseband/acc: queue allocation refactor

2024-10-07 Thread Maxime Coquelin
] baseband/acc: queue allocation refactor On 10/3/24 22:49, 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

RE: [PATCH v2 02/10] baseband/acc: queue allocation refactor

2024-10-04 Thread Chautru, Nicolas
Hi Maxime, > -Original Message- > From: Maxime Coquelin > Sent: Friday, October 4, 2024 5:08 AM > To: Vargas, Hernan ; dev@dpdk.org; > gak...@marvell.com; t...@redhat.com > Cc: Chautru, Nicolas ; Zhang, Qi Z > > Subject: Re: [PATCH v2 02/10] baseband/acc: q

Re: [PATCH v2 02/10] baseband/acc: queue allocation refactor

2024-10-04 Thread Maxime Coquelin
On 10/3/24 22:49, 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 v2 02/10] baseband/acc: queue allocation refactor

2024-10-03 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