Re: [dpdk-dev] [PATCH v3 14/14] eventdev: mark trace variables as internal
From: Jerin Jacob <hidden>
Date: 2021-10-14 09:28:53
On Wed, Oct 6, 2021 at 12:41 PM David Marchand [off-list ref] wrote:
Hello Pavan, Ray, On Wed, Oct 6, 2021 at 8:52 AM [off-list ref] wrote:quoted
From: Pavan Nikhilesh <redacted> Mark rte_trace global variables as internal i.e. remove them from experimental section of version map. Some of them are used in inline APIs, mark those as global. Signed-off-by: Pavan Nikhilesh <redacted> Acked-by: Ray Kinsella <redacted>Please, sort those symbols. I check with ./devtools/update-abi.sh $(cat ABI_VERSION)quoted
--- lib/eventdev/version.map | 77 ++++++++++++++++++---------------------- 1 file changed, 35 insertions(+), 42 deletions(-)diff --git a/lib/eventdev/version.map b/lib/eventdev/version.map index 068d186c66..617fff0ae6 100644 --- a/lib/eventdev/version.map +++ b/lib/eventdev/version.map@@ -88,57 +88,19 @@ DPDK_22 { rte_event_vector_pool_create; rte_eventdevs; - #added in 21.11 - rte_event_fp_ops; - - local: *; -}; - -EXPERIMENTAL { - global: - # added in 20.05At the next ABI bump, ./devtools/update-abi.sh will strip those comments from the stable section. You can notice this when you run ./devtools/update-abi.sh $CURRENT_ABI as suggested above.
Please do the David suggestion on sorting the map file.
I would strip the comments now that the symbols are going to stable. Ray, do you have an opinion? -- David Marchand