> -----Original Message-----
> From: Stephen Hemminger <[email protected]>
> Sent: Wednesday, August 9, 2023 5:43 PM
> To: [email protected]
> Cc: Stephen Hemminger <[email protected]>; Van Haaren, Harry
> <[email protected]>
> Subject: [PATCH 06/15] eal: make rte_service_lcore_may_be_active stable
> 
> This API was added in 2020.
> 
> Signed-off-by: Stephen Hemminger <[email protected]>

It looks like parts of the "rte_drand" patch accidentally got into the 
service-cores patch, with that minor update;

Acked-by: Harry van Haaren <[email protected]>

<snip>
Below diffs to 5/15 rte_drand patch.

> diff --git a/lib/eal/version.map b/lib/eal/version.map
> index e6d2fda95770..2e50d6857d26 100644
> --- a/lib/eal/version.map
> +++ b/lib/eal/version.map
> @@ -58,6 +58,7 @@ DPDK_24 {
>       rte_devargs_parsef;
>       rte_devargs_remove;
>       rte_devargs_type_count;
> +     rte_drand;
>       rte_driver_name;
>       rte_dump_physmem_layout;
>       rte_dump_stack;

<snip>

> @@ -400,7 +401,6 @@ EXPERIMENTAL {
>       rte_intr_type_set;
> 
>       # added in 22.07
> -     rte_drand;
>       rte_thread_get_affinity_by_id;
>       rte_thread_get_priority;
>       rte_thread_self;
> --
> 2.39.2

Reply via email to