]> 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:35:34 +0000 (11:35 +0000)
commit1dfebee971f1cf2dbff29c50a63b788199cbe0ef
tree0e7e511907557156b1202a8becd5baa611c0f687
parentfa9f4eebd3f2af4027b8a7907b4bc784f4a89b30
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