From patchwork Wed Sep 9 13:41:08 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Phil Sutter X-Patchwork-Id: 515858 X-Patchwork-Delegate: shemminger@vyatta.com Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id C071B1400A0 for ; Wed, 9 Sep 2015 23:41:16 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754883AbbIINlN (ORCPT ); Wed, 9 Sep 2015 09:41:13 -0400 Received: from orbit.nwl.cc ([176.31.251.142]:47402 "EHLO mail.nwl.cc" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753678AbbIINlL (ORCPT ); Wed, 9 Sep 2015 09:41:11 -0400 Received: from mail.nwl.cc (orbit [127.0.0.1]) by mail.nwl.cc (Postfix) with ESMTP id 131CB213EA; Wed, 9 Sep 2015 15:41:09 +0200 (CEST) Received: by mail.nwl.cc (Postfix, from userid 1000) id E88172149F; Wed, 9 Sep 2015 15:41:08 +0200 (CEST) From: Phil Sutter To: Stephen Hemminger Cc: netdev@vger.kernel.org, Eric Dumazet Subject: [iproute PATCH] man: tc.8: mention Fair Queue scheduler Date: Wed, 9 Sep 2015 15:41:08 +0200 Message-Id: <1441806068-14585-1-git-send-email-phil@nwl.cc> X-Mailer: git-send-email 2.1.2 X-Virus-Scanned: ClamAV using ClamSMTP Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org This is rather a placeholder to let users know fq exists at all. Signed-off-by: Phil Sutter --- man/man8/tc.8 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/man/man8/tc.8 b/man/man8/tc.8 index feafa05..0081625 100644 --- a/man/man8/tc.8 +++ b/man/man8/tc.8 @@ -151,6 +151,10 @@ The classless qdiscs are: Simplest usable qdisc, pure First In, First Out behaviour. Limited in packets or in bytes. .TP +fq +Fair Queue Scheduler realises TCP pacing and scales to millions of concurrent +flows per qdisc. +.TP pfifo_fast Standard qdisc for 'Advanced Router' enabled kernels. Consists of a three-band queue which honors Type of Service flags, as well as the priority that may be