From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.toke.dk (mail.toke.dk [45.145.95.4]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 6B1CC3B29E for ; Tue, 16 Feb 2021 06:17:31 -0500 (EST) From: Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=20161023; t=1613474248; bh=CnT7gH2q1m2nskItCSRaoNKWskV/6miqbJxxtDRfZBs=; h=From:To:Subject:In-Reply-To:References:Date:From; b=SPWbgC7b/q0ln6MqeZCpcPVn6hT2D2hD2Fh2QJ+ou7iwQ/MF8R2OU7FHeM76DJExQ 6j/wsymiBndEf2mHW/SYN76FhDOl6oDyyaV+dmoo0g4pjKJ5Fz0iyQWlupPL9lh7fw +hihmQ9XkzFJn3azVaLAoqfQkoQNeTpnHV11Jw99kp7OOcqppoG1GatFHkjJVTNF+U ZRYeCB8C+gCMiVErjfIVND6wfZRUXqfk+PfnWyeRdGOcxFd8BovCEkIrtlUZ1Afcrb 49Q/wI2g1q1n+GS9Nye/7JlqNceAS8RFRxtcvIjDs5jZT4uIMJ7zGdp9hzw/r5C6UL PMhlyteLhu2aw== To: "Mark D." , bloat@lists.bufferbloat.net In-Reply-To: References: Date: Tue, 16 Feb 2021 12:17:27 +0100 X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87h7mcb6t4.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Bloat] HardenedBSD implementation of CAKE X-BeenThere: bloat@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: General list for discussing Bufferbloat List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 11:17:31 -0000 "Mark D." writes: > Hello all, > I am wondering if anyone is working on implementing fq_codel or CAKE on the > HardenedBSD network stack? A few popular firewall and router distributions > use this OS, and I believe that it would be beneficial for it to have AQM. > If this work has already been done, please point me to the documentation > for it. I loved what fq_codel was able to do on my OpenWRT flashed > off-the-shelf router, and I would love to be able to use it on my x86 > OPNSense box. I am not a developer, but am a user that would love to > support both the CAKE project and the HardenedBSD project if possible. Not aware of any effort in this direction. However, the code in the Linux kernel is dual-licensed GPL/BSD so at least there should be no licensing impediments to porting. I believe that is how fq_codel ended up in BSD. CAKE does rely on quite a few kernel internals, though, so it would take someone with integral BSD kernel knowledge to port it to their equivalents there; in that sense it's not a trivial project... -Toke