Re: [multipathtcp] compiling MPTCP on Red Hat based systems (Scientific Linux)?

Christoph Paasch <christoph.paasch@uclouvain.be> Thu, 06 September 2012 15:02 UTC

Return-Path: <christoph.paasch@uclouvain.be>
X-Original-To: multipathtcp@ietfa.amsl.com
Delivered-To: multipathtcp@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 8513621F86AF for <multipathtcp@ietfa.amsl.com>; Thu, 6 Sep 2012 08:02:08 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.599
X-Spam-Level:
X-Spam-Status: No, score=-6.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, RCVD_IN_DNSWL_MED=-4]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JKdKigcaKDDI for <multipathtcp@ietfa.amsl.com>; Thu, 6 Sep 2012 08:02:07 -0700 (PDT)
Received: from smtp5.sgsi.ucl.ac.be (smtp.sgsi.ucl.ac.be [130.104.5.67]) by ietfa.amsl.com (Postfix) with ESMTP id C7EED21F8683 for <multipathtcp@ietf.org>; Thu, 6 Sep 2012 08:02:07 -0700 (PDT)
Received: from cpaasch-mac.localnet (cpaasch-mac.dhcp.info.ucl.ac.be [130.104.228.20]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: cpaasch@smtp5.sgsi.ucl.ac.be) by smtp5.sgsi.ucl.ac.be (Postfix) with ESMTPSA id 8D3F011ED0D; Thu, 6 Sep 2012 17:02:02 +0200 (CEST)
X-DKIM: Sendmail DKIM Filter v2.8.3 smtp5.sgsi.ucl.ac.be 8D3F011ED0D
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=uclouvain.be; s=selucl; t=1346943722; bh=7AGVfxptoc2Z+MZ+qoC+APBiwKImqZiqTzmjXrHjDmM=; h=From:To:Reply-To:Cc:Subject:Date:Message-ID:In-Reply-To: References:MIME-Version:Content-Transfer-Encoding:Content-Type; b=nz0FGRhTbxjfi6034FWr+Khfu82uajto2XMBbtuN2BgMAX97SKDc+YxYk7c+1oJoT thaRDR9yVEOKRyLogtA4MCP13m3xK+bgsIFcXG8mxQVyrYQamNEaz8Rvw3/i1N2F4l 8V6ZJr9I8A+hbPS9zDuixTGo9+EdRU7Vig8tVO88=
From: Christoph Paasch <christoph.paasch@uclouvain.be>
To: multipathtcp@ietf.org
Date: Thu, 06 Sep 2012 17:02:02 +0200
Message-ID: <2579012.tyrjqfyWpf@cpaasch-mac>
Organization: Université Catholique de Louvain
User-Agent: KMail/4.9 (Linux/3.2.0-30-mptcp; KDE/4.9.0; x86_64; ; )
In-Reply-To: <20120906144507.GD2245@rvdp.org>
References: <20120906144507.GD2245@rvdp.org>
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset="iso-8859-1"
X-Virus-Scanned: clamav-milter 0.97.3-exp at smtp-5.sipr-dc.ucl.ac.be
X-Virus-Status: Clean
X-Sgsi-Spamcheck: SASL authenticated,
X-SGSI-MailScanner-ID: 8D3F011ED0D.A1CFF
X-SGSI-MailScanner: Found to be clean
X-SGSI-From: christoph.paasch@uclouvain.be
X-SGSI-Spam-Status: No
Subject: Re: [multipathtcp] compiling MPTCP on Red Hat based systems (Scientific Linux)?
X-BeenThere: multipathtcp@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
Reply-To: Christoph Paasch <christoph.paasch@uclouvain.be>
List-Id: Multi-path extensions for TCP <multipathtcp.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/multipathtcp>, <mailto:multipathtcp-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/multipathtcp>
List-Post: <mailto:multipathtcp@ietf.org>
List-Help: <mailto:multipathtcp-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/multipathtcp>, <mailto:multipathtcp-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 06 Sep 2012 15:02:08 -0000

Hello,

On Thursday 06 September 2012 16:45:07 Ronald van der Pol wrote:
> We are trying to compile an MPTCP kernel on a Red Hat based system
> (Scientific Linux, Fedora). Did anybody succeed in this? If so,
> please let us know how you did this.
> 
> E.g., when copying the MPTCP kernel source to a Red Hat kernel build
> infrastructure we do not see the "MPTCP protocol" option in
> "make menuconfig".

you will have to disable "SYN_COOKIES", "TCP_MD5SIG" and "NET_DMA". 
Additionally, IPv6 cannot be set as a module. Either enable it as fully 
compiled inside the kernel, or disable it.
For more info, have a look here: 
http://mptcp.info.ucl.ac.be/pmwiki.php?n=Users.DoItYourself

Cheers,
Christoph

-- 
IP Networking Lab --- http://inl.info.ucl.ac.be
MultiPath TCP in the Linux Kernel --- http://mptcp.info.ucl.ac.be
Université Catholique de Louvain
--