X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Fbpf%2Fbpf.c;h=1e1dd42a589fce5fcc5c92eb81badf7e04395077;hb=ec487c189686ee9b3b7551d3aca138cec3f91e74;hp=8d15885bc4003aba300ddf3f5a08c6437cd3bc9c;hpb=99a2dd955fba6e4cc23b77d590a033650ced9c45;p=dpdk.git diff --git a/lib/bpf/bpf.c b/lib/bpf/bpf.c index 8d15885bc4..1e1dd42a58 100644 --- a/lib/bpf/bpf.c +++ b/lib/bpf/bpf.c @@ -2,15 +2,11 @@ * Copyright(c) 2018 Intel Corporation */ -#include #include -#include #include #include -#include #include -#include #include "bpf_impl.h" @@ -53,4 +49,4 @@ bpf_jit(struct rte_bpf *bpf) return rc; } -RTE_LOG_REGISTER(rte_bpf_logtype, lib.bpf, INFO); +RTE_LOG_REGISTER_DEFAULT(rte_bpf_logtype, INFO);