* Resources for SCSI, SRP, Infiniband?
@ 2001-08-06 14:17 Michael Heinz
2001-08-07 14:49 ` Oliver Xymoron
0 siblings, 1 reply; 9+ messages in thread
From: Michael Heinz @ 2001-08-06 14:17 UTC (permalink / raw)
To: linux-kernel
Hello, all -
I'm tasked with developing a new SCSI driver for 2.4; but I'm running
into issues that (a) SCSI drivers are different from other Linux device
drivers and (b) none of the SCSI driver docs/how-tos seem to have been
updated since 2.0.x.
I'm making progress, but could someone direct me to a list of do's and
don't's for SCSI drivers in 2.4?
Also, anybody else looking at developing IB and or SRP?
Thanks a lot....
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Resources for SCSI, SRP, Infiniband?
[not found] <mailman.997107541.5496.linux-kernel2news@redhat.com>
@ 2001-08-06 20:13 ` Pete Zaitcev
0 siblings, 0 replies; 9+ messages in thread
From: Pete Zaitcev @ 2001-08-06 20:13 UTC (permalink / raw)
To: mheinz, linux-kernel
> I'm making progress, but could someone direct me to a list of do's and
> don't's for SCSI drivers in 2.4?
Laugh, sadly.
> Also, anybody else looking at developing IB and or SRP?
Nobody does IB in the open, because hardware is not generally
available. Adapter manufacturers roll their proprietary stacks.
I work in a Trillian style effort (e.g. definitely to be opensourced
at a later date) - contact johnsonm at redhat if you are interested
in joining.
No SRP implementations exist that I know of, prorotypes may
be out there, coming from storage startups. AFAIK, Intel is
using a packetised SCSI mapping, at least Ashok Raj made
noises about it on IDF.
-- Pete
^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: Resources for SCSI, SRP, Infiniband?
@ 2001-08-06 20:58 Heinz, Michael
0 siblings, 0 replies; 9+ messages in thread
From: Heinz, Michael @ 2001-08-06 20:58 UTC (permalink / raw)
To: Pete Zaitcev, linux-kernel
Thanks, Pete.
That's kind of the impression I was forming - nothing public for IB,
everything under the covers. Kind of silly, in the long run.
As for the SCSI - thanks, at least I know I won't be breaking any rules
(since there aren't any... ;->)
Everybody loves a clown, but nobody will lend him money.
Michael "Pork Chop" Heinz
Infinicon Systems
610-205-0457
-----Original Message-----
From: Pete Zaitcev [mailto:zaitcev@redhat.com]
Sent: Monday, August 06, 2001 4:14 PM
To: Heinz, Michael; linux-kernel
Subject: Re: Resources for SCSI, SRP, Infiniband?
> I'm making progress, but could someone direct me to a list of do's and
> don't's for SCSI drivers in 2.4?
Laugh, sadly.
> Also, anybody else looking at developing IB and or SRP?
Nobody does IB in the open, because hardware is not generally
available. Adapter manufacturers roll their proprietary stacks.
I work in a Trillian style effort (e.g. definitely to be opensourced
at a later date) - contact johnsonm at redhat if you are interested
in joining.
No SRP implementations exist that I know of, prorotypes may
be out there, coming from storage startups. AFAIK, Intel is
using a packetised SCSI mapping, at least Ashok Raj made
noises about it on IDF.
-- Pete
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Resources for SCSI, SRP, Infiniband?
@ 2001-08-07 3:51 Douglas Gilbert
2001-08-07 5:29 ` Matthew Jacob
0 siblings, 1 reply; 9+ messages in thread
From: Douglas Gilbert @ 2001-08-07 3:51 UTC (permalink / raw)
To: Michael Heinz; +Cc: linux-kernel
Michael Heinz <mheinz@infiniconsys.com> wrote:
> I'm tasked with developing a new SCSI driver for 2.4;
> but I'm running into issues that (a) SCSI drivers
> are different from other Linux device drivers and
> (b) none of the SCSI driver docs/how-tos seem to have
> been updated since 2.0.x.
Strange, I'm pretty certain the linux documentation
project now includes my document:
http://www.linuxdoc.org/HOWTO/SCSI-2.4-HOWTO
and has for the last 6 months.
> I'm making progress, but could someone direct me to
> a list of do's and don't's for SCSI drivers in 2.4?
Have you looked at Eric Youngdales site:
http://www.andante.org/scsi.html ?
Alan Cox wrote an article about developing a SCSI driver
(but its a little out of date). Then there are the
maintainers of the existings scsi adapter drivers
who may lend you a hand. Best to address your general
scsi queries to the linux-scsi@vger.kernel.org
> Also, anybody else looking at developing IB and or SRP?
I went to an IB talk at the OLS and it seems that most
players don't want to say much; so much for open
software.
Doug Gilbert
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Resources for SCSI, SRP, Infiniband?
2001-08-07 3:51 Resources for SCSI, SRP, Infiniband? Douglas Gilbert
@ 2001-08-07 5:29 ` Matthew Jacob
0 siblings, 0 replies; 9+ messages in thread
From: Matthew Jacob @ 2001-08-07 5:29 UTC (permalink / raw)
To: Douglas Gilbert; +Cc: Michael Heinz, linux-kernel
>
> > Also, anybody else looking at developing IB and or SRP?
>
> I went to an IB talk at the OLS and it seems that most
> players don't want to say much; so much for open
> software.
>
pfiffle. The software and standards are open. The hardware players aren't
yet. This should put to rest any foolish notions about the relative importance
of some things.
^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: Resources for SCSI, SRP, Infiniband?
@ 2001-08-07 14:06 Heinz, Michael
0 siblings, 0 replies; 9+ messages in thread
From: Heinz, Michael @ 2001-08-07 14:06 UTC (permalink / raw)
To: Douglas Gilbert; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1160 bytes --]
> Strange, I'm pretty certain the linux documentation
> project now includes my document:
> http://www.linuxdoc.org/HOWTO/SCSI-2.4-HOWTO
> and has for the last 6 months.
Doug, you're a life saver.
For some reason, if you go to LinuxDoc and search (as I did) for "SCSI",
the first 33 entries all refer to the 1996 version of this document! It
didn't occur to me that they would have both the old and new versions on
line.
> Have you looked at Eric Youngdales site:
> http://www.andante.org/scsi.html ?
>
> Alan Cox wrote an article about developing a SCSI driver
.
.
.
> who may lend you a hand. Best to address your general
> scsi queries to the linux-scsi@vger.kernel.org
Again, thanks for the tips! While I'm an old hand at UNIX (and at
various freeware projects) I'm quite new to the Linux environment.
> I went to an IB talk at the OLS and it seems that most
> players don't want to say much; so much for open
> software.
Yeah, that seems to be my experience.
Thanks again.
--
"Oh, bother!" said the Borg. "We've assimilated Pooh!"
"Thanks for noticing." replied Eeyore.
mheinz@infiniconsys.com
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Heinz, Michael.vcf --]
[-- Type: text/x-vcard; name="Heinz, Michael.vcf", Size: 140 bytes --]
BEGIN:VCARD
VERSION:2.1
N:Heinz;Michael
FN:Heinz, Michael
EMAIL;PREF;INTERNET:mheinz@infiniconsys.com
REV:20010711T191535Z
END:VCARD
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Resources for SCSI, SRP, Infiniband?
2001-08-06 14:17 Michael Heinz
@ 2001-08-07 14:49 ` Oliver Xymoron
2001-08-07 15:02 ` Michael Heinz
0 siblings, 1 reply; 9+ messages in thread
From: Oliver Xymoron @ 2001-08-07 14:49 UTC (permalink / raw)
To: Michael Heinz; +Cc: linux-kernel
On Mon, 6 Aug 2001, Michael Heinz wrote:
> I'm tasked with developing a new SCSI driver for 2.4; but I'm running
> into issues that (a) SCSI drivers are different from other Linux device
> drivers and (b) none of the SCSI driver docs/how-tos seem to have been
> updated since 2.0.x.
>
> I'm making progress, but could someone direct me to a list of do's and
> don't's for SCSI drivers in 2.4?
>
> Also, anybody else looking at developing IB and or SRP?
The mention of all of the above together suggests you're working on iSCSI
or something similar. If so, there are at least three open implementations
for Linux, from Cisco, Intel, and UNH. Are you looking for Secure Remote
Password (speced for iSCSI authentication) or Selective Retransmission
Protocol?
--
"Love the dolphins," she advised him. "Write by W.A.S.T.E.."
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Resources for SCSI, SRP, Infiniband?
2001-08-07 14:49 ` Oliver Xymoron
@ 2001-08-07 15:02 ` Michael Heinz
0 siblings, 0 replies; 9+ messages in thread
From: Michael Heinz @ 2001-08-07 15:02 UTC (permalink / raw)
To: Oliver Xymoron; +Cc: linux-kernel
Oliver Xymoron wrote:
> The mention of all of the above together suggests you're working on iSCSI
> or something similar. If so, there are at least three open implementations
> for Linux, from Cisco, Intel, and UNH. Are you looking for Secure Remote
> Password (speced for iSCSI authentication) or Selective Retransmission
> Protocol?
>
> --
> "Love the dolphins," she advised him. "Write by W.A.S.T.E.."
>
>
Ultimately, SRP over InfiniBand. At the moment, my sights are somewhat
lower - a working RAM disk that emulates a SCSI device. (To teach myself
the ins and outs of the SCSI modules)
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Resources for SCSI, SRP, Infiniband?
[not found] <mailman.997195920.28446.linux-kernel2news@redhat.com>
@ 2001-08-07 18:49 ` Pete Zaitcev
0 siblings, 0 replies; 9+ messages in thread
From: Pete Zaitcev @ 2001-08-07 18:49 UTC (permalink / raw)
To: oxymoron; +Cc: linux-kernel
> > Also, anybody else looking at developing IB and or SRP?
>
> The mention of all of the above together suggests you're working on iSCSI
> or something similar. If so, there are at least three open implementations
> for Linux, from Cisco, Intel, and UNH. Are you looking for Secure Remote
> Password (speced for iSCSI authentication) or Selective Retransmission
> Protocol?
Too many TLAs in the storage area. SRP in the context of Infi
is SCSI RDMA Protocol (formerly known as SCSI VI Protocol
(no, it is not Roman "six", but SCSI-over-VIA)). See:
ftp://ftp.t10.org/t10/drafts/srp/srp-r07.pdf
-- Pete
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2001-08-07 18:49 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-08-07 3:51 Resources for SCSI, SRP, Infiniband? Douglas Gilbert
2001-08-07 5:29 ` Matthew Jacob
[not found] <mailman.997195920.28446.linux-kernel2news@redhat.com>
2001-08-07 18:49 ` Pete Zaitcev
-- strict thread matches above, loose matches on Subject: below --
2001-08-07 14:06 Heinz, Michael
2001-08-06 20:58 Heinz, Michael
[not found] <mailman.997107541.5496.linux-kernel2news@redhat.com>
2001-08-06 20:13 ` Pete Zaitcev
2001-08-06 14:17 Michael Heinz
2001-08-07 14:49 ` Oliver Xymoron
2001-08-07 15:02 ` Michael Heinz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox