From owner-freebsd-net@FreeBSD.ORG Mon Jun 10 13:43:19 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 F21626D2 for ; Mon, 10 Jun 2013 13:43:19 +0000 (UTC) (envelope-from ermal.luci@gmail.com) Received: from mail-qe0-f49.google.com (mail-qe0-f49.google.com [209.85.128.49]) by mx1.freebsd.org (Postfix) with ESMTP id B90BD18FF for ; Mon, 10 Jun 2013 13:43:19 +0000 (UTC) Received: by mail-qe0-f49.google.com with SMTP id cz11so3965784qeb.8 for ; Mon, 10 Jun 2013 06:43:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=ZF6kmWJVc/FySkeEa13vVOUtJb8J9Vt+1oagKF7fPy8=; b=AQDvxUb+94r8SMDJh6N5SShXwN98e3XbeF8iSLeqGVqSr0OrAeIrzDhaefyFQMirf6 1iD5TFZS9NNSzq9b1SHH2vE49IA+w1SEIOoSIyPNsCK8oO/ea++8tZUw3A2322sdCtgm 383yPbJar2E9GWKXRJSzI3dHZoKJNs5AHEG17rLvJJGfkevhIndp4DxyrvCp1LOADbeS 8KzRzD0gGjkfdK1zX577DvQKRH4ymku3xPTwZKxX3J+ORjseo2bID+sLITOPPNh9fnvT 5LKcBOIG/WPeTdp0pjY0YD2MCyeYMYqxKyahBB1MZmt4XMK6KgvQLt43dK4d/4L71ozW QLrA== MIME-Version: 1.0 X-Received: by 10.224.16.5 with SMTP id m5mr13798293qaa.90.1370871792802; Mon, 10 Jun 2013 06:43:12 -0700 (PDT) Sender: ermal.luci@gmail.com Received: by 10.49.51.8 with HTTP; Mon, 10 Jun 2013 06:43:12 -0700 (PDT) Date: Mon, 10 Jun 2013 15:43:12 +0200 X-Google-Sender-Auth: M0OOxq-kH4IcYK5hfe1nfyPPpIU Message-ID: Subject: [PATH] ALTQ(9) codel algorithm implementation From: =?ISO-8859-1?Q?Ermal_Lu=E7i?= To: freebsd-net Content-Type: text/plain; charset=ISO-8859-1 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: Mon, 10 Jun 2013 13:43:20 -0000 Hello, at location [1] can be found a patch for Codel[3] algorithm implementation. Triggered by a mail to the mailing lists[2] of OpenBSD i completed the implementation for FreeBSD. It allows to use codel as the single configured discipline on an interface. Also it can be used as a sub discipline of existing queueing disciplines already present. The work has been tested and confirmed working without issues in pfSense. Any objections on pushing this into FreeBSD? [1] https://github.com/pfsense/pfsense-tools/blob/master/patches/RELENG_10_0/altq_codel.diff [2] http://permalink.gmane.org/gmane.os.openbsd.tech/29745 [3] http://www.bufferbloat.net/projects/codel/wiki -- Ermal