[PATCH 3/4] net/ice: remove SSE vector path

Bruce Richardson bruce.richardson at intel.com
Tue Aug 26 12:50:18 CEST 2025


On Tue, Aug 26, 2025 at 02:29:28PM +0500, Khadem Ullah wrote:
>    Hi Bruce,
>    Thanks for the feedback!

No problem. 
BTW: Please don't top-post in replying - it's best practice to put
the reply below the text you are replying to. Thanks.

>    I have checked at my end, most of our systems (Intel(R) Xeon(R), AMD
>    EPYC)
>    do support sse, avx, and avx2. I was talking about general
>    availability.

AVX2 was first available in systems starting in 2013, (and AMD systems
since 2015), so at this point it's been around a long time. The SSE code
paths in the drivers will only be used by systems which do not have AVX2 on
them - which should be relatively rare, I hope, at this point. There are no
features in the SSE driver that are not available in the AVX2 one, so, I'm
not aware of any reason why one would need to use the SSE code path in a
deployment of DPDK.

>    It means, newer features will not be added to the SSE path and as
>    you mentioned that LTS 24.11 will provide support till the end of 2027.
>    Applications that use ice SSE paths can benefit from it.

Even without this patch, there will be no features added to the SSE code
paths in the drivers. Any new additions would just be to the AVX2 and
AVX-512 code paths. Even for systems without AVX2, if the SSE path is
removed the driver will fall-back to the scalar paths, which have far more
features available in them than the SSE codepaths, which were simplified for
performance reasons.

/Bruce

>    Best Regards,
>    Khadem
>    On Tue, Aug 26, 2025 at 12:54 PM Bruce Richardson
>    <[1]bruce.richardson at intel.com> wrote:
> 
>      Hi Kadem,
>      can you perhaps share what systems you are using that do not have
>      AVX2
>      support? Do you do new deployments with latest DPDK on those
>      systems?
>      However, if it helps, we can defer this patch till after 25.11
>      release, so that we have one more LTS with SSE support still in it.
>      That
>      would mean that we have a supported DPDK release with SSE in it
>      until
>      potentially end of 2028. As it stands, even if this patch goes into
>      the
>      release, 24.11 will be supported till end of 2027.
>      /Bruce
> 
> References
> 
>    1. mailto:bruce.richardson at intel.com


More information about the dev mailing list