vhost/scsi: increase VHOST_SCSI_PREALLOC_PROT_SGLS to 2048
authorGreg Edwards <gedwards@ddn.com>
Wed, 8 Aug 2018 19:29:55 +0000 (13:29 -0600)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 21 Aug 2018 22:01:47 +0000 (01:01 +0300)
commit864d39df09b43f9d09d80bc29d8e8888294b3c4b
treee7f626151455b71fcbfe57be20a9f3de50fcf65d
parent84f3396b718dfac59a5fe328aea34bac93f2fc9c
vhost/scsi: increase VHOST_SCSI_PREALLOC_PROT_SGLS to 2048

The current value of VHOST_SCSI_PREALLOC_PROT_SGLS is too small to
accommodate larger I/Os, e.g. 16-32 MiB, when the VIRTIO_SCSI_F_T10_PI
feature bit is negotiated and the backing store supports T10 PI.

vhost-scsi rejects the command with errors like:

[   59.581317] vhost_scsi_calc_sgls: requested sgl_count: 1820 exceeds pre-allocated max_sgls: 512

Signed-off-by: Greg Edwards <gedwards@ddn.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/vhost/scsi.c