Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Alternate buffer queue strategies no longer conside...



details:   https://anonhg.NetBSD.org/src/rev/481f36c844f1
branches:  trunk
changeset: 829244:481f36c844f1
user:      sevan <sevan%NetBSD.org@localhost>
date:      Tue Jan 23 14:47:53 2018 +0000

description:
Alternate buffer queue strategies no longer considered experimental, update
description.

Discussed on tech-kern
http://mail-index.netbsd.org/tech-kern/2018/01/21/msg023002.html

diffstat:

 sys/arch/acorn26/conf/GENERIC         |  6 +++---
 sys/arch/acorn32/conf/EB7500ATX       |  8 ++++----
 sys/arch/acorn32/conf/GENERIC         |  8 ++++----
 sys/arch/alpha/conf/GENERIC           |  8 ++++----
 sys/arch/amd64/conf/XEN3_DOM0         |  6 ++++--
 sys/arch/amd64/conf/XEN3_DOMU         |  6 ++++--
 sys/arch/amiga/conf/DRACO             |  8 ++++----
 sys/arch/amiga/conf/GENERIC           |  8 ++++----
 sys/arch/amiga/conf/GENERIC.in        |  8 ++++----
 sys/arch/amiga/conf/INSTALL           |  8 ++++----
 sys/arch/amigappc/conf/GENERIC        |  8 ++++----
 sys/arch/amigappc/conf/NULL           |  8 ++++----
 sys/arch/arc/conf/GENERIC             |  8 ++++----
 sys/arch/arc/conf/RPC44               |  8 ++++----
 sys/arch/atari/conf/GENERIC.in        |  6 +++---
 sys/arch/bebox/conf/GENERIC           |  8 ++++----
 sys/arch/cats/conf/GENERIC            |  6 +++---
 sys/arch/cesfic/conf/GENERIC          |  6 +++---
 sys/arch/cobalt/conf/GENERIC          |  8 ++++----
 sys/arch/cobalt/conf/INSTALL          |  8 ++++----
 sys/arch/emips/conf/GENERIC           |  8 ++++----
 sys/arch/evbarm64/conf/A64EMUL        |  8 ++++----
 sys/arch/evbppc/conf/EXPLORA451       |  6 +++---
 sys/arch/hp300/conf/GENERIC           |  8 ++++----
 sys/arch/hppa/conf/GENERIC            |  8 ++++----
 sys/arch/luna68k/conf/GENERIC         |  8 ++++----
 sys/arch/luna68k/conf/INSTALL         |  6 +++---
 sys/arch/mac68k/conf/GENERIC          |  8 ++++----
 sys/arch/macppc/conf/GENERIC          |  8 ++++----
 sys/arch/macppc/conf/GENERIC_601      |  8 ++++----
 sys/arch/macppc/conf/MAMBO            |  6 +++---
 sys/arch/macppc/conf/POWERMAC_G5      |  4 ++--
 sys/arch/macppc/conf/POWERMAC_G5_11_2 |  4 ++--
 sys/arch/mipsco/conf/GENERIC          |  6 +++---
 sys/arch/mvme68k/conf/GENERIC         |  8 ++++----
 sys/arch/netwinder/conf/GENERIC       |  6 +++---
 sys/arch/news68k/conf/GENERIC         |  8 ++++----
 sys/arch/news68k/conf/GENERIC_TINY    |  8 ++++----
 sys/arch/news68k/conf/LIBERO          |  6 +++---
 sys/arch/newsmips/conf/GENERIC        |  8 ++++----
 sys/arch/next68k/conf/GENERIC         |  8 ++++----
 sys/arch/pmax/conf/GENERIC            |  8 ++++----
 sys/arch/pmax/conf/GENERIC64          |  8 ++++----
 sys/arch/prep/conf/GENERIC            |  8 ++++----
 sys/arch/rs6000/conf/GENERIC          |  8 ++++----
 sys/arch/sandpoint/conf/GENERIC       |  8 ++++----
 sys/arch/sgimips/conf/GENERIC32_IP12  |  8 ++++----
 sys/arch/sgimips/conf/GENERIC32_IP2x  |  8 ++++----
 sys/arch/sgimips/conf/GENERIC32_IP3x  |  8 ++++----
 sys/arch/sparc/conf/GENERIC           |  8 ++++----
 sys/arch/sparc/conf/MRCOFFEE          |  8 ++++----
 sys/arch/sparc64/conf/GENERIC         |  8 ++++----
 sys/arch/sun2/conf/GENERIC            |  8 ++++----
 sys/arch/sun3/conf/GENERIC            |  8 ++++----
 sys/arch/sun3/conf/GENERIC3X          |  8 ++++----
 sys/arch/vax/conf/GENERIC             |  8 ++++----
 sys/arch/vax/conf/VAX780              |  6 +++---
 sys/arch/x68k/conf/GENERIC            |  8 ++++----
 58 files changed, 217 insertions(+), 213 deletions(-)

