[PATCH v7 23/25] node: remove some of the experimental tags

David Marchand david.marchand at redhat.com
Sun Nov 12 15:58:54 CET 2023


On Tue, Oct 24, 2023 at 4:57 AM Stephen Hemminger
<stephen at networkplumber.org> wrote:
>
> The node library has been around long enough that experimental
> tag should be removed.  The IPv6 support was added in 23.03
> but that is still enough time that it can be marked stable.
>
> The logtype variable should have been marked internal
> since it is not intended to be used outside of library.

There is, even, no need to export this symbol in the first place.

$ git grep -lw rte_node_logtype
lib/node/log.c
lib/node/node_private.h

$ git grep -lw node_private.h '**.h'


We only need to remove rte_node_logtype from version.map.
This can be fixed when applying.

>
> Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>


-- 
David Marchand



More information about the dev mailing list