]> www.infradead.org Git - users/jedix/linux-maple.git/commit
sdp: Fix iperf multistream hanging
authorAmir Vadai <amirv@mellanox.co.il>
Wed, 16 Jun 2010 08:54:11 +0000 (11:54 +0300)
committerMukesh Kacker <mukesh.kacker@oracle.com>
Tue, 6 Oct 2015 12:05:04 +0000 (05:05 -0700)
commit84b3ebb4d25958057ab87ada4fa28e87abdbebba
tree4454c9a0ee2ccf15c920a4cc226f518d0b33c74d
parentb98a6de674c60eeb3271375c7c3cb55912af64f2
sdp: Fix iperf multistream hanging

When trying to send and no credits available. Sometime coulnd't get
credit update, because interrupts are turned off by default.
Added poll RX CQ to fix in this case.

Signed-off-by: Amir Vadai <amirv@mellanox.co.il>
drivers/infiniband/ulp/sdp/sdp_bcopy.c