net/enic: restore default log level to info
authorJohn Daley <johndale@cisco.com>
Fri, 26 Jul 2019 20:12:46 +0000 (13:12 -0700)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 29 Jul 2019 11:01:01 +0000 (13:01 +0200)
commit1480787d08e3102befc041f6418185dd9adfa531
treee31cb77a6f4e38e267bcbf34cb9f1a95fbfb0548
parente0e5d23b3cc4c76fe55b109e76b923faa73aea57
net/enic: restore default log level to info

Prior to the fix, RTE_LOGTYPE_INFO messages were displayed by default.
After the fix, only NOTICE level and higher were displayed by default
and INFO level were not. There are INFO level vNIC config related
messages which customers and tech support currently depend on for
debugging and so on and to suddenly hide these messages is not a good
idea.

This patch changes the default log level to RTE_LOG_INFO for enic so
messages are printed as before the fix.

Fixes: bbd8ecc05434 ("net/enic: remove PMD log type references")

Signed-off-by: John Daley <johndale@cisco.com>
drivers/net/enic/enic_ethdev.c