On Wed, 2 Sep 2020 10:40:19 +0200 David Marchand <[email protected]> wrote:
> On Fri, Aug 28, 2020 at 12:54 AM Stephen Hemminger > <[email protected]> wrote: > > > > As announced in earlier releases, rte_logs can now be made > > internal to eal_common_log. > > I had prepared this cleanup before my PTO and was about to send it. > Just to avoid duplicate work, do you intend to work on other cleanups ? > > > Hiding this symbol is fine, but we must remove the experimental tag on > rte_log_get_stream since it becomes the only way to access the log > stream. > > More comments below. > Thanks. No intention on doing other cleanups, just saw this while implementing a log stream provider. Agree, the rte_log_get_stream() can be permanent API now.