diffs (truncated from 1553 to 300 lines):

diff -r 8fdc5ddab041 -r 481f36c844f1 sys/arch/acorn26/conf/GENERIC
--- a/sys/arch/acorn26/conf/GENERIC     Tue Jan 23 13:57:57 2018 +0000
+++ b/sys/arch/acorn26/conf/GENERIC     Tue Jan 23 14:47:53 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.84 2017/09/13 22:24:42 sevan Exp $
+# $NetBSD: GENERIC,v 1.85 2018/01/23 14:47:53 sevan Exp $
 #
 # GENERIC machine description file
 # 
@@ -126,8 +126,8 @@
 #options       PIPE_SOCKETPAIR # smaller, but slower pipe(2)
 options        SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel
 
-# Enable experimental buffer queue strategy for better responsiveness under 
-# high disk I/O load. Use it with caution - it's not proven to be stable yet.
+# Alternate buffer queue strategies for better responsiveness under high
+# disk I/O load.
 #options       BUFQ_READPRIO
 #options       BUFQ_PRIOCSCAN
 
diff -r 8fdc5ddab041 -r 481f36c844f1 sys/arch/acorn32/conf/EB7500ATX
--- a/sys/arch/acorn32/conf/EB7500ATX   Tue Jan 23 13:57:57 2018 +0000
+++ b/sys/arch/acorn32/conf/EB7500ATX   Tue Jan 23 14:47:53 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: EB7500ATX,v 1.63 2017/09/14 07:58:38 mrg Exp $
+#      $NetBSD: EB7500ATX,v 1.64 2018/01/23 14:47:53 sevan Exp $
 #
 #      EB7500ATX --- NetBSD/acorn32 complete configuration
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "EB7500ATX-$Revision: 1.63 $"
+#ident         "EB7500ATX-$Revision: 1.64 $"
 
 # estimated number of users
 maxusers       32
@@ -123,8 +123,8 @@
 #options       SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel
 makeoptions    COPY_SYMTAB=1
 
-# Enable experimental buffer queue strategy for better responsiveness under 
-# high disk I/O load. Use it with caution - it's not proven to be stable yet.
+# Alternate buffer queue strategies for better responsiveness under high
+# disk I/O load.
 #options       BUFQ_READPRIO
 #options       BUFQ_PRIOCSCAN
 
diff -r 8fdc5ddab041 -r 481f36c844f1 sys/arch/acorn32/conf/GENERIC
--- a/sys/arch/acorn32/conf/GENERIC     Tue Jan 23 13:57:57 2018 +0000
+++ b/sys/arch/acorn32/conf/GENERIC     Tue Jan 23 14:47:53 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.123 2017/09/14 07:58:38 mrg Exp $
+#      $NetBSD: GENERIC,v 1.124 2018/01/23 14:47:53 sevan Exp $
 #
 #      GENERIC --- NetBSD/acorn32 complete configuration
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.123 $"
+#ident         "GENERIC-$Revision: 1.124 $"
 
 # estimated number of users
 maxusers       32
@@ -128,8 +128,8 @@
 #options       PIPE_SOCKETPAIR # smaller, but slower pipe(2)
 options        SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel
 
-# Enable experimental buffer queue strategy for better responsiveness under 
-# high disk I/O load. Use it with caution - it's not proven to be stable yet.
+# Alternate buffer queue strategies for better responsiveness under high
+# disk I/O load.
 #options       BUFQ_READPRIO
 #options       BUFQ_PRIOCSCAN
 
diff -r 8fdc5ddab041 -r 481f36c844f1 sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC       Tue Jan 23 13:57:57 2018 +0000
+++ b/sys/arch/alpha/conf/GENERIC       Tue Jan 23 14:47:53 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.378 2017/09/14 07:58:38 mrg Exp $
+# $NetBSD: GENERIC,v 1.379 2018/01/23 14:47:53 sevan Exp $
 #
 # This machine description file is used to generate the default NetBSD
 # kernel.
