From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Steve Wise" Subject: NFSRDMA test branch update Date: Wed, 9 Jul 2014 14:52:00 -0500 Message-ID: <00be01cf9baf$3f68f960$be3aec20$@opengridcomputing.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Language: en-us Sender: linux-nfs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: linux-nfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, 'Shirley Ma' , 'Chuck Lever' , "'Veeresh U. Kokatnur'" , 'Indranil Choudhury' List-Id: linux-rdma@vger.kernel.org Hey all, I've updated the for-test branch of git://git.linux-nfs.org/projects/swise/linux.git. It is based on tag v3.16-rc4 and has these additional patches: Chuck Lever (21): xprtrdma: Fix panic in rpcrdma_register_frmr_external() xprtrdma: Protect ia->ri_id when unmapping/invalidating MRs xprtrdma: Limit data payload size for ALLPHYSICAL xprtrdma: Update rkeys after transport reconnect xprtrdma: On disconnect, don't ignore pending CQEs xprtrdma: Don't invalidate FRMRs if registration fails xprtrdma: Unclutter struct rpcrdma_mr_seg xprtrdma: Back off rkey when FAST_REG_MR fails xprtrdma: Chain together all MWs in same buffer pool xprtrdma: Properly handle exhaustion of the rb_mws list xprtrdma: Reset FRMRs when FAST_REG_MR is flushed by a disconnect xprtrdma: Reset FRMRs after a flushed LOCAL_INV Work Request xprtrdma: Don't post a LOCAL_INV in rpcrdma_register_frmr_external() xprtrdma: Disable completions for FAST_REG_MR Work Requests xprtrdma: Disable completions for LOCAL_INV Work Requests xprtrdma: Rename frmr_wr xprtrdma: Allocate each struct rpcrdma_mw separately xprtrdma: Schedule reply tasklet once per upcall xprtrdma: Make rpcrdma_ep_disconnect() return void xprtrdma: Remove RPCRDMA_PERSISTENT_REGISTRATION macro xprtrdma: Handle additional connection events Hariprasad S (2): iw_cxgb4: Fix skb_leak in reject_cr iw_cxgb4: clean up connection on arp error Jan Beulich (1): x86-64: fix vDSO build Steve Wise (3): iw_cxgb4: call iwpm_init() only once iw_cxgb4: initialize the device status page svcrdma: send_write() must not overflow the device's max sge Cheers, Steve. -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: linux-nfs-owner@vger.kernel.org Received: from smtp.opengridcomputing.com ([72.48.136.20]:55728 "EHLO smtp.opengridcomputing.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754252AbaGITv5 (ORCPT ); Wed, 9 Jul 2014 15:51:57 -0400 From: "Steve Wise" To: Cc: , "'Shirley Ma'" , "'Chuck Lever'" , "'Veeresh U. Kokatnur'" , "'Indranil Choudhury'" Subject: NFSRDMA test branch update Date: Wed, 9 Jul 2014 14:52:00 -0500 Message-ID: <00be01cf9baf$3f68f960$be3aec20$@opengridcomputing.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: linux-nfs-owner@vger.kernel.org List-ID: Hey all, I've updated the for-test branch of git://git.linux-nfs.org/projects/swise/linux.git. It is based on tag v3.16-rc4 and has these additional patches: Chuck Lever (21): xprtrdma: Fix panic in rpcrdma_register_frmr_external() xprtrdma: Protect ia->ri_id when unmapping/invalidating MRs xprtrdma: Limit data payload size for ALLPHYSICAL xprtrdma: Update rkeys after transport reconnect xprtrdma: On disconnect, don't ignore pending CQEs xprtrdma: Don't invalidate FRMRs if registration fails xprtrdma: Unclutter struct rpcrdma_mr_seg xprtrdma: Back off rkey when FAST_REG_MR fails xprtrdma: Chain together all MWs in same buffer pool xprtrdma: Properly handle exhaustion of the rb_mws list xprtrdma: Reset FRMRs when FAST_REG_MR is flushed by a disconnect xprtrdma: Reset FRMRs after a flushed LOCAL_INV Work Request xprtrdma: Don't post a LOCAL_INV in rpcrdma_register_frmr_external() xprtrdma: Disable completions for FAST_REG_MR Work Requests xprtrdma: Disable completions for LOCAL_INV Work Requests xprtrdma: Rename frmr_wr xprtrdma: Allocate each struct rpcrdma_mw separately xprtrdma: Schedule reply tasklet once per upcall xprtrdma: Make rpcrdma_ep_disconnect() return void xprtrdma: Remove RPCRDMA_PERSISTENT_REGISTRATION macro xprtrdma: Handle additional connection events Hariprasad S (2): iw_cxgb4: Fix skb_leak in reject_cr iw_cxgb4: clean up connection on arp error Jan Beulich (1): x86-64: fix vDSO build Steve Wise (3): iw_cxgb4: call iwpm_init() only once iw_cxgb4: initialize the device status page svcrdma: send_write() must not overflow the device's max sge Cheers, Steve.