]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
IB/IPoIB: Remove can't use GFP_NOIO warning
authorKamal Heib <kamalh@mellanox.com>
Thu, 10 Nov 2016 08:16:48 +0000 (10:16 +0200)
committerThadeu Lima de Souza Cascardo <cascardo@canonical.com>
Wed, 8 Mar 2017 13:35:18 +0000 (10:35 -0300)
commit72e98ad886cea60b6d970a95756c104dccd50b92
tree1463aef39c219973b51a905938cb87b7ef606848
parentc4158d12b1d580198ff9b1161f591dfea0065b0f
IB/IPoIB: Remove can't use GFP_NOIO warning

BugLink: http://bugs.launchpad.net/bugs/1660993
commit 0b59970e7d96edcb3c7f651d9d48e1a59af3c3b0 upstream.

Remove the warning print of "can't use of GFP_NOIO" to avoid prints in
each QP creation when devices aren't supporting IB_QP_CREATE_USE_GFP_NOIO.

This print become more annoying when the IPoIB interface is configured
to work in connected mode.

Fixes: 09b93088d750 ('IB: Add a QP creation flag to use GFP_NOIO allocations')
Signed-off-by: Kamal Heib <kamalh@mellanox.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Reviewed-by: Yuval Shaia <yuval.shaia@oracle.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>
drivers/infiniband/ulp/ipoib/ipoib_cm.c