@@ -19,7 +19,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-ident          "GENERIC-$Revision: 1.378 $"
+ident          "GENERIC-$Revision: 1.379 $"
 
 maxusers 32
 
@@ -48,8 +48,8 @@
 options        KTRACE                  # System call tracing support
 options        NTP                     # kernel PLL for NTP
 
-# Enable experimental buffer queue strategy for better responsiveness under
-# high disk I/O load. Use it with caution - it's not proven to be stable yet.
+# Alternate buffer queue strategies for better responsiveness under high
+# disk I/O load.
 #options       BUFQ_READPRIO
 #options       BUFQ_PRIOCSCAN
 
diff -r 8fdc5ddab041 -r 481f36c844f1 sys/arch/amd64/conf/XEN3_DOM0
--- a/sys/arch/amd64/conf/XEN3_DOM0     Tue Jan 23 13:57:57 2018 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOM0     Tue Jan 23 14:47:53 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.144 2018/01/13 12:38:16 christos Exp $
+# $NetBSD: XEN3_DOM0,v 1.145 2018/01/23 14:47:53 sevan Exp $
 
 include        "arch/amd64/conf/std.xen"
 
@@ -10,7 +10,7 @@
 #options       UVMHIST_PRINT
 #options       SYSCALL_DEBUG
 
-#ident         "XEN3_DOM0-$Revision: 1.144 $"
+#ident         "XEN3_DOM0-$Revision: 1.145 $"
 
 maxusers       32              # estimated number of users
 
@@ -48,6 +48,8 @@
 options        USERCONF        # userconf(4) support
 options        SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel
 
+# Alternate buffer queue strategies for better responsiveness under high
+# disk I/O load.
 #options       BUFQ_READPRIO
 options        BUFQ_PRIOCSCAN
 
diff -r 8fdc5ddab041 -r 481f36c844f1 sys/arch/amd64/conf/XEN3_DOMU
--- a/sys/arch/amd64/conf/XEN3_DOMU     Tue Jan 23 13:57:57 2018 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOMU     Tue Jan 23 14:47:53 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOMU,v 1.82 2018/01/13 12:38:16 christos Exp $
+# $NetBSD: XEN3_DOMU,v 1.83 2018/01/23 14:47:53 sevan Exp $
 
 include        "arch/amd64/conf/std.xen"
 
@@ -10,7 +10,7 @@
 #options       UVMHIST_PRINT
 #options       SYSCALL_DEBUG
 
-#ident         "XEN3_DOMU-$Revision: 1.82 $"
+#ident         "XEN3_DOMU-$Revision: 1.83 $"
 
 maxusers       32              # estimated number of users
 
@@ -40,6 +40,8 @@
 options        USERCONF        # userconf(4) support
 options        SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel
 
+# Alternate buffer queue strategies for better responsiveness under high
+# disk I/O load.
 #options       BUFQ_READPRIO
 options        BUFQ_PRIOCSCAN
 
diff -r 8fdc5ddab041 -r 481f36c844f1 sys/arch/amiga/conf/DRACO
--- a/sys/arch/amiga/conf/DRACO Tue Jan 23 13:57:57 2018 +0000
+++ b/sys/arch/amiga/conf/DRACO Tue Jan 23 14:47:53 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: DRACO,v 1.184 2017/09/14 07:58:39 mrg Exp $
+# $NetBSD: DRACO,v 1.185 2018/01/23 14:47:53 sevan Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
@@ -29,7 +29,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.184 $"
+#ident                 "GENERIC-$Revision: 1.185 $"
 
 makeoptions    COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
 
@@ -155,8 +155,8 @@
 options        NTP             # NTP phase/frequency locked loop
 #options       PIPE_SOCKETPAIR # smaller, but slower pipe(2)
 
-# Enable experimental buffer queue strategy for better responsiveness under 
-# high disk I/O load. Use it with caution - it's not proven to be stable yet.
+# Alternate buffer queue strategies for better responsiveness under high
+# disk I/O load.
 #options       BUFQ_READPRIO
 #options       BUFQ_PRIOCSCAN
 
