DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] argparse: add version in symbols map
@ 2024-03-05 10:36 David Marchand
  2024-03-05 10:48 ` Bruce Richardson
  2024-03-05 11:35 ` fengchengwen
  0 siblings, 2 replies; 5+ messages in thread
From: David Marchand @ 2024-03-05 10:36 UTC (permalink / raw)
  To: dev; +Cc: Chengwen Feng

Fixes: e3e579f5bab5 ("argparse: introduce argparse library")

Signed-off-by: David Marchand <david.marchand@redhat.com>
---
 lib/argparse/version.map | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/argparse/version.map b/lib/argparse/version.map
index 9b68464600..46da99a3e2 100644
--- a/lib/argparse/version.map
+++ b/lib/argparse/version.map
@@ -1,6 +1,7 @@
 EXPERIMENTAL {
 	global:
 
+	# added in 24.03
 	rte_argparse_parse;
 	rte_argparse_parse_type;
 
-- 
2.43.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-03-05 15:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-05 10:36 [PATCH] argparse: add version in symbols map David Marchand
2024-03-05 10:48 ` Bruce Richardson
2024-03-05 11:35 ` fengchengwen
2024-03-05 12:14   ` David Marchand
2024-03-05 15:02     ` David Marchand

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).