From owner-freebsd-net@FreeBSD.ORG Wed Jul 30 06:05:04 2008 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 5694A106567F for ; Wed, 30 Jul 2008 06:05:04 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.189]) by mx1.freebsd.org (Postfix) with ESMTP id E06AB8FC0A for ; Wed, 30 Jul 2008 06:05:03 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: by fk-out-0910.google.com with SMTP id k31so357454fkk.11 for ; Tue, 29 Jul 2008 23:05:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:mime-version:content-type:content-transfer-encoding :content-disposition:x-google-sender-auth; bh=A5LJ5E0fMc3+znjy9DcRDfUoZ+PEAUu37aJY3JcAYwo=; b=CuqTF3qYZXyvO/6MMST08YeecRGCiy67/T1BAAvXwbelksHdznPWPaHRG02abv5KmW R/ZJWe5EqTd2Zc61VKnCXlcs+rUF6ymK9osMU36N9QRLX8u7nqWjHedQ+dHPdcc7eeo+ cJ1YH8kyQKC4K0aRfqyANSI5zU07iJzHrtwgM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition:x-google-sender-auth; b=xNzRJGpLSR8UayRV15/1/0/pa0YCet4gXGPjtL7OUHDU65YrIsm0g57gXfUb0i1OKZ sPzX2QtmwlCcKzgNOyuLS6nH8S1tUifaeLWGjtWgUIyQ9+fTDQgSOIbl2FxDW067yaQS aiJAQ3uD4SNbnoyII4WteM2rrWTWaSzmNhKuk= Received: by 10.125.159.1 with SMTP id l1mr410857mko.139.1217397902167; Tue, 29 Jul 2008 23:05:02 -0700 (PDT) Received: by 10.125.139.12 with HTTP; Tue, 29 Jul 2008 23:05:02 -0700 (PDT) Message-ID: <3c1674c90807292305kd1b0413w16ca1542b7d1a95b@mail.gmail.com> Date: Tue, 29 Jul 2008 23:05:02 -0700 From: "Kip Macy" Sender: mat.macy@gmail.com To: jfv@gmail.com, freebsd-net@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 5088e29b01908ad5 Cc: Subject: fix for ixgbe to use non-power-of-2 number of rx queues 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: Wed, 30 Jul 2008 06:05:04 -0000 Unless anyone complains I intend to commit the following change to HEAD. It makes it possible to use an arbitrary number of rx queues up to the maximum allowed by hardware. The current driver only allows 1, 2, 4, or 8. http://www.fsmware.com/ixgbe.diff