git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10eb0f0
)
[SCSI] libiscsi: check of LLD has a alloc pdu callout.
author
Mike Christie
<michaelc@cs.wisc.edu>
Wed, 13 May 2009 22:57:39 +0000
(17:57 -0500)
committer
James Bottomley
<James.Bottomley@HansenPartnership.com>
Sat, 23 May 2009 20:44:09 +0000
(15:44 -0500)
bnx2i does not have one. It currently preallocates the bdt
when the session is setup.
We probably want to change that to a dma pool, then allocate from
the pool in the alloc pdu. Until then check if there is a alloc
pdu callout.
Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
No differences found