LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Embedded & Single-board computer (https://www.linuxquestions.org/questions/linux-embedded-and-single-board-computer-78/)
-   -   64bits linux vs. 32bits linux: access to PCIe (https://www.linuxquestions.org/questions/linux-embedded-and-single-board-computer-78/64bits-linux-vs-32bits-linux-access-to-pcie-4175597057/)

zvivered 01-08-2017 09:05 PM

64bits linux vs. 32bits linux: access to PCIe
 
Hello,

From what I know, access to DDR is faster with 64bits linux O.S compared to 32bits linux O.S

Is this true also for PCIe memory mapped registers ?

Thank you,
Z.V

smallpond 01-09-2017 02:40 PM

If by DDR you mean DRAM I don't know that there is any difference since memory access is by cache line, not register word size. Where are you getting that information and for what processor?

jefro 01-09-2017 06:11 PM

It may be possible that a more new compiled driver for some onboard chipset could run slightly faster under 64 but you'd need a server farm running non-stop for year or two to measure it. In the most general terms the load on a task is the end result of many processes. That could be more easily seen in some cases using 64 bit. The actual clock timings of data should not change for dram or pci access in any case.

zvivered 01-09-2017 11:46 PM

Hello,

I wonder: What is the added value of a 64bit O.S vs. 32bit O.S ?
64bit O.S can work with DRAM > 4GB.
Any other advantages ?

Best regards,
Z.V

zvivered 01-13-2017 05:13 AM

Official Patches for kernel.org
 
Hello,

I'm using kernel 4.1.13 from kernel.org
I have to compile it for ARM-V7 (LS1021A-TWR).

Is there an official patch source in kernel.org ?

Thank you,
Z.V


All times are GMT -5. The time now is 10:31 PM.