Re: [PATCH 1/1] ip-link: allow human readable output with base of 1024 only for byte counts
From: Stephen Hemminger <stephen@networkplumber.org>
Date: 2015-03-30 05:58:40
From: Stephen Hemminger <stephen@networkplumber.org>
Date: 2015-03-30 05:58:40
On Thu, 26 Mar 2015 12:24:08 +0100 Christian Hesse [off-list ref] wrote:
From: Christian Hesse <redacted> Counting bytes with a base of 1024 is ok. Counting packets, errors, etc that way makes no sense. So only print byte counts with a base of 1024 if option -iec is given. Signed-off-by: Christian Hesse <redacted>
This changes the output which users expect, especially the packet counts should follow existing practice. And I doubt anyone would have 1024 errors.