RE: [PATCH v3 2/2] net/ice: increase the maximum of RX/TX descriptors

2024-10-30 Thread Morten Brørup
> From: Lukas Sismis [mailto:sis...@cesnet.cz] > Sent: Wednesday, 30 October 2024 16.43 > > Intel PMDs are capped by default to only 4096 RX/TX descriptors. > This can be limiting for applications requiring a bigger buffer > capabilities. By bufferring more packets with RX/TX > descriptors, the ap

[PATCH v3 2/2] net/ice: increase the maximum of RX/TX descriptors

2024-10-30 Thread Lukas Sismis
Intel PMDs are capped by default to only 4096 RX/TX descriptors. This can be limiting for applications requiring a bigger buffer capabilities. By bufferring more packets with RX/TX descriptors, the applications can better handle the processing peaks. Setting ice max descriptors to 8192 - 32 as per