From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next 0/8] net: Extend availability of PHY statistics Date: Fri, 27 Apr 2018 13:33:57 -0400 (EDT) Message-ID: <20180427.133357.1910382058447097414.davem@davemloft.net> References: <20180427.131307.1508236842102601104.davem@davemloft.net> <98af5159-e53d-72a3-c5ec-6c99c347d4ea@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, andrew@lunn.ch, vivien.didelot@savoirfairelinux.com, cphealy@gmail.com, nikita.yoush@cogentembedded.com To: f.fainelli@gmail.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:55274 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757436AbeD0Rd7 (ORCPT ); Fri, 27 Apr 2018 13:33:59 -0400 In-Reply-To: <98af5159-e53d-72a3-c5ec-6c99c347d4ea@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Florian Fainelli Date: Fri, 27 Apr 2018 10:27:38 -0700 > Still not enough coffee, what I am suggesting is actually to make the > body of the functions be static inline functions within > include/net/phy.h that way they get inlined into net/core/ethtool.c and > we can keep PHYLIB modular, does that look acceptable? That should be fine.