From owner-freebsd-net@FreeBSD.ORG Sun Sep 25 10:53:07 2011 Return-Path: Delivered-To: net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 79AE9106564A for ; Sun, 25 Sep 2011 10:53:07 +0000 (UTC) (envelope-from egrosbein@rdtc.ru) Received: from eg.sd.rdtc.ru (unknown [IPv6:2a03:3100:c:13::5]) by mx1.freebsd.org (Postfix) with ESMTP id D7FD58FC13 for ; Sun, 25 Sep 2011 10:53:06 +0000 (UTC) Received: from eg.sd.rdtc.ru (localhost [127.0.0.1]) by eg.sd.rdtc.ru (8.14.5/8.14.5) with ESMTP id p8PAr23F067946; Sun, 25 Sep 2011 17:53:02 +0700 (NOVST) (envelope-from egrosbein@rdtc.ru) Message-ID: <4E7F0809.6010906@rdtc.ru> Date: Sun, 25 Sep 2011 17:52:57 +0700 From: Eugene Grosbein User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.9.2.13) Gecko/20110112 Thunderbird/3.1.7 MIME-Version: 1.0 To: Rafael Ganascim References: <4E7E433E.5070307@rdtc.ru> In-Reply-To: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: "net@freebsd.org" Subject: Re: em/igb multiqueue support 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, 25 Sep 2011 10:53:07 -0000 > Thanks! I'm using 7.4.... I will try it with 8.2 > > And, how the load sharing occurs between the queues? The card uses more than one interrupt vector while notifying CPUs on incoming traffic, allowing operating system driver to bind distinct NIC interrupts to distinct CPUs. The card implements Microsoft RSS: http://download.microsoft.com/download/5/d/6/5d6eaf2b-7ddf-476b-93dc-7cf0072878e6/ndis_rss.doc