On Thu, Dec 18, 2025 at 03:42:41PM +0000, Ciara Loftus wrote:
> Fix two issues present on the i40e driver that were introduced by the tx path
> selection series:
> 1. Fix a build failure on 32-bit arm caused by an unused function.
> 2. Ensure that the vector flag is unset when the scalar path is chosen.
>
> If possible both can be squashed into the commit they fix on next-net-intel.
>
> Ciara Loftus (2):
> net/i40e: fix 32-bit Arm build
> net/i40e: unset vector flag when scalar path is chosen
>
> drivers/net/intel/i40e/i40e_rxtx.c | 6 +++++-
> 1 file changed, 5 insertions(+), 1 deletion(-)
>
Confirmed the build issue on 32-bit Arm is fixed by these. Patches squashed
into offending commit on next-net-intel.