Re: [PATCH v1 01/10] baseband/acc: fix access to deallocated mem

2024-09-13 Thread Maxime Coquelin
On 8/30/24 22:09, Hernan Vargas wrote: Prevent op_addr access during queue_stop operation, as this memory may have been deallocated. Fixes: e640f6cdfa84 ("baseband/acc200: add LDPC processing") Cc: sta...@dpdk.org Signed-off-by: Hernan Vargas --- drivers/baseband/acc/rte_acc100_pmd.c | 36

[PATCH v1 01/10] baseband/acc: fix access to deallocated mem

2024-08-30 Thread Hernan Vargas
Prevent op_addr access during queue_stop operation, as this memory may have been deallocated. Fixes: e640f6cdfa84 ("baseband/acc200: add LDPC processing") Cc: sta...@dpdk.org Signed-off-by: Hernan Vargas --- drivers/baseband/acc/rte_acc100_pmd.c | 36 -- drivers/baseband/acc