]> git.openfabrics.org - ~shefty/librdmacm.git/commit
rping: Reduce retry_count to fit in 3-bits
authorSean Hefty <sean.hefty@intel.com>
Wed, 3 Oct 2012 22:05:20 +0000 (15:05 -0700)
committerSean Hefty <sean.hefty@intel.com>
Wed, 3 Oct 2012 22:05:20 +0000 (15:05 -0700)
commitda07c3e69841494fbf5749660082a2f8dd48bdf0
treefd25e5104198197967ac10d49db6570c49bf661c
parente9feafcb10b48b7917ed34d7dd8a5a95269938a0
rping: Reduce retry_count to fit in 3-bits

retry_count is a 3 bit value on IB, reduce it from
10 to 7.

A value of 10 prevents rping from working over the Intel
IB HCA.  Problem reported by Doug Ledford <dledford@redhat.com>

Signed-off-by: Sean Hefty <sean.hefty@intel.com>