On Wed, Aug 31, 2022, at 6:17 AM, Yu Zhao wrote: > > Rational > ======== > 1. OpenWrt is the most popular distro for WiFi routers; many of its > targets use big endianness [1]. > 2. 4 out of the top 5 bestselling WiFi routers in the US use MIPS [2]; > MIPS uses software-managed TLB. > 3. Memcached is the best available memory benchmark on OpenWrt; > admittedly such a use case is very limited in the real world. > > Hardware > ======== > DUT: Ubiquiti EdgeRouter (ER-8) [3] I don't know if it makes any difference to your findings, but I would point out the test hardware is neither representative of most devices supported by OpenWRT, nor those on the amazon best-seller list that I see looking from Germany: Five of the top-10 devices on that list are arm64 (little-endian, hardware TLB walker, typically 512MB of RAM), the others are mips32 (typically only 128MB, mostly single-core) and only the oldest one (Archer C7) of them is big-endian. I would not expect endianness to make any difference, but the 16x smaller memory of typical mips devices (ath79, mt76) might. Arnd