Whamcloud - gitweb
LU-2925 out: increase reqbuf size for OUT
authorLiang Zhen <liang.zhen@intel.com>
Fri, 8 Mar 2013 05:20:44 +0000 (13:20 +0800)
committerOleg Drokin <oleg.drokin@intel.com>
Fri, 15 Mar 2013 05:22:59 +0000 (01:22 -0400)
commit6b8967aa9545fbf5942cc79438d27cd38e919f70
tree176adbca8096b7d8077405b6c4f2448df75a7d3c
parent020e353a21add0181af4a78302d2cd2e12bdf82d
LU-2925 out: increase reqbuf size for OUT

OUT service for DNE can have request size up to 9K, however, it's
using default definition of MDS request buffer size which is 5K.
This patch added individual definitions for OUT reqsize and
req_bufsize.
This patch also made some changes to MDS_BUFSIZE and MDS_LOV_BUFSIZE
to unify style of macros.

Signed-off-by: Liang Zhen <liang.zhen@intel.com>
Change-Id: I102d6b2aed1e0ed495f055fa3de0c7de7de8c28d
Reviewed-on: http://review.whamcloud.com/5653
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Hudson
Reviewed-by: wangdi <di.wang@intel.com>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
lustre/include/lustre_net.h
lustre/mdt/mdt_mds.c