From owner-freebsd-net@FreeBSD.ORG Wed Jul 17 09:57:01 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 272F3BB1 for ; Wed, 17 Jul 2013 09:57:01 +0000 (UTC) (envelope-from diizzyy@gmail.com) Received: from mail-qc0-x236.google.com (mail-qc0-x236.google.com [IPv6:2607:f8b0:400d:c01::236]) by mx1.freebsd.org (Postfix) with ESMTP id E64BF1CD for ; Wed, 17 Jul 2013 09:57:00 +0000 (UTC) Received: by mail-qc0-f182.google.com with SMTP id e10so955331qcy.41 for ; Wed, 17 Jul 2013 02:57:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=TwL7nsCunJMJvr/hUXCnoDlAtvikKdrtn3tNQlNOia0=; b=dIA7wzMDrHlyHvnestCoKIwnQrJ8mKdXVG1DCHrr4HT+CRlspAz6HhzHyeH03qKvT2 XORfnJlKTeSSz1AKZThUmn9Vcd3H5RZaaGQVT5sWFTgD82HAZSc2FlPe2B19PYXMgg7v x+ihPhcyG89JDgvXWI7a8/XHCX6r0jMsx5NZSkQIZiYfGH2eeR/JZeo+RZBWFFfEudg2 AMHPX/fTsSRvxz5Tw/YBOcHBowV7KxGfQ60qiHym0h2BeKDsL0hi7d+Vg99QMlcGXb5g 8n9YPmxsH8Vb2gAgPep8SJ/Mm1xLtBHroQYT5ohHHGnJCItpUZIFQn297QOnQVIPvnNa sR1A== MIME-Version: 1.0 X-Received: by 10.224.182.79 with SMTP id cb15mr8276131qab.48.1374055020507; Wed, 17 Jul 2013 02:57:00 -0700 (PDT) Received: by 10.49.127.231 with HTTP; Wed, 17 Jul 2013 02:57:00 -0700 (PDT) Date: Wed, 17 Jul 2013 11:57:00 +0200 Message-ID: Subject: ALTQ support for octe driver From: Daniel Engberg To: freebsd-net@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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: Wed, 17 Jul 2013 09:57:01 -0000 Hi, Thanks to the hard work by FreeBSD's Cavium developers and the community we now have support for the EdgeRouter Lite boxes in -CURRENT and they're working quite well. Since the devs are bit busy with other projects I though I'd put up an open request of making the octe driver ALTQ aware. This would be a very nice addition to a cheap FreeBSD firewall/gateway that performs well overall. Unfortunately I'm not able to do it myself due to lack of knowledge of the inner workings but it seems quite easy looking at the old patch archive over here: http://people.freebsd.org/~mlaier/ALTQ_driver/ . If needed I can on the other hand test patches. Thanks in advance Daniel Engberg