mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-22 05:01:27 +00:00
qla2xxx: Increase max_sgl_segments to 1024
This patch increases max_sgl_segments from 128 to the maximum supported which is 1024. Increasing max_sgl_segments allows the driver to support larger I/O sizes. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8217 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -579,7 +579,7 @@ static struct nvme_fc_port_template qla_nvme_fc_transport = {
|
||||
.fcp_io = qla_nvme_post_cmd,
|
||||
.fcp_abort = qla_nvme_fcp_abort,
|
||||
.max_hw_queues = 8,
|
||||
.max_sgl_segments = 128,
|
||||
.max_sgl_segments = 1024,
|
||||
.max_dif_sgl_segments = 64,
|
||||
.dma_boundary = 0xFFFFFFFF,
|
||||
.local_priv_sz = 8,
|
||||
|
||||
Reference in New Issue
Block a user