]> git.itanic.dy.fi Git - linux-stable/commit
net: introduce __skb_fill_page_desc_noacc
authorPavel Begunkov <asml.silence@gmail.com>
Tue, 12 Jul 2022 20:52:32 +0000 (21:52 +0100)
committerJakub Kicinski <kuba@kernel.org>
Tue, 19 Jul 2022 21:20:54 +0000 (14:20 -0700)
commit84ce071e38a6e25ea3ea91188e5482ac1f17b3af
tree4279a0b1dbf8fc8f7e6cb82e0fdc6bb47eb0d6a5
parent753f1ca4e1e50248a1b760c9774d6d6b354562cc
net: introduce __skb_fill_page_desc_noacc

Managed pages contain pinned userspace pages and controlled by upper
layers, there is no need in tracking skb->pfmemalloc for them. Introduce
a helper for filling frags but ignoring page tracking, it'll be needed
later.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/linux/skbuff.h