Files
linux/drivers
Ben Hutchings 3a68f19d7a sfc: Properly sync RX DMA buffer when it is not the last in the page
We may currently allocate two RX DMA buffers to a page, and only unmap
the page when the second is completed.  We do not sync the first RX
buffer to be completed; this can result in packet loss or corruption
if the last RX buffer completed in a NAPI poll is the first in a page
and is not DMA-coherent.  (In the middle of a NAPI poll, we will
handle the following RX completion and unmap the page *before* looking
at the content of the first buffer.)

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
2013-02-26 14:55:49 +00:00
..
2013-02-08 14:22:05 -05:00
2013-02-15 13:58:30 +01:00
2013-02-17 14:38:13 +01:00
2013-02-13 18:22:08 -05:00
2012-12-18 15:19:06 +10:30
2013-01-15 10:45:26 -07:00