Re: [dpdk-dev] [PATCH] ethdev: adjust error log level

2018-02-15 Thread Stephen Hemminger
On Tue, 13 Feb 2018 15:03:47 + Martin Klozik wrote: > 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

Re: [dpdk-dev] [PATCH] ethdev: adjust error log level

2018-02-13 Thread Thomas Monjalon
13/02/2018 16:03, Martin Klozik: > 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 als

[dpdk-dev] [PATCH] ethdev: adjust error log level

2018-02-13 Thread Martin Klozik
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 messag