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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 04927C001B2 for ; Sun, 11 Dec 2022 11:13:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230166AbiLKLNp (ORCPT ); Sun, 11 Dec 2022 06:13:45 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54752 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230057AbiLKLNl (ORCPT ); Sun, 11 Dec 2022 06:13:41 -0500 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 49718271D; Sun, 11 Dec 2022 03:13:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=YvFRWUB7V7RNaiGH/ffN4u9im25DvH0UbGyf8qv2CzQ=; b=Hak88CFahfCAIYmSwRZuU3Ftgd SaUTNbMlrVcqIyde2UGyKMd1RzmKLk6WyCaKGHKtqRc4gM913+y47kiD3LZuDH13EN5pJN39IcePZ iXfYNrR3lpbQaoiskPHzxUYDM6WRzjqBznIoOiKySPq4cQip/gVg45Fg6lw547kVMUuw=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1p4KFr-0050oL-V1; Sun, 11 Dec 2022 12:12:23 +0100 Date: Sun, 11 Dec 2022 12:12:23 +0100 From: Andrew Lunn To: Piergiorgio Beruto Cc: Jakub Kicinski , Heiner Kallweit , Russell King , "David S. Miller" , Eric Dumazet , Paolo Abeni , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, Oleksij Rempel Subject: Re: [PATCH v5 net-next 1/5] net/ethtool: add netlink interface for the PLCA RS Message-ID: References: <20221206195014.10d7ec82@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > Given what I just said, what would you suggest to do? I would return just the version part, not the whole register contents. The nice thing about netlink is you can add extra attributes without breaking the ABI. If that 0xA ever gains a meaning and more values, an attribute for it can be added. Andrew