From owner-freebsd-net@FreeBSD.ORG Fri Oct 11 15:23:13 2013 Return-Path: Delivered-To: freebsd-net@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 ESMTP id C32451A7 for ; Fri, 11 Oct 2013 15:23:13 +0000 (UTC) (envelope-from fodillemlinkarim@gmail.com) Received: from mail-ie0-x236.google.com (mail-ie0-x236.google.com [IPv6:2607:f8b0:4001:c03::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 92CEC2CD1 for ; Fri, 11 Oct 2013 15:23:13 +0000 (UTC) Received: by mail-ie0-f182.google.com with SMTP id as1so6574790iec.41 for ; Fri, 11 Oct 2013 08:23:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=9b2GkzrYfM+LPVWK/zqZMKl63R0M7Q6dnhgy/91n0Jc=; b=HOOtY+Hdb7NetCtjS98I3qvV7F8hQpAkebKLT63HawBnvD77krj5u40PHv/gRAOWIc YkecmZZmhJcC2nDMDr2GcdxKzXpRiTeXgEaoF0vXK7myyLLm8lbUXg2rvLrxA4b0IB45 /Hd8dTtktMyqMUqed3KGS8/3Lr40lHbSZFxW254u4/Tv8JAoLEQaVgproN3NS7b/TEwr x6Dmz4e/cG7OD1Tw8mve0vM0Z26QVjYr3exHsL0gyUqIYpHkL57dVMjNPzdy+9kFJINg hsDm893FbAv4wbSs5BU+GBY1TKnyRikuFiW+fHYpFYOoy5q/1C1gBk7cocI2qKFJ9Lzg +5uw== X-Received: by 10.43.48.7 with SMTP id uu7mr820784icb.68.1381504992961; Fri, 11 Oct 2013 08:23:12 -0700 (PDT) Received: from [10.10.1.35] ([192.252.130.194]) by mx.google.com with ESMTPSA id hv5sm3731925igb.9.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 11 Oct 2013 08:23:12 -0700 (PDT) Message-ID: <525817DE.2040006@gmail.com> Date: Fri, 11 Oct 2013 11:23:10 -0400 From: Karim Fodil-Lemelin User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: freebsd-net@freebsd.org, bagadeh@gmail.com Subject: Re: igb driver does not support altq References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 15:23:13 -0000 On 10/10/2013 5:56 AM, h bagade wrote: > Hi all, > > I have problem with running altq on igb cards. When trying to run altq on > these cards, it outputs an error, driver does not support altq. > > I have FreeBSD 8.3-stable and tried to fix the problem, after searching in > forums, by applying changes made to igb driver through following links: > > http://svnweb.freebsd.org/base?view=revision&revision=248906 > http://svnweb.freebsd.org/base?view=revision&revision=249339 > http://lists.freebsd.org/pipermail/svn-src-stable/2013-July/019491.html > > But it doesn't help and I still have problem with running altq on igb! > > Does anybody know from which revision the problem is solved? > Any hints would be of great help. > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" Hi, Those modifications require that you define IGB_LEGACY_TX in the driver code to get ALTQ running on igb. Regards, Karim.