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 20A1E38FF15 for ; Thu, 22 Jan 2026 15:16:39 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769095000; cv=none; b=ZH14UqIDv4LIrhLBHJV6vd59wdEFw9pncgJZxzkfFLhoEm2n+Oihm2cPsV0hk+QdWUuvjkc1wUVkY59X2FIP8YMafwGfxtsILwqgXPpeCIuZmUr/RzYYmHVUU768NGB4+L9KcXoPxyh512owF3/Qm+ptLttKWJjGIf9hoohQuqo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769095000; c=relaxed/simple; bh=9ufWMtQYwrxEnz5TzXI02Pi3tx1GcOZ6YJ5xpAPGZOE=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=lQLZOxlZcaKNc5AZDyS7682Ybo21+Js3XnZBSEfM2skwzPB8Hwidyh8nS3SowNPwcS6PbH2A77tK9cedUY8A4pHiBHTaagZ4ifQkt1VV+h5O55juBdu6UyiSzczLRAXftnGVQhREsU4zIX4ssjJwv1Xj3nlLqHPyjkjBKcqvVH0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=mgDfdKXM; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="mgDfdKXM" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 18AF8C116C6; Thu, 22 Jan 2026 15:16:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769094999; bh=9ufWMtQYwrxEnz5TzXI02Pi3tx1GcOZ6YJ5xpAPGZOE=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=mgDfdKXMT1ciFHsxEZRmceg3whnjPmNYayCr+gC4wKiY0Z3F9tXBDxuFUngc/mJ1y RbdTSO4A1k+ueN2bp3U5irct+EeWF2G7scXAxQmJXxT/hRarObKahCxpxP+MiZCG6m HGN28oCmwIkYMKGXj3og1aIW2c6VpCLEcIqzP8QW7PuwjuYEIlTB0w9J8oFtby5RwV o3nym6H+v5qYTKybMonqaI9TvjRLi+psl5S1kEWFkSSFC+/6Cw3yWc0H39l9y7UYM2 6z4Vi/GKAMymmKFNzwfYusRhWSrfiw1e6tvdhR00IKLMjgiq1VLd2hbXStj1bvAGDN B3ZSnG5vPP2ew== Date: Thu, 22 Jan 2026 07:16:38 -0800 From: Jakub Kicinski To: =?UTF-8?B?VGjDqW8=?= Lebrun Cc: , , , , , , , , , =?UTF-8?B?R3LDqWdvcnk=?= Clement , "Thomas Petazzoni" Subject: Re: [net-next,3/8] cadence: macb: Add page pool support handle multi-descriptor frame rx Message-ID: <20260122071638.71e96253@kernel.org> In-Reply-To: References: <20260115222531.313002-4-pvalerio@redhat.com> <20260119193622.1255610-1-kuba@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=UTF-8 Content-Transfer-Encoding: quoted-printable On Thu, 22 Jan 2026 15:39:51 +0100 Th=C3=A9o Lebrun wrote: > On Mon Jan 19, 2026 at 8:36 PM CET, Jakub Kicinski wrote: > > This is an AI-generated review of your patch. The human sending this > > email has considered the AI review valid, or at least plausible. > > > > For local reproduction steps see https://netdev-ai.bots.linux.dev/ai-lo= cal.html =20 >=20 > This page indicates the prompt is at `review-prompt/prompt.md` but the > repo never has had any `prompt.md` file. Guessing from > `kernel/skills/kernel.md` it seems to be `kernel/review-core.md` > instead. Thanks for pointing out, it got renamed yesterday evening. Let me update the help page.