From owner-freebsd-arch@FreeBSD.ORG Wed Jul 16 00:04:06 2014 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 296FA925; Wed, 16 Jul 2014 00:04:06 +0000 (UTC) Received: from mail-oa0-x22b.google.com (mail-oa0-x22b.google.com [IPv6:2607:f8b0:4003:c02::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D108B24A7; Wed, 16 Jul 2014 00:04:05 +0000 (UTC) Received: by mail-oa0-f43.google.com with SMTP id i7so172844oag.2 for ; Tue, 15 Jul 2014 17:04:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=UMZo+wW62WvzdTs7XM8Vrr4J0JMp/xwQ9aCZcj6B86M=; b=CcTY6RM1Xh0HZ7m30B44JlL1lamRGlcfmqnhgec8poHWoRfBiT3cXTV6E7lbFdUQBa L8yi0iFvroPKyGs5CbtFv22rt00lOxjxg4P/xr5Gj/8DnukQLKQ1JjezJ955OeEQpP4b zRlabGDrIQX7oS2H1vkSErWtfAUlF+evbN6/t5QylrVz7zJDzWTyNnasNDXqIqnmoD7P Uy0ht/qP3/jitv3q0w7+x/I65BTgsA01Z5JBcg0bPRFxMQmvgtX7kxaBKsqRpIh8iWgg ocJEW0LfwjK7Yy2VIp27s1hOMdS58lq8JT9dwL7t+fzYT4LTB8K0ctxEaQ2L1ILtnknb kHDw== MIME-Version: 1.0 X-Received: by 10.182.241.130 with SMTP id wi2mr30381342obc.27.1405469045214; Tue, 15 Jul 2014 17:04:05 -0700 (PDT) Received: by 10.76.213.7 with HTTP; Tue, 15 Jul 2014 17:04:05 -0700 (PDT) In-Reply-To: References: Date: Tue, 15 Jul 2014 20:04:05 -0400 Message-ID: Subject: Re: ixgbe and igb - how many queues? From: Ryan Stone To: Adrian Chadd Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD Net , "freebsd-arch@freebsd.org" X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jul 2014 00:04:06 -0000 The oldest hardware supported by the ixgbe driver is the 82598, which supports up to 16 RSS queues (see Table 3-48 in the 82598 datasheet). I believe that the 82599 and X520 are more capable. I have no idea what the situation is on igb, as there seems to be a lot more hardware supported by that driver and I don't work with the 1GB devices very much.