From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.5 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0D136C38A2B for ; Fri, 17 Apr 2020 23:55:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E129022246 for ; Fri, 17 Apr 2020 23:55:14 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b="qCk39G4f" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726356AbgDQXym (ORCPT ); Fri, 17 Apr 2020 19:54:42 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:45522 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725784AbgDQXyc (ORCPT ); Fri, 17 Apr 2020 19:54:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=J1vo0AGaXBzBFlKv+bt0P96FJZcfRzVVqZSrTg/altA=; b=qCk39G4fwlKOe3+5F0zD7iEWAp J9AFuV+7oK82eETmnrClIGZh58X97tjfRCPeLmCsjwXTP1Mw2+PyWsaQQuIrTMTWZEkNNHaQ3mnU4 95hj9/dSzkn57P0eTAd8gTjuO1L0TyGqFwPTHnzRPKzzo4/85t8iTUqxxiof1MmLvHjE=; Received: from andrew by vps0.lunn.ch with local (Exim 4.93) (envelope-from ) id 1jPaoY-003NFa-6N; Sat, 18 Apr 2020 01:54:30 +0200 Date: Sat, 18 Apr 2020 01:54:30 +0200 From: Andrew Lunn To: Florian Fainelli Cc: David Miller , netdev Subject: Re: [PATCH net-next 2/3] net: Add testing sysfs attribute Message-ID: <20200417235430.GA802899@lunn.ch> References: <20200417230350.802675-1-andrew@lunn.ch> <20200417230350.802675-3-andrew@lunn.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Fri, Apr 17, 2020 at 04:49:23PM -0700, Florian Fainelli wrote: > > > On 4/17/2020 4:03 PM, Andrew Lunn wrote: > > Similar to speed, duplex and dorment, report the testing status > > in sysfs. > > > > Signed-off-by: Andrew Lunn > > --- > > Documentation/ABI/testing/sysfs-class-net | 13 +++++++++++++ > > net/core/net-sysfs.c | 15 ++++++++++++++- > > 2 files changed, 27 insertions(+), 1 deletion(-) > > > > diff --git a/Documentation/ABI/testing/sysfs-class-net b/Documentation/ABI/testing/sysfs-class-net > > index 664a8f6a634f..5e8b09743e04 100644 > > --- a/Documentation/ABI/testing/sysfs-class-net > > +++ b/Documentation/ABI/testing/sysfs-class-net > > @@ -124,6 +124,19 @@ Description: > > authentication is performed (e.g: 802.1x). 'link_mode' attribute > > will also reflect the dormant state. > > +What: /sys/class/net//testing > > +Date: Jun 2019 > > +KernelVersion: 5.2 > > This should probably be 5.8 now, other than that: Ah, yes. Shows how long this has been sat in my tree. > Reviewed-by: Florian Fainelli Thanks Andrew