From: James Bottomley <James.Bottomley@SteelEye.com>
To: "Moore, Eric Dean" <Eric.Moore@lsil.com>
Cc: SCSI Mailing List <linux-scsi@vger.kernel.org>,
Jeff Garzik <jgarzik@pobox.com>, Jens Axboe <axboe@suse.de>
Subject: RE: [SAS ANNOUNCEMENT] MPT Fusion driver 3.02.07.02 update
Date: 16 Nov 2004 10:09:49 -0600 [thread overview]
Message-ID: <1100621395.2279.35.camel@mulgrave> (raw)
In-Reply-To: <91888D455306F94EBD4D168954A9457C3FFE19@nacos172.co.lsil.com>
On Mon, 2004-11-15 at 18:11, Moore, Eric Dean wrote:
> On Monday, November 15, 2004 3:51 PM, James Bottomley wrote:
>
> > This isn't an exercise to expose all the layers in the
> > transport, merely
> > to separate them out logically when it's useful to do so. Thus, it
> > would make sense to expose the link layer separately only if something
> > other than a PHY were going to be using it. If that's not the case,
> > then link transport parameters can be safely stashed in the PHY layer.
>
> I open to debate on this. The link info is going to be providing properties
> between two phys.
Right, but phys are essentially point to point, so the link info is also
a property of the local HBA phy.
> Would the "scan interface" be able to call the LLD drivers
> with a SAS Address? Here is our SMP passthru struct:
>
> typedef struct _MSG_SMP_PASSTHROUGH_REQUEST
> {
[...]
> } MSG_SMP_PASSTHROUGH_REQUEST, MPI_POINTER PTR_MSG_SMP_PASSTHROUGH_REQUEST,
> SmpPassthroughRequest_t, MPI_POINTER pSmpPassthroughRequest_t;
Actually, no. What you're wanting is a network type of connection (open
HBA and send an addressed packet). What I'm proposing is more like a
connected socket model: We expose in the transport class a file that
understands the addressing (like the scan file in the scsi_host class).
You send a command to this asking for the transport specific address to
be attached and it appears as a device node. You communicate with the
device node using SG_IO and remove it again when you've finished. So,
the packets you send to the device node are pure commands and have no
need of any addressing or topology information (and hence can be well
understood by SCSI or SATA.
James
next prev parent reply other threads:[~2004-11-16 16:10 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-16 0:11 [SAS ANNOUNCEMENT] MPT Fusion driver 3.02.07.02 update Moore, Eric Dean
2004-11-16 0:42 ` Jeff Garzik
2004-11-16 15:12 ` Luben Tuikov
2004-11-16 16:09 ` James Bottomley [this message]
-- strict thread matches above, loose matches on Subject: below --
2004-11-15 22:15 Moore, Eric Dean
2004-11-15 22:50 ` James Bottomley
2004-11-12 23:15 Moore, Eric Dean
2004-11-15 18:00 ` James Bottomley
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=1100621395.2279.35.camel@mulgrave \
--to=james.bottomley@steeleye.com \
--cc=Eric.Moore@lsil.com \
--cc=axboe@suse.de \
--cc=jgarzik@pobox.com \
--cc=linux-scsi@vger.kernel.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