Re: [PATCH v3 17/30] baseband/acc100: add HARQ index helper function

2022-10-14 Thread Maxime Coquelin
On 10/12/22 04:53, Hernan Vargas wrote: Refactor code to use the HARQ index helper function and make harq_idx uint32. Signed-off-by: Hernan Vargas No new line Reviewed-by: Maxime Coquelin --- drivers/baseband/acc/rte_acc100_pmd.c | 29 +++ 1 file changed, 12 i

[PATCH v3 17/30] baseband/acc100: add HARQ index helper function

2022-10-11 Thread Hernan Vargas
Refactor code to use the HARQ index helper function and make harq_idx uint32. Signed-off-by: Hernan Vargas Reviewed-by: Maxime Coquelin --- drivers/baseband/acc/rte_acc100_pmd.c | 29 +++ 1 file changed, 12 insertions(+), 17 deletions(-) diff --git a/drivers/baseband/a