Skip to content

Conversation

const-t
Copy link
Contributor

@const-t const-t commented Aug 25, 2025

Some drivers allocate fragments using page pool, those SKBs doesn't free as regular SKBs they are must be returned to the page pool. To mark SKBs that contain a fragment allocated from page pool used pp_recycle flag, when this fragment moves to another skb, pp_recycle flag also must be set to this skb.

Some drivers allocate fragments using page pool, those
SKBs doesn't free as regular SKBs they are must be
returned to the page pool. To mark SKBs that contain
a fragment allocated from page pool used `pp_recycle`
flag, when this fragment moves to another skb,
`pp_recycle` flag also must be set to this skb.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant