From owner-freebsd-arch@FreeBSD.ORG Tue Jul 15 22:52:43 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 A29FB2E6; Tue, 15 Jul 2014 22:52:43 +0000 (UTC) Received: from mail-qg0-x22e.google.com (mail-qg0-x22e.google.com [IPv6:2607:f8b0:400d:c04::22e]) (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 5715D2E6C; Tue, 15 Jul 2014 22:52:43 +0000 (UTC) Received: by mail-qg0-f46.google.com with SMTP id z60so67409qgd.19 for ; Tue, 15 Jul 2014 15:52:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=aSOMGrTJZXB82yk4BJ8BorMlH2iLLEVWb0th88MjbZc=; b=uo7fuXEt4CTnvJ2c+4bDMPz/z5DjpiP87AtUE9dveQETy/Vz+zqKNTpx9DA/awuMvE x1iuznOwqB9YEwzkmsx0brYmjAJy+i59OJGVqYtvJkSRt/B6BaZcT8cOmXsGL8Ow6gdn KrMpuKe/rA/eYl4wgK53HOM/gj60TNGvMfK0yRRTdHU6U9pxCuYTKUwNP7Kjk94r+naV tWxlXFx7rvpTK0iDLAmL5Cjics6F0l70Y1HJ3AVY7tqciYJE84YXB4H3VjtVazxxDAXE yn7azr7nWfACj1RJtGvLK819c0XYOfduRloH2lJhGfmtEeMS3EOhfSJKxLSaT5iP8fiq 3SiQ== MIME-Version: 1.0 X-Received: by 10.140.89.18 with SMTP id u18mr38478104qgd.87.1405464762428; Tue, 15 Jul 2014 15:52:42 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.202.193 with HTTP; Tue, 15 Jul 2014 15:52:42 -0700 (PDT) Date: Tue, 15 Jul 2014 15:52:42 -0700 X-Google-Sender-Auth: SIstEZ94FVCCWHZOkZJ-40V12_A Message-ID: Subject: ixgbe and igb - how many queues? From: Adrian Chadd To: "freebsd-arch@freebsd.org" , FreeBSD Net Content-Type: text/plain; charset=UTF-8 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: Tue, 15 Jul 2014 22:52:43 -0000 hiya, How many queues does the ixgbe and igb hardware support? The documentation reflects many more transmit and receive queues than the 8 currently auto-configured. For RSS configuration I'd like to expand it out to the 16 that I _think_ the hardware supports, but I'd like some confirmation that the documentation mostly reflects the reality out there and I wouldn't be breaking things on other peoples obscure/onboard/laptop/etc intel platforms. Thanks! -a