On Mon, Oct 28, 2013 at 11:34:28AM +0100, Andreas Werner wrote: > Yes the reads are only for packet data, the commands or configuration > registers are mapped non cachable. > > I´ve tried WB, but on PCIe Tracer i could not see any burst access. > Thats the reason why i have created this patch. > > Is there a chance to get this patch into the kernel? Or > is this solution so special?
Ok, but your patch returns WB pat type for WT MTRR type, AFAICT. You want to do: PAT=Write-Back + MTRR=Write-Through = Effective Memory of Write-Through but you end up doing PAT=Write-Back + MTRR=Write-Through = Effective Memory of Write-Back What am I missing or misunderstanding? AFAICT, you want to return _PAGE_PWT for MTRR_TYPE_WRTHROUGH, no? -- Regards/Gruss, Boris. Sent from a fat crate under my desk. Formatting is fine. -- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/