DPDK patches and discussions
 help / color / mirror / Atom feed
From: David Marchand <david.marchand@redhat.com>
To: dev@dpdk.org
Cc: Steve Yang <stevex.yang@intel.com>,
	Qi Zhang <qi.z.zhang@intel.com>, Wenjun Wu <wenjun1.wu@intel.com>
Subject: [PATCH] net/ice: add version in symbols map
Date: Tue,  5 Mar 2024 11:36:51 +0100	[thread overview]
Message-ID: <20240305103651.3051448-1-david.marchand@redhat.com> (raw)

Fixes: 0d8d7bd720ba ("net/ice: support DDP dump switch rule binary")
Fixes: ab4eaf9a8a31 ("net/ice: dump Tx scheduling tree")

Signed-off-by: David Marchand <david.marchand@redhat.com>
---
 drivers/net/ice/version.map | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/net/ice/version.map b/drivers/net/ice/version.map
index 24b425d6f7..8449e98aba 100644
--- a/drivers/net/ice/version.map
+++ b/drivers/net/ice/version.map
@@ -7,6 +7,10 @@ EXPERIMENTAL {
 
 	# added in 19.11
 	rte_pmd_ice_dump_package;
+
+	# added in 22.11
 	rte_pmd_ice_dump_switch;
+
+	# added in 24.03
 	rte_pmd_ice_dump_txsched;
 };
-- 
2.43.0


             reply	other threads:[~2024-03-05 10:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-05 10:36 David Marchand [this message]
2024-03-05 10:49 ` Bruce Richardson
2024-03-06 21:07   ` David Marchand

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=20240305103651.3051448-1-david.marchand@redhat.com \
    --to=david.marchand@redhat.com \
    --cc=dev@dpdk.org \
    --cc=qi.z.zhang@intel.com \
    --cc=stevex.yang@intel.com \
    --cc=wenjun1.wu@intel.com \
    /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;
as well as URLs for NNTP newsgroup(s).