Re: [Qemu-devel] [PATCH] lsi: Reselection needed to remove pending commands from queue

2018-10-18 Thread Paolo Bonzini
On 01/10/2018 22:48, George Kennedy wrote: > Under heavy IO (e.g. fio) the queue is not checked frequently enough for > pending commands. As a result some pending commands are timed out by the > linux sym53c8xx driver, which sends SCSI Abort messages for the timed out > commands. The SCSI Abort mes

[Qemu-devel] [PATCH] lsi: Reselection needed to remove pending commands from queue

2018-10-01 Thread George Kennedy
Under heavy IO (e.g. fio) the queue is not checked frequently enough for pending commands. As a result some pending commands are timed out by the linux sym53c8xx driver, which sends SCSI Abort messages for the timed out commands. The SCSI Abort messages result in linux errors, which show up in /var