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 21188C47089 for ; Wed, 7 Dec 2022 19:25:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229891AbiLGTZq (ORCPT ); Wed, 7 Dec 2022 14:25:46 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46292 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229649AbiLGTZU (ORCPT ); Wed, 7 Dec 2022 14:25:20 -0500 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A30A5663E8; Wed, 7 Dec 2022 11:25:18 -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=wZtdxwI4LjZHFy3E5eNmHsdGICjjQlspmL/cBjqKplQ=; b=ta5aM73PoDuZbwM8uI50eSi02j MsbTEnGK9oZUpFAq/oreFRZuu+tfAMlfFuHEOqPHJMJfxjCfzTvkUBasDxalgIvzrf21wZejZ+4X9 xgKnWfAoBCKY0oWL90t1rOkPYnbyfBAP/47+UE2vjKECpBvrf6LhuFTMCsByrlVD+1Ng=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1p302S-004gJh-7g; Wed, 07 Dec 2022 20:25:04 +0100 Date: Wed, 7 Dec 2022 20:25:04 +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: <350e640b5c3c7b9c25f6fd749dc0237e79e1c573.1670371013.git.piergiorgio.beruto@gmail.com> <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 > 4.1.1 IDM > Constant field indicating that the address space is defined by this document. > These bits shall read as 0x0A (Open Alliance). So it is local to this document. It has no global meaning within Open Alliance, so some other working group could use the same value in the same location, and it has a totally different meaning. Also, 'by this document' means any future changes need to be in this document. Except when they are in another document, and decide to reuse the value 0x0a because it is local to the document.... So it actually looks like 0x0a does not have much meaning. So why return it? Does Open Alliance have any sort of global registry of magic numbers which are unique across specifications? Maybe you want to add another register whos value is not defined by this document, but something with bigger scope? Andrew