Re: [PATCH] mpt3sas: Use driver scsi lookup to track outstanding IOs

2019-02-25 Thread Hannes Reinecke
On 2/19/19 1:02 PM, Sreekanth Reddy wrote: Use driver's scsiio lookup table to track outstanding IOs at driver level, Have done following changes in this patch, * Allocated & initialized scsi_lookup table of type (struct scsiio_tracker) and of depth host's can_queue at driver load time and

Re: [PATCH] mpt3sas: Use driver scsi lookup to track outstanding IOs

2019-02-20 Thread Sasha Levin
On Tue, Feb 19, 2019 at 07:14:17PM +0530, Sreekanth Reddy wrote: Greg, This patch will fix the issue discussed in below email thread, https://patchwork.kernel.org/patch/10734933/ Yesterday same issue is been reported by Michal Soltys in below thread, https://marc.info/?l=linux-scsi&m=1550578308

RE: [PATCH] mpt3sas: Use driver scsi lookup to track outstanding IOs

2019-02-19 Thread Sreekanth Reddy
--- From: Greg KH [mailto:gre...@linuxfoundation.org] Sent: Tuesday, February 19, 2019 5:44 PM To: Sreekanth Reddy Cc: linux-scsi@vger.kernel.org; sathya.prak...@broadcom.com; suganath-prabu.subram...@broadcom.com; sta...@vger.kernel.org Subject: Re: [PATCH] mpt3sas: Use driver scsi lookup to track out

Re: [PATCH] mpt3sas: Use driver scsi lookup to track outstanding IOs

2019-02-19 Thread Greg KH
On Tue, Feb 19, 2019 at 07:02:46AM -0500, Sreekanth Reddy wrote: > Use driver's scsiio lookup table to track outstanding IOs at driver level, And why is this a stable kernel patch? You do not have a "Fixes:" tag in here. It really looks like a new feature :( greg k-h