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 9F3C61BF1C for ; Wed, 26 Jul 2023 22:03:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DA7E7C433C8; Wed, 26 Jul 2023 22:03:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1690409000; bh=C20Mow0neMMeuRYiSo190mD7A1G4PRE8BGaMkwDg2Nk=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=OrU1p8aff1BhwuDL37y9QWdR/tg2EC8pWO7roLvxMgb+6wvgb+bLLdOFh/Bj2qk/h iMnWB08R9zS6KyYw/4acY+QJMFo41F4wRxZ68hDdfhim72uvtP7hsR32tUqLwxsrWg AUkFqiyzA+ndCC3p6Of/2GIJrqvUV5Y1Sw/uJhbtfNFmIyqxi5daQ+EYSoZeR0n3PI Lmzzgs65NU8sdZR3HhVMK2yKr1YGwZzGiG+7usPtUXmW+paWLDkxwWaZB0NqXMEVo6 iGxRSgYxZXFoZHUzZok8oJkwqi32jxw7MDi8WfoGXrtv5f7zWHna4rrEoYxdFSBDs3 ioFclKY4riJ7w== Date: Wed, 26 Jul 2023 15:03:19 -0700 From: Jakub Kicinski To: Donald Hunter Cc: netdev@vger.kernel.org, "David S. Miller" , Eric Dumazet , Paolo Abeni , donald.hunter@redhat.com Subject: Re: [PATCH net-next v1 1/3] doc/netlink: Add a schema for netlink-raw families Message-ID: <20230726150319.251d2a7d@kernel.org> In-Reply-To: References: <20230725162205.27526-1-donald.hunter@gmail.com> <20230725162205.27526-2-donald.hunter@gmail.com> <20230726140941.2ef8f870@kernel.org> 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 Wed, 26 Jul 2023 22:48:54 +0100 Donald Hunter wrote: > > Other than that the big ask would be to update the documentation :) > > Do you mind if I update the docs as a follow up patch? I'm on holiday for > the next 10 days - I should have time to respin this patchset but maybe > not to work on docs as well. Ugh, we had some issues with people posting stuff while / before taking time off recently (napi netlink, sendpage, tcx). I'd rather wait until you're back.