On Thu, 28 Aug 2025 10:09:35 +0200 Thierry Herbelot <thierry.herbe...@6wind.com> wrote:
> Hello, > > [resend because the original diff was for the 24.11 branch] > > qede stopped working with recent distributions, as explained in this bug > report: > https://bugs.dpdk.org/show_bug.cgi?id=1379 > > For reference, one workaround is to disable all optimizations when > compiling the qede PMD with gcc-13, as seen in main branch: Using O0 is pretty drastic and can have bad performance and doing it for every distro will cause performance drop. All patches must have Signed-off-by, so this patch will be dropped.