Re: [PATCH] fix BUG in tg3_tx
From: David S. Miller <hidden>
Date: 2004-05-26 18:01:21
From: David S. Miller <hidden>
Date: 2004-05-26 18:01:21
On Thu, 27 May 2004 02:04:43 +1000 Greg Banks [off-list ref] wrote:
On a related note, is there a good reason why the tg3 driver uses the on-chip SRAM send ring by default instead of the host send ring? This seems like it would dramatically increase the PIO load on the chipset for some of the workloads I'm interested in.
Good question. It actually results in better performance to use PIOs to the chip to write the TXD descriptors. You may be skeptical about this but it cannot be denied that it does result in lower latency as we don't have to wait for the chip to do it's next prefetch and _furthermore_ this means that no CPU cache lines will bounce from cpu-->device in order to get the descriptors to the chip.