[dpdk-dev] [PATCH v2 1/2] rte_log: take experimental tag off of rte_log_get_stream

David Marchand david.marchand at redhat.com
Mon Sep 14 10:12:30 CEST 2020


On Fri, Sep 4, 2020 at 1:05 AM Stephen Hemminger
<stephen at networkplumber.org> wrote:
>
> Applications will need to use this API now to get internal
> state of rte_log.
>
> Suggested-by: David Marchand <david.marchand at redhat.com>
> Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
> ---
>  lib/librte_eal/include/rte_log.h   | 1 -
>  lib/librte_eal/rte_eal_version.map | 2 +-
>  2 files changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/lib/librte_eal/include/rte_log.h b/lib/librte_eal/include/rte_log.h
> index eaf66e4f61de..7fe0968383db 100644
> --- a/lib/librte_eal/include/rte_log.h
> +++ b/lib/librte_eal/include/rte_log.h
> @@ -112,7 +112,6 @@ int rte_openlog_stream(FILE *f);
>   * @return
>   *   Pointer to the stream.
>   */
> -__rte_experimental
>  FILE *rte_log_get_stream(void);

There is still a banner in the function description.
I will fix it while applying.


-- 
David Marchand



More information about the dev mailing list