Re: [tcpm] WG status update

Bruno Mongazon-Cazavet <bruno.mongazon-cazavet@alcatel-lucent.com> Mon, 15 November 2010 14:03 UTC

Return-Path: <bruno.mongazon-cazavet@alcatel-lucent.com>
X-Original-To: tcpm@core3.amsl.com
Delivered-To: tcpm@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 17EEC3A6A70 for <tcpm@core3.amsl.com>; Mon, 15 Nov 2010 06:03:52 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.249
X-Spam-Level:
X-Spam-Status: No, score=-6.249 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, HELO_EQ_FR=0.35, RCVD_IN_DNSWL_MED=-4]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id x-YFMQIUU6vl for <tcpm@core3.amsl.com>; Mon, 15 Nov 2010 06:03:50 -0800 (PST)
Received: from smail2.alcatel.fr (smail2.alcatel.fr [62.23.212.57]) by core3.amsl.com (Postfix) with ESMTP id 536F63A6993 for <tcpm@ietf.org>; Mon, 15 Nov 2010 06:03:49 -0800 (PST)
Received: from FRMRSSXCHHUB01.dc-m.alcatel-lucent.com (FRMRSSXCHHUB01.dc-m.alcatel-lucent.com [135.120.45.61]) by smail2.alcatel.fr (8.14.3/8.14.3/ICT) with ESMTP id oAFE1slf010756 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT); Mon, 15 Nov 2010 15:04:28 +0100
Received: from [172.27.205.223] (135.120.57.7) by FRMRSSXCHHUB01.dc-m.alcatel-lucent.com (135.120.45.61) with Microsoft SMTP Server (TLS) id 8.3.106.1; Mon, 15 Nov 2010 15:03:41 +0100
Message-ID: <4CE13DBD.5010706@alcatel-lucent.com>
Date: Mon, 15 Nov 2010 15:03:41 +0100
From: Bruno Mongazon-Cazavet <bruno.mongazon-cazavet@alcatel-lucent.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2.9) Gecko/20100915 Lightning/1.0b2 Thunderbird/3.1.4
MIME-Version: 1.0
To: Lars Eggert <lars.eggert@nokia.com>
References: <C304DB494AC0C04C87C6A6E2FF5603DB4821F155C3@NDJSSCC01.ndc.nasa.gov> <4CDA4FA9.4050006@alcatel-lucent.com> <5FDC413D5FA246468C200652D63E627A0B54DF91@LDCMVEXC1-PRD.hq.netapp.com> <4CE10B0C.1040705@alcatel-lucent.com> <9EAEB61A-6E43-4EB2-B89F-32A3957814AB@nokia.com>
In-Reply-To: <9EAEB61A-6E43-4EB2-B89F-32A3957814AB@nokia.com>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 8bit
X-Scanned-By: MIMEDefang 2.64 on 155.132.188.80
Cc: "tcpm@ietf.org" <tcpm@ietf.org>
Subject: Re: [tcpm] WG status update
X-BeenThere: tcpm@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: TCP Maintenance and Minor Extensions Working Group <tcpm.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/tcpm>, <mailto:tcpm-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/tcpm>
List-Post: <mailto:tcpm@ietf.org>
List-Help: <mailto:tcpm-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tcpm>, <mailto:tcpm-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 15 Nov 2010 14:03:52 -0000

  Le 15/11/2010 13:54, Lars Eggert a écrit :
> Hi,
>
> On 2010-11-15, at 12:27, Bruno Mongazon-Cazavet wrote:
>> Please let me know, if from the design point of view, the WG would consider the opportunity to have a lightweight MPTCP that would look like TCP-Rehash.
> given that the IETF is already working on MPTCP, it's a bit difficult to see why we should work on another extension to TCP that does some of what MPTCP does, but not all of it, and in a way that is not interoperable with it.
>
> It's not like MPTCP will significantly increase the footprint of the network stack.

Sorry but yes it does.

The numbers are currently the following:

MP-TCP patch on 2.6.28 => 16270 Line Of Code
TCP-Rehash on 2.6.34 => 2357 Line Of Code

Percentages are currently the following (net/ipv4 sub-directory C files 
only, not counting the core nor header files):

MP-TCP on 2.6.28 => (16270 / 82925) * 100 ~= 20 %
TCP-Rehash on 2.6.34 => (2357 / 80977) * 100 ~= 3%

Giving the fact that the MP-TCP code i use does not provide yet "coupled 
congestion control" there are a few chance the trend can change.

So numbers do actually tell something logical: TCP-Rehash is designed 
with minimal functionality, MP-TCP provides more functionality.

I just wonder if MP-TCP can benefit from a behavior that would only cost 
a little (if ever, need to be checked) and provide a minimal behavior 
that can sometimes be sufficient.

I am free to discuss this and other's opinions are welcome.

Bruno.

> Lars