On Tue, Oct 24, 2023 at 4:57 AM Stephen Hemminger <step...@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 <step...@networkplumber.org> -- David Marchand