Re: [PATCH v3 1/2] common/idpf: enable AVX2 for single queue Rx

2025-01-30 Thread David Marchand
On Thu, Jan 30, 2025 at 9:12 AM Shaiq Wani wrote: > > In case some CPUs don't support AVX512. Enable AVX2 for them to > get better per-core performance. > > The single queue model processes all packets in order while > the split queue model separates packet data and metadata into > different queue

[PATCH v3 1/2] common/idpf: enable AVX2 for single queue Rx

2025-01-30 Thread Shaiq Wani
In case some CPUs don't support AVX512. Enable AVX2 for them to get better per-core performance. The single queue model processes all packets in order while the split queue model separates packet data and metadata into different queues for parallel processing and improved performance. Signed-off-