diff options
author | 2009-02-13 21:38:54 -0800 | |
---|---|---|
committer | 2009-02-21 20:29:37 -0600 | |
commit | f62d0896e67195d4407ef81c6f77a92f72a63e88 (patch) | |
tree | 3b305f041b9ae2c569bce4ac410e8e655b72d7fd /include/linux | |
parent | [SCSI] cxgb3i: added per-task data to track transmit progress (diff) | |
download | wireguard-linux-f62d0896e67195d4407ef81c6f77a92f72a63e88.tar.xz wireguard-linux-f62d0896e67195d4407ef81c6f77a92f72a63e88.zip |
[SCSI] cxgb3i: Outgoing pdus need to observe skb's MAX_SKB_FRAGS
Need to make sure the outgoing pdu can fit into a single skb. When
calulating the max. outgoing pdu payload size, take into consideration
of
- data can be held in the skb's fragment list, assume 512 bytes per
fragment, and
- data can be held in the headroom.
Signed-off-by: Karen Xie <kxie@chelsio.com>
Reviewed-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions