Wes Peters wrote:
> The problem with the RealTek chipset is that the packets have to be
> aligned on some completely stupid boundary in memory (32 bytes if memory
> serves).  The driver code ends up copying the packet data to a tempory
> buffer before sending it for almost every outgoing packet, which is just
> totally stupid.

And TCP/IP headers are not an even multiple of the alignment boundary
(4 bytes, actually).  So every packet the card DMA's in has to be
copied so that access to the TCP packet contents are aligned.

-- Terry

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to