X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=VNFs%2FDPPD-PROX%2Fprox_args.c;h=fb053802cf0582bd3f49b33efeadbce68979bd87;hb=deab1ee8197298bd7cf30d259a28206841d59383;hp=e6d2f83e624d0e01ef51f9dd94820a798add7315;hpb=0249d9c01370221b724d794a3d048b01a9dd325b;p=samplevnf.git diff --git a/VNFs/DPPD-PROX/prox_args.c b/VNFs/DPPD-PROX/prox_args.c index e6d2f83e..fb053802 100644 --- a/VNFs/DPPD-PROX/prox_args.c +++ b/VNFs/DPPD-PROX/prox_args.c @@ -35,6 +35,7 @@ #include "defaults.h" #include "prox_lua.h" #include "cqm.h" +#include "prox_compat.h" #define MAX_RTE_ARGV 64 #define MAX_ARG_LEN 64 @@ -1955,7 +1956,7 @@ int prox_setup_rte(const char *prog_name) } if (rte_cfg.no_output) { - rte_set_log_level(0); + rte_log_set_global_level(0); } /* init EAL */ plog_info("\tEAL command line:");