From 74a537dcfdacfc9df0bf220fe1dc3f71d3185758 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 10 Oct 2016 18:51:42 +0000 Subject: [PATCH] ib_srpt: Enable S/G-list clustering git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7004 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/ib_srpt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index 8e6d92855..3e70ac758 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -4261,6 +4261,7 @@ static const struct attribute *srpt_sess_attrs[] = { static struct scst_tgt_template srpt_template = { .name = DRV_NAME, .sg_tablesize = 1 << 16, + .use_clustering = true, .max_hw_pending_time = RDMA_COMPL_TIMEOUT_S, #if !defined(CONFIG_SCST_PROC) .enable_target = srpt_enable_target,