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

2025-02-10 Thread Bruce Richardson
On Mon, Feb 03, 2025 at 01:25:08PM +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

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

2025-02-07 Thread Bruce Richardson
On Fri, Feb 07, 2025 at 02:55:09PM +, Wani, Shaiq wrote: > Hi, > > The AVX512 code paths and SSE code paths should be done together, we will > look into it next release. > Yes, agree. There is little point in just doing the AVX2 path for now, best to have all converted at the same time. Th

RE: [PATCH v5 2/2] common/idpf: enable AVX2 for single queue Tx

2025-02-07 Thread Wani, Shaiq
/idpf: enable AVX2 for single queue Tx On Mon, Feb 03, 2025 at 01:25:08PM +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 > q

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

2025-02-07 Thread Bruce Richardson
On Mon, Feb 03, 2025 at 01:25:08PM +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