eal: fix comment about vfio device info in version.map

Message ID 20240314162819.16971-1-stephen@networkplumber.org (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series eal: fix comment about vfio device info in version.map |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/loongarch-compilation success Compilation OK
ci/loongarch-unit-testing success Unit Testing PASS
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS
ci/intel-Functional success Functional PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/github-robot: build success github build: passed
ci/iol-intel-Functional success Functional Testing PASS
ci/iol-mellanox-Performance success Performance Testing PASS
ci/iol-compile-amd64-testing success Testing PASS
ci/iol-abi-testing success Testing PASS
ci/iol-sample-apps-testing success Testing PASS
ci/iol-unit-amd64-testing success Testing PASS
ci/iol-unit-arm64-testing success Testing PASS
ci/iol-compile-arm64-testing success Testing PASS
ci/iol-broadcom-Performance success Performance Testing PASS
ci/iol-broadcom-Functional success Functional Testing PASS

Commit Message

Stephen Hemminger March 14, 2024, 4:28 p.m. UTC
  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(-)
  

Comments

Thomas Monjalon March 21, 2024, 9:35 p.m. UTC | #1
14/03/2024 17:28, 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>

Applied, thanks.

Note: I insert a blank line between Fixes and Signed-off to make 2 separate blocks.
  

Patch

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
 };