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 necessary #ifdefs" seems weird... > compilation is controlled in one place - using a compile flag from the > build file. > > Signed-off-by: Anatoly Burakov <anatoly.bura...@intel.com> > --- Acked-by: Bruce Richardson <bruce.richard...@intel.com>