From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: Re: [PATCH net-next] net: core: Expose number of link up/down transitions Date: Wed, 17 Jan 2018 16:17:43 -0800 Message-ID: References: <20180117230704.21949-1-f.fainelli@gmail.com> <20180117235207.GC26967@nanopsycho> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, edumazet@google.com, andrew@lunn.ch, cphealy@gmail.com, David Decotigny , "David S. Miller" , Jamal Hadi Salim , Cong Wang , Daniel Borkmann , Nikolay Aleksandrov , Alexei Starovoitov , Roopa Prabhu , Mahesh Bandewar , Vlad Yasevich , Jakub Kicinski , Jonas Bonn , stephen hemminger , Hans Liljestrand , "Reshetova, Elena" , Kirill Tkhai , Andrey Vagin To: Jiri Pirko , Florian Fainelli Return-path: In-Reply-To: <20180117235207.GC26967@nanopsycho> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On 1/17/18 3:52 PM, Jiri Pirko wrote: > Thu, Jan 18, 2018 at 12:06:57AM CET, f.fainelli@gmail.com wrote: >> From: David Decotigny >> >> Expose the number of times the link has been going UP or DOWN, and >> update the "carrier_changes" counter to be the sum of these two events. >> While at it, also update the sysfs-class-net documentation to cover: >> carrier_changes (3.15), count_link_up (4.16) and count_link_down (4.16) >> >> Signed-off-by: David Decotigny > > [...] > > >> @@ -161,6 +161,8 @@ enum { >> IFLA_EVENT, >> IFLA_NEW_NETNSID, >> IFLA_IF_NETNSID, >> + IFLA_COUNT_LINK_UP, >> + IFLA_COUNT_LINK_DOWN, > > > IFLA_LINK_UP_COUNT, > IFLA_LINK_DOWN_COUNT, > > would sound a bit nicer to me. given existing IFLA_LINK_* attributes how about IFLA_CARRIER_{UP,DOWN}_COUNT?