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 E1C70C74A5B for ; Tue, 21 Mar 2023 04:20:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229572AbjCUEUI (ORCPT ); Tue, 21 Mar 2023 00:20:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55650 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229561AbjCUEUG (ORCPT ); Tue, 21 Mar 2023 00:20:06 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E78E66E95; Mon, 20 Mar 2023 21:20:03 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 7E78E618D2; Tue, 21 Mar 2023 04:20:03 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6DF14C433D2; Tue, 21 Mar 2023 04:20:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1679372402; bh=PT/CiT0BEhsjPkLcZdtBOfXFvi9IAgN+QsC5PQz8EQk=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=jvXFofMQWAE5gTYRDV1rzQVYlRhmNw3SljGu6jzGVGKSbZrERJcoeA4t8LqDfUEFF umAjV32Ocokg5xJtP1BVoXTLAZFNvVB3prYNsI80iXxN99TLoxX2EsXJwfcPfabZ3v NsebbOyl+AQ3rihrggmYpvVQoQ80/aBgIX3P8hKL7Cf3AW7mPGHXd9wPB7G3H8wTxD +YGKX1vgyn7pgDGOKcGRuOqDhveEoeym16IoZqyONtTZTWymXkVhs3X8WLbbh1+vgm aSHAyPmytVk3xZcz3qy/e2k9n56DGVoUx5sBwG+4gWx0KcNpwqA4+NbREnhnqkOvyX 6ZTATnKOMgNIA== Date: Mon, 20 Mar 2023 21:20:01 -0700 From: Jakub Kicinski To: "Kubalewski, Arkadiusz" Cc: Jiri Pirko , Vadim Fedorenko , Jonathan Lemon , Paolo Abeni , Vadim Fedorenko , poros , mschmidt , "netdev@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-clk@vger.kernel.org" , "Michalik, Michal" Subject: Re: [PATCH RFC v6 1/6] dpll: spec: Add Netlink spec in YAML Message-ID: <20230320212001.46fd0200@kernel.org> In-Reply-To: <20230320211354.4d0f8654@kernel.org> References: <20230312022807.278528-1-vadfed@meta.com> <20230312022807.278528-2-vadfed@meta.com> <20230320210549.081da89b@kernel.org> <20230320211354.4d0f8654@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Mon, 20 Mar 2023 21:13:54 -0700 Jakub Kicinski wrote: > If one has to carry a link to the other you should create a subset > so there is no circular dependency. That's the only potentially tricky > thing I can think of... Another option is to take a page from ethtool's book and factor out identifiers to a nested attr from the start.