netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Christoph Paasch <christoph.paasch@uclouvain.be>
To: Peter Chacko <peterchacko35@gmail.com>
Cc: netdev@vger.kernel.org, bonding-devel@lists.sourceforge.net,
	linux-sctp@vger.kernel.org,
	MS PRASAD <prasad_drdo@rediffmail.com>,
	Lal Samuel Varghese <lalsam@gmail.com>,
	"Gregory S. Tseytin" <tseyting@acm.org>
Subject: Re: MultiPath TCP in the Linux Kernel
Date: Thu, 20 Jan 2011 16:11:22 +0100	[thread overview]
Message-ID: <201101201611.23219.christoph.paasch@uclouvain.be> (raw)
In-Reply-To: <AANLkTinkqCjQqRKDFnxTF4-uF27XyPzh0gY-vX3fnfSo@mail.gmail.com>

Hi,

MultiPath TCP is not a port of SCTP. It is based on regular TCP and presents a 
regular socket-api to the application. Thus applications do not have to be 
modified.

MPTCP opens several TCP-subflows across it's different IP-addresses, and lets 
the data go over these different TCP sessions. To synchronize the data-
transfer MPTCP uses TCP-options. Thus, on the wire it looks like regular TCP, 
with the only difference being that there are additional TCP-options.

MPTCP increases the throughput, because it uses the TCP-subflows 
simultaneously. With our implementation we got 2Gbps throughput for a single 
iperf-session on a machine having two 1Gb-interfaces (using jumbo-frames), 
whereas regular TCP could only go up to 1Gbps, as it only uses one interface.

To maintain bottleneck-fairness the Coupled Congestion Control controls the 
congestion window of the individual subflows (included in the implementation 
since the latest release).
http://datatracker.ietf.org/doc/draft-ietf-mptcp-congestion/


Cheers,
Christoph

P.S.: We have a public webserver running MPTCP at http://mptcp.info.ucl.ac.be
So you can directly try out the power of MPTCP... ;-)

On Thursday, January 20, 2011 wrote Peter Chacko:
> SCTP already provides that , and is TCP Multi-Path is going to be a port of
> it or any other difference ?
> 
> We are looking to use SCTP for this feature, but as we found it it has not
> kicked off , because of its firewall issues, we are trying add
> Multi-Pathing at application layer, sharing all the congestion states(like
> CM idea) as we are building a WAN optimized storage replication module as
> part of our cloud storage gateway development.
> 
> Curious to see more info on this.
> 
> Thanks
> 
> 2011/1/20 Christoph Paasch <christoph.paasch@uclouvain.be>
> 
> > Hi all,
> > 
> > The IETF is developing a new transport layer solution, MultiPath TCP,
> > which allows to efficiently exploit several Internet paths between a
> > pair of hosts,
> > while presenting a single TCP connection to the application layer.
> > 
> > At the UCLouvain in Belgium we are developping the support for MultiPath
> > TCP
> > in the Linux Kernel. The implementation is a major extension to the Linux
> > TCP-
> > stack.
> > 
> > For general information, access:
> > http://inl.info.ucl.ac.be/mptcp
> > https://scm.info.ucl.ac.be/trac/mptcp/
> > 
> > To access the git-repository:
> > git://scm.info.ucl.ac.be/mtcp.git
> > 
> > branches:
> >        mptcp_2.6.36 - based on Linux Kernel 2.6.36
> >        mtcp_no_subrcvqueue - based on Linux Kernel 2.6.28
> > 
> > For questions, feedback,... feel free to subscribe to the mptcp-dev
> > Mailing-
> > List:
> > https://listes-2.sipr.ucl.ac.be/sympa/info/mptcp-dev
> > 
> > 
> > Regards,
> > Christoph
> > 
> > --
> > Christoph Paasch
> > PhD Student
> > 
> > IP Networking Lab --- http://inl.info.ucl.ac.be
> > MultiPath TCP in the Linux Kernel --- http://inl.info.ucl.ac.be/mptcp
> > Université Catholique de Louvain
> > 
> > www.rollerbulls.be
> > --
> > --
> > To unsubscribe from this list: send the line "unsubscribe netdev" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html

--
Christoph Paasch
PhD Student

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

www.rollerbulls.be
--

  parent reply	other threads:[~2011-01-20 15:14 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-20 14:09 MultiPath TCP in the Linux Kernel Christoph Paasch
     [not found] ` <AANLkTinkqCjQqRKDFnxTF4-uF27XyPzh0gY-vX3fnfSo@mail.gmail.com>
2011-01-20 15:11   ` Christoph Paasch [this message]
     [not found]     ` <AANLkTi=v7jJzfRoeQLGzwU29p2dVqJqd=Eap_8ntfxKP@mail.gmail.com>
2011-01-21 13:19       ` Christoph Paasch
2011-01-20 15:38 ` Hagen Paul Pfeifer
2011-01-20 15:42   ` Eric Dumazet
2011-01-21 13:26     ` Christoph Paasch

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201101201611.23219.christoph.paasch@uclouvain.be \
    --to=christoph.paasch@uclouvain.be \
    --cc=bonding-devel@lists.sourceforge.net \
    --cc=lalsam@gmail.com \
    --cc=linux-sctp@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=peterchacko35@gmail.com \
    --cc=prasad_drdo@rediffmail.com \
    --cc=tseyting@acm.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).