Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Nov 2007 03:15:21 GMT
From:      Kip Macy <kmacy@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 129439 for review
Message-ID:  <200711240315.lAO3FL73067374@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=129439

Change 129439 by kmacy@kmacy:storage:toestack on 2007/11/24 03:14:36

	disable zero copy support until other bugs are better worked out

Affected files ...

.. //depot/projects/toestack/sys/dev/cxgb/ulp/tom/cxgb_tom_sysctl.c#4 edit

Differences ...

==== //depot/projects/toestack/sys/dev/cxgb/ulp/tom/cxgb_tom_sysctl.c#4 (text+ko) ====

@@ -83,11 +83,12 @@
 	.delack = 1,
 	.max_conn = -1,
 	.soft_backlog_limit = 0,
-	.ddp = 1,
+	.ddp = 0,
 	.ddp_thres = 14 * 4096,
 	.ddp_copy_limit = 13 * 4096,
 	.ddp_push_wait = 1,
 	.ddp_rcvcoalesce = 0,
+	.zcopy_sosend_enabled = 0,	
 	.zcopy_sosend_partial_thres = 40960,
 	.zcopy_sosend_partial_copy = 4096 * 3,
 	.zcopy_sosend_thres = 128 * 1024,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711240315.lAO3FL73067374>