]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
IB/ipoib: Warn when one port fails to initialize
authorYuval Shaia <yuval.shaia@oracle.com>
Wed, 29 Nov 2017 06:34:02 +0000 (08:34 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 24 Mar 2018 10:02:44 +0000 (11:02 +0100)
commitbe176a5c98e793d23f318c51dad043586f1dbeda
tree41a18e8b8428a6b7e48c53407595b7df28fed243
parent09a00a4b1e8bf218c1a80a03fe4f842d901a29fd
IB/ipoib: Warn when one port fails to initialize

[ Upstream commit ac6dbf7fa4707c75a247b540cc0b5c881f3d0ba8 ]

If one port fails to initialize an error message should indicate the
reason and driver should continue serving the working port(s) and other
HCA(s).

Fixes: e4b2d06892c7 ("IB/ipoib: Remove device when one port fails to init").
Signed-off-by: Yuval Shaia <yuval.shaia@oracle.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/infiniband/ulp/ipoib/ipoib_main.c