OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-165-ga99e616
Gerrit Code Review
gerrit@openafs.org
Fri, 24 Sep 2010 06:46:48 -0700 (PDT)
The following commit has been merged in the master branch:
commit a99e616d445d8b713934194ded2e23fe20777f9a
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Thu Sep 23 17:41:47 2010 +0100
rx: Big windows make us sad
The commit which took our Window size to 128 caused rxperf to run
40 times slower than before. All of the recent rx improvements have
reduced this to being around 2x slower than before, but we're still
not ready for large window sizes.
As 1.6 is nearing release, reset back to the old, fast, window size
of 32. We can revist this as further performance improvements and
restructuring happen on master.
Change-Id: Ic1de2cf33f42edaf1455b72580110d56fe968a7b
Reviewed-on: http://gerrit.openafs.org/2844
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
src/rx/rx_globals.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository