OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-devel-1_5_77-45-gf74abfb

Gerrit Code Review gerrit@openafs.org
Tue, 5 Oct 2010 11:57:20 -0700 (PDT)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit f74abfb4d0b8d354a0ce3abf60c4da6e0ac4e14c
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.
    
    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>
    (cherry picked from commit a99e616d445d8b713934194ded2e23fe20777f9a)
    Change-Id: I6080c69ba51c8743b8c48bf0e0b7dd481185688d
    Reviewed-on: http://gerrit.openafs.org/2922
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/rx/rx_globals.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository