[PATCH 1/5] ip_frag: use a dynamic logtype
Konstantin Ananyev
konstantin.v.ananyev at yandex.ru
Thu Feb 9 00:52:04 CET 2023
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 <stephen at networkplumber.org>
> ---
> 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 <konstantin.v.ananyev at yandex.ru>
More information about the dev
mailing list