Antw: Re: iSCSI packet generator

2019-11-07 Thread Ulrich Windl
Hi! Just a note of curiosity: Several years ago I wanted to test some RAID configurations, but had no server with enough disks. However the server had a lot of RAM (by that time). So I ended with creating a few small ramdisks which I exported as iSCSI devices. The host was happy with those

Re: [PATCH v3] scsi: avoid potential deadloop in iscsi_if_rx func

2019-11-07 Thread Zhiqiang Liu
Friendly ping... On 2019/10/31 14:17, wubo (T) wrote: > From: Bo Wu > > In iscsi_if_rx func, after receiving one request through > iscsi_if_recv_msg func, iscsi_if_send_reply will be called to > try to reply the request in do-loop. If the return of iscsi_if_send_reply > func return -EAGAIN