[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <d6b2dc2f-dab8-e5bf-abbe-f5e4b83db4e8@gmail.com>
Date: Fri, 28 Jun 2019 17:07:32 -0600
From: David Ahern <dsahern@...il.com>
To: Andrea Claudi <aclaudi@...hat.com>, netdev@...r.kernel.org
Cc: stephen@...workplumber.org, dsahern@...nel.org
Subject: Re: [PATCH iproute2-next] utils: move parse_percent() to tc_util
On 6/28/19 10:03 AM, Andrea Claudi wrote:
> As parse_percent() is used only in tc.
>
> This reduces ip, bridge and genl binaries size:
>
> $ bloat-o-meter -t bridge/bridge bridge/bridge.new
> add/remove: 0/1 grow/shrink: 0/0 up/down: 0/-109 (-109)
> Total: Before=50973, After=50864, chg -0.21%
>
> $ bloat-o-meter -t genl/genl genl/genl.new
> add/remove: 0/1 grow/shrink: 0/0 up/down: 0/-109 (-109)
> Total: Before=30298, After=30189, chg -0.36%
>
> $ bloat-o-meter ip/ip ip/ip.new
> add/remove: 0/1 grow/shrink: 0/0 up/down: 0/-109 (-109)
> Total: Before=674164, After=674055, chg -0.02%
>
> Signed-off-by: Andrea Claudi <aclaudi@...hat.com>
> ---
> include/utils.h | 1 -
> lib/utils.c | 16 ----------------
> tc/tc_util.c | 16 ++++++++++++++++
> tc/tc_util.h | 1 +
> 4 files changed, 17 insertions(+), 17 deletions(-)
>
applied to iproute2-next. Thanks
Powered by blists - more mailing lists