* Bonding...
@ 2000-11-29 21:24 Mike A. Harris
2000-11-30 9:16 ` Bonding Willy Tarreau
0 siblings, 1 reply; 4+ messages in thread
From: Mike A. Harris @ 2000-11-29 21:24 UTC (permalink / raw)
To: Linux Kernel mailing list
When using ethernet bonding, does it divide the load between the
two based on connection, or packet by packet? In other words, if
a single TCP connection were established between the two
machines, would it be twice as fast -using both cables for a
single file transfer lets say, or is it like SMP where it just
means you can have twice as many connections, and any given
connection would go only through a single cable, but multiple
traffic will be load balanced between both?
----------------------------------------------------------------------
Mike A. Harris - Linux advocate - Open source advocate
This message is copyright 2000, all rights reserved.
Views expressed are my own, not necessarily shared by my employer.
----------------------------------------------------------------------
#[Mike A. Harris bash tip #1 - separate history files per virtual console]
# Put the following at the bottom of your ~/.bash_profile
[ ! -d ~/.bash_histdir ] && mkdir ~/.bash_histdir
tty |grep "^/dev/tty[0-9]" >& /dev/null && \
export HISTFILE=~/.bash_histdir/.$(tty | sed -e 's/.*\///')
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Bonding...
2000-11-29 21:24 Bonding Mike A. Harris
@ 2000-11-30 9:16 ` Willy Tarreau
2000-11-30 20:45 ` Bonding Rainer Clasen
0 siblings, 1 reply; 4+ messages in thread
From: Willy Tarreau @ 2000-11-30 9:16 UTC (permalink / raw)
To: Mike A. Harris; +Cc: Linux Kernel mailing list
> When using ethernet bonding, does it divide the load between the
> two based on connection, or packet by packet?
packet by packet, so you can use both links to aggregate your bandwidth. I've
used it at 200 Mbps with success.
Regards
Willy
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Bonding...
2000-11-30 9:16 ` Bonding Willy Tarreau
@ 2000-11-30 20:45 ` Rainer Clasen
2000-12-01 17:42 ` Bonding Thomas Davis
0 siblings, 1 reply; 4+ messages in thread
From: Rainer Clasen @ 2000-11-30 20:45 UTC (permalink / raw)
To: Linux Kernel mailing list
On Thu, Nov 30, 2000 at 10:16:37AM +0100, Willy Tarreau wrote:
> > When using ethernet bonding, does it divide the load between the
> > two based on connection, or packet by packet?
>
> packet by packet, so you can use both links to aggregate your bandwidth. I've
> used it at 200 Mbps with success.
Linux distributes outgoing outgoing packets in a round robin manner.
Ciscos are supposed to do this based on the XOr value of the last two bits
of source AND destination MAC.
I was astonished to see a Catalyst2924EN distribute traffic EITHER by
source OR by destination MAC address (configurable).
My BayStack450 seems to do roind robin, too.
Ciscos MAC based distribution limits each TCP connection to 100 Mbps.
Rainer
PS: Thanks to Willy for his work on the bonding driver.
--
KeyID=58341901 fingerprint=A5 57 04 B3 69 88 A1 FB 78 1D B5 64 E0 BF 72 EB
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Bonding...
2000-11-30 20:45 ` Bonding Rainer Clasen
@ 2000-12-01 17:42 ` Thomas Davis
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Davis @ 2000-12-01 17:42 UTC (permalink / raw)
To: bj; +Cc: Linux Kernel mailing list
Rainer Clasen wrote:
>
> Ciscos MAC based distribution limits each TCP connection to 100 Mbps.
>
What's even worse, is Cisco can also *clog* channels with traffic, if
your MAC addresses aren't balanced. (ie, one line can have all the
traffic, while the other is idle..
--
------------------------+--------------------------------------------------
Thomas Davis | PDSF Project Leader
tadavis@lbl.gov |
(510) 486-4524 | "Only a petabyte of data this year?"
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2000-12-01 18:17 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-11-29 21:24 Bonding Mike A. Harris
2000-11-30 9:16 ` Bonding Willy Tarreau
2000-11-30 20:45 ` Bonding Rainer Clasen
2000-12-01 17:42 ` Bonding Thomas Davis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox