linux/include
David S. Miller e24c2d963a [PATCH] PCI: DMA bursting advice
After seeing, at best, "guesses" as to the following kind
of information in several drivers, I decided that we really
need a way for platforms to specifically give advice in this
area for what works best with their PCI controller implementation.

Basically, this new interface gives DMA bursting advice on
PCI.  There are three forms of the advice:

1) Burst as much as possible, it is not necessary to end bursts
   on some particular boundary for best performance.

2) Burst on some byte count multiple.  A DMA burst to some multiple of
   number of bytes may be done, but it is important to end the burst
   on an exact multiple for best performance.

   The best example of this I am aware of are the PPC64 PCI
   controllers, where if you end a burst mid-cacheline then
   chip has to refetch the data and the IOMMU translations
   which hurts performance a lot.

3) Burst on a single byte count multiple.  Bursts shall end
   exactly on the next multiple boundary for best performance.

   Sparc64 and Alpha's PCI controllers operate this way.  They
   disconnect any device which tries to burst across a cacheline
   boundary.

   Actually, newer sparc64 PCI controllers do not have this behavior.
   That is why the "pdev" is passed into the interface, so I can
   add code later to check which PCI controller the system is using
   and give advice accordingly.

Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2005-06-27 21:52:45 -07:00
..
acpi [PATCH] acpi bridge hotadd: Export the interface to get PCI id for an ACPI handle 2005-06-27 21:52:42 -07:00
asm-alpha [PATCH] PCI: DMA bursting advice 2005-06-27 21:52:45 -07:00
asm-arm [PATCH] PCI: DMA bursting advice 2005-06-27 21:52:45 -07:00
asm-arm26 [PATCH] streamline preempt_count type across archs 2005-06-23 09:45:19 -07:00
asm-cris [PATCH] streamline preempt_count type across archs 2005-06-23 09:45:19 -07:00
asm-frv [PATCH] PCI: DMA bursting advice 2005-06-27 21:52:45 -07:00
asm-generic [PATCH] kexec: vmlinux: fix physical addresses 2005-06-25 16:24:47 -07:00
asm-h8300 [PATCH] streamline preempt_count type across archs 2005-06-23 09:45:19 -07:00
asm-i386 [PATCH] PCI: DMA bursting advice 2005-06-27 21:52:45 -07:00
asm-ia64 [PATCH] PCI: DMA bursting advice 2005-06-27 21:52:45 -07:00
asm-m32r [PATCH] streamline preempt_count type across archs 2005-06-23 09:45:19 -07:00
asm-m68k [PATCH] streamline preempt_count type across archs 2005-06-23 09:45:19 -07:00
asm-m68knommu [PATCH] streamline preempt_count type across archs 2005-06-23 09:45:19 -07:00
asm-mips [PATCH] PCI: DMA bursting advice 2005-06-27 21:52:45 -07:00
asm-parisc [PATCH] PCI: DMA bursting advice 2005-06-27 21:52:45 -07:00
asm-ppc [PATCH] PCI: DMA bursting advice 2005-06-27 21:52:45 -07:00
asm-ppc64 [PATCH] PCI: DMA bursting advice 2005-06-27 21:52:45 -07:00
asm-s390 [PATCH] kexec: s390 support 2005-06-25 16:24:51 -07:00
asm-sh [PATCH] PCI: DMA bursting advice 2005-06-27 21:52:45 -07:00
asm-sh64 [PATCH] PCI: DMA bursting advice 2005-06-27 21:52:45 -07:00
asm-sparc [PATCH] PCI: DMA bursting advice 2005-06-27 21:52:45 -07:00
asm-sparc64 [PATCH] PCI: DMA bursting advice 2005-06-27 21:52:45 -07:00
asm-um [PATCH] uml: add profile_pc for i386 2005-06-25 16:24:36 -07:00
asm-v850 [PATCH] PCI: DMA bursting advice 2005-06-27 21:52:45 -07:00
asm-x86_64 [PATCH] PCI: DMA bursting advice 2005-06-27 21:52:45 -07:00
asm-xtensa [PATCH] xtensa: Architecture support for Tensilica Xtensa Part 8 2005-06-24 00:05:22 -07:00
linux [PATCH] PCI: DMA bursting advice 2005-06-27 21:52:45 -07:00
math-emu
media [PATCH] v4l: update for SAA7134 cards 2005-06-24 00:06:39 -07:00
mtd
net Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 2005-06-24 00:31:46 -07:00
pcmcia [PATCH] yenta TI: turn off interrupts during card power-on #2 2005-06-23 09:45:31 -07:00
rxrpc
scsi [PATCH] I2O: Adaptec specific SG_IO access, firmware access through sysfs and 2400A workaround 2005-06-24 00:05:28 -07:00
sound [PATCH] create a kstrdup library function 2005-06-23 09:45:18 -07:00
video