From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.tipi-net.de (mail.tipi-net.de [194.13.80.246]) (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 D416E39659F; Mon, 6 Apr 2026 19:13:48 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=194.13.80.246 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775502830; cv=none; b=WLfNM96t0qx7UKN6mlgjyiAvIkLI3x95HayG4VRBH0rWG8A+W3f724tth+0MeAUo/cc7SvYgBmTf3fELRwQ4KDaSQXIVE70HyuNrcVjKGhuyCY9y59YXPqW+GaCqRbT4kvdqbOiCjjd/BiP5PL9NxV0MLICOSRO3+aLFGFFJKQw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775502830; c=relaxed/simple; bh=QaqzdCmNeCrAhm1LRm0CqpLr2/dvKjSnKZXyn/9GohU=; h=MIME-Version:Date:From:To:Cc:Subject:In-Reply-To:References: Message-ID:Content-Type; b=utJKwTOGXj6L1ijJtPAMu6qGfxv5ovYRTtPzpx/zxK4isVVDvmfVelbouARj/0U9M7PuUcI1xpPBljBJtawA7/MAhzK4NZi5EXljTJFGCJQrsL9rM2zLiaqIh98DY9F6kuz6OxJqUhDt1F3EzL+B0M2iCQiwmYpil+BobvSvGIE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=tipi-net.de; spf=pass smtp.mailfrom=tipi-net.de; dkim=pass (2048-bit key) header.d=tipi-net.de header.i=@tipi-net.de header.b=Jn7UFP/I; arc=none smtp.client-ip=194.13.80.246 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=tipi-net.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=tipi-net.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=tipi-net.de header.i=@tipi-net.de header.b="Jn7UFP/I" Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 5CAB0A588B; Mon, 6 Apr 2026 21:13:43 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tipi-net.de; s=dkim; t=1775502826; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=uVV2KW2xgBvLgMVhejwFXDN1mbWxSYXamGXWza39rVA=; b=Jn7UFP/IPZrV2HA7qyedqJFoZsZwKQP47IoCc+HAOgyfbSc9fEKK9lO1Gj9sQyr/lEBe1c rgZQgaCFL94ZUwW15o96PPPRZ9twjLyXZh03UAr6QWoHLamN/Cbcq0mH61qtmkqk/JjmbF jh1uJf1UTzEVrfrs6gAutOVSRbCf6StjRNu7F0W5HfyTWsBoXGEJn/KN0wMlKYdisBzuEh b7w8T0Qh081GbXeBYeF7YBSw+pm9kBpz9NTatkPHkKkyDiNIUjnKSqMpXUnxT5U3htDZcH QfTPc0GfdRRz1Kw3ym+SBUjwEvyXggUCwuqTslLOkG/5fxJ5LBTJTH3KyIRIIg== Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Date: Mon, 06 Apr 2026 21:13:43 +0200 From: Nicolai Buchwitz To: Mark Bloch Cc: Jakub Kicinski , Dragos Tatulea , Tariq Toukan , Eric Dumazet , Paolo Abeni , Andrew Lunn , "David S. Miller" , Saeed Mahameed , Leon Romanovsky , Alexei Starovoitov , Daniel Borkmann , Jesper Dangaard Brouer , John Fastabend , Stanislav Fomichev , Cosmin Ratiu , Simon Horman , Jacob Keller , Lama Kayal , Michal Swiatkowski , Carolina Jubran , Nathan Chancellor , Daniel Zahka , Rahul Rameshbabu , Raed Salem , netdev@vger.kernel.org, linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org, bpf@vger.kernel.org, Gal Pressman Subject: Re: [PATCH net-next V2 4/5] net/mlx5e: XDP, Use a single linear page per rq In-Reply-To: References: <20260403090927.139042-1-tariqt@nvidia.com> <20260403090927.139042-5-tariqt@nvidia.com> <20260406084344.5d315f01@kernel.org> Message-ID: X-Sender: nb@tipi-net.de Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Last-TLS-Session-Version: TLSv1.3 On 6.4.2026 18:31, Mark Bloch wrote: > On 06/04/2026 18:43, Jakub Kicinski wrote: >> On Sun, 5 Apr 2026 08:08:06 +0200 Dragos Tatulea wrote: >>> sashiko says: >> >> Thanks a lot for reviewing the review! It takes a lot of maintainer >> time > [...] > > For example: > > “Before posting, authors could run a recommended baseline of review > tools, > where available, to catch obvious issues early. During review, tools > such > as review-prompts and Sashiko may be used to assist the reviewer.” > There is already https://netdev-ai.bots.linux.dev/ai-local.html which I found really helpful. If this is still the preferred approach, I could draft a patch to add it to Documentation/process/maintainer-netdev.rst > Mark Thanks Nicolai