Skip to content

Commit 630c318

Browse files
Sagi Grimbergdledford
authored andcommitted
IB/iser: Enable SG clustering
iser is perfectly capable supporting SG clustering as it translates the SG list to a page vector. Enabling SG clustering can dramatically reduce the number of SG elements, which doesn't make much of a difference at this point, but with arbitrary SG list support, reducing the number of SG elements can benefit greatly as as it would reduce the length of the HW descriptors array. Signed-off-by: Sagi Grimberg <[email protected]> Reviewed-by: Christoph Hellwig <[email protected]> Signed-off-by: Doug Ledford <[email protected]>
1 parent dd0107a commit 630c318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/infiniband/ulp/iser/iscsi_iser.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@ static struct scsi_host_template iscsi_iser_sht = {
986986
.eh_device_reset_handler= iscsi_eh_device_reset,
987987
.eh_target_reset_handler = iscsi_eh_recover_target,
988988
.target_alloc = iscsi_target_alloc,
989-
.use_clustering = DISABLE_CLUSTERING,
989+
.use_clustering = ENABLE_CLUSTERING,
990990
.slave_alloc = iscsi_iser_slave_alloc,
991991
.proc_name = "iscsi_iser",
992992
.this_id = -1,

0 commit comments

Comments
 (0)