Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jun 2010 22:25:45 GMT
From:      Marko Zec <zec@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 179120 for review
Message-ID:  <201006022225.o52MPjpa055892@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@179120?ac=10

Change 179120 by zec@zec_tpx32 on 2010/06/02 22:25:10

	Revert VNET_MODMIN value to the default from head.

Affected files ...

.. //depot/projects/vimage/src/sys/net/vnet.c#14 edit

Differences ...

==== //depot/projects/vimage/src/sys/net/vnet.c#14 (text+ko) ====

@@ -169,7 +169,7 @@
  * we want the virtualized global variable space to be page-sized, we may
  * have more space than that in practice.
  */
-#define	VNET_MODMIN	32768
+#define	VNET_MODMIN	8192
 #define	VNET_SIZE	roundup2(VNET_BYTES, PAGE_SIZE)
 #define	VNET_MODSIZE	(VNET_SIZE - (VNET_BYTES - VNET_MODMIN))
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006022225.o52MPjpa055892>