RE: [EXTERNAL] [PATCH net-next v10 04/15] mm: page_frag: add '_va' suffix to page_frag API

2024-07-10 Thread Subbaraya Sundeep Bhatta
; k...@vger.kernel.org; virtualizat...@lists.linux.dev; linux...@kvack.org; b...@vger.kernel.org; linux-...@lists.infradead.org; linux-...@vger.kernel.org Subject: [PATCH net-next v10 04/15] mm: page_frag: add '_va' suffix to page_frag API Currently the page_frag API is returning '

[PATCH net-next v10 04/15] mm: page_frag: add '_va' suffix to page_frag API

2024-07-09 Thread Yunsheng Lin
Currently the page_frag API is returning 'virtual address' or 'va' when allocing and expecting 'virtual address' or 'va' as input when freeing. As we are about to support new use cases that the caller need to deal with 'struct page' or need to deal with both 'va' and 'struct page'. In order to dif