From: Boaz Harrosh <bharrosh-C4P08NqkoRlBDgjK7y7TUQ@public.gmane.org>
To: David Dillow <dave-i1Mk8JYDVaaSihdK6806/g@public.gmane.org>
Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-scsi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Bart Van Assche <bvanassche-HInyCGIudOg@public.gmane.org>,
"Nicholas A. Bellinger"
<nab-IzHhD5pYlfBP7FQvKIMDCQ@public.gmane.org>
Subject: Re: [RFC 7/8] IB/srp: stop sharing the host lock with SCSI
Date: Mon, 27 Dec 2010 20:47:41 +0200 [thread overview]
Message-ID: <4D18DF4D.6010607@panasas.com> (raw)
In-Reply-To: <1293472913.2896.36.camel-1q1vX8mYZiGLUyTwlgNVppKKF0rrzTr+@public.gmane.org>
On 12/27/2010 08:01 PM, David Dillow wrote:
> On Mon, 2010-12-27 at 19:56 +0200, Boaz Harrosh wrote:
>> On 12/27/2010 07:49 PM, David Dillow wrote:
>>> On Thu, 2010-12-23 at 16:31 -0500, David Dillow wrote:
>>>> We don't need protection against the SCSI stack, so use our own lock to
>>>> allow parallel progress on separate CPUs.
>>>
>>>> @@ -1126,7 +1125,7 @@ static int srp_queuecommand(struct Scsi_Host *shost, struct scsi_cmnd *scmnd)
>>>> return 0;
>>>> }
>>>>
>>>> - spin_lock_irqsave(shost->host_lock, flags);
>>>> + spin_lock_irqsave(&target->lock, flags);
>>>> /* This goes away once the scsi_eh routines stop testing it. */
>>>> scsi_cmd_get_serial(shost, scmnd);
>>>> iu = __srp_get_tx_iu(target, SRP_IU_CMD);
>>>
>>> This one may be a bit problematic -- I need to look at the required
>>> locking to avoid a race with the serial number. Of course, there's an
>>> easy fix -- if this patch lands after the patches to remove the serial
>>> number check from the error handler, then there's no reason to get a
>>> serial number in the initiator.
>>>
>>
>> $ git log --oneline -1 linus/master -- drivers/scsi/scsi_error.c
>> 459dbf7 [SCSI] Eliminate error handler overload of the SCSI serial number
>
> Oh goodie, I hadn't followed up to see if it was in one of James's later
> pulls. Thanks for the heads up -- I'll dump scsi_cmd_get_serial() in
> this patch then.
>
Are these base on James's trees? Or are you maintaining these scsi bits yourself?
Also CC: Nicholas A. Bellinger just in case he has a matching patch in
his luckless tree.
Thanks
Boaz
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2010-12-27 18:47 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-23 21:31 [RFC 0/8] IB/srp: scaling and bug fixes for 2.6.38 David Dillow
[not found] ` <1293139893-11678-1-git-send-email-dillowda-1Heg1YXhbW8@public.gmane.org>
2010-12-23 21:31 ` [RFC 1/8] IB/srp: allow task management without a previous request David Dillow
[not found] ` <1293139893-11678-2-git-send-email-dillowda-1Heg1YXhbW8@public.gmane.org>
2010-12-27 15:01 ` Bart Van Assche
[not found] ` <AANLkTi=sUbRP=Cg74DhXMRuhMRPMcW=JG-GsbuSd-gJ0-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-12-27 17:31 ` David Dillow
2010-12-23 21:31 ` [RFC 2/8] IB/srp: consolidate state change code David Dillow
[not found] ` <1293139893-11678-3-git-send-email-dillowda-1Heg1YXhbW8@public.gmane.org>
2010-12-27 15:12 ` Bart Van Assche
[not found] ` <AANLkTimE83r3EKcDwOat3Q_5=gzmCjB9A0vhs11r=hMU-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-12-27 17:33 ` David Dillow
2010-12-23 21:31 ` [RFC 3/8] IB/srp: allow lockless work posting David Dillow
[not found] ` <1293139893-11678-4-git-send-email-dillowda-1Heg1YXhbW8@public.gmane.org>
2010-12-27 15:37 ` Bart Van Assche
[not found] ` <AANLkTikWXFRuP1EjtchrVvMRTLWEmanUO2OFqC4meLEZ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-12-27 17:39 ` David Dillow
2010-12-23 21:31 ` [RFC 4/8] IB/srp: don't move active requests to their own list David Dillow
[not found] ` <1293139893-11678-5-git-send-email-dillowda-1Heg1YXhbW8@public.gmane.org>
2010-12-27 15:50 ` Bart Van Assche
[not found] ` <AANLkTinuOD919iV+ixcWhZpSkJP1QP=+OyphzVSq4_aO-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-12-27 17:46 ` David Dillow
2010-12-23 21:31 ` [RFC 5/8] IB/srp: reduce local coverage for command submission and EH David Dillow
[not found] ` <1293139893-11678-6-git-send-email-dillowda-1Heg1YXhbW8@public.gmane.org>
2011-01-02 17:16 ` Bart Van Assche
[not found] ` <AANLkTi=pRdoMWw4ZNy4JK9CoNGB=wyrThTNuDH+LUW0Y-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-01-03 8:45 ` David Dillow
2010-12-23 21:31 ` [RFC 6/8] IB/srp: reduce lock coverage of command completion David Dillow
2011-01-02 17:27 ` Bart Van Assche
[not found] ` <AANLkTikBkdn6XWgJELaBBFi1ZHen+UwQuumDn+yEPDPg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-01-03 8:44 ` David Dillow
2010-12-23 21:31 ` [RFC 7/8] IB/srp: stop sharing the host lock with SCSI David Dillow
2010-12-27 17:49 ` David Dillow
2010-12-27 17:56 ` Boaz Harrosh
[not found] ` <4D18D355.30308-C4P08NqkoRlBDgjK7y7TUQ@public.gmane.org>
2010-12-27 18:01 ` David Dillow
[not found] ` <1293472913.2896.36.camel-1q1vX8mYZiGLUyTwlgNVppKKF0rrzTr+@public.gmane.org>
2010-12-27 18:47 ` Boaz Harrosh [this message]
[not found] ` <4D18DF4D.6010607-C4P08NqkoRlBDgjK7y7TUQ@public.gmane.org>
2010-12-27 19:52 ` Dave Dillow
2010-12-28 17:38 ` Bart Van Assche
2010-12-23 21:31 ` [RFC 8/8] IB/srp: consolidate hot-path variables into cache lines David Dillow
2011-01-05 18:13 ` Roland Dreier
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=4D18DF4D.6010607@panasas.com \
--to=bharrosh-c4p08nqkorlbdgjk7y7tuq@public.gmane.org \
--cc=bvanassche-HInyCGIudOg@public.gmane.org \
--cc=dave-i1Mk8JYDVaaSihdK6806/g@public.gmane.org \
--cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-scsi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=nab-IzHhD5pYlfBP7FQvKIMDCQ@public.gmane.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.