forked from Minki/linux
nvme-rdma: Give some more grace for rdma connection establishment
The target might be occupied with multiple hosts so lets give it some more grace before failing the connection establishment. Signed-off-by: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: Jens Axboe <axboe@fb.com>
This commit is contained in:
parent
777dc82395
commit
782d820ca4
@ -34,7 +34,7 @@
|
||||
#include "fabrics.h"
|
||||
|
||||
|
||||
#define NVME_RDMA_CONNECT_TIMEOUT_MS 1000 /* 1 second */
|
||||
#define NVME_RDMA_CONNECT_TIMEOUT_MS 3000 /* 3 second */
|
||||
|
||||
#define NVME_RDMA_MAX_SEGMENT_SIZE 0xffffff /* 24-bit SGL field */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user