[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20101101.141638.116372747.davem@davemloft.net>
Date: Mon, 01 Nov 2010 14:16:38 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: dwmw2@...radead.org
Cc: netdev@...r.kernel.org, uweber@...aro.com
Subject: Re: Routing over multiple interfaces
From: David Woodhouse <dwmw2@...radead.org>
Date: Mon, 01 Nov 2010 17:12:02 -0400
> But when I do a large upload, I find that the kernel is only ever using
> a *single* link at a time, rather than both. How can I make it use
> *both* links? It's fine to confine each flow to a single link if it
> doesn't saturate that link... but once the queue is full, it should
> overflow onto the other device.
Once a TCP socket gets a routing cache entry, that's what it uses
for the rest of the life of the connection.
The multi-pathing decision happens at the time the routing
cache entry is created.
What you want is multi-path routing support in the routing cache.
We used to have that, but the guy who implemented it (after bugging
me to integrate it for 4 months straight, non-stop) just did a code
dump and then disappeared and fixed none of the serious fundamental
problems which existed in his code.
After a year of no action, I simply tore out all of his code.
More recently Ulrich Weber gave a presentation at netfilter workshop
on some uplink load balancing work he is doing, you might have
a look at his talk and get in contact with him:
http://people.astaro.com/uweber/uplink_balancing.pdf
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists