* [PATCH] eal: fix comment about vfio device info in version.map
@ 2024-03-14 16:28 Stephen Hemminger
2024-03-21 21:35 ` Thomas Monjalon
0 siblings, 1 reply; 2+ messages in thread
From: Stephen Hemminger @ 2024-03-14 16:28 UTC (permalink / raw)
To: mingjinx.ye; +Cc: dev, Stephen Hemminger
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-03-21 21:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-14 16:28 [PATCH] eal: fix comment about vfio device info in version.map Stephen Hemminger
2024-03-21 21:35 ` Thomas Monjalon
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).