Re: [PATCH v6 11/20] net/ice: remove use of VLAs

2024-11-11 Thread Burakov, Anatoly
On 09/11/2024 02:48, Andre Muezerie wrote: From: Konstantin Ananyev ../drivers/net/ice/ice_rxtx.c:1871:29: warning: variable length array used [-Wvla] Here VLA is used as a temp array for mbufs that will be used as a split RX data buffers. As at any given time only one thread can do RX fr

[PATCH v6 11/20] net/ice: remove use of VLAs

2024-11-08 Thread Andre Muezerie
From: Konstantin Ananyev ../drivers/net/ice/ice_rxtx.c:1871:29: warning: variable length array used [-Wvla] Here VLA is used as a temp array for mbufs that will be used as a split RX data buffers. As at any given time only one thread can do RX from particular queue, at rx_queue_setup() we ca