Displaying 1 result from an estimated 1 matches for "scsi_transport_srp".
Did you mean:
scsi_transport_spi
2006 Aug 02
0
[PATCH 0/6] SCSI frontend and backend drivers
...will have lots of
common features, so maybe it would be better to merge them later on.
- For SCSI people
I''ve not implemented the SRP protocol fully yet. For example, without
a login command, the frontend driver sends SCSI commands. I will work
on this later on. Probably, something like scsi_transport_srp would be
nice because of other SRP drivers (InfiniBand, IBM pSeries).
Another issue is the limitation on the number of sg table (now 11)
because I put indirect buffer in a ring buffer (like IB srp initiator
driver). I will work on this too later on.
The patchset includes libsrp.c, but it''...