Re: [PATCH] net/intel: deprecate some SSE paths

2025-07-03 Thread Bruce Richardson
On Thu, Jul 03, 2025 at 12:16:24PM +, Ciara Loftus wrote: > The SSE rx and tx paths will be removed from the i40e, iavf and ice > drivers in the 25.11 release. Each of these drivers have faster vector > paths (AVX2 and AVX-512) which have feature parity with the soon to be > removed SSE paths.

[PATCH] net/intel: deprecate some SSE paths

2025-07-03 Thread Ciara Loftus
The SSE rx and tx paths will be removed from the i40e, iavf and ice drivers in the 25.11 release. Each of these drivers have faster vector paths (AVX2 and AVX-512) which have feature parity with the soon to be removed SSE paths. In environments where AVX2 or AVX-512 are not supported, the scalar pa