Re: [PATCH v3] staging: lustre: mdc: manage number of modify RPCs in flight

2016-11-10 Thread Greg Kroah-Hartman
On Mon, Nov 07, 2016 at 05:23:23PM -0500, James Simmons wrote: > From: Gregoire Pichon > > This patch is the main client part of a new feature that supports > multiple modify metadata RPCs in parallel. Its goal is to improve > metadata operations performance of a single client, while maintening >

[PATCH v3] staging: lustre: mdc: manage number of modify RPCs in flight

2016-11-07 Thread James Simmons
From: Gregoire Pichon This patch is the main client part of a new feature that supports multiple modify metadata RPCs in parallel. Its goal is to improve metadata operations performance of a single client, while maintening the consistency of MDT reply reconstruction and MDT recovery mechanisms.