From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: Re: [PATCH iproute2-next v5 0/9] ipaddress: Make print_linkinfo_brief() static Date: Fri, 16 Feb 2018 09:17:52 -0700 Message-ID: References: <1518729804-19873-1-git-send-email-serhe.popovych@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dsahern@gmail.com To: Serhey Popovych , netdev@vger.kernel.org Return-path: Received: from mail-pl0-f67.google.com ([209.85.160.67]:41409 "EHLO mail-pl0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1031236AbeBPQR7 (ORCPT ); Fri, 16 Feb 2018 11:17:59 -0500 Received: by mail-pl0-f67.google.com with SMTP id k8so1916422pli.8 for ; Fri, 16 Feb 2018 08:17:58 -0800 (PST) In-Reply-To: <1518729804-19873-1-git-send-email-serhe.popovych@gmail.com> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 2/15/18 2:23 PM, Serhey Popovych wrote: > With this series I propose to make print_linkinfo_brief() static in > favor of print_linkinfo() as single point for linkinfo printing. > ... > > Thanks, > Serhii > > Serhey Popovych (9): > ipaddress: Abstract IFA_LABEL matching code > ipaddress: ll_map: Replace ll_idx_n2a() with ll_index_to_name() > utils: Reimplement ll_idx_n2a() and introduce ll_idx_a2n() > ipaddress: Improve print_linkinfo() > ipaddress: Simplify print_linkinfo_brief() and it's usage > lib: Correct object file dependencies > utils: Introduce and use get_ifname_rta() > utils: Introduce and use print_name_and_link() to print name@link > ipaddress: Make print_linkinfo_brief() static > > Makefile | 2 +- > bridge/link.c | 21 ++--- > include/ll_map.h | 4 +- > include/utils.h | 5 ++ > ip/ip_common.h | 2 - > ip/ipaddress.c | 231 ++++++++++++++---------------------------------------- > ip/iplink.c | 5 +- > lib/Makefile | 4 +- > lib/ll_map.c | 31 +++++--- > lib/utils.c | 68 ++++++++++++++++ > 10 files changed, 167 insertions(+), 206 deletions(-) > Series applied after the pretty fixup from a separate patch. Serhey: please cc me on patches for iproute2-next; I have a separate email account for netdev mail and at times it gets way behind the netdev list.