OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_16-3-gf77c7a7

Gerrit Code Review gerrit@openafs.org
Fri, 10 Aug 2012 18:52:44 -0700 (PDT)


The following commit has been merged in the openafs-devel-1_7_x branch:
commit f77c7a778b7c6071b762978e9daa284a7ecc6c27
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Wed Aug 1 15:19:02 2012 -0400

    rx: Create AFS_ADAPT_PMTU and AFS_RXERRQ_ENV
    
    Currently we have the ADAPT_PMTU define, which turns on functionality
    in Linux to detect PMTU-related ICMP errors for Rx. However, this is
    really turning on two separate pieces of functionality: the PMTU
    processing, and the processing for ICMP errors in general.
    
    So split this out into two defines: AFS_ADAPT_PMTU, and
    AFS_RXERRQ_ENV. The former is for processing PMTU discovery, and the
    latter is for processing ICMP errors. Both of these are left disabled
    due to issues in the error processing. Although PMTU discovery is the
    only functionality which makes use of ICMP errors, this will change in
    the future.
    
    Reviewed-on: http://gerrit.openafs.org/7925
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>
    (cherry picked from commit 403f72ec7620c8c5d39d860edd7d8e775e2776e6)
    
    Change-Id: I86a6809b9b5590208a4bed139efc6753e538ca5a
    Reviewed-on: http://gerrit.openafs.org/7958
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>

 acinclude.m4               |    8 ++------
 src/config/param.linux26.h |    9 +++++++++
 src/rx/LINUX/rx_knet.c     |   31 +++++++++++++++++++++----------
 src/rx/rx.c                |    4 ++--
 src/rx/rx_lwp.c            |    4 ++--
 src/rx/rx_pthread.c        |    2 +-
 src/rx/rx_user.c           |   27 +++++++++++++++------------
 7 files changed, 52 insertions(+), 33 deletions(-)

-- 
OpenAFS Master Repository