public inbox for dev@dpdk.org
 help / color / mirror / Atom feed
From: Ciara Loftus <ciara.loftus@intel.com>
To: dev@dpdk.org
Cc: Ciara Loftus <ciara.loftus@intel.com>
Subject: [PATCH v5 3/3] doc: announce change to LLDP packet detection in iavf PMD
Date: Wed, 22 Apr 2026 09:16:09 +0000	[thread overview]
Message-ID: <20260422091609.1797686-4-ciara.loftus@intel.com> (raw)
In-Reply-To: <20260422091609.1797686-1-ciara.loftus@intel.com>

The iavf PMD transmit paths currently use two methods to
identify if an mbuf holds an LLDP packet: a dynamic mbuf
field and the mbuf ptype. The ptype method is enabled via
the enable_ptype_lldp devarg. A future release will remove
the dynamic mbuf field approach at which point the ptype
will be the only approach used.

Signed-off-by: Ciara Loftus <ciara.loftus@intel.com>
---
 doc/guides/rel_notes/deprecation.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index 35c9b4e06c..17f90a6352 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -154,3 +154,7 @@ Deprecation Notices
 * bus/vmbus: Starting DPDK 25.11, all the vmbus API defined in
   ``drivers/bus/vmbus/rte_bus_vmbus.h`` will become internal to DPDK.
   Those API functions are used internally by DPDK core and netvsc PMD.
+
+* net/iavf: The dynamic mbuf field used to detect LLDP packets on the
+  transmit path in the iavf PMD will be removed in a future release.
+  After removal, only packet type-based detection will be supported.
-- 
2.43.0


      parent reply	other threads:[~2026-04-22  9:16 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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
2026-04-17 10:08   ` [PATCH v3 0/3] iavf: LLDP ptype and AVX2 ctx paths Ciara Loftus
2026-04-17 10:08     ` [PATCH v3 1/3] net/iavf: support LLDP Tx via mbuf ptype or dynfield Ciara Loftus
2026-04-17 10:57       ` Bruce Richardson
2026-04-22  9:19         ` Loftus, Ciara
2026-04-17 10:08     ` [PATCH v3 2/3] net/iavf: add AVX2 context descriptor Tx paths Ciara Loftus
2026-04-17 10:08     ` [PATCH v3 3/3] doc: announce change to LLDP packet detection in iavf PMD Ciara Loftus
2026-04-17 10:56     ` [PATCH v4 0/3] iavf: LLDP ptype and AVX2 ctx paths Ciara Loftus
2026-04-17 10:56       ` [PATCH v4 1/3] net/iavf: support LLDP Tx via mbuf ptype or dynfield Ciara Loftus
2026-04-17 13:00         ` Bruce Richardson
2026-04-17 10:56       ` [PATCH v4 2/3] net/iavf: add AVX2 context descriptor Tx paths Ciara Loftus
2026-04-17 12:59         ` Bruce Richardson
2026-04-17 10:56       ` [PATCH v4 3/3] doc: announce change to LLDP packet detection in iavf PMD Ciara Loftus
2026-04-22  9:16         ` [PATCH v5 0/3] iavf: LLDP ptype and AVX2 ctx paths Ciara Loftus
2026-04-22  9:16           ` [PATCH v5 1/3] net/iavf: support LLDP Tx via mbuf ptype or dynfield Ciara Loftus
2026-04-22  9:16           ` [PATCH v5 2/3] net/iavf: add AVX2 context descriptor Tx paths Ciara Loftus
2026-04-22  9:16           ` Ciara Loftus [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260422091609.1797686-4-ciara.loftus@intel.com \
    --to=ciara.loftus@intel.com \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox