From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from resqmta-po-02v.sys.comcast.net (resqmta-po-02v.sys.comcast.net [IPv6:2001:558:fe16:19:96:114:154:161]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 8CB543B2A4 for ; Thu, 6 May 2021 16:57:53 -0400 (EDT) Received: from resomta-po-10v.sys.comcast.net ([96.114.154.234]) by resqmta-po-02v.sys.comcast.net with ESMTP id ekRGltnv9uioUel4Clv5pj; Thu, 06 May 2021 20:57:52 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcastmailservice.net; s=20180828_2048; t=1620334672; bh=JdEfseiVu51wUsfkS6E1VvJGnnCCJ2hOHV787a4iPJc=; h=Received:Received:Received:Date:From:To:Subject:Message-ID: MIME-Version:Content-Type; b=rQUrCUMDgNIeGq6J3rkvsgh/84YlzOMxTLHWFjrXAryqxPWNWpW6yiKT78DZQYS9u 8Ki9BSv7tdPjXDo1nfloMFCDPuT5rxrKIugmrtJV1APKhijqB4rcWxw3r6lL2+MKtl IJLDaKQIXGKUxa5OZeOPalNYX3cqexdfbAX22OqPyCEcX4YSfyI5JShEcBTbAuWsAw NxyJ1EcV7Ya8gbhICUyIY+e3x57Tt7ozfTRbhke3odmCbHiwqnS68BE8ph/kJoyBpu JJKrkflVl7ZtRQ55p1Nkl4ZnYhxealcYARIkdSBlIWLzowmKFws4D+xBQ5VMPlXGgT mpYGJfIpqqoVg== Received: from home.sewingwitch.com ([IPv6:2601:644:881:42b0::3f1]) by resomta-po-10v.sys.comcast.net with ESMTPA id el47l1EhS9Snlel4Cl0Dd1; Thu, 06 May 2021 20:57:52 +0000 X-Xfinity-VMeta: sc=-100.00;st=legit Received: from [10.96.7.39] ([10.96.7.39]) (authenticated bits=0) by home.sewingwitch.com (8.14.7/8.14.7) with ESMTP id 146Kvab7020773 for ; Thu, 6 May 2021 13:57:36 -0700 DKIM-Filter: OpenDKIM Filter v2.11.0 home.sewingwitch.com 146Kvab7020773 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sewingwitch.com; s=default; t=1620334656; bh=JdEfseiVu51wUsfkS6E1VvJGnnCCJ2hOHV787a4iPJc=; h=Date:From:To:Subject:In-Reply-To:References:From; b=ho0Phgdse7b8EpCFjI/OXmfAEonNupYIs0nAxmxqhYPHhx/zUf6Ew2z/FK/zb5txV +eowKLpvXM8g1p5TzWxk5HKPwo2D88wYNdXr9QdWM36TlrNsmt5XqF4GIzDTz+QdCp bqqHGaxlzDbGjr4LrKCtvXCe+z/xSCjezTHroVCU= Date: Thu, 06 May 2021 13:57:34 -0700 From: Kenneth Porter To: Cake List Message-ID: <5B0D21BE2B473B7F31098603@[172.27.17.193]> In-Reply-To: References: X-Mailer: Mulberry/4.1.0a3 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline; size=986 X-Scanned-By: MIMEDefang 2.84 on 10.96.0.132 Subject: Re: [Cake] centos 8 and cake and flent X-BeenThere: cake@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: Cake - FQ_codel the next generation List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 May 2021 20:57:53 -0000 --On Thursday, May 06, 2021 11:49 AM -0700 Dave Taht wrote: > Is there a yum/rpm expert in the house? flent does not appear to be > packaged up for this (?), > neither is netperf or irtt. Is there a repo I could use? I suggest using Fedora Copr to host a repo. I use BackupPC on my CentOS 7 servers to back up my Windows boxes and I get the latest version from a Copr repo. You feed it a source RPM and it builds it for various distro versions and produces a repo. Here's an example of what's produced: > tc is not supplied by default apparently but I was relieved to see > once I built iproute head that > fq_codel was indeed the default scheduler for centos. But jeeze, tc is > not supplied by default in centos? tc is in the standard iproute package for CentOS 7 and in iproute-tc for CentOS 8. Try "yum whatprovides tc".