public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] pci: let devices flush DMA to host memory
@ 2007-08-24 18:02 akepner
  2007-08-27 22:05 ` Grant Grundler
  0 siblings, 1 reply; 3+ messages in thread
From: akepner @ 2007-08-24 18:02 UTC (permalink / raw)
  To: linux-kernel, linux-pci
  Cc: gregkh, James Bottomley, Jesse Barnes, Jes Sorensen, Randy Dunlap,
	David Miller


On Altix, DMA may be reordered within the NUMA interconnect. 
This can be a problem with Infiniband, where DMA to Completion 
Queues can race with data DMA. This patchset allows a driver 
to associate a memory region with a "dmaflush" attribute, so 
that writes to the memory region flush in-flight DMA, preventing 
the CQ/data race.

There are three patches in this set:

	[1/3]: add pci_dma_flags_set_dmaflush() to pci interface
	[2/3]: redefine pci_dma_flags_set_dmaflush() for sn-ia64
	[3/3]: document pci_dma_flags_set_dmaflush()

And there would be additional patches to IB drivers to make use 
of the interface, of course. 

-- 
Arthur


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-08-27 22:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-24 18:02 [PATCH 0/3] pci: let devices flush DMA to host memory akepner
2007-08-27 22:05 ` Grant Grundler
2007-08-27 22:20   ` akepner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox