]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
msg/async/rdma: move active_queue_pairs perf counter dec to polling 13716/head
authorDanielBar-On <danielbo@mellanox.com>
Tue, 28 Feb 2017 16:12:07 +0000 (16:12 +0000)
committerAdir Lev <adirl@mellanox.com>
Wed, 1 Mar 2017 07:02:28 +0000 (09:02 +0200)
commitb364d24a571cf2c8bcc3c1ce77bfa0d095464e38
tree1395449b17ca1eac6bd887d4be7288e291e2898e
parent2bcd9d7dde0c6e0c899522497d3866e70fb78503
msg/async/rdma: move active_queue_pairs perf counter dec to polling

removing dead qp's is actually done at polling. if polling is busy then
dead qp will not be removed and active_queue_pair counter is not correct.

issue: 992513

Change-Id: I825e813ce0632fd01f6d29adc87e0e33a2bc13d9
Signed-off-by: DanielBar-On <danielbo@mellanox.com>
src/msg/async/rdma/RDMAConnectedSocketImpl.cc
src/msg/async/rdma/RDMAStack.cc