DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/3] Fixes for iavf Tx path selection
@ 2025-09-04 10:44 Ciara Loftus
  2025-09-04 10:44 ` [PATCH 1/3] net/iavf: fix Tx vector path selection logic again Ciara Loftus
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Ciara Loftus @ 2025-09-04 10:44 UTC (permalink / raw)
  To: dev; +Cc: Ciara Loftus

This is a series of fixes for the iavf driver concerning Tx path
selection. The first patch fixes the logic for selecting the Tx
vector path, which was recently fixed but broken again by another
commit. The second patch updates a log and the third ensures the
fastest path is selected for VLAN offload regardless of VLAN tag
location (L2TAG1 or L2TAG2).

Ciara Loftus (3):
  net/iavf: fix Tx vector path selection logic again
  net/iavf: fix a log during Tx path selection
  net/iavf: fix Tx path selection for VLAN offload

 drivers/net/intel/iavf/iavf_rxtx.c            |  4 ++--
 drivers/net/intel/iavf/iavf_rxtx.h            |  1 -
 drivers/net/intel/iavf/iavf_rxtx_vec_common.h | 23 +++++++++++--------
 3 files changed, 15 insertions(+), 13 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2025-09-04 17:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-09-04 10:44 [PATCH 0/3] Fixes for iavf Tx path selection Ciara Loftus
2025-09-04 10:44 ` [PATCH 1/3] net/iavf: fix Tx vector path selection logic again Ciara Loftus
2025-09-04 16:59   ` Bruce Richardson
2025-09-04 10:44 ` [PATCH 2/3] net/iavf: fix a log during Tx path selection Ciara Loftus
2025-09-04 17:00   ` Bruce Richardson
2025-09-04 10:44 ` [PATCH 3/3] net/iavf: fix Tx path selection for VLAN offload Ciara Loftus
2025-09-04 17:10   ` Bruce Richardson
2025-09-04 17:18 ` [PATCH 0/3] Fixes for iavf Tx path selection Bruce Richardson

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).