Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*Implementing\s+802\.3ad\-2000\s+link\s+aggregation\s+under\s+Linux\s*$/: 18 ]

Total 18 documents matching your query.

1. Implementing 802.3ad-2000 link aggregation under Linux (score: 1)
Author: Nick Towers <ncet@xxxxxxxxxxxx>
Date: Thu, 24 Aug 2000 18:39:55 +0100
I am looking at starting a project to implment 802.3ad ethernet link aggregation under Linux. For those of you that have never heard of it I've given a description and a few pointers at the end. Bef
/archives/netdev/2000-08/msg00091.html (10,118 bytes)

2. Re: Implementing 802.3ad-2000 link aggregation under Linux (score: 1)
Author: Andi Kleen <ak@xxxxxx>
Date: Thu, 24 Aug 2000 20:22:03 +0200
I started work some time ago. It is basically an user space problem. -Andi
/archives/netdev/2000-08/msg00094.html (8,677 bytes)

3. Re: Implementing 802.3ad-2000 link aggregation under Linux (score: 1)
Author: Ben Greear <greearb@xxxxxxxxxxxxxxx>
Date: Thu, 24 Aug 2000 19:58:25 -0700
How would it be user-space? Doesn't it aggregate several physical layers together into one interface? That seems like a kernel level thing to me.... Ben -- Ben Greear (greearb@xxxxxxxxxxxxxxx) http:/
/archives/netdev/2000-08/msg00097.html (9,476 bytes)

4. Re: Implementing 802.3ad-2000 link aggregation under Linux (score: 1)
Author: Donald Becker <becker@xxxxxxxxx>
Date: Fri, 25 Aug 2000 00:16:31 -0400 (EDT)
802.3ad is not just channel bonding (the kernel-level mechanism), it also including sending packets down each link to detect topology and verify that the connection continues to work. Donald Becker b
/archives/netdev/2000-08/msg00098.html (9,509 bytes)

5. Re: Implementing 802.3ad-2000 link aggregation under Linux (score: 1)
Author: Nick Towers <ncet@xxxxxxxxxxxx>
Date: Fri, 25 Aug 2000 11:39:51 +0100
My original thought is that the actual aggregating and frame collection / distribution is certainly a kernel issue, as with the current bonding driver. As for the link detection and automatic aggrega
/archives/netdev/2000-08/msg00101.html (10,389 bytes)

