lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <cbe284b8-57d8-4096-a0f6-122c50b1f19a@intel.com>
Date: Fri, 30 May 2025 17:04:01 +0200
From: Alexander Lobakin <aleksander.lobakin@...el.com>
To: Byungchul Park <byungchul@...com>, <anthony.l.nguyen@...el.com>
CC: <willy@...radead.org>, <netdev@...r.kernel.org>,
	<linux-kernel@...r.kernel.org>, <linux-mm@...ck.org>,
	<kernel_team@...ynix.com>, <kuba@...nel.org>, <almasrymina@...gle.com>,
	<ilias.apalodimas@...aro.org>, <harry.yoo@...cle.com>, <hawk@...nel.org>,
	<akpm@...ux-foundation.org>, <davem@...emloft.net>,
	<john.fastabend@...il.com>, <andrew+netdev@...n.ch>,
	<asml.silence@...il.com>, <toke@...hat.com>, <tariqt@...dia.com>,
	<edumazet@...gle.com>, <pabeni@...hat.com>, <saeedm@...dia.com>,
	<leon@...nel.org>, <ast@...nel.org>, <daniel@...earbox.net>,
	<david@...hat.com>, <lorenzo.stoakes@...cle.com>, <Liam.Howlett@...cle.com>,
	<vbabka@...e.cz>, <rppt@...nel.org>, <surenb@...gle.com>, <mhocko@...e.com>,
	<horms@...nel.org>, <linux-rdma@...r.kernel.org>, <bpf@...r.kernel.org>,
	<vishal.moola@...il.com>
Subject: Re: [RFC v3 00/18] Split netmem from struct page

From: Byungchul Park <byungchul@...com>
Date: Thu, 29 May 2025 12:29:03 +0900

> On Thu, May 29, 2025 at 12:10:29PM +0900, Byungchul Park wrote:
>> The MM subsystem is trying to reduce struct page to a single pointer.
>> The first step towards that is splitting struct page by its individual
>> users, as has already been done with folio and slab.  This patchset does
>> that for netmem which is used for page pools.
>>
>> Matthew Wilcox tried and stopped the same work, you can see in:
>>
>>    https://lore.kernel.org/linux-mm/20230111042214.907030-1-willy@infradead.org/
>>
>> Mina Almasry already has done a lot fo prerequisite works by luck, he
>> said :).  I stacked my patches on the top of his work e.i. netmem.
>>
>> I focused on removing the page pool members in struct page this time,
>> not moving the allocation code of page pool from net to mm.  It can be
>> done later if needed.
>>
>> The final patch removing the page pool fields will be submitted once
>> all the converting work of page to netmem are done:
>>
>>    1. converting of libeth_fqe by Tony Nguyen.

libeth_fqe will be fully converted to netmem when this PR is accepted:
[1], see the first patch of the series.
It didn't make it into this window as Jakub had a couple last-minute
questions, but I hope it will be merged to net-next in the first couple
weeks after net-next is open.

>>    2. converting of mlx5 by Tariq Toukan.

[1]
https://lore.kernel.org/netdev/20250520205920.2134829-1-anthony.l.nguyen@intel.com

Thanks,
Olek

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