From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Dumazet Subject: Re: maximal supported bit rate in traffic control Date: Mon, 14 May 2018 15:26:58 -0700 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Eitan Raviv , netdev@vger.kernel.org Return-path: Received: from mail-pf0-f170.google.com ([209.85.192.170]:40356 "EHLO mail-pf0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751978AbeENW1A (ORCPT ); Mon, 14 May 2018 18:27:00 -0400 Received: by mail-pf0-f170.google.com with SMTP id f189-v6so6682036pfa.7 for ; Mon, 14 May 2018 15:27:00 -0700 (PDT) In-Reply-To: Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 05/14/2018 03:15 PM, Eitan Raviv wrote: > Hi, > > In RHEVM we use traffic control to enable users to shape their QoS on > the networks they use. > > IIUC from the traffic control man page, the maximal bit rate currently > supported (RHEL 7.4) is 2^32 - 1 bytes per sec, which translates to 32 > Gibit\s if I have done my maths correctly. > > Does anyone know whether there are any plans to support larger bit > rate values upstream or downstream soon or at all? > At least 3 qdisc got 64bit rates : HTB ( TCA_HTB_RATE64 ), tbf ( TCA_TBF_RATE64), netem ( TCA_NETEM_RATE64 ) No plans yet for others.