OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2813-gd55df0a
Gerrit Code Review
gerrit@openafs.org
Thu, 9 Aug 2012 08:05:03 -0700 (PDT)
The following commit has been merged in the master branch:
commit 403f72ec7620c8c5d39d860edd7d8e775e2776e6
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.
Change-Id: Ia334c68ce5eb3fa01c01a8a1c52a0e0a2e41b2c0
Reviewed-on: http://gerrit.openafs.org/7925
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
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