PERFORCE change 118632 for review

Kip Macy kmacy at FreeBSD.org
Mon Apr 23 04:59:41 UTC 2007


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

Change 118632 by kmacy at kmacy_vt-x:opentoe_init on 2007/04/23 04:59:32

	disable mbuf chain collapsing until we can turn off the packet zone

Affected files ...

.. //depot/projects/opentoe/sys/dev/cxgb/cxgb_sge.c#9 edit

Differences ...

==== //depot/projects/opentoe/sys/dev/cxgb/cxgb_sge.c#9 (text+ko) ====

@@ -72,7 +72,7 @@
 
 uint32_t collapse_free = 0;
 uint32_t mb_free_vec_free = 0;
-int      collapse_mbufs = 1;
+int      collapse_mbufs = 0;
 
 
 /*


More information about the p4-projects mailing list