Re: [dpdk-dev] [PATCH] eal: implement rte_log_get_level

2017-07-31 Thread Thomas Monjalon
22/07/2017 22:07, Charles (Chas) Williams: > This function wasn't provided in the original commit. > > Fixes: 4f0981e6ec6c ("eal: deprecate log functions") > Cc: sta...@dpdk.org > > Signed-off-by: Chas Williams Applied, thanks

[dpdk-dev] [PATCH] eal: implement rte_log_get_level

2017-07-22 Thread Charles (Chas) Williams
This function wasn't provided in the original commit. Fixes: 4f0981e6ec6c ("eal: deprecate log functions") Cc: sta...@dpdk.org Signed-off-by: Chas Williams --- lib/librte_eal/bsdapp/eal/rte_eal_version.map | 1 + lib/librte_eal/common/eal_common_log.c | 9 + lib/librte_eal/