RDMA/cma: Increase the IB CM retry count in CMA
authorMichael S. Tsirkin <mst@mellanox.co.il>
Wed, 13 Sep 2006 12:01:54 +0000 (15:01 +0300)
committerRoland Dreier <rolandd@cisco.com>
Thu, 14 Sep 2006 20:55:30 +0000 (13:55 -0700)
3 seems like a low number of IB Communication Manager retries to set;
we see connections failing under stress, and in any case 3 just looks
like an arbitrary number.  15 is the max value allowed by the
InfiniBand spec.

Signed-off-by: Michael S. Tsirkin <mst@mellanox.co.il>
Acked-by: Sean Hefty <sean.hefty@intel.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>

No differences found