Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbppc/conf Enable NFS_BOOT_UDP; on-board NIC seems...



details:   https://anonhg.NetBSD.org/src/rev/748d12f8a141
branches:  trunk
changeset: 953603:748d12f8a141
user:      rin <rin%NetBSD.org@localhost>
date:      Sun Mar 14 03:35:39 2021 +0000

description:
Enable NFS_BOOT_UDP; on-board NIC seems to be too slow for overhead due to
NFS over TCP. Some scores of pkgsrc/benchmarks/bonnie improve nearly x2.

diffstat:

 sys/arch/evbppc/conf/EXPLORA451 |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 046786d293fb -r 748d12f8a141 sys/arch/evbppc/conf/EXPLORA451
--- a/sys/arch/evbppc/conf/EXPLORA451   Sun Mar 14 03:25:01 2021 +0000
+++ b/sys/arch/evbppc/conf/EXPLORA451   Sun Mar 14 03:35:39 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: EXPLORA451,v 1.70 2021/03/05 07:06:15 rin Exp $
+#      $NetBSD: EXPLORA451,v 1.71 2021/03/14 03:35:39 rin Exp $
 #
 #      EXPLORA451 -- NCD Explora 450 Series Thin Client
 #
@@ -121,6 +121,7 @@
 options        WSDISPLAY_DEFAULTSCREENS=1
 
 # Options for netboot
+options        NFS_BOOT_UDP            # for much better performance
 options        NFS_BOOT_BOOTPARAM
 options        NFS_BOOT_DHCP
 



Home | Main Index | Thread Index | Old Index