All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fixes for iavf VLAN insertion offload
@ 2025-10-31 15:22 Ciara Loftus
  2025-10-31 15:22 ` [PATCH 1/2] net/iavf: fix AVX-512 double VLAN (QinQ) insertion Ciara Loftus
                   ` (2 more replies)
  0 siblings, 3 replies; 29+ messages in thread
From: Ciara Loftus @ 2025-10-31 15:22 UTC (permalink / raw)
  To: dev; +Cc: Ciara Loftus

The first patch fixes double VLAN offload in the AVX-512 path.
The second fixes single VLAN insertion offload across all paths.

Ciara Loftus (2):
  net/iavf: fix AVX-512 double VLAN (QinQ) insertion
  net/iavf: fix single VLAN insertion positioning

 drivers/net/intel/iavf/iavf_rxtx.c            | 50 +++++---------
 drivers/net/intel/iavf/iavf_rxtx_vec_avx512.c | 68 ++++++++++---------
 drivers/net/intel/iavf/iavf_rxtx_vec_common.h | 15 ++--
 3 files changed, 60 insertions(+), 73 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2025-11-06 15:33 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-31 15:22 [PATCH 0/2] Fixes for iavf VLAN insertion offload Ciara Loftus
2025-10-31 15:22 ` [PATCH 1/2] net/iavf: fix AVX-512 double VLAN (QinQ) insertion Ciara Loftus
2025-11-04 17:13   ` Bruce Richardson
2025-11-04 17:16     ` Bruce Richardson
2025-10-31 15:22 ` [PATCH 2/2] net/iavf: fix single VLAN insertion positioning Ciara Loftus
2025-11-04 17:21   ` Bruce Richardson
2025-11-04 17:28     ` Bruce Richardson
2025-11-05 15:26 ` [PATCH v2 0/6] Fixes for iavf VLAN insertion offload Ciara Loftus
2025-11-05 15:26   ` [PATCH v2 1/6] net/iavf: fix compilation with VLAN insertion disabled Ciara Loftus
2025-11-05 19:31     ` Stephen Hemminger
2025-11-05 15:26   ` [PATCH v2 2/6] net/iavf: remove duplication in AVX-512 VLAN insert logic Ciara Loftus
2025-11-05 15:26   ` [PATCH v2 3/6] net/iavf: ensure correct conditions for AVX-512 VLAN offload Ciara Loftus
2025-11-05 15:26   ` [PATCH v2 4/6] net/iavf: fix single VLAN insertion positioning Ciara Loftus
2025-11-05 15:26   ` [PATCH v2 5/6] net/iavf: fix QinQ insertion for single packet Tx Ciara Loftus
2025-11-05 15:26   ` [PATCH v2 6/6] net/iavf: fix QinQ insertion with mbuf flags VLAN and QINQ Ciara Loftus
2025-11-06 11:50   ` [PATCH v3 0/6] Fixes for iavf VLAN insertion offload Ciara Loftus
2025-11-06 11:50     ` [PATCH v3 1/6] net/iavf: fix compilation with VLAN insertion disabled Ciara Loftus
2025-11-06 15:02       ` Bruce Richardson
2025-11-06 11:50     ` [PATCH v3 2/6] net/iavf: remove duplication in AVX-512 VLAN insert logic Ciara Loftus
2025-11-06 15:07       ` Bruce Richardson
2025-11-06 11:50     ` [PATCH v3 3/6] net/iavf: ensure correct conditions for AVX-512 VLAN offload Ciara Loftus
2025-11-06 15:09       ` Bruce Richardson
2025-11-06 11:50     ` [PATCH v3 4/6] net/iavf: fix single VLAN insertion positioning Ciara Loftus
2025-11-06 15:09       ` Bruce Richardson
2025-11-06 11:50     ` [PATCH v3 5/6] net/iavf: fix QinQ insertion for single packet Tx Ciara Loftus
2025-11-06 15:10       ` Bruce Richardson
2025-11-06 11:50     ` [PATCH v3 6/6] net/iavf: fix QinQ insertion with mbuf flags VLAN and QINQ Ciara Loftus
2025-11-06 15:10       ` Bruce Richardson
2025-11-06 15:32     ` [PATCH v3 0/6] Fixes for iavf VLAN insertion offload Bruce Richardson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.