[dpdk-dev] [PATCH] eal: reduce/change log severity levels

2015-07-20 Thread Thomas Monjalon
> Change the log level of startup messages. Anything that is > just normal activity (like getting virtual areas) is changed > to debug level. Anything that is a failure should be NOTICE > or ERR severity. > > Signed-off-by: Stephen Hemminger Applied, thanks

[dpdk-dev] [PATCH] eal: reduce/change log severity levels

2015-05-15 Thread Stephen Hemminger
Change the log level of startup messages. Anything that is just normal activity (like getting virtual areas) is changed to debug level. Anything that is a failure should be NOTICE or ERR severity. Signed-off-by: Stephen Hemminger --- lib/librte_eal/linuxapp/eal/eal.c | 2 +- lib/l