RDMA/cma: Randomize local port allocation
authorTetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Thu, 15 Apr 2010 02:29:04 +0000 (11:29 +0900)
committerRoland Dreier <rolandd@cisco.com>
Wed, 21 Apr 2010 23:18:40 +0000 (16:18 -0700)
commit5d7220e8dc24feed4bbd66667b7696906a147ac4
treee3600986a87cb1f4edf02b8fb65093cdcd1b16a8
parent0eddb519b9127c73d53db4bf3ec1d45b13f844d1
RDMA/cma: Randomize local port allocation

Randomize local port allocation in the way sctp_get_port_local() does.
Update rover at the end of loop since we're likely to pick a valid port
on the first try.

Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Reviewed-by: Sean Hefty <sean.hefty@intel.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/core/cma.c