ethdev: increase log level of port allocation failure
authorMartin Klozik <martinx.klozik@intel.com>
Tue, 13 Feb 2018 15:03:47 +0000 (15:03 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 13 Feb 2018 15:32:16 +0000 (16:32 +0100)
commit028287c42a3e5c291d64b418bf2ab90bec6b9cc6
treeff1705456d7173d05aa550aac1def181e9391109
parent740cecb24f52a945c0d40d6073ff0b2acc5c0616
ethdev: increase log level of port allocation failure

DPDK API does not propagate the reason of device allocation failure
from rte_eth_dev_allocate() up to the DPDK application (e.g. Open
vSwitch).
Log level of associated log entries was changed to warning. So user
can find additional details in log files also in production systems,
where debug messages cannot be turned on.

Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
lib/librte_ether/rte_ethdev.c