eal: fix experimental block for 20.11
authorDavid Marchand <david.marchand@redhat.com>
Thu, 8 Oct 2020 12:49:27 +0000 (14:49 +0200)
committerDavid Marchand <david.marchand@redhat.com>
Thu, 8 Oct 2020 13:20:51 +0000 (15:20 +0200)
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>
lib/librte_eal/rte_eal_version.map

index 6165293..a93dea9 100644 (file)
@@ -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 {