08/02/2023 04:48, Stephen Hemminger пишет:
DPDK libraries should not be reusing RTE_LOGTYPE_USER1 in lieu of doing proper logtype registration.Fixes: 416707812c03 ("ip_frag: refactor reassembly code into a proper library") Signed-off-by: Stephen Hemminger <[email protected]> --- lib/ip_frag/ip_frag_common.h | 16 ++- lib/ip_frag/ip_frag_internal.c | 174 +++++++++++++++--------------- lib/ip_frag/rte_ip_frag_common.c | 13 +-- lib/ip_frag/rte_ipv4_reassembly.c | 14 ++- lib/ip_frag/rte_ipv6_reassembly.c | 59 +++++----- 5 files changed, 138 insertions(+), 138 deletions(-)
Acked-by: Konstantin Ananyev <[email protected]>

