On Fri, Sep 4, 2020 at 1:05 AM Stephen Hemminger <step...@networkplumber.org> wrote: > > Applications will need to use this API now to get internal > state of rte_log. > > Suggested-by: David Marchand <david.march...@redhat.com> > Signed-off-by: Stephen Hemminger <step...@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