DPDK patches and discussions
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: mingjinx.ye@intel.com
Cc: dev@dpdk.org, Stephen Hemminger <stephen@networkplumber.org>
Subject: [PATCH] eal: fix comment about vfio device info in version.map
Date: Thu, 14 Mar 2024 09:28:19 -0700	[thread overview]
Message-ID: <20240314162819.16971-1-stephen@networkplumber.org> (raw)

The function was added for 24.03 release, not 23.11.

Fixes: de2d364f0c57 ("vfio: get device info")
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 lib/eal/version.map | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/eal/version.map b/lib/eal/version.map
index c06ceaad5097..3df50c3fbb7d 100644
--- a/lib/eal/version.map
+++ b/lib/eal/version.map
@@ -394,7 +394,7 @@ EXPERIMENTAL {
 	rte_memzone_max_get;
 	rte_memzone_max_set;
 
-	# added in 23.11
+	# added in 24.03
 	rte_vfio_get_device_info; # WINDOWS_NO_EXPORT
 };
 
-- 
2.43.0


             reply	other threads:[~2024-03-14 16:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-14 16:28 Stephen Hemminger [this message]
2024-03-21 21:35 ` Thomas Monjalon

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=20240314162819.16971-1-stephen@networkplumber.org \
    --to=stephen@networkplumber.org \
    --cc=dev@dpdk.org \
    --cc=mingjinx.ye@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).