From owner-freebsd-net@FreeBSD.ORG Sun Apr 5 13:24:02 2009 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3E7D106566C; Sun, 5 Apr 2009 13:24:01 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id D0BCA8FC12; Sun, 5 Apr 2009 13:24:01 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [65.122.17.41]) by cyrus.watson.org (Postfix) with ESMTPS id 764A246B0C; Sun, 5 Apr 2009 09:24:01 -0400 (EDT) Date: Sun, 5 Apr 2009 14:24:01 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Ivan Voras In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-net@freebsd.org Subject: Re: Advice on a multithreaded netisr patch? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Apr 2009 13:24:02 -0000 On Sun, 5 Apr 2009, Ivan Voras wrote: > I thought this has something to deal with NIC moderation (em) but can't > really explain it. The bad performance part (not the jump) is also visible > over the loopback interface. FYI, if you want high performance, you really want a card supporting multiple input queues -- igb, cxgb, mxge, etc. if_em-only cards are fundamentally less scalable in an SMP environment because they require input or output to occur only from one CPU at a time. Robert N M Watson Computer Laboratory University of Cambridge