eal: fix experimental block for 20.11

Message ID 20201008124927.7129-1-david.marchand@redhat.com (mailing list archive)
State Accepted, archived
Delegated to: David Marchand
Headers
Series eal: fix experimental block for 20.11 |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/iol-broadcom-Functional success Functional Testing PASS
ci/travis-robot success Travis build: passed
ci/iol-testing success Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-mellanox-Performance success Performance Testing PASS
ci/Intel-compilation success Compilation OK

Commit Message

David Marchand Oct. 8, 2020, 12:49 p.m. UTC
  In EAL, we try to sort the experimental symbols per the release they
were introduced in.

Fixes: 8929de043eb4 ("service: retrieve lcore active state")

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

Comments

Thomas Monjalon Oct. 8, 2020, 1:06 p.m. UTC | #1
08/10/2020 14:49, David Marchand:
> In EAL, we try to sort the experimental symbols per the release they
> were introduced in.
> 
> Fixes: 8929de043eb4 ("service: retrieve lcore active state")
> 
> Signed-off-by: David Marchand <david.marchand@redhat.com>

Acked-by: Thomas Monjalon <thomas@monjalon.net>
  
David Marchand Oct. 8, 2020, 1:19 p.m. UTC | #2
On Thu, Oct 8, 2020 at 3:06 PM Thomas Monjalon <thomas@monjalon.net> wrote:
>
> 08/10/2020 14:49, David Marchand:
> > In EAL, we try to sort the experimental symbols per the release they
> > were introduced in.
> >
> > Fixes: 8929de043eb4 ("service: retrieve lcore active state")
> >
> > Signed-off-by: David Marchand <david.marchand@redhat.com>
>
> Acked-by: Thomas Monjalon <thomas@monjalon.net>

Applied.
  

Patch

diff --git a/lib/librte_eal/rte_eal_version.map b/lib/librte_eal/rte_eal_version.map
index 6165293b69..a93dea9fe6 100644
--- a/lib/librte_eal/rte_eal_version.map
+++ b/lib/librte_eal/rte_eal_version.map
@@ -394,12 +394,12 @@  EXPERIMENTAL {
 	rte_lcore_dump;
 	rte_lcore_iterate;
 	rte_mp_disable;
-	rte_service_lcore_may_be_active;
 	rte_thread_register;
 	rte_thread_unregister;
 
 	# added in 20.11
 	__rte_eal_trace_generic_size_t;
+	rte_service_lcore_may_be_active;
 };
 
 INTERNAL {