From owner-freebsd-net@FreeBSD.ORG Thu Mar 28 02:40:41 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C2236ECE for ; Thu, 28 Mar 2013 02:40:41 +0000 (UTC) (envelope-from ncrogers@gmail.com) Received: from mail-vc0-f169.google.com (mail-vc0-f169.google.com [209.85.220.169]) by mx1.freebsd.org (Postfix) with ESMTP id 8BF6A160 for ; Thu, 28 Mar 2013 02:40:41 +0000 (UTC) Received: by mail-vc0-f169.google.com with SMTP id kw10so7343912vcb.0 for ; Wed, 27 Mar 2013 19:40:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=vpoNrI6kaquYOWivo1gI/CoBBouFIIdNLzz7rsVnYZU=; b=s5Epo9UUFWbDAABJgYcc18DINvS4xUYq/DbgLYN4GVMXfcfc8lHUL440nKy20j4PGl /saZb+BHmJ4zlehuWg8ZvJRy9W8a6kmFvQtB20LC+uMKAfjUobObsRcXNLkA6/vrH9CR TV8ktcU1Uz2//y15/wgownbLNDsQgkKusx0Ijod0CKppeYMT6rISbk7ALYCe1hExWS43 Kn01kTQJp2nMXx38+Nz45w/B9FfyLzqv/x825Xi4ltdb3xaUnaWVC12dzkSH2C71jSla imA+lJ1yN3xvDb9WozYvs3WnjiXczL5EJcA/Z3V2bVEBngIxCLGC5H2slurpwvYFQkZp u7Dw== MIME-Version: 1.0 X-Received: by 10.58.188.48 with SMTP id fx16mr25870609vec.22.1364438435539; Wed, 27 Mar 2013 19:40:35 -0700 (PDT) Received: by 10.52.176.131 with HTTP; Wed, 27 Mar 2013 19:40:35 -0700 (PDT) Date: Wed, 27 Mar 2013 19:40:35 -0700 Message-ID: Subject: ALTQ + igb(4) + 9-.1-RELEASE From: Nick Rogers To: "freebsd-net@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 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: Thu, 28 Mar 2013 02:40:41 -0000 I've been using igb(4) in conjunction with ALTQ under 7.x/8.x for years on hundreds of servers. I recently began upgrading my production servers to 9.1-RELEASE, with the GENERIC kernel including ALTQ support. I recently discovered the hard way that igb(4) no longer supports ALTQ. The issue is the same as presented in this PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=177402 And these threads: http://lists.freebsd.org/pipermail/freebsd-net/2012-December/034091.html http://lists.freebsd.org/pipermail/freebsd-hackers/2013-January/041631.html Does anyone know if theres has been any resolution to this problem? Is it fixed in STABLE, or is there a patch I can try? I had researched this problem before migrating to 9.1-RELEASE as it seems to have been discovered during 9.1-RC3. I thought it had been fixed in -RELEASE, but apparently not?