Re: [PATCH v5 01/12] bbdev: add FFT window width member in driver info

2023-10-10 Thread Maxime Coquelin
FFT window width member in driver info On 10/5/23 21:48, Nicolas Chautru wrote: This exposes the width of each windowing shape being configured on the device. This allows to distinguish different version of the flexible pointwise windowing applied to the FFT and expose this platform configuration

RE: [PATCH v5 01/12] bbdev: add FFT window width member in driver info

2023-10-06 Thread Chautru, Nicolas
Hi Maxime, > -Original Message- > From: Maxime Coquelin > Sent: Friday, October 6, 2023 12:54 AM > To: Chautru, Nicolas ; dev@dpdk.org > Cc: hemant.agra...@nxp.com; david.march...@redhat.com; Vargas, Hernan > > Subject: Re: [PATCH v5 01/12] bbdev: add FFT window w

Re: [PATCH v5 01/12] bbdev: add FFT window width member in driver info

2023-10-06 Thread Maxime Coquelin
On 10/5/23 21:48, Nicolas Chautru wrote: This exposes the width of each windowing shape being configured on the device. This allows to distinguish different version of the flexible pointwise windowing applied to the FFT and expose this platform configuration to the application. This also add t

[PATCH v5 01/12] bbdev: add FFT window width member in driver info

2023-10-05 Thread Nicolas Chautru
This exposes the width of each windowing shape being configured on the device. This allows to distinguish different version of the flexible pointwise windowing applied to the FFT and expose this platform configuration to the application. This also add the total number of windows supported in the ca