On Wed, Mar 27, 2024 at 03:15:28PM +0000, John Garry wrote: >> shost->max_cmd_len = SCSI_MAX_VARLEN_CDB_SIZE; >> + shost->dma_alignment = 0; >> > > nit: I am not sure that we really need to zero this, but it also seems > needless for max_channel also ... In this case we need it (at least to keep the existing behavior), as the SCSI mid layer sets a default alignment, and iSCSI claims to have no alignment requirements at all.