Re: How many copies to get from NIC RX to user read()?

Alan Cox (alan@lxorguk.ukuu.org.uk)
Wed, 10 Jul 2002 00:11:49 +0100 (BST)


> How many times is data copied between the time that it is received at the
> NIC and when the user's call to read() returns the data?

Optimal case for TCP

NIC->buffer (DMA)
buffer->user (CPU)

IFF the TCP checksum can be done by the card

-
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/