From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E867138E for ; Wed, 16 Aug 2023 02:52:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 01022C433C8; Wed, 16 Aug 2023 02:52:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692154357; bh=3QjhTCHuuIiV8csmB6TyJmQ1YEMYzNv95EvJW8GWkZA=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=rxBQboLivi6aw7MZhbkeGipJwbAtnK45XfWdhdaZYYr3kUVWHnl4NP/k9YSkv/bDf +L6rae7IgCI1my0IdSm1L3hkhfzTKngSd6SHGkG+0P/+L3tMu4jH+pc1x7qbdctbw+ xESeiUGxdN+8c8WVZ1oNmWyvZR1VfW/VqWtnQ3bF5k1Kmq+WGlzY0NTljbW1k6EBTf xKVXgA/WuDoRv9cAp04WJtk+VU2HPYpCH4LuQfi2J9Q3Zk/1nyq0R8D3CbBneVIX9T paGCnHcfXy4e9aus7GqHJgZGME75wEaZ5Bib05h2JJ4Zgxrp01Icn7Tox5x7C6FJMH vIs7rsRHErBWw== Date: Tue, 15 Aug 2023 19:52:36 -0700 From: Jakub Kicinski To: Donald Hunter Cc: netdev@vger.kernel.org, "David S. Miller" , Eric Dumazet , Paolo Abeni , Jonathan Corbet , linux-doc@vger.kernel.org, Stanislav Fomichev , Arkadiusz Kubalewski , donald.hunter@redhat.com Subject: Re: [PATCH net-next v2 03/10] doc/netlink: Document the netlink-raw schema extensions Message-ID: <20230815195236.3835a60b@kernel.org> In-Reply-To: <20230815194254.89570-4-donald.hunter@gmail.com> References: <20230815194254.89570-1-donald.hunter@gmail.com> <20230815194254.89570-4-donald.hunter@gmail.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Tue, 15 Aug 2023 20:42:47 +0100 Donald Hunter wrote: > Add description of netlink-raw specific attributes to the ynl spec > documentation and refer to the classic netlink documentation. I wonder if we should make this a separate doc, similarly to genetlink-legacy. Keep the specs.rst focused on newer stuff?