Messages in this thread |  | | Subject | Re: New virtual ethernet driver submitting... | Date | Wed, 17 Oct 2001 13:17:09 +0900 | From | Katsuyuki Yumoto <> |
| |
>>>>> "David" == David S Miller <davem@redhat.com> writes:
> From: Katsuyuki Yumoto <yumoto@jpn.hp.com> > Date: Wed, 17 Oct 2001 11:47:07 +0900
> I've already written new two drivers of virtual ethernet. These > aggregate(bundle) plural physical or virtual ethernet devices to > single.
> How is this different to, or more beneficial than, what > drivers/net/bonding.c is doing?
Yes. I think what to want to do is same between bonding.c and veth (link aggregation). But veth has link aggretation maintenance functionality(LACP) and TCP/UDP port number based distributing algorithm. Of course, such things are optional features...
On the other hand, purpose of lr(link redundancy) is different of yours and veth. It's a new link redundant technology rather than aggregation.
By the way, it seems that your code don't have incoming packet handler code, right? My drivers contains packet handler for incoming packets. If your incoming packet handling method is better than mine, I'd like to follow it. (I'm not sure its method yet.)
Regards, Yumo (Katsuyuki Yumoto) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |