mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Christoph Paasch <christoph.paasch@uclouvain.be>
To: Madhan <madhan.mepco@gmail.com>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: tcp option added by driver
Date: Tue, 22 Apr 2014 10:14:19 +0200	[thread overview]
Message-ID: <20140422081419.GA5460@cpaasch-mac> (raw)
In-Reply-To: <d17085b0713540e88332f201d0296f69@UCL-MBX03.OASIS.UCLOUVAIN.BE>

Hello,

On 22/04/14 - 05:27:55, Madhan wrote:
> hi ,
> Is it possible to update the option field of the tcp header dynamically by the driver rather than the change in tcp/ip stack .
> i.e Can i add a driver to implement mptcp rather than building entire kernel again ?

in principle it seems possible to do this at a driver-level. Alcatel-Lucent
implemented something similar using netfilter-hooks:
https://open-innovation.alcatel-lucent.com/projects/mptcp-proxy

Regular TCP was running on top, and the netfilter hooks allowed to
rewrite the TCP/IP header.


However, I think that doing it that way will be huge implementation effort
(considering that there exists already an open-source implementation at 
multipath-tcp.org) and it might be hard to achieve good performance and make it
scale properly.

You basically have to reimplement a full TCP-stack at the driver as each
TCP-subflow has to behave as regular TCP (3-way handshake, retransmissions,...)


Cheers,
Christoph


       reply	other threads:[~2014-04-22  8:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <d17085b0713540e88332f201d0296f69@UCL-MBX03.OASIS.UCLOUVAIN.BE>
2014-04-22  8:14 ` Christoph Paasch [this message]
     [not found]   ` <0fe153ade3744537ba78651580ae8444@UCL-MBX03.OASIS.UCLOUVAIN.BE>
2014-04-22 11:21     ` 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=20140422081419.GA5460@cpaasch-mac \
    --to=christoph.paasch@uclouvain.be \
    --cc=linux-kernel@vger.kernel.org \
    --cc=madhan.mepco@gmail.com \
    /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

all inboxes | Powered by JetHome®