From: Rick Jones <redacted>
Date: Wed, 06 Dec 2006 18:18:52 -0800
While tossing a TCP|UDP|SCTP|etc packet could be plusungood, especially
if the IOMMU fills frequently (for some suitable definiton of
frequently), is it really worth the effort to save say an ACK?
ACKs are less important than data packets sure.
But the drivers shouldn't be parsing packets at transmit time to
decide what to do.
And when this kind of thing fails, it's going to fail for all
the packets currently queued up to the device for transmit.
So it's likely not "just an ACK", but rather a set of several
packets composed of ACKs and data packets.