page_pool: halve BIAS_MAX for multiple user references of a fragment
authorLiang Chen <liangchen.linux@gmail.com>
Fri, 15 Dec 2023 03:30:09 +0000 (11:30 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 17 Dec 2023 10:56:33 +0000 (10:56 +0000)
commitaaf153aecef1d1831d0d6d371d5c11cf02f0337e
treea915186aa9c55df5259cbb82435540f75eb9d6e9
parent66fe896351d0505f529eefe4715f6c669f49cbd9
page_pool: halve BIAS_MAX for multiple user references of a fragment

Up to now, we were only subtracting from the number of used page fragments
to figure out when a page could be freed or recycled. A following patch
introduces support for multiple users referencing the same fragment. So
reduce the initial page fragments value to half to avoid overflowing.

Signed-off-by: Liang Chen <liangchen.linux@gmail.com>
Reviewed-by: Yunsheng Lin <linyunsheng@huawei.com>
Reviewed-by: Mina Almasry <almarsymina@google.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/page_pool.c