PERFORCE change 134757 for review

Kip Macy kmacy at FreeBSD.org
Sun Feb 3 19:25:39 PST 2008


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

Change 134757 by kmacy at kmacy:storage:toehead on 2008/02/04 03:25:24

	don't overwrite ext_type (it causes a cluster leak)

Affected files ...

.. //depot/projects/toehead/sys/dev/cxgb/sys/mvec.h#7 edit

Differences ...

==== //depot/projects/toehead/sys/dev/cxgb/sys/mvec.h#7 (text+ko) ====

@@ -79,7 +79,7 @@
 #define m_seq		m_pkthdr.csum_data	/* stored sequence */
 #define m_ddp_gl	m_ext.ext_buf		/* ddp list	*/
 #define m_ddp_flags	m_pkthdr.csum_flags	/* ddp flags	*/
-#define m_ulp_mode	m_ext.ext_type		/* upper level protocol	*/
+#define m_ulp_mode	m_pkthdr.tso_segsz	/* upper level protocol	*/
 
 extern uma_zone_t zone_miovec;
 


More information about the p4-projects mailing list