On 12/18/24 00:37, David Wei wrote:
From: Jakub Kicinski <kuba@xxxxxxxxxx> The page providers which try to reuse the same pages will need to hold onto the ref, even if page gets released from the pool - as in releasing the page from the pp just transfers the "ownership" reference from pp to the provider, and provider will wait for other references to be gone before feeding this page back into the pool. Signed-off-by: Jakub Kicinski <kuba@xxxxxxxxxx>
My apologies, seems it lost a note that it's a derivative patch with changes not explicitly confirmed by the author.
Signed-off-by: Pavel Begunkov <asml.silence@xxxxxxxxx> Signed-off-by: David Wei <dw@xxxxxxxxxxx>
-- Pavel Begunkov