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

2023-10-04 Thread Maxime Coquelin
: add FFT window width in the VRB PMD On 9/29/23 18:35, 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

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

2023-10-03 Thread Chautru, Nicolas
Hi Maxime, > -Original Message- > From: Maxime Coquelin > Sent: Tuesday, October 3, 2023 4:52 AM > To: Chautru, Nicolas ; dev@dpdk.org > Cc: hemant.agra...@nxp.com; david.march...@redhat.com; Vargas, Hernan > > Subject: Re: [PATCH v3 02/12] baseband/acc: add FF

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

2023-10-03 Thread Maxime Coquelin
On 9/29/23 18:35, 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 | 3 +++ drivers/baseband/acc/rte_

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

2023-09-29 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 | 3 +++ drivers/baseband/acc/rte_vrb_pmd.c | 29 + 2