From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl0-x22d.google.com (mail-pl0-x22d.google.com [IPv6:2607:f8b0:400e:c01::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id F00633CB4B for ; Tue, 6 Mar 2018 10:56:19 -0500 (EST) Received: by mail-pl0-x22d.google.com with SMTP id u13-v6so12066914plq.1 for ; Tue, 06 Mar 2018 07:56:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=YKkLqu2vQCVz+t00uQr5RTHzAr1NGAIL2R71IJbc9h8=; b=zHvAqLC8Zct5I02GmM4YGasVqx3fafAWzUwg2FjAk+JX5djd86Fux9qoelZS/UEYZq NMdTM79l+XjNSb6RF+calAuUcGbRNqLDxejaDbvzoLZdcDYoJ17FYLH0MXRK36acinky 3lSZh1gW1W8V+LkpnUeHfdie1eV3Eurl/S070IXzE6g9PP9KDx5bbDLFvtcOdZGCJ94f eA8b/5eFSgbyBVVTiEG85Dm50Cl0o3SLqTFdtH4+Vm1OmCGii9gpp2I8Ld56vvwn9t/q Ym976igWFoa25lOdWxyY0BcNLJ714GmLz5TLNjqVmloHkuxDOBHzqXgV5BQuTX4JFhGE JRig== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=YKkLqu2vQCVz+t00uQr5RTHzAr1NGAIL2R71IJbc9h8=; b=CYKWXTkiTH1JynmU7BqdVy4CRKno8TyvyZgK17tGANytYLPvNG/lJlI9DEQ+biUoTL 6hLnXoLNCi+VHi5DcUoBUl5NXkDq9iD/HJ591RYQp8vcaQkyB32d6Enlbbhb7KmaoVM1 vC4j7DOCjkRnNPTZqpvwgvuhSoJ5TUr/g0GNeiSv/Cs44KYxkpKshCto7PSo2FIoGceQ aIr9jXC6oVH6SEXcWBOoWTpgPBu/cP+wb0h66203rZ1zIYxk29pyGyWMs9uR7iWtq8P3 WDqHBehWrvm8gRgJGmaowgtFkbwnY4qWp/vHlrZYAOt3kRAsSEjGyDFS/zCE4VqTvwV0 3+6w== X-Gm-Message-State: APf1xPCHnXXyn+Ivx/fvmp/cIyG2lm5IoFH1w04cOHKXe7M7XT7TigEJ ezeDvD16ni8+OcokkJfaKUf1H80aTxc= X-Google-Smtp-Source: AG47ELvXbA1NCmxP4/DUKWxHkZ1XkDdFbvNQAlIkvYlhS5bJJE5tphcrM0GPt5wrNIqu+zsmFOq1QQ== X-Received: by 2002:a17:902:4643:: with SMTP id o61-v6mr17604768pld.103.1520351779115; Tue, 06 Mar 2018 07:56:19 -0800 (PST) Received: from xeon-e3 (204-195-71-95.wavecable.com. [204.195.71.95]) by smtp.gmail.com with ESMTPSA id k83sm36598723pfg.110.2018.03.06.07.56.18 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 06 Mar 2018 07:56:19 -0800 (PST) Date: Tue, 6 Mar 2018 07:56:16 -0800 From: Stephen Hemminger To: Toke =?UTF-8?B?SMO4aWxhbmQtSsO4cmdlbnNlbg==?= Cc: cake@lists.bufferbloat.net Message-ID: <20180306075616.380a533c@xeon-e3> In-Reply-To: <20180211172618.13297-2-toke@toke.dk> References: <20180127130542.25817-1-toke@toke.dk> <20180211172618.13297-1-toke@toke.dk> <20180211172618.13297-2-toke@toke.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Cake] [PATCH] q_cake: Update xstats format to use per-tin structure 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: Tue, 06 Mar 2018 15:56:20 -0000 On Sun, 11 Feb 2018 18:26:18 +0100 Toke H=C3=B8iland-J=C3=B8rgensen wrote: > This updates tc to understand the updated cake xstats structure (which > splits out the tin stats in a separate structure the length of which is > included in the containing struct). >=20 > Old versions of the cake stats will no longer be understood by the > resulting version of tc. >=20 > Signed-off-by: Toke H=C3=B8iland-J=C3=B8rgensen Please consider using new json printing routines in latest iproute2. I am not going to accept any new code upstream that doesn't support JSON ou= tput as an option.