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 E3E822DEA9D; Tue, 26 May 2026 19:18:44 +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=1779823129; cv=none; b=tVlx+Ct5+8esMcPP9VQd+NUwWedbRjvVqhwBjoXrOxpE9l5lRqUNqmm1qSkD5wXJYdBZJx/Bk1LOoyRI5LL4mnzaLlRZehLSxjqj0Mv7UAnAolg+S3MkxNCQRdJH+AZLVpRsS2xPl1AmpGb1s2LLY/m/MJ7un/XT3PGYIKv6sfU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779823129; c=relaxed/simple; bh=DPzEq/k7wVWOHTlo4Pxl9AqCG45nMJgtiiYCVf0Wg+4=; h=MIME-Version:Date:From:To:Cc:Subject:In-Reply-To:References: Message-ID:Content-Type; b=AgcfnKDqoFsaidCs/ofXolmMArJj9YJ2wtUV9C+uEa3fVRv4uWaTki3AvzUyewHH5gBOR6/tYhnHPJBblsTN0Lxr9dBC3WCghz/0DCwGCsAbFSLgk8xw1zSWtEzEnMK3rGTLay8e1p2qBjvqMreUIjgrRix/DZKJhfZSgam7kI0= 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=PSR5klBt; 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="PSR5klBt" Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 795CEA0334; Tue, 26 May 2026 21:18:32 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tipi-net.de; s=dkim; t=1779823116; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=HE0ZDb6xqkrgqysSs06Kqa0Shl7aUAqROC1SPIUzU/o=; b=PSR5klBt6XkghM+vxJoRLzp54noTGXCoOVtFaUunPlAKYt9wki5W+DNmFRZXWulOmc5EK1 dnlOqvlY1QxT9A/n7ALTrzk4Kx8qB2tkdpuW7EiHwBiJIudd74C+Z5Je9gJKvVWba/9Iq8 MKhM1lmdESU7oVr1Qo+SZ8IX6Cv8ZWg0aEsGOqduUC8MMzQXk2SaAg+kC23FcZJM4n2hrr ARlE8xmAOeQxIHp6KnctLgZoeogCtHllcoTbB3TFzDjgG7jgArlFz44W2OW5zKGlfFdx4y DOFnzzqvdlFKX78J/cAScUhqRmhPLKnKRdNug/4MOwGcHKrMWGXXJfEXI8hBMg== Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Date: Tue, 26 May 2026 21:18:32 +0200 From: Nicolai Buchwitz To: Jakub Kicinski Cc: davem@davemloft.net, netdev@vger.kernel.org, edumazet@google.com, pabeni@redhat.com, andrew+netdev@lunn.ch, horms@kernel.org, corbet@lwn.net, tariqt@nvidia.com, dtatulea@nvidia.com, linux-doc@vger.kernel.org, hawk@kernel.org, ilias.apalodimas@linaro.org Subject: Re: [PATCH net-next 1/4] docs: net: page_pool: drop reference to removed PP_FLAG_PAGE_FRAG In-Reply-To: <20260526155722.2790742-2-kuba@kernel.org> References: <20260526155722.2790742-1-kuba@kernel.org> <20260526155722.2790742-2-kuba@kernel.org> Message-ID: <83168a37b8dc09413f5560d4c2715a37@tipi-net.de> X-Sender: nb@tipi-net.de Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Last-TLS-Session-Version: TLSv1.3 On 26.5.2026 17:57, Jakub Kicinski wrote: > The flag was removed in commit 09d96ee5674a ("page_pool: remove > PP_FLAG_PAGE_FRAG"), but the documentation still mentions it when > describing fragment usage. Drop the stale reference; the fragment > API does not require any opt-in flag. > > Signed-off-by: Jakub Kicinski > --- > [...] Reviewed-by: Nicolai Buchwitz