DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v2 0/2] net/i40e: Fix aarch32 build and vector flag setting
@ 2025-12-18 15:42 Ciara Loftus
  2025-12-18 15:42 ` [PATCH v2 1/2] net/i40e: fix 32-bit Arm build Ciara Loftus
  2025-12-18 15:42 ` [PATCH v2 2/2] net/i40e: unset vector flag when scalar path is chosen Ciara Loftus
  0 siblings, 2 replies; 3+ messages in thread
From: Ciara Loftus @ 2025-12-18 15:42 UTC (permalink / raw)
  To: dev; +Cc: Ciara Loftus

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-12-18 15:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-18 15:42 [PATCH v2 0/2] net/i40e: Fix aarch32 build and vector flag setting Ciara Loftus
2025-12-18 15:42 ` [PATCH v2 1/2] net/i40e: fix 32-bit Arm build Ciara Loftus
2025-12-18 15:42 ` [PATCH v2 2/2] net/i40e: unset vector flag when scalar path is chosen Ciara Loftus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).