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

2025-02-07 Thread Bruce Richardson
On Mon, Feb 03, 2025 at 01:25:07PM +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 v5 1/2] common/idpf: enable AVX2 for single queue Rx

2025-02-02 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-