Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbmips/conf Bump MSGBUFSIZE to 32k; 4k just about ...



details:   https://anonhg.NetBSD.org/src/rev/9939ca24e8e4
branches:  trunk
changeset: 372434:9939ca24e8e4
user:      he <he%NetBSD.org@localhost>
date:      Sun Nov 27 14:54:25 2022 +0000

description:
Bump MSGBUFSIZE to 32k; 4k just about overflows "by default" with qemu
and mipssim-virtio machine type.

diffstat:

 sys/arch/evbmips/conf/MIPSSIM |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r a0ba65f0070e -r 9939ca24e8e4 sys/arch/evbmips/conf/MIPSSIM
--- a/sys/arch/evbmips/conf/MIPSSIM     Sat Nov 26 00:25:36 2022 +0000
+++ b/sys/arch/evbmips/conf/MIPSSIM     Sun Nov 27 14:54:25 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MIPSSIM,v 1.7 2022/11/15 14:49:14 simonb Exp $
+# $NetBSD: MIPSSIM,v 1.8 2022/11/27 14:54:25 he Exp $
 #
 # Kernel config for the QEMU MIPS "mipssim" simulator
 #
@@ -8,7 +8,7 @@
 
 include        "arch/evbmips/conf/std.mipssim"
 
-#ident                 "GENERIC-$Revision: 1.7 $"
+#ident                 "GENERIC-$Revision: 1.8 $"
 
 maxusers       32
 
@@ -25,6 +25,8 @@
 options        UDP_CSUM_COUNTERS
 options        TCP_OUTPUT_COUNTERS
 
+options        MSGBUFSIZE=32768 # need a bit more than 4K for virtio qemu
+
 options        NTP             # network time protocol
 
 # Debugging options



Home | Main Index | Thread Index | Old Index