svn commit: r199371 - head/sys/netinet

Michael Tuexen tuexen at FreeBSD.org
Tue Nov 17 13:09:52 UTC 2009


Author: tuexen
Date: Tue Nov 17 13:09:50 2009
New Revision: 199371
URL: http://svn.freebsd.org/changeset/base/199371

Log:
  Disable (temporary) the thread based interator. It does not work with vnet.
  
  Approved by: rrs (mentor)

Modified:
  head/sys/netinet/sctp_constants.h

Modified: head/sys/netinet/sctp_constants.h
==============================================================================
--- head/sys/netinet/sctp_constants.h	Tue Nov 17 13:08:15 2009	(r199370)
+++ head/sys/netinet/sctp_constants.h	Tue Nov 17 13:09:50 2009	(r199371)
@@ -87,7 +87,10 @@ __FBSDID("$FreeBSD$");
 /* #define SCTP_AUDITING_ENABLED 1 used for debug/auditing */
 #define SCTP_AUDIT_SIZE 256
 
+/* temporary disabled since it does not work with VNET. */
+#if 0
 #define SCTP_USE_THREAD_BASED_ITERATOR 1
+#endif
 
 #define SCTP_KTRHEAD_NAME "sctp_iterator"
 #define SCTP_KTHREAD_PAGES 2


More information about the svn-src-all mailing list