]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
SDP: Enable bzcopy by default
authorJim Mott <jim@mellanox.com>
Tue, 5 Feb 2008 16:10:06 +0000 (18:10 +0200)
committerMukesh Kacker <mukesh.kacker@oracle.com>
Tue, 6 Oct 2015 12:04:15 +0000 (05:04 -0700)
Signed-off-by: Jim Mott <jim@mellanox.com>
drivers/infiniband/ulp/sdp/sdp_main.c

index 9496a9279bc3d7963fce78e58fa991fe631adc0e..8f7c8f949d364156b2443f4e2847f629907469d9 100644 (file)
@@ -131,7 +131,7 @@ static unsigned int sdp_keepalive_time = SDP_KEEPALIVE_TIME;
 module_param_named(sdp_keepalive_time, sdp_keepalive_time, uint, 0644);
 MODULE_PARM_DESC(sdp_keepalive_time, "Default idle time in seconds before keepalive probe sent.");
 
-static int sdp_zcopy_thresh = 0;
+static int sdp_zcopy_thresh = 65536;
 module_param_named(sdp_zcopy_thresh, sdp_zcopy_thresh, int, 0644);
 MODULE_PARM_DESC(sdp_zcopy_thresh, "Zero copy send threshold; 0=0ff.");