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.lof...@intel.com> > ---
Acked-by: Bruce Richardson <bruce.richard...@intel.com> Will squash into existing commit on next-net-intel.