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

2023-01-06 Thread Vargas, Hernan
autru, Nicolas ; Zhang, Qi Z ; sta...@dpdk.org Subject: Re: [PATCH v2 4/7] baseband/acc: acc100 fix queue mapping to 64 bits On 1/6/23 10:12, Maxime Coquelin wrote: > > > On 1/6/23 06:44, Hernan Vargas wrote: >> Fix potential overflow for Q mapping extension to 64 bits. >> >&g

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

2023-01-06 Thread Maxime Coquelin
On 1/6/23 10:12, Maxime Coquelin wrote: On 1/6/23 06:44, 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

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

2023-01-06 Thread Maxime Coquelin
On 1/6/23 06:44, 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 dele