On Fri, May 30, 2025 at 02:57:08PM +0100, Anatoly Burakov wrote: > This commit does the following cleanups: > > - Remove RTE_ prefix from internal definitions > - Mark vector-PMD related definitions with a special naming convention > - Remove unused definitions > - Create "descriptors per loop" for different vector implementations > (regular for SSE, Neon, AltiVec, wide for AVX2, AVX512) > > Signed-off-by: Anatoly Burakov <[email protected]> > --- > As with previous patch, should probably explicitly call out the prefix for bullet point 2.
Acked-by: Bruce Richardson <[email protected]>

