From: "Bill Boas" <bboas-klaOcWyJdxkshyMvu7JE4pqQE7yCjDx5@public.gmane.org>
To: 'Bart Van Assche' <bvanassche-HInyCGIudOg@public.gmane.org>,
'James Bottomley'
<James.Bottomley-JuX6DAaQMKPCXq6kfMZ53/egYHeGw8Jk@public.gmane.org>,
'David Dillow' <dillowda-1Heg1YXhbW8@public.gmane.org>
Cc: linux-scsi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
'Fujita Tomonori'
<fujita.tomonori-Zyj7fXuS5i5L9jVzuh4AOg@public.gmane.org>,
'Brian King'
<brking-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>,
'Roland Dreier' <roland-BHEL68pLQRGGvPXPguhicg@public.gmane.org>
Subject: RE: srp_transport: Fix atttribute registration race
Date: Sat, 12 Nov 2011 22:18:04 -0600 [thread overview]
Message-ID: <045e01cca1bb$3dee1070$b9ca3150$@systemfabricworks.com> (raw)
In-Reply-To: <CAO+b5-oxshsL7Dm7vhv4zC8m0P4dG3iNzxU9sdbi5cBkAnTpMQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
Bart, James, Dave,
At SC we are running a video streaming demo across a 7000 mile fiber
distance using IB extension boxes from Bay Microsystems at 40 Gbps. The
video streaming app uses SRP to transmit the streams across this long
distance link. Performance is not all what we would have hoped. We think
that because SRP uses RC mode between initiator and target that it is the RC
behavior over this distance that is impacting performance. Are any of you
aware of an SRP implementation that uses UC mode.
We appreciate your respones in advance,
Bill
Bill Boas
Tel: 01-510-375-8840
Email: bboas-klaOcWyJdxkshyMvu7JE4pqQE7yCjDx5@public.gmane.org
-----Original Message-----
From: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
[mailto:linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org] On Behalf Of Bart Van Assche
Sent: Tuesday, November 01, 2011 1:48 PM
To: James Bottomley
Cc: linux-scsi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org; linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org; Fujita Tomonori;
Brian King; David Dillow; Roland Dreier
Subject: Re: srp_transport: Fix atttribute registration race
On Mon, Oct 31, 2011 at 10:33 AM, James Bottomley
<James.Bottomley-JuX6DAaQMKPCXq6kfMZ53/egYHeGw8Jk@public.gmane.org> wrote:
> On Fri, 2011-10-21 at 18:57 +0200, Bart Van Assche wrote:
> > Register transport attributes after the attribute array has been set
> > up instead of before. The current code is racy because there is no
> > guarantee that the CPU examining the attribute container will see
> > all values written to the container.
>
> I don't agree with this change log. As far as the kernel is
> concerned, nothing happens until that function returns because the
> only way to use anything is to get a match to succeed, and they all
> check for
> ->transportt which will be NULL.
>
> I can accept that it's best practise to initialise something before
> registering it, because the reverse excites everyone's bogosity
> sensors, it's just not a bug in this case.
It's very well possible that I have missed something, but it's not clear to
me what's wrong with the patch description ? At least with ib_srp device
registration happens from another context than module initialization so it
can potentially run on another CPU. I don't see any kind of memory barrier
after the initialization of the SRP transport attribute array. So at least
in theory and on an architecture with a sufficiently weak memory model (e.g.
the POWER
architecture) there is no guarantee that these store operations will be
observed before an SRP device gets registered. Even more, there is no
guarantee that the CPU on which device registration happens will observe
these store operations in the same order as these were performed on the CPU
that ran srp_attach_transport().
Bart.
--
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
--
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:[~2011-11-13 4:18 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-21 16:57 srp_transport: Fix atttribute registration race Bart Van Assche
[not found] ` <201110211857.23622.bvanassche-HInyCGIudOg@public.gmane.org>
2011-10-31 9:33 ` James Bottomley
2011-11-01 18:47 ` Bart Van Assche
[not found] ` <CAO+b5-oxshsL7Dm7vhv4zC8m0P4dG3iNzxU9sdbi5cBkAnTpMQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-11-13 4:18 ` Bill Boas [this message]
2011-11-13 21:55 ` Dave Dillow
2011-11-13 22:46 ` Paul Grun
[not found] ` <20111113215523.GA6117-1Heg1YXhbW8@public.gmane.org>
2011-11-14 21:43 ` Or Gerlitz
2011-11-14 22:17 ` Dave Dillow
[not found] ` <CAJZOPZ+N2OLLHdKAFk=xkXGzFEdisaGsDBf6ra56pcT6zO_8qQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-11-15 7:04 ` Bart Van Assche
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='045e01cca1bb$3dee1070$b9ca3150$@systemfabricworks.com' \
--to=bboas-klaocwyjdxkshymvu7je4pqqe7ycjdx5@public.gmane.org \
--cc=James.Bottomley-JuX6DAaQMKPCXq6kfMZ53/egYHeGw8Jk@public.gmane.org \
--cc=brking-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org \
--cc=bvanassche-HInyCGIudOg@public.gmane.org \
--cc=dillowda-1Heg1YXhbW8@public.gmane.org \
--cc=fujita.tomonori-Zyj7fXuS5i5L9jVzuh4AOg@public.gmane.org \
--cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-scsi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=roland-BHEL68pLQRGGvPXPguhicg@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox