commit | b8457606d95f219052cbcf07bd54c24c4290cd49 | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Mon Dec 23 10:28:44 2019 -0500 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Wed Jan 15 10:54:31 2020 -0500 |
tree | 74bcb89b3063fe26a99d8dce9660c0b9bdb2c9ea | |
parent | 2bb50aabb6f32c11dc9b542b4bb214b14e031e6c [diff] |
SUNRPC: call_connect_status should handle -EPROTO The xprtrdma connect logic can return -EPROTO if the underlying device or network path does not support RDMA. This can happen after a device removal/insertion. - When SOFTCONN is set, EPROTO is a permanent error. - When SOFTCONN is not set, EPROTO is treated as a temporary error. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>