Ulf Frisk

Results 296 comments of Ulf Frisk

It's really hard for me to know what the issue is. You seem to receive an error from upstream (The Cpl packet instead of a CplD packet). You also have...

I really don't know. I see you haven't got a PCIe ID in the 1st log you posted. In the 2nd you got the PCIe ID assigned but you're getting...

I'm closing this issue since it's not much I can do about it. I would really have to sit with the hardware myself to try to debug this. I know...

As you may have noticed I'm not really doing as much testing on 32-bit x86 as I should do. It's a bit of a 2nd class citizen. I guess you'd...

Thanks for letting me know and best wishes with your project :)

Thank You. The access to the hardware is serialized behind a lock. That's why you don't really see any substantial multithreaded gains. Please note that there will probably be some...

I'm closing the issue due to old age. Also, I believe I have successfully answered your question and I hope the Scatter API is giving you the performance increases you...

Hi, The probe command read (if I remember correctly) 4 bytes from each 4096-byte physical memory page. It does not do anything with regards to virtual memory. There are some...

Pages may fail for a number of reasons: 1) page is protected by memory controller, this is the case with SMM memory. 2) page is protected by hypervisor IOMMU 3)...

Failed/Skipped pages are zero-padded. The OS kernel initializes very early, when the starting Windows appears it will probably be able to identify the OS if you're doing a memory dump....