PERFORCE change 129433 for review
Kip Macy
kmacy at FreeBSD.org
Fri Nov 23 15:26:16 PST 2007
http://perforce.freebsd.org/chv.cgi?CH=129433
Change 129433 by kmacy at 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,
};
More information about the p4-projects
mailing list