Re: [PATCH] net/cpfl: enable AVX2 for singleq Rx/Tx

2025-04-08 Thread Bruce Richardson
On Wed, Mar 12, 2025 at 09:22:42PM +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] net/cpfl: enable AVX2 for singleq Rx/Tx

2025-04-08 Thread Bruce Richardson
On Tue, Apr 08, 2025 at 05:16:11PM +0100, Bruce Richardson wrote: > On Wed, Mar 12, 2025 at 09:22:42PM +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 whi