[PATCH v2 0/6 2.6.29-rc] cxgb3i -- bug fixes for 2.6.29-rcX From: Karen Xie <kxie@xxxxxxxxxxx> Hi, Mike, Could you review the following patches? I've clamped down the max. outgoing pdu payload based on how much data can be fitted into a skb (either in the headroom or the frag_list), and removed the extra memory allocation in alloc_pdu(). The scanning of the scsi scatter-gather list is moved from alloc_pdu() to init_pdu(). The patches are based on scsi-rc-fixes-2.6 git. The changes include: - fixed tx work-request credit list. - Added per-task data to track the state of the pdus to be transmitted. - fixed a bug in tx pdu construction where we could over-run the skb's fragment list. - Added missing include file in cxgb3i_ddp.h. - fixed spelling error in the documentation. - Update version number to 1.0.1. Thanks. Karen -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html