Intel now has an e1000 driver as well.
> Does this kernel modification completely remove the need for a
> copy/checksum of the data between user and kernel space on both
> transmit and receive ?
Transmit for sure. You should no longer see csum_partial_copy_generic() when
using zerocopy.
> I have written a driver for an Intel ixf1002 chip, which has some
> surrounding HW, and is capable of checksumming and processing
> dma in fragments. Is there any information on what changes I
> would have to make to the driver to support zerocopy/checksum ?
Which card is this?
Andrew Theurer
-
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/