From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.toke.dk (mail.toke.dk [IPv6:2001:470:dc45:1000::1]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id F27653CB39 for ; Tue, 6 Mar 2018 13:33:19 -0500 (EST) From: Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=20161023; t=1520361198; bh=DsZtx72xJqA/Y3e5GZs0nkrf2uJEpCST0zH112fgLSw=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=fk7MoJ7EavRmECuVrB0ORTvpvudyYBttvdeR8WccxbKdhL3MCAjbqb0HpaefiDpGk wGhqvOlk/smiXvzVUKgS5jhTo4eiRKNBGpwCpXsGUvW4TzKYzEb3XfHGu+KkchZLsi diY9DxKXD58Alqrim0Dq+l+tRBzL5aFTSdq7ltqo4fb42ur9bXhQfXRAhahYBLO7q+ RUp/l3yNfc8UdJwks+iRLyvIao249VmVklzlEsIBKrk4TvB8LK/9bvNyo4L5xWDoXF LOtZT+w5NB1N1mLC4w0t2nHqpxcBNWvT4UOLYwZ/KrXMMK0nyYRMMe+4bmq1ySZpdr U/MHbErFZ7cQQ== To: Stephen Hemminger Cc: cake@lists.bufferbloat.net In-Reply-To: <20180306075616.380a533c@xeon-e3> References: <20180127130542.25817-1-toke@toke.dk> <20180211172618.13297-1-toke@toke.dk> <20180211172618.13297-2-toke@toke.dk> <20180306075616.380a533c@xeon-e3> Date: Tue, 06 Mar 2018 19:33:18 +0100 X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87ina9m4up.fsf@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 18:33:20 -0000 Stephen Hemminger writes: > 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. Yeah, was going to look into that... > I am not going to accept any new code upstream that doesn't support > JSON output as an option. Excellent policy! :) -Toke