Re: [PATCH v2 02/37] baseband/acc100: update ring availability calculation

2022-09-14 Thread Maxime Coquelin
Hi, On 8/20/22 04:31, Hernan Vargas wrote: Refactor of the queue availability computation to prevent the application to dequeue more than what may have been enqueued. That sounds like a fix, is it? If so, it should have the Fixes tag, so that existing application can get the fix without havi

[PATCH v2 02/37] baseband/acc100: update ring availability calculation

2022-08-19 Thread Hernan Vargas
Refactor of the queue availability computation to prevent the application to dequeue more than what may have been enqueued. Signed-off-by: Hernan Vargas --- drivers/baseband/acc100/rte_acc100_pmd.c | 39 1 file changed, 27 insertions(+), 12 deletions(-) diff --git a/dri