Re: [PATCH net-next v6 5/6] page_pool: update document about frag API
From: Randy Dunlap <hidden>
Date: 2023-08-15 15:14:11
Also in:
bpf, linux-doc, lkml
From: Randy Dunlap <hidden>
Date: 2023-08-15 15:14:11
Also in:
bpf, linux-doc, lkml
On 8/15/23 05:24, Yunsheng Lin wrote:
On 2023/8/15 6:42, Randy Dunlap wrote:quoted
Hi--Thanks for the reviewing. ...quoted
quoted
@@ -100,6 +115,14 @@ static inline struct page *page_pool_alloc_frag(struct page_pool *pool, return __page_pool_alloc_frag(pool, offset, size, gfp); } +/** + * page_pool_dev_alloc_frag() - allocate a page frag. + * @pool[in] pool from which to allocate + * @offset[out] offset to the allocated page + * @size[in] requested sizePlease use kernel-doc syntax/notation here.Will change to:
Thanks. Those look good. -- ~Randy