serious networking (em) performance (ggate and NFS) problem

Sean McNeil sean at mcneil.com
Sun Nov 21 09:27:31 PST 2004


On Sun, 2004-11-21 at 21:27 +0900, Shunsuke SHINOMIYA wrote:
>  Jeremie, thank you for your comment.
> 
>  I did simple benchmark at some settings.
> 
>  I used two boxes which are single Xeon 2.4GHz with on-boarded em.
>  I measured a TCP throughput by iperf.
> 
>  These results show that the throughput of TCP increased if Interrupt
> Moderation is turned OFF. At least, adjusting these parameters affected
> TCP performance. Other appropriate combination of parameter may exist.

I have found interrupt moderation to seriously kill gigE performance.
Another test you can make is to have the driver always defrag packets in
em_encap().  Something like

		m_head = m_defrag(*m_headp, M_DONTWAIT);
		if (m_head == NULL)
			return ENOBUFS;

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: This is a digitally signed message part
Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20041121/525e7df6/attachment.bin


More information about the freebsd-stable mailing list