From owner-freebsd-net@FreeBSD.ORG Sun Oct 13 08:45:21 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DCE40E50 for ; Sun, 13 Oct 2013 08:45:20 +0000 (UTC) (envelope-from s.khanchi@gmail.com) Received: from mail-wg0-x236.google.com (mail-wg0-x236.google.com [IPv6:2a00:1450:400c:c00::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 687A9293C for ; Sun, 13 Oct 2013 08:45:20 +0000 (UTC) Received: by mail-wg0-f54.google.com with SMTP id c11so326024wgh.9 for ; Sun, 13 Oct 2013 01:45:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=Fj3iRQJbUUbPCn8uFosmHJIjPT2kqgQSeH1dOQ4cBT0=; b=uJ2D1+Xl7kUATqiaNMsBVtuFZcx4ItDSIy2djpZShWa6Y3JbzmcHcm8CzT1hWEq1Gn dJfwBQkFypr14MR8IuA6JjETrkqPyV8uPcUKsqOpo+3bwHjaE04Tt6ozJ1Ty9rfNMmWD Vzta+umuOi4xzW1iGVECDuZKzpLjcy6i//bJAwqeZedVJmNNbwjjZ+lE5oKsOFXr19th vsbEymY2ByLmVGJ4UdTlH49Na8aBoKh78feycFO4VEEuZ+BFLvGAzjBs0vm2QECYabsg FikLsXUl9RCGSj/W4uFO4Ylbc0Z24kgz3hIlri2ectm/yV6vJPh6cV1FecV+TiQH9dbd xd0w== X-Received: by 10.194.122.99 with SMTP id lr3mr23755258wjb.21.1381653918805; Sun, 13 Oct 2013 01:45:18 -0700 (PDT) MIME-Version: 1.0 Sender: s.khanchi@gmail.com Received: by 10.194.119.73 with HTTP; Sun, 13 Oct 2013 01:44:58 -0700 (PDT) In-Reply-To: References: <525817DE.2040006@gmail.com> From: h bagade Date: Sun, 13 Oct 2013 12:14:58 +0330 X-Google-Sender-Auth: 9YKssqAS9CcfdBy90JMQ0UGD0Kk Message-ID: Subject: Re: igb driver does not support altq To: Karim Fodil-Lemelin Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-net@freebsd.org" 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: Sun, 13 Oct 2013 08:45:21 -0000 On Sat, Oct 12, 2013 at 8:28 AM, h bagade wrote: > On Fri, Oct 11, 2013 at 6:53 PM, Karim Fodil-Lemelin < > fodillemlinkarim@gmail.com> wrote: > >> 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. >> > > I did so but It was not successful! I may missed something but I don't > know what it may be! > Karim, you were right, thank you and sorry for misunderstanding. That time I didn't know the difference between adding IGB_LEGACY_TX in Makefile flags or adding to the driver code. Thereafter I found the thread http://lists.freebsd.org/pipermail/freebsd-net/2013-April/035137.html which discuss on this, and indicates adding IGB_LEGACY_TX to the Makefile doesn't work.