Re: best zero-copy example?

2001-04-29 Thread David S. Miller
Albert D. Cahalan writes: > > What would be the cleanest driver that does everything right? All of 3c59x, acenic, sunhme, sungem do all of ipv4 right. sunhme and sungem get ipv6 right as well because they just treat the checksummed area as an opaque buffer, whereas the other chips really do

best zero-copy example?

2001-04-29 Thread Albert D. Cahalan
What would be the cleanest driver that does everything right? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at

best zero-copy example?

2001-04-29 Thread Albert D. Cahalan
What would be the cleanest driver that does everything right? - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: best zero-copy example?

2001-04-29 Thread David S. Miller
Albert D. Cahalan writes: What would be the cleanest driver that does everything right? All of 3c59x, acenic, sunhme, sungem do all of ipv4 right. sunhme and sungem get ipv6 right as well because they just treat the checksummed area as an opaque buffer, whereas the other chips really do