]> www.infradead.org Git - users/willy/pagecache.git/commit
Merge branch 'net-remove-the-single-page-frag-cache-for-good'
authorPaolo Abeni <pabeni@redhat.com>
Thu, 20 Feb 2025 09:53:31 +0000 (10:53 +0100)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 20 Feb 2025 09:53:32 +0000 (10:53 +0100)
commitdd3188ddc4c49cb234b82439693121d2c1c69c38
treee523c2830703947257eb0a2e8cc1ce41bd4e227b
parent878e7b11736e062514e58f3b445ff343e6705537
parent6bc7e4eb0499562ccd291712fd7be0d1a5aad00a
Merge branch 'net-remove-the-single-page-frag-cache-for-good'

Paolo Abeni says:

====================
net: remove the single page frag cache for good

This is another attempt at reverting commit dbae2b062824 ("net: skb:
introduce and use a single page frag cache"), as it causes regressions
in specific use-cases.

Reverting such commit uncovers an allocation issue for build with
CONFIG_MAX_SKB_FRAGS=45, as reported by Sabrina.

This series handle the latter in patch 1 and brings the revert in patch
2.

Note that there is a little chicken-egg problem, as I included into the
patch 1's changelog the splat that would be visible only applying first
the revert: I think current patch order is better for bisectability,
still the splat is useful for correct attribution.
====================

Link: https://patch.msgid.link/cover.1739899357.git.pabeni@redhat.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>