Re: [PATCH v5 08/29] baseband/acc100: allocate ring/queue mem when NULL

2022-10-21 Thread Maxime Coquelin
On 10/21/22 07:20, Hernan Vargas wrote: Allocate info ring, tail pointers and HARQ layout memory for a device only if it hasn't already been allocated. Fixes: 06531464151 ("baseband/acc100: support interrupt") Cc: sta...@dpdk.org Signed-off-by: Hernan Vargas --- drivers/baseband/acc/rte_a

[PATCH v5 08/29] baseband/acc100: allocate ring/queue mem when NULL

2022-10-20 Thread Hernan Vargas
Allocate info ring, tail pointers and HARQ layout memory for a device only if it hasn't already been allocated. Fixes: 06531464151 ("baseband/acc100: support interrupt") Cc: sta...@dpdk.org Signed-off-by: Hernan Vargas --- drivers/baseband/acc/rte_acc100_pmd.c | 30 ++-