Re: [PATCH v2 09/37] baseband/acc100: add HARQ index helper function

2022-09-14 Thread Maxime Coquelin
On 8/20/22 04:31, Hernan Vargas wrote: Refactor code to use the HARQ index helper function and make harq_idx uint32. Signed-off-by: Hernan Vargas --- drivers/baseband/acc100/rte_acc100_pmd.c | 32 +++- 1 file changed, 14 insertions(+), 18 deletions(-) diff --git a/dri

[PATCH v2 09/37] baseband/acc100: add HARQ index helper function

2022-08-19 Thread Hernan Vargas
Refactor code to use the HARQ index helper function and make harq_idx uint32. Signed-off-by: Hernan Vargas --- drivers/baseband/acc100/rte_acc100_pmd.c | 32 +++- 1 file changed, 14 insertions(+), 18 deletions(-) diff --git a/drivers/baseband/acc100/rte_acc100_pmd.c b/drive