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 <acla...@redhat.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


Reply via email to