Re: [PATCH] qla2xxx: always allocate qla_tgt_wq

2019-07-12 Thread Martin Wilck
On Thu, 2019-05-09 at 14:58 -0400, Ewan D. Milne wrote: > On Thu, 2019-05-09 at 07:06 -0700, Bart Van Assche wrote: > > On 5/9/19 6:18 AM, Hannes Reinecke wrote: > > > The 'qla_tgt_wq' workqueue is used for generic command aborts, > > > not just target-related functions. So allocate the workqueue

Re: [PATCH v2] scsi: kill useless scsi_use_blk_mq and force_blk_mq

2019-07-12 Thread John Garry
在 09/07/2019 10:06, Jason Yan 写道: ping? On 2019/6/4 21:35, Jason Yan wrote: The legacy path is gone and we do not have to choose mq or not. The module parameter scsi_use_blk_mq and scsi_host_template.force_blk_mq is useless now. Signed-off-by: Jason Yan Reviewed-by: John Garry --- v2: r

Re: [PATCH 0/3] zfcp: fixes for the zFCP device driver

2019-07-12 Thread Benjamin Block
On Thu, Jul 11, 2019 at 09:06:08PM -0400, Martin K. Petersen wrote: > > Benjamin, > > > So please consider them for the next cycle. Or should I not have send > > them in that case? Sorry, this step of the process was a bit unclear > > to me. > > A fix is a fix. Applied the series to 5.3/scsi-fix

Re: [PATCH] qla2xxx: always allocate qla_tgt_wq

2019-07-12 Thread Quinn Tran
Hannes, It assumed you're running just Initiator Mode. Our FW should be handling ABTS below us with Initiator Mode. So, we don't expect to see ABTS (ABTS_RECV_24XX) to come to driver with Initiator Mode. Unless something accidentally turns on Target Mode when times to Initialize FW. Initiat

Re: [PATCH V6 0/4] Fix zone revalidation memory allocation failures

2019-07-12 Thread Jens Axboe
On 7/11/19 8:05 PM, Jens Axboe wrote: > On 7/7/19 8:02 PM, Damien Le Moal wrote: >> On 2019/07/01 14:09, Damien Le Moal wrote: >>> This series addresses a recuring problem with zone revalidation >>> failures observed during extensive testing with memory constrained >>> system and device hot-pluggin

Re: [PATCH V6 0/4] Fix zone revalidation memory allocation failures

2019-07-12 Thread Damien Le Moal
On 2019/07/13 0:13, Jens Axboe wrote: > On 7/11/19 8:05 PM, Jens Axboe wrote: >> On 7/7/19 8:02 PM, Damien Le Moal wrote: >>> On 2019/07/01 14:09, Damien Le Moal wrote: This series addresses a recuring problem with zone revalidation failures observed during extensive testing with memory c