commit | 6e458cc943dd494ac68b570418f187883e555362 | [log] [tgz] |
---|---|---|
author | Mike Christie <michaelc@cs.wisc.edu> | Thu May 18 20:31:31 2006 -0500 |
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | Sat May 20 09:34:21 2006 -0500 |
tree | 11519c1b451bfb54a1dcf0a003dfe183c9c34fd7 | |
parent | 07fb75a50600c0c480b40c6d11dbc993f21bc2bc [diff] |
[SCSI] iscsi: dont use sendpage for iscsi headers From Zhen and ported by Mike: Don't use sendpage for the headers. sendpage for the pdu headers does not seem to have a performance impact, makes life harder for mutiple data pdus to be in flight and still trips up some network cards when it is from slab mem. Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>