Re: [PATCH v4 09/12] baseband/acc: add FFT support to VRB2 variant

2023-10-10 Thread Maxime Coquelin
On 10/5/23 04:18, Nicolas Chautru wrote: Support for the FFT the processing specific to the VRB2 variant. Signed-off-by: Nicolas Chautru --- drivers/baseband/acc/rte_vrb_pmd.c | 137 +++-- 1 file changed, 129 insertions(+), 8 deletions(-) Reviewed-by: Maxime Coq

[PATCH v4 09/12] baseband/acc: add FFT support to VRB2 variant

2023-10-04 Thread Nicolas Chautru
Support for the FFT the processing specific to the VRB2 variant. Signed-off-by: Nicolas Chautru --- drivers/baseband/acc/rte_vrb_pmd.c | 137 +++-- 1 file changed, 129 insertions(+), 8 deletions(-) diff --git a/drivers/baseband/acc/rte_vrb_pmd.c b/drivers/baseband/acc/r