unexpected scsi timeout

2007-07-20 Thread Vasily Averin
sense buffer and go to sleep again. Could you please confirm that it is expected behavior? It's a bit strange for me, IMHO other scsi drivers requests sense buffer without EH thread. Thank you, Vasily Averin Jul 20 13:20:15 ts28 cdrom: entering cdrom_open Jul 20 13:

Re: unexpected scsi timeout

2007-07-25 Thread Vasily Averin
Albert Lee wrote: >>> Vasily Averin wrote: >>>> I've noticed that some scsi commands for DVD-drive attached to pata_via >>>> successfully finishes without any delays but reports about TIMEOUT >>>> condition. It >>>> happens b

[PATCH] iscsi: fall back to sendmsg for slab pages

2019-02-21 Thread Vasily Averin
("libceph: fall back to sendmsg for slab pages") Signed-off-by: Vasily Averin --- drivers/scsi/libiscsi_tcp.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/drivers/scsi/libiscsi_tcp.c b/drivers/scsi/libiscsi_tcp.c index 8a6b1b3f8277..66d97d3bef5a 10064

Re: [PATCH] iscsi: fall back to sendmsg for slab pages

2019-03-06 Thread Vasily Averin
msg instead of sendpage. Thank you, Vasily Averin On 2/21/19 6:23 PM, Vasily Averin wrote: > In "XFS over network block device" scenario XFS can create IO requests > with slab-based XFS metadata. During processing such requests > tcp_sendpage() can merge skb fragmen