PERFORCE change 179120 for review

Marko Zec zec at FreeBSD.org
Wed Jun 2 22:25:45 UTC 2010


http://p4web.freebsd.org/@@179120?ac=10

Change 179120 by zec at 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))
 


More information about the p4-projects mailing list