diff options
| author | Mina Almasry <[email protected]> | 2024-04-10 12:05:01 -0700 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2024-04-11 19:29:22 -0700 |
| commit | f6d827b180bda01f8805bf5e85307419b0d6f890 (patch) | |
| tree | 64f1290c200b65703921a5000cd99383b17a1921 /tools/perf/scripts/python/gecko.py | |
| parent | 94426ed2137a948d212302df571445d4245772b9 (diff) | |
net: move skb ref helpers to new header
Add a new header, linux/skbuff_ref.h, which contains all the skb_*_ref()
helpers. Many of the consumers of skbuff.h do not actually use any of
the skb ref helpers, and we can speed up compilation a bit by minimizing
this header file.
Additionally in the later patch in the series we add page_pool support
to skb_frag_ref(), which requires some page_pool dependencies. We can
now add these dependencies to skbuff_ref.h instead of a very ubiquitous
skbuff.h
Signed-off-by: Mina Almasry <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/gecko.py')
0 files changed, 0 insertions, 0 deletions