public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@ti.com>
To: Dan Williams <dan.j.williams@intel.com>
Cc: James Bottomley <James.Bottomley@hansenpartnership.com>,
	linux-scsi@vger.kernel.org, Xiangliang Yu <yuxiangl@marvell.com>
Subject: Re: Commit a692b0e broke my mvsas card
Date: Wed, 18 Apr 2012 08:23:11 -0700	[thread overview]
Message-ID: <4F8EDC5F.9090600@ti.com> (raw)
In-Reply-To: <CAA9_cmeY0VaRqgfjqZbFbqP8u+wvkJ8=dJUNk9kkBabAF15t1w@mail.gmail.com>

On 04/17/2012 10:11 PM, Dan Williams wrote:
> On Tue, Apr 17, 2012 at 10:17 AM, Dan Williams<dan.j.williams@intel.com>  wrote:
>> On Tue, Apr 17, 2012 at 8:47 AM, James Bottomley
>> <James.Bottomley@hansenpartnership.com>  wrote:
>>> On Mon, 2012-04-16 at 20:25 -0700, Dan Williams wrote:
>>>> Agh, sorry, I rushed that one.  The phy array is initialized later, here
>>>> is another run at it:
>>>
>>> Are we sure it's initialised correctly in all the other SAS drivers that
>>> use (well, one other: aic94xx)?
>>
>> Looks like we need:
>>
>> diff --git a/drivers/scsi/aic94xx/aic94xx_init.c
>> b/drivers/scsi/aic94xx/aic94xx_init.c
>> index ff80552..830f438 100644
>> --- a/drivers/scsi/aic94xx/aic94xx_init.c
>> +++ b/drivers/scsi/aic94xx/aic94xx_init.c
>> @@ -250,6 +250,7 @@ static int __devinit asd_common_setup(struct
>> asd_ha_struct *asd_ha)
>>                         SAS_LINK_RATE_1_5_GBPS;
>>                 asd_ha->hw_prof.phy_desc[i].min_sata_lrate =
>>                         SAS_LINK_RATE_1_5_GBPS;
>> +               asd_ha->phys[i].sas_phy.id = i;
>>         }
>>
>>         return 0;
>>
>>> Given the oops issue, perhaps revert this for now and get a working
>>> patch in for the next merge window?
>>
>> I have no strong feelings either way, but aic94xx and mvsas
>> maintainers have been hard to reach and I'm not encouraged more time
>> will yield a different result versus just moving ahead with these
>> fixes.
>>
>> That said we still have Tom's discovery regression which is a separate issue.
>
> I take it back.
>
> I overlooked what Tom said at the very beginning.  Everything is fixed
> by the revert, and I now see why my later "fix" made it worse.  The
> fix overlooked that mvsas is indeed initializing the phy ids, but in
> the "multi-chip" case it does a rather annoying duplication of phy ids
> in the array passed to libsas.  So, for example, chip0 has phy0-3 at
> ha phy index 0-3 and chip1 has its phy0-3 at ha phy index 4-7.  So the
> "fix" was breaking mvsas's ability to lookup phys by id and the
> original commit is tripped up by mvsas's scheme of putting non-unique
> ids in the sas_ha_struct.
>
> Question for a later day, but why isn't mvsas creating a scsi_host per
> chip??  That can only help performance and is more in line with
> reality.

Performance isn't in-line with what I would expect (in playing with 
fio), so if you want to whip something up, or point me some changesets / 
other drivers I can take a stab here.  Thanks!

-- 
Tom

  parent reply	other threads:[~2012-04-18 15:23 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-16 22:42 Commit a692b0e broke my mvsas card Tom Rini
2012-04-16 23:12 ` Dan Williams
2012-04-16 23:34   ` Tom Rini
2012-04-16 23:59     ` Dan Williams
2012-04-17  1:53       ` Tom Rini
2012-04-17  3:25         ` Dan Williams
2012-04-17 14:44           ` Tom Rini
2012-04-17 16:50             ` Dan Williams
2012-04-17 17:21               ` Tom Rini
2012-04-17 15:47           ` James Bottomley
2012-04-17 17:17             ` Dan Williams
2012-04-18  5:11               ` Dan Williams
2012-04-18  5:37                 ` James Bottomley
2012-04-18 15:23                 ` Tom Rini [this message]
2012-04-18 15:46                   ` Dan Williams

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F8EDC5F.9090600@ti.com \
    --to=trini@ti.com \
    --cc=James.Bottomley@hansenpartnership.com \
    --cc=dan.j.williams@intel.com \
    --cc=linux-scsi@vger.kernel.org \
    --cc=yuxiangl@marvell.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox