]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
IB/sdp: adjust module parameter to improve 8K message BW
authorAmi Perlmutter <amip@dev.mellanox.co.il>
Thu, 26 Apr 2007 07:13:23 +0000 (10:13 +0300)
committerMukesh Kacker <mukesh.kacker@oracle.com>
Tue, 6 Oct 2015 12:04:06 +0000 (05:04 -0700)
Signed-off-by: Ami Perlmutter <amip@dev.mellanox.co.il>
drivers/infiniband/ulp/sdp/sdp_main.c

index be947f6ada5159b851ae2632d0c2f3324d4c6156..2560f031c95a18ed104a4a837fa571ca0b90e97d 100644 (file)
@@ -112,7 +112,7 @@ static int recv_poll = 1000;
 module_param_named(recv_poll, recv_poll, int, 0644);
 MODULE_PARM_DESC(recv_poll, "How many times to poll recv.");
 
-static int send_poll_thresh = 4096;
+static int send_poll_thresh = 8192;
 
 module_param_named(send_poll_thresh, send_poll_thresh, int, 0644);
 MODULE_PARM_DESC(send_poll_thresh, "Send message size thresh hold over which to start polling.");