Re: [PATCH v5 02/12] baseband/acc: add FFT window width in the VRB PMD

2023-10-10 Thread Maxime Coquelin
On 10/6/23 09:55, Maxime Coquelin wrote: On 10/5/23 21:48, Nicolas Chautru wrote: This allows to expose the FFT window width being introduced in previous commit based on what is configured dynamically on the device platform. Signed-off-by: Nicolas Chautru ---   drivers/baseband/acc/acc_co

Re: [PATCH v5 02/12] baseband/acc: add FFT window width in the VRB PMD

2023-10-06 Thread Maxime Coquelin
On 10/5/23 21:48, Nicolas Chautru wrote: This allows to expose the FFT window width being introduced in previous commit based on what is configured dynamically on the device platform. Signed-off-by: Nicolas Chautru --- drivers/baseband/acc/acc_common.h | 6 + drivers/baseband/acc/rt

[PATCH v5 02/12] baseband/acc: add FFT window width in the VRB PMD

2023-10-05 Thread Nicolas Chautru
This allows to expose the FFT window width being introduced in previous commit based on what is configured dynamically on the device platform. Signed-off-by: Nicolas Chautru --- drivers/baseband/acc/acc_common.h | 6 + drivers/baseband/acc/rte_vrb_pmd.c | 41 +-