6. Re: Implementing 802.3ad-2000 link aggregation under Linux (score: 1)
Author: Matti Aarnio <matti.aarnio@xxxxxxxxxxx>
Date: Fri, 25 Aug 2000 16:10:24 +0300
Like most of such things, there is the fast-path (of packet forwarding), and there is the management protocol. (Comparing to 802.1Q, a lot more than half of the specification is about the management
/archives/netdev/2000-08/msg00105.html (10,382 bytes)

7. Re: Implementing 802.3ad-2000 link aggregation under Linux (score: 1)
Author: Nick Towers <ncet@xxxxxxxxxxxx>
Date: Fri, 25 Aug 2000 15:03:01 +0100
Likewise with 802.3ad the specification for LACPDU packets is the major part of the spec, once all of the IEEE requirements stuff is jumped over. In that case a logical split for development would be
/archives/netdev/2000-08/msg00106.html (10,309 bytes)

8. Re: Implementing 802.3ad-2000 link aggregation under Linux (score: 1)
Author: Andi Kleen <ak@xxxxxx>
Date: Fri, 25 Aug 2000 13:34:45 +0200
The required kernel level mechanisms already exit: bounding, teql, equal cost multipath routing. Only multipath routing is strictly conforming to the SPEC of keeping an "conversation" on the same lin
/archives/netdev/2000-08/msg00108.html (9,979 bytes)

9. Re: Implementing 802.3ad-2000 link aggregation under Linux (score: 1)
Author: Andi Kleen <ak@xxxxxx>
Date: Fri, 25 Aug 2000 13:36:57 +0200
The kernel already has all necessary mechanisms for that in place: queryable neighbour states, after going into slow path the protocol does its own checking anyways. I believe you'll be able to do a
/archives/netdev/2000-08/msg00109.html (10,155 bytes)

10. Implementing 802.3ad-2000 link aggregation under Linux (score: 1)
Author: Nick Towers <ncet@xxxxxxxxxxxx>
Date: Thu, 24 Aug 2000 18:39:55 +0100
Hello, I am looking at starting a project to implment 802.3ad ethernet link aggregation under Linux. For those of you that have never heard of it I've given a description and a few pointers at the en
/archives/netdev/2000-08/msg00220.html (10,163 bytes)

11. Re: Implementing 802.3ad-2000 link aggregation under Linux (score: 1)
Author: Andi Kleen <ak@xxxxxx>
Date: Thu, 24 Aug 2000 20:22:03 +0200
I started work some time ago. It is basically an user space problem. -Andi
/archives/netdev/2000-08/msg00223.html (8,767 bytes)

12. Re: Implementing 802.3ad-2000 link aggregation under Linux (score: 1)
Author: Ben Greear <greearb@xxxxxxxxxxxxxxx>
Date: Thu, 24 Aug 2000 19:58:25 -0700
How would it be user-space? Doesn't it aggregate several physical layers together into one interface? That seems like a kernel level thing to me.... Ben -- Ben Greear (greearb@xxxxxxxxxxxxxxx) http:/
/archives/netdev/2000-08/msg00226.html (9,574 bytes)

13. Re: Implementing 802.3ad-2000 link aggregation under Linux (score: 1)
Author: Donald Becker <becker@xxxxxxxxx>
Date: Fri, 25 Aug 2000 00:16:31 -0400 (EDT)
802.3ad is not just channel bonding (the kernel-level mechanism), it also including sending packets down each link to detect topology and verify that the connection continues to work. Donald Becker b
/archives/netdev/2000-08/msg00227.html (9,549 bytes)

14. Re: Implementing 802.3ad-2000 link aggregation under Linux (score: 1)
Author: Nick Towers <ncet@xxxxxxxxxxxx>
Date: Fri, 25 Aug 2000 11:39:51 +0100
My original thought is that the actual aggregating and frame collection / distribution is certainly a kernel issue, as with the current bonding driver. As for the link detection and automatic aggrega
/archives/netdev/2000-08/msg00230.html (10,467 bytes)

15. Re: Implementing 802.3ad-2000 link aggregation under Linux (score: 1)
Author: Matti Aarnio <matti.aarnio@xxxxxxxxxxx>
Date: Fri, 25 Aug 2000 16:10:24 +0300
Like most of such things, there is the fast-path (of packet forwarding), and there is the management protocol. (Comparing to 802.1Q, a lot more than half of the specification is about the management
/archives/netdev/2000-08/msg00234.html (10,543 bytes)

16. Re: Implementing 802.3ad-2000 link aggregation under Linux (score: 1)
Author: Nick Towers <ncet@xxxxxxxxxxxx>
Date: Fri, 25 Aug 2000 15:03:01 +0100
Likewise with 802.3ad the specification for LACPDU packets is the major part of the spec, once all of the IEEE requirements stuff is jumped over. In that case a logical split for development would be
/archives/netdev/2000-08/msg00235.html (10,446 bytes)

17. Re: Implementing 802.3ad-2000 link aggregation under Linux (score: 1)
Author: Andi Kleen <ak@xxxxxx>
Date: Fri, 25 Aug 2000 13:34:45 +0200
The required kernel level mechanisms already exit: bounding, teql, equal cost multipath routing. Only multipath routing is strictly conforming to the SPEC of keeping an "conversation" on the same lin
/archives/netdev/2000-08/msg00237.html (10,125 bytes)

18. Re: Implementing 802.3ad-2000 link aggregation under Linux (score: 1)
Author: Andi Kleen <ak@xxxxxx>
Date: Fri, 25 Aug 2000 13:36:57 +0200
The kernel already has all necessary mechanisms for that in place: queryable neighbour states, after going into slow path the protocol does its own checking anyways. I believe you'll be able to do a
/archives/netdev/2000-08/msg00238.html (10,318 bytes)


This search system is powered by Namazu