Re: [PATCH v2 1/3] common/idpf: enable AVX2 for single queue Rx

2025-01-29 Thread Bruce Richardson
On Wed, Jan 29, 2025 at 05:48:54PM +0530, 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 > differe

[PATCH v2 1/3] common/idpf: enable AVX2 for single queue Rx

2025-01-29 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-