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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 1FD51C4332F for ; Fri, 10 Nov 2023 23:19:33 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 38BC410E2C6; Fri, 10 Nov 2023 23:19:32 +0000 (UTC) Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id 992CA10E2C6 for ; Fri, 10 Nov 2023 23:19:29 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id E4C78CE12C9; Fri, 10 Nov 2023 23:19:27 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 331F2C433C7; Fri, 10 Nov 2023 23:19:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1699658367; bh=D+rgNwHZFpDs1LpaDcMUKJtp1XBDNR7Hu4FLz0bimv4=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=FDjbKuevYwRFaN7WqJiDyPcrz38e5pVS+0laeL9DKurWGRDRdfSwpTZs/VzXEjvKO 9tBIBivJzS/HT/aBBhOs1Eitx1ROi33polSHKhPdUhfXJs/KRZBwVj38e+ep4XOxRc 0MY4+VmQ01GV/DaAsRYQFTwUugAbj2jHi2457+QDbQM02Zc20AXSQOQinEwKfxR7wD lq5PFgwJ5LlrBPb0cSVOokIG4tjQU+pvM4d6y44IukpqmQmWY5nct39+Pd6EmdMQqU aYe/awKfSX6/oU3Ie9we+MqqDOmhixxE+tYE0fSupvBzkl8TP9R1/inb/7IzviezsQ nLt7uJqnJfupQ== Date: Fri, 10 Nov 2023 15:19:25 -0800 From: Jakub Kicinski To: Mina Almasry Subject: Re: [RFC PATCH v3 09/12] net: add support for skbs with unreadable frags Message-ID: <20231110151925.13d946d0@kernel.org> In-Reply-To: References: <19129763-6f74-4b04-8a5f-441255b76d34@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Kaiyuan Zhang , dri-devel@lists.freedesktop.org, Eric Dumazet , Stanislav Fomichev , linux-kselftest@vger.kernel.org, Shuah Khan , Sumit Semwal , linux-arch@vger.kernel.org, Willem de Bruijn , Jeroen de Borst , Paolo Abeni , linux-media@vger.kernel.org, Jesper Dangaard Brouer , Arnd Bergmann , linaro-mm-sig@lists.linaro.org, Shakeel Butt , Willem de Bruijn , netdev@vger.kernel.org, David Ahern , Ilias Apalodimas , linux-kernel@vger.kernel.org, "David S. Miller" , Praveen Kaligineedi , Christian =?UTF-8?B?S8O2bmln?= Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Tue, 7 Nov 2023 11:53:22 -0800 Mina Almasry wrote: > My bad on not including some docs about this. The next version should > have the commit message beefed up to explain all this, or a docs > patch. Yes, please. Would be great to have the user facing interface well explained under Documentation/