]> git.proxmox.com Git - ovs.git/commit
netdev-dpdk: Remove 'error' from non error log.
authorKevin Traynor <ktraynor@redhat.com>
Thu, 22 Mar 2018 17:20:58 +0000 (17:20 +0000)
committerIan Stokes <ian.stokes@intel.com>
Fri, 23 Mar 2018 11:43:41 +0000 (11:43 +0000)
commitf8a6c8f5b2e42c4fba7e20a8c9badf3de02a8c37
treec0a1dd27109e1ed19f02d9aca7da52d4aaca44de
parent47ec014e7d6b30ff7bc89aa9098a16b1f95d64ed
netdev-dpdk: Remove 'error' from non error log.

Presently, if OVS tries to setup more queues than
are allowed by a specific NIC, OVS will handle
this case by retrying with a lower amount of queues.

Rather than reporting initial failed queue setups
in the logs as ERROR, they are reported as INFO but
contain the word 'error'. Unless a user has detailed
knowledge of OVS-DPDK workings, this is confusing.

Let's remove 'error' from the INFO log.

Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
Signed-off-by: Ian Stokes <ian.stokes@intel.com>
lib/netdev-dpdk.c