From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Williams Date: Wed, 13 Oct 2010 02:17:08 -0500 Subject: [Lustre-devel] Query to understand the Lustre request/reply message In-Reply-To: References: <5A70DB00-9F04-47AF-A31C-01ADA3B87D5E@clusterstor.com> <17D943BA-FF0B-467F-8413-CB8C8184858C@clusterstor.com> <72D9946A-6452-4BC3-8C18-D2CA607D82DC@clusterstor.com> <20101013054233.GC1635@oracle.com> Message-ID: <20101013071708.GF1635@oracle.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lustre-devel@lists.lustre.org On Wed, Oct 13, 2010 at 02:07:06AM -0400, Vilobh Meshram wrote: > I will try out the new API to create new RPC as per the steps mentioned by > you for Lustre 2.0 (since I am using 1.8.1.1 right now) . The new API, incidentally, uses the old API under the hood. That might help guide you. To understand usage patterns for the old API it should help to look at 2.0 code, particularly layout.c code, then look at corresponding 1.8 code. Nico --