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 1843B3EBF34; Thu, 26 Feb 2026 01:42:40 +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=1772070161; cv=none; b=F1Cy8nTt+BEK1BssxDR1rRnOW0XSR6zLji+Bs+wQMpUnyccV4FergiJ13Zg0kdZPyfsVa2dR70sU4Gn7GXt+i/opLduRGWz2pxjqZkaW2zgzypQSz0N43erdbgQY080u2LufdoefO2MOdc42LoOXbEEqcF9zyl74DeBM1Fo9cC0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772070161; c=relaxed/simple; bh=KphSeiCZB+3nIyNt+E4lIkJVuwWpcQFBGOMlGdcXzao=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=VIDt9ti6VYMHZew71BZ9+8pYNSI312aGy6H+6G7vVSxeki7d0y764KYltfsEvODz4/yQPpCTIOuepyTIj2gG3LSCbkg8AW7QlAkiNjAMAYQcpCBgJVa2pQAsNk+FY1l0d8XcqJj7YtO4UDV83jhOxEMp2oHD3piyeIKugR+KbCY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ZFRek2wk; 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="ZFRek2wk" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1950AC116D0; Thu, 26 Feb 2026 01:42:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772070160; bh=KphSeiCZB+3nIyNt+E4lIkJVuwWpcQFBGOMlGdcXzao=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=ZFRek2wkocVC45U4gxOpQxBkMvOMq1M31L9OCTMR/Y6OqQftccSOO6qgOSgKHqMqT dxFYyTXnu+b2yHNtLou7ztp+6pBzeUFltxloGj0KafiUI640FtzVWXvluqm7rLbnTc VV+SLJLnZxDxrKeXQUjMaN8lHDmSfayIri2RhvRX3qNBM94tprT36YjPutYklBNwGQ BNjUv70HLapw4S+AGFaom2CevM3rxWLIU0AX46k+PSR8zK5uEp6VN4W+vt2C28JQN8 M4ZQ2Fyhd5PMJohf/kILt0gppD/BXU5/K8fvBJLAOFDYE0y2g9r0m24t9GbmzZQ92G 8+qGNgvFewuLw== Date: Wed, 25 Feb 2026 17:42:39 -0800 From: Jakub Kicinski To: Vishwanath Seshagiri Cc: "Michael S . Tsirkin" , Jason Wang , Xuan Zhuo , Eugenio =?UTF-8?B?UMOpcmV6?= , Andrew Lunn , "David S . Miller" , Eric Dumazet , Paolo Abeni , David Wei , Matteo Croce , Ilias Apalodimas , , , , Subject: Re: [PATCH v7 RESEND net-next] virtio_net: add page_pool support for buffer allocation Message-ID: <20260225174239.7a8933e6@kernel.org> In-Reply-To: <20260225044910.1328791-1-vishs@meta.com> References: <20260225044910.1328791-1-vishs@meta.com> 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 Tue, 24 Feb 2026 20:49:10 -0800 Vishwanath Seshagiri wrote: > Use page_pool for RX buffer allocation in mergeable and small buffer > modes to enable page recycling and avoid repeated page allocator calls. > skb_mark_for_recycle() enables page reuse in the network stack. Would you mind holding off v8 until tomorrow mid-day (and rebase then)? There is a conflict coming in from Linus'es tree, if you post v8 today it will most likely not apply tomorrow :(