Date: Sun, 21 Feb 2010 00:00:55 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/re if_re.c Message-ID: <201002210001.o1L01C2P075039@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2010-02-21 00:00:55 UTC FreeBSD src repository Modified files: sys/dev/re if_re.c Log: SVN rev 204155 on 2010-02-21 00:00:55Z by yongari Increase PCIe maximuim read request size to 2048. Because re(4) uses Tx DMA burst size 2048, I beleive PCIe maximum read request size also should match to the value of Tx DMA burst size. With this change I can get more than 800Mbps for TCP bulk transfers. Previously I was not able to get more than 700Mbps. If I enable TSO it now shows 927Mbps. Revision Changes Path 1.166 +3 -0 src/sys/dev/re/if_re.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002210001.o1L01C2P075039>