Re: [PATCH RESEND v3 net-next 0/5] net: consolidate page_is_pfmemalloc() usage

2021-02-04 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Tue, 02 Feb 2021 13:30:43 + you wrote: > page_is_pfmemalloc() is used mostly by networking drivers to test > if a page can be considered for reusing/recycling. > It doesn't write anything to the struct page itself,

[PATCH RESEND v3 net-next 0/5] net: consolidate page_is_pfmemalloc() usage

2021-02-02 Thread Alexander Lobakin
page_is_pfmemalloc() is used mostly by networking drivers to test if a page can be considered for reusing/recycling. It doesn't write anything to the struct page itself, so its sole argument can be constified, as well as the first argument of skb_propagate_pfmemalloc(). In Page Pool core code, it c