Re: [PATCH v4 09/25] net/ixgbe: simplify vector PMD compilation

2025-06-03 Thread Bruce Richardson
On Fri, May 30, 2025 at 02:57:05PM +0100, Anatoly Burakov wrote: > Currently, there's a bunch of vector PMD-related stuff that's being > compiled based on what architecture the code is being compiled for. > > Simplify it by removing necessary #ifdef's and have it so that vector PMD "removing nece

[PATCH v4 09/25] net/ixgbe: simplify vector PMD compilation

2025-05-30 Thread Anatoly Burakov
Currently, there's a bunch of vector PMD-related stuff that's being compiled based on what architecture the code is being compiled for. Simplify it by removing necessary #ifdef's and have it so that vector PMD compilation is controlled in one place - using a compile flag from the build file. Sign