From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gilad Ben-Yossef Subject: [PATCH v2 8/8] Document future removal of sysctl_tcp_* options Date: Wed, 21 Oct 2009 10:57:01 +0200 Message-ID: <1256115421-12714-9-git-send-email-gilad@codefidence.com> References: <1256115421-12714-1-git-send-email-gilad@codefidence.com> Cc: ori@comsleep.com, Gilad Ben-Yossef To: netdev@vger.kernel.org Return-path: Received: from xenbox.codefidence.com ([92.48.73.16]:39389 "EHLO xenbox.codefidence.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753280AbZJUI5A (ORCPT ); Wed, 21 Oct 2009 04:57:00 -0400 In-Reply-To: <1256115421-12714-1-git-send-email-gilad@codefidence.com> Sender: netdev-owner@vger.kernel.org List-ID: No need for global kill switches if we have per route entry controls. Wait a year before removing in case someone is using this. Signed-off-by: Gilad Ben-Yossef --- Documentation/feature-removal-schedule.txt | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 89a47b5..60db855 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt @@ -6,6 +6,18 @@ be removed from this file. --------------------------- +What: sysctl_tcp_sack, sysctl_tcp_timestamps, sysctl_tcp_window_scaling, + sysctl_tcp_dsack +When: October 2010 + +Why: These options can now be set on a per route basis via the + RTAX_FEATURE_NO_SACK, RTAX_FEATURE_NO_TSTAMP, RTAX_FEATURE_NO_WSCALE, + and RTAX_FEATURE_NO_DSACK route feature options. + +Who: Gilad Ben-Yossef + +--------------------------- + What: PRISM54 When: 2.6.34 -- 1.5.6.3