PERFORCE change 126714 for review

Kip Macy kmacy at FreeBSD.org
Sat Sep 22 23:57:19 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=126714

Change 126714 by kmacy at kmacy_home:ethng on 2007/09/23 06:56:32

	add room to 9k jumbo from for headers - keep name for compatibility

Affected files ...

.. //depot/projects/ethng/src/sys/sys/param.h#2 edit

Differences ...

==== //depot/projects/ethng/src/sys/sys/param.h#2 (text+ko) ====

@@ -142,7 +142,7 @@
 #define MCLBYTES	(1 << MCLSHIFT)	/* size of an mbuf cluster */
 
 #define	MJUMPAGESIZE	PAGE_SIZE	/* jumbo cluster 4k */
-#define	MJUM9BYTES	(9 * 1024)	/* jumbo cluster 9k */
+#define	MJUM9BYTES	(10 * 1024)	/* jumbo cluster 9k */
 #define	MJUM16BYTES	(16 * 1024)	/* jumbo cluster 16k */
 
 /*


More information about the p4-projects mailing list