From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bart Van Assche Subject: [PATCH 0/4 v3] IB/srp: add SRP_CRED_REQ support Date: Tue, 3 Aug 2010 16:08:27 +0200 Message-ID: <201008031608.27314.bvanassche@acm.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: Roland Dreier , David Dillow List-Id: linux-rdma@vger.kernel.org This series of four patches adds SRP_CRED_REQ support in ib_srp, which is a feature defined by the SRP (draft) standard. These patches depend on the "IB/srp receive buffer handling robustness improvement" patch posted a few days ago. Changes in v3 compared to v2: - Corrected completion queue size from SRP_REQ_SQ_SIZE (63) into SRP_SQ_SIZE (64). - Merged the two functions __srp_get_tx_req_iu() and __srp_get_tx_rsp_iu() into a single function __srp_get_tx_iu(). - Removed __attribute__((packed)) from the structure definitions added in include/scsi/srp.h because it was superfluous. - Modified descriptions of patches 1/4, 2/4 and 3/4. Changes in v2 compared to v1: - Split the big patch into multiple patches, which makes reviewing easier. - Instead of defining separate queues for transmitting requests and responses, a single queue is now used. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html