]> www.infradead.org Git - users/jedix/linux-maple.git/commit
sdp: fixed BUG1796 - running out of memory on rx
authorAmir Vadai <amirv@mellanox.co.il>
Tue, 24 Nov 2009 07:32:39 +0000 (09:32 +0200)
committerMukesh Kacker <mukesh.kacker@oracle.com>
Tue, 6 Oct 2015 12:04:40 +0000 (05:04 -0700)
commitf55045831d1097449ec82cec9fe4de60fd5b2ad9
tree2a2007ab8a699ba2c706610726d6708068b8dfa4
parentd9b33c70c386b5c114ae3fcdbd21fa3e806a9cf4
sdp: fixed BUG1796 - running out of memory on rx

rcv queue could grow endlessly because minimal RX buffers in QP
was set to SDP_MIN_TX_CREDITS + 1 - so there always were credits
available for the sender.

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