summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlexander Lobakin <alobakin@pm.me>2021-02-13 17:12:49 +0300
committerDavid S. Miller <davem@davemloft.net>2021-02-14 01:32:04 +0300
commitcfb8ec6595217430166fe833bca611e6bb126d2d (patch)
treeb24bcfb87ed70ac3dacad5adb0bd6fcaff0209f4 /include
parentd13612b58e6453fc664f282514fe2bd7b848230f (diff)
downloadlinux-cfb8ec6595217430166fe833bca611e6bb126d2d.tar.xz
skbuff: allow to use NAPI cache from __napi_alloc_skb()
{,__}napi_alloc_skb() is mostly used either for optional non-linear receive methods (usually controlled via Ethtool private flags and off by default) and/or for Rx copybreaks. Use __napi_build_skb() here for obtaining skbuff_heads from NAPI cache instead of inplace allocations. This includes both kmalloc and page frag paths. Signed-off-by: Alexander Lobakin <alobakin@pm.me> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions