Re: [PATCH v3 4/7] baseband/acc: acc100 fix queue mapping to 64 bits

2023-01-17 Thread Maxime Coquelin
On 1/12/23 20:36, Hernan Vargas wrote: Fix potential overflow for Q mapping extension to 64 bits. Fixes: 32e8b7ea35d ("baseband/acc100: refactor to segregate common code") Signed-off-by: Hernan Vargas --- drivers/baseband/acc/rte_acc100_pmd.c | 2 +- 1 file changed, 1 insertion(+), 1 del

[PATCH v3 4/7] baseband/acc: acc100 fix queue mapping to 64 bits

2023-01-12 Thread Hernan Vargas
Fix potential overflow for Q mapping extension to 64 bits. Fixes: 32e8b7ea35d ("baseband/acc100: refactor to segregate common code") Signed-off-by: Hernan Vargas --- drivers/baseband/acc/rte_acc100_pmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/baseband/acc/rt