diff options
author | 2023-12-15 11:30:09 +0800 | |
---|---|---|
committer | 2023-12-17 10:56:33 +0000 | |
commit | aaf153aecef1d1831d0d6d371d5c11cf02f0337e (patch) | |
tree | a915186aa9c55df5259cbb82435540f75eb9d6e9 /net/core/dev.c | |
parent | Merge branch 'tcp-ao-selftests' (diff) | |
download | linux-rng-aaf153aecef1d1831d0d6d371d5c11cf02f0337e.tar.xz linux-rng-aaf153aecef1d1831d0d6d371d5c11cf02f0337e.zip |
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>
Diffstat (limited to 'net/core/dev.c')
0 files changed, 0 insertions, 0 deletions