From: adilger Date: Wed, 6 Jul 2005 08:36:41 +0000 (+0000) Subject: Branch b1_4 X-Git-Tag: v1_7_140~1^12~3^2~55^5~100 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=b82db22e5e8b1b6d2e7e6a5e2200fd895c2b7c28;p=fs%2Flustre-release.git Branch b1_4 Fix max OST request size comment (ever since RPC size went from 256-1MB). --- diff --git a/lustre/include/linux/lustre_net.h b/lustre/include/linux/lustre_net.h index 2d15d50..9fc120b 100644 --- a/lustre/include/linux/lustre_net.h +++ b/lustre/include/linux/lustre_net.h @@ -139,8 +139,8 @@ OST_MAX_THREADS), 2UL) #define OST_NBUFS (64 * smp_num_cpus) #define OST_BUFSIZE (8 * 1024) -/* OST_MAXREQSIZE ~= 1640 bytes = - * lustre_msg + obdo + 16 * obd_ioobj + 64 * niobuf_remote +/* OST_MAXREQSIZE ~= 4768 bytes = + * lustre_msg + obdo + 16 * obd_ioobj + 256 * niobuf_remote * * - single object with 16 pages is 512 bytes * - OST_MAXREQSIZE must be at least 1 page of cookies plus some spillover