From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiri Pirko Subject: Re: [PATCH iproute2] tc: add a missing space between rate estimator and backlog Date: Sat, 1 Dec 2018 09:31:17 +0100 Message-ID: <20181201083117.GA2197@nanopsycho.orion> References: <20181130135702.72297-1-edumazet@google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: David Ahern , Stephen Hemminger , netdev , Eric Dumazet , Jiri Pirko To: Eric Dumazet Return-path: Received: from mail-wr1-f65.google.com ([209.85.221.65]:46228 "EHLO mail-wr1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726124AbeLATuT (ORCPT ); Sat, 1 Dec 2018 14:50:19 -0500 Received: by mail-wr1-f65.google.com with SMTP id l9so7377117wrt.13 for ; Sat, 01 Dec 2018 00:38:19 -0800 (PST) Content-Disposition: inline In-Reply-To: <20181130135702.72297-1-edumazet@google.com> Sender: netdev-owner@vger.kernel.org List-ID: Fri, Nov 30, 2018 at 02:57:02PM CET, edumazet@google.com wrote: >When a rate estimator is active, "tc -s qd" displays >something like : > >rate 12616bit 11ppsbacklog 0b 0p requeues 2 > >instead of : > >rate 12616bit 11pps backlog 0b 0p requeues 2 > >Fixes: 4fcec7f3665b ("tc: jsonify stats2") >Signed-off-by: Eric Dumazet >Cc: Jiri Pirko Reviewed-by: Jiri Pirko