Home
last modified time | relevance | path

Searched hist:fae8563b (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/sfc/
H A Dnic.cfae8563b Wed Feb 27 10:50:38 CST 2013 Ben Hutchings <bhutchings@solarflare.com> sfc: Only use TX push if a single descriptor is to be written

Using TX push when notifying the NIC of multiple new descriptors in
the ring will very occasionally cause the TX DMA engine to re-use an
old descriptor. This can result in a duplicated or partly duplicated
packet (new headers with old data), or an IOMMU page fault. This does
not happen when the pushed descriptor is the only one written.

TX push also provides little latency benefit when a packet requires
more than one descriptor.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
fae8563b Wed Feb 27 10:50:38 CST 2013 Ben Hutchings <bhutchings@solarflare.com> sfc: Only use TX push if a single descriptor is to be written

Using TX push when notifying the NIC of multiple new descriptors in
the ring will very occasionally cause the TX DMA engine to re-use an
old descriptor. This can result in a duplicated or partly duplicated
packet (new headers with old data), or an IOMMU page fault. This does
not happen when the pushed descriptor is the only one written.

TX push also provides little latency benefit when a packet requires
more than one descriptor.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>