diff -r 8fdc5ddab041 -r 481f36c844f1 sys/arch/amiga/conf/GENERIC
--- a/sys/arch/amiga/conf/GENERIC       Tue Jan 23 13:57:57 2018 +0000
+++ b/sys/arch/amiga/conf/GENERIC       Tue Jan 23 14:47:53 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.318 2017/09/14 07:58:39 mrg Exp $
+# $NetBSD: GENERIC,v 1.319 2018/01/23 14:47:53 sevan Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
@@ -29,7 +29,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.318 $"
+#ident                 "GENERIC-$Revision: 1.319 $"
 
 makeoptions    COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
 
@@ -167,8 +167,8 @@
 options        NTP             # NTP phase/frequency locked loop
 #options       PIPE_SOCKETPAIR # smaller, but slower pipe(2)
 
-# Enable experimental buffer queue strategy for better responsiveness under 
-# high disk I/O load. Use it with caution - it's not proven to be stable yet.
+# Alternate buffer queue strategies for better responsiveness under high
+# disk I/O load.
 #options       BUFQ_READPRIO
 #options       BUFQ_PRIOCSCAN
 
diff -r 8fdc5ddab041 -r 481f36c844f1 sys/arch/amiga/conf/GENERIC.in
--- a/sys/arch/amiga/conf/GENERIC.in    Tue Jan 23 13:57:57 2018 +0000
+++ b/sys/arch/amiga/conf/GENERIC.in    Tue Jan 23 14:47:53 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC.in,v 1.136 2017/09/14 07:58:39 mrg Exp $
+# $NetBSD: GENERIC.in,v 1.137 2018/01/23 14:47:53 sevan Exp $
 #
 ##
 # GENERIC machine description file
@@ -52,7 +52,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.136 $"
+#ident                 "GENERIC-$Revision: 1.137 $"
 
 m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
 makeoptions    COPTS="-Os"
@@ -219,8 +219,8 @@
 #options       PIPE_SOCKETPAIR # smaller, but slower pipe(2)
 ')m4_dnl
 
-# Enable experimental buffer queue strategy for better responsiveness under 
-# high disk I/O load. Use it with caution - it's not proven to be stable yet.
+# Alternate buffer queue strategies for better responsiveness under high
+# disk I/O load.
 #options       BUFQ_READPRIO
 #options       BUFQ_PRIOCSCAN
 
diff -r 8fdc5ddab041 -r 481f36c844f1 sys/arch/amiga/conf/INSTALL
--- a/sys/arch/amiga/conf/INSTALL       Tue Jan 23 13:57:57 2018 +0000
+++ b/sys/arch/amiga/conf/INSTALL       Tue Jan 23 14:47:53 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.128 2017/09/14 07:58:39 mrg Exp $
+# $NetBSD: INSTALL,v 1.129 2018/01/23 14:47:53 sevan Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
@@ -29,7 +29,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.128 $"
+#ident                 "GENERIC-$Revision: 1.129 $"
 
 makeoptions    COPTS="-Os"
 
@@ -132,8 +132,8 @@
 options        PIPE_SOCKETPAIR         # smaller, but slower pipe(2)
 options        SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel
 
-# Enable experimental buffer queue strategy for better responsiveness under 
-# high disk I/O load. Use it with caution - it's not proven to be stable yet.
+# Alternate buffer queue strategies for better responsiveness under high
+# disk I/O load.
 #options       BUFQ_READPRIO
 #options       BUFQ_PRIOCSCAN
 
diff -r 8fdc5ddab041 -r 481f36c844f1 sys/arch/amigappc/conf/GENERIC
--- a/sys/arch/amigappc/conf/GENERIC    Tue Jan 23 13:57:57 2018 +0000
+++ b/sys/arch/amigappc/conf/GENERIC    Tue Jan 23 14:47:53 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.32 2017/09/14 07:58:39 mrg Exp $
+# $NetBSD: GENERIC,v 1.33 2018/01/23 14:47:53 sevan Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident          "GENERIC-$Revision: 1.32 $"
+#ident          "GENERIC-$Revision: 1.33 $"
 
 maxusers       8
 
@@ -55,8 +55,8 @@
 options        SYSVMSG         # System V-like messages
 options        SYSVSEM         # System V-like semaphores
 
-# Enable experimental buffer queue strategy for better responsiveness under 



Home | Main Index | Thread Index | Old Index