public inbox for dev@dpdk.org
 help / color / mirror / Atom feed
* [PATCH 0/2] iavf: use ptype for LLDP and add AVX2 ctx paths
@ 2026-02-09 15:20 Ciara Loftus
  2026-02-09 15:20 ` [PATCH 1/2] net/iavf: use mbuf packet type instead of dynfield for LLDP Ciara Loftus
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Ciara Loftus @ 2026-02-09 15:20 UTC (permalink / raw)
  To: dev; +Cc: Ciara Loftus

This series changes the iavf driver to use the mbuf packet type
field instead of a dynamic field for LLDP packets, and adds new AVX2
context descriptor Tx paths which support LLDP.

Ciara Loftus (2):
  net/iavf: use mbuf packet type instead of dynfield for LLDP
  net/iavf: add AVX2 context descriptor Tx paths

 doc/guides/nics/intel_vf.rst                |  16 +-
 doc/guides/rel_notes/release_26_03.rst      |   2 +
 drivers/net/intel/iavf/iavf.h               |   2 +
 drivers/net/intel/iavf/iavf_ethdev.c        |  13 +-
 drivers/net/intel/iavf/iavf_rxtx.c          |  21 +-
 drivers/net/intel/iavf/iavf_rxtx.h          |  12 +-
 drivers/net/intel/iavf/iavf_rxtx_vec_avx2.c | 386 ++++++++++++++++++++
 drivers/net/intel/iavf/iavf_testpmd.c       |  20 +-
 drivers/net/intel/iavf/rte_pmd_iavf.h       |  10 +
 9 files changed, 448 insertions(+), 34 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2026-03-06 11:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-09 15:20 [PATCH 0/2] iavf: use ptype for LLDP and add AVX2 ctx paths Ciara Loftus
2026-02-09 15:20 ` [PATCH 1/2] net/iavf: use mbuf packet type instead of dynfield for LLDP Ciara Loftus
2026-02-09 16:10   ` Bruce Richardson
2026-03-06 11:49     ` Loftus, Ciara
2026-02-09 15:20 ` [PATCH 2/2] net/iavf: add AVX2 context descriptor Tx paths Ciara Loftus
2026-03-06 11:52 ` [PATCH v2 0/3] iavf: LLDP ptype and AVX2 ctx paths Ciara Loftus
2026-03-06 11:52   ` [PATCH v2 1/3] net/iavf: support LLDP Tx based on mbuf ptype or dynfield Ciara Loftus
2026-03-06 11:52   ` [PATCH v2 2/3] net/iavf: add AVX2 context descriptor Tx paths Ciara Loftus
2026-03-06 11:52   ` [PATCH v2 3/3] doc: announce change to LLDP packet detection in iavf PMD Ciara Loftus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox