[PATCH 1/3] net/iavf: fix Tx vector path selection logic again
Bruce Richardson
bruce.richardson at intel.com
Thu Sep 4 18:59:45 CEST 2025
On Thu, Sep 04, 2025 at 10:44:38AM +0000, Ciara Loftus wrote:
> Commit b39aeea703b8 ("net/iavf: fix Tx vector path selection logic")
> fixed an issue which caused the scalar path to be chosen even when the
> AVX-512 path could have been a viable candidate. The commit
> be1a887b83cd ("net/iavf: use the new common vector capability function")
> accidentally undid this fix, so this commit fixes this again, this time
> in a new way due to the changed code landscape since the last fix.
>
> Fixes: be1a887b83cd ("net/iavf: use the new common vector capability function")
>
> Signed-off-by: Ciara Loftus <ciara.loftus at intel.com>
> ---
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
Will squash into existing commit on next-net-intel.
More information about the dev
mailing list