From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benny Halevy Subject: Re: [PATCH RFC 0/10] nfsd41 backchannel patches for 2.6.32 Date: Fri, 21 Aug 2009 11:43:02 +0300 Message-ID: <4A8E5E16.1090402@panasas.com> References: <4A8C9992.2000505@panasas.com> <20090820213724.GD2451@fieldses.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Linux pNFS mailing list , linux-fsdevel@vger.kernel.org To: "J. Bruce Fields" Return-path: Received: from ip67-152-220-67.z220-152-67.customer.algx.net ([67.152.220.67]:46422 "EHLO daytona.int.panasas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754878AbZHUInE (ORCPT ); Fri, 21 Aug 2009 04:43:04 -0400 In-Reply-To: <20090820213724.GD2451@fieldses.org> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Aug. 21, 2009, 0:37 +0300, "J. Bruce Fields" wrote: > On Thu, Aug 20, 2009 at 01:32:18AM +0100, Benny Halevy wrote: >> Hi Bruce, >> >> Please review the following patches implementing >> the server side nfsv4.1 backchannel. > > Just to make clear--you consider them ready to apply, right? Right. > > (That's what I thought I understood, but the "RFC" might suggest > otherwise.) I sent them as "RFC" since they weren't fully reviewed yet by the wider community, but it's not new, unbaked code. Benny > > --b. > >> They are based on v.2.6.31-rc6 and are currently >> queued on git://linux-nfs.org/~bhalevy/linux-pnfs.git nfsd41-all >> >> [PATCH RFC 01/10] nfsd41: sunrpc: svc_tcp_recv_record() >> [PATCH RFC 02/10] nfsd41: sunrpc: Added rpc server-side backchannel handling >> [PATCH RFC 03/10] nfsd41: sunrpc: move struct rpc_buffer def into a common header file >> [PATCH RFC 04/10] nfsd41: Backchannel: callback infrastructure >> [PATCH RFC 05/10] nfsd41: Backchannel: Add sequence arguments to callback RPC arguments >> [PATCH RFC 06/10] nfsd41: Backchannel: Server backchannel RPC wait queue >> [PATCH RFC 07/10] nfsd41: Backchannel: Setup sequence information >> [PATCH RFC 08/10] nfsd41: Backchannel: cb_sequence callback >> [PATCH RFC 09/10] nfsd41: Backchannel: Implement cb_recall over NFSv4.1 >> [PATCH RFC 10/10] nfsd41: Refactor create_client() >> >> Thanks, >> >> Benny >>