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 > different queues for parallel processing and improved performance. > > Signed-off-by: Shaiq Wani <shaiq.w...@intel.com> > --- > drivers/common/idpf/idpf_common_device.h | 1 + > drivers/common/idpf/idpf_common_rxtx.h | 4 + > drivers/common/idpf/idpf_common_rxtx_avx2.c | 480 ++++++++++++++++++++ > drivers/common/idpf/meson.build | 7 + > drivers/common/idpf/version.map | 1 + > drivers/net/intel/idpf/idpf_rxtx.c | 11 + > 6 files changed, 504 insertions(+) > create mode 100644 drivers/common/idpf/idpf_common_rxtx_avx2.c > Acked-by: Bruce Richardson <bruce.richard...@intel.com>
- Re: [PATCH v3 1/2] common/idpf: ena... David Marchand
- [PATCH v4 0/2] enable AVX2 for sing... Shaiq Wani
- [PATCH v4 1/2] common/idpf: ena... Shaiq Wani
- [PATCH v5 0/2] enable AVX2 for ... Shaiq Wani
- [PATCH v5 2/2] common/idpf: ena... Shaiq Wani
- Re: [PATCH v5 2/2] common/idpf:... Bruce Richardson
- RE: [PATCH v5 2/2] common/idpf:... Wani, Shaiq
- Re: [PATCH v5 2/2] common/idpf:... Bruce Richardson
- Re: [PATCH v5 2/2] common/idpf:... Bruce Richardson
- [PATCH v5 1/2] common/idpf: ena... Shaiq Wani
- Re: [PATCH v5 1/2] common/idpf:... Bruce Richardson
- Re: [PATCH v5 0/2] enable AVX2 ... Bruce Richardson
- [PATCH v4 2/2] common/idpf: ena... Shaiq Wani
- [PATCH v3 2/2] common/idpf: enable AVX2 ... Shaiq Wani
- [PATCH v2 2/3] common/idpf: enable AVX2 for sing... Shaiq Wani
- Re: [PATCH v2 2/3] common/idpf: enable AVX2 ... Bruce Richardson
- [PATCH v2 3/3] doc: documentaion update for idpf... Shaiq Wani
- Re: [PATCH v2 3/3] doc: documentaion update ... Bruce Richardson
- [PATCH 2/2] common/idpf: enable AVX2 for single queue Tx Shaiq Wani
- Re: [PATCH 2/2] common/idpf: enable AVX2 for single ... Bruce Richardson