kernel: add workaround for page_pool_release warnings
authorFelix Fietkau <nbd@nbd.name>
Fri, 3 Jan 2025 19:22:13 +0000 (20:22 +0100)
committerFelix Fietkau <nbd@nbd.name>
Fri, 3 Jan 2025 19:23:08 +0000 (20:23 +0100)
commit2b70b32aef9e8e1ff275872d551c610368079911
tree99c4cb35503158796575e41a80773b10220f74d2
parent8a477bafb4637e3499f69f569133039ce060559e
kernel: add workaround for page_pool_release warnings

defer_list skbs held by NAPI can block releasing page pools.
Work around this by scheduling rx softirq on all CPUs while trying to release
a page pool.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
target/linux/generic/hack-6.6/610-net-page_pool-try-to-free-deferred-skbs-while-waitin.patch [new file with mode: 0644]