From owner-freebsd-net@FreeBSD.ORG Sat Oct 12 04:58:36 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 C40D23E5 for ; Sat, 12 Oct 2013 04:58:36 +0000 (UTC) (envelope-from s.khanchi@gmail.com) Received: from mail-wi0-x22e.google.com (mail-wi0-x22e.google.com [IPv6:2a00:1450:400c:c05::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5F8A22979 for ; Sat, 12 Oct 2013 04:58:36 +0000 (UTC) Received: by mail-wi0-f174.google.com with SMTP id cb5so1697266wib.1 for ; Fri, 11 Oct 2013 21:58:34 -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=n8nt7a5FldKuhoiCyqPqrf+hgpkLHjLuQnweYNwNuy4=; b=LSV17PlAnYCM312lPN1v9RKeoZCY4GCLgbxO7Hik+KzN5pDapTTpds21hfjg4zvZMv t5U8iS1sMCHs2YPd8B/82vEhu5X4mTJsXaSygtXMbHeHhWnhGFB2f8VWXEKU3MVyElrH 4dQLqSrYAwRbB73z907M161hXzgAlal6qGHy1NkW8RpnoR3kSAeqAUyOIvQBZad+/vqR 7y7yHqGqljSSQCX8Nwrl0A7TqQOitAgIqB7F2DfBkJxyE64vT3SiDuQf+I7yL2NWqpcA 0tcceeSmk1JXraPbPNWMELQDMo2RVFIzbgLjyNvUwJyMtpgnF8N8ge084jdtqKwINcxl cjdw== X-Received: by 10.194.120.226 with SMTP id lf2mr36114wjb.47.1381553914598; Fri, 11 Oct 2013 21:58:34 -0700 (PDT) MIME-Version: 1.0 Sender: s.khanchi@gmail.com Received: by 10.194.119.73 with HTTP; Fri, 11 Oct 2013 21:58:14 -0700 (PDT) In-Reply-To: <525817DE.2040006@gmail.com> References: <525817DE.2040006@gmail.com> From: h bagade Date: Sat, 12 Oct 2013 08:28:14 +0330 X-Google-Sender-Auth: xVwY2hURcQzNSWC2rndUrzpNVWY 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: Sat, 12 Oct 2013 04:58:36 -0000 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!