Date: Fri, 23 Nov 2007 23:26:15 GMT From: Kip Macy <kmacy@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 129433 for review Message-ID: <200711232326.lANNQF4Q039687@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=129433 Change 129433 by kmacy@kmacy:storage:toestack on 2007/11/23 23:25:39 add zero copy send config values Affected files ... .. //depot/projects/toestack/sys/dev/cxgb/ulp/tom/cxgb_tom_sysctl.c#3 edit Differences ... ==== //depot/projects/toestack/sys/dev/cxgb/ulp/tom/cxgb_tom_sysctl.c#3 (text+ko) ==== @@ -88,13 +88,11 @@ .ddp_copy_limit = 13 * 4096, .ddp_push_wait = 1, .ddp_rcvcoalesce = 0, -#if defined(CONFIG_T3_ZCOPY_SENDMSG) || defined(CONFIG_T3_ZCOPY_SENDMSG_MODULE) - .zcopy_sendmsg_partial_thres = 40960, - .zcopy_sendmsg_partial_copy = 4096 * 3, - .zcopy_sendmsg_thres = 128 * 1024, - .zcopy_sendmsg_copy = 4096 * 2, - .zcopy_sendmsg_ret_pending_dma = 1, -#endif + .zcopy_sosend_partial_thres = 40960, + .zcopy_sosend_partial_copy = 4096 * 3, + .zcopy_sosend_thres = 128 * 1024, + .zcopy_sosend_copy = 4096 * 2, + .zcopy_sosend_ret_pending_dma = 1, .activated = 1, };
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711232326.lANNQF4Q039687>