Whamcloud - gitweb
LU-5319 mdc: add max modify RPCs in flight variable 53/14153/12
authorGregoire Pichon <gregoire.pichon@bull.net>
Wed, 18 Mar 2015 09:14:47 +0000 (10:14 +0100)
committerOleg Drokin <oleg.drokin@intel.com>
Sun, 31 May 2015 17:03:14 +0000 (17:03 +0000)
commit60c05ea9f66f9bd3f5fd35942a12edb1e311c455
tree6bf72eb1bb6e702a54cf744667a638bfe9740007
parentef4a8c9e0993041aca3cd4d5b24948def1a9a47c
LU-5319 mdc: add max modify RPCs in flight variable

This patch introduces the maximum modify RPCs in flight variable of
a mdc client obd device. Its value is set from connection flag and
and connection data. It can later be tuned through the
max_mod_rpcs_in_flight procfs file.

Signed-off-by: Gregoire Pichon <gregoire.pichon@bull.net>
Change-Id: I51600f151fd508450d1898647a94856f16d2b245
Reviewed-on: http://review.whamcloud.com/14153
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
Reviewed-by: Mike Pershin <mike.pershin@intel.com>
Reviewed-by: Alex Zhuravlev <alexey.zhuravlev@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/include/obd.h
lustre/include/obd_class.h
lustre/mdc/lproc_mdc.c
lustre/mdc/mdc_request.c
lustre/obdclass/genops.c
lustre/ptlrpc/import.c