[ovs-dev] [PATCH v2] netdev-dpdk: Remove 'error' from non error log.

Stokes, Ian ian.stokes at intel.com
Fri Mar 23 11:50:00 UTC 2018


> 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 at redhat.com>
> ---
>  lib/netdev-dpdk.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 

Thanks for this, I've merged it to dpdk_merge.

Ian



More information about the dev mailing list