[PATCH 0/2] iavf: use ptype for LLDP and add AVX2 ctx paths

Ciara Loftus ciara.loftus at intel.com
Mon Feb 9 16:20:47 CET 2026


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



More information about the dev mailing list