On Tue, Oct 28, 2025 at 06:33:56PM -0700, Jakub Kicinski wrote:
On Thu, 23 Oct 2025 16:44:09 +0900 Byungchul Park wrote:
quoted
As a preparation, the check for net_iov, that is not page-backed, should
avoid using ->pp_magic since net_iov doens't have to do with page type.
doesn't
quoted
Instead, nmdesc->pp can be used if a net_iov or its nmdesc belongs to a
page pool, by making sure nmdesc->pp is NULL otherwise.
Please explain in the commit message why the new branch in
netmem_is_pp() is necessary. We used to identify the pages based
on PP_SIGNATURE, now we identify them based on page_type.
Yes, I will. It'd be much better. Thank you very much for the comment.
Byungchul