]> git.baikalelectronics.ru Git - kernel.git/commit
VMCI: Stop log spew when qp allocation isn't possible
authorJorgen Hansen <jhansen@vmware.com>
Wed, 20 Jan 2021 16:32:20 +0000 (08:32 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 26 Jan 2021 18:18:39 +0000 (19:18 +0100)
commitb42cf3780ff9f546ef82404cbc2d7588ac5f8c7c
tree57458b65cdd15d98c8d19afd32368cb2be34d2d2
parent50f791299ef59c932f5da7ae7018797f900badc3
VMCI: Stop log spew when qp allocation isn't possible

VMCI queue pair allocation is disabled, if a VM is in FT mode. In
these cases, VMware Tools may still once in a while attempt to
create a vSocket stream connection, resulting in multiple
warnings in the kernel logs. Therefore downgrade the error log to
a debug log.

Reviewed-by: Vishnu Dasa <vdasa@vmware.com>
Signed-off-by: Jorgen Hansen <jhansen@vmware.com>
Link: https://lore.kernel.org/r/1611160340-30158-1-git-send-email-jhansen@vmware.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/vmw_vmci/vmci_queue_pair.c