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(-) -- 2.43.0

