RE: [PATCH v1 6/6] baseband/acc: fix redundant function definition

2022-11-02 Thread Chautru, Nicolas
Thanks Maxime for the quick reviews. > -Original Message- > From: Maxime Coquelin > Sent: Wednesday, November 2, 2022 12:19 AM > To: Chautru, Nicolas ; dev@dpdk.org; > gak...@marvell.com; Vargas, Hernan > Subject: Re: [PATCH v1 6/6] baseband/acc: fix redundant f

Re: [PATCH v1 6/6] baseband/acc: fix redundant function definition

2022-11-02 Thread Maxime Coquelin
On 11/2/22 00:04, Nicolas Chautru wrote: From: Hernan Vargas Remove acc100_dma_fill_blk_type_in which already exists in acc_common.h Fixes: 32e8b7ea35d ("baseband/acc100: refactor to segregate common code") Signed-off-by: Hernan Vargas --- drivers/baseband/acc/rte_acc100_pmd.c | 93 +---

[PATCH v1 6/6] baseband/acc: fix redundant function definition

2022-11-01 Thread Nicolas Chautru
From: Hernan Vargas Remove acc100_dma_fill_blk_type_in which already exists in acc_common.h Fixes: 32e8b7ea35d ("baseband/acc100: refactor to segregate common code") Signed-off-by: Hernan Vargas --- drivers/baseband/acc/rte_acc100_pmd.c | 93 +-- 1 file changed, 3 inse