Re: Re[2]: serious networking (em) performance (ggate and NFS) problem

From: Sean McNeil <sean_at_mcneil.com>
Date: Sun, 21 Nov 2004 09:27:29 -0800
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;


Received on Sun Nov 21 2004 - 16:27:31 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:22 UTC