aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/modules.py
diff options
context:
space:
mode:
authorJack Wang <[email protected]>2022-07-12 12:31:13 +0200
committerLeon Romanovsky <[email protected]>2022-07-18 12:28:06 +0300
commit46195de38abf196e5799bd02b3ae88faf084d161 (patch)
tree220ffe6aaca661af524281587ce229fff7a5f253 /scripts/gdb/linux/modules.py
parentc14adff285ad1bb8eefc5d8fc202ceb1f7e3a2f1 (diff)
RDMA/rtrs-srv: Do not use mempool for page allocation
The mempool is for guaranteed memory allocation during extreme VM load (see the header of mempool.c of the kernel). But rtrs-srv allocates pages only when creating new session. There is no need to use the mempool. With the removal of mempool, rtrs-server no longer need to reserve huge mount of memory, this will avoid error like this: https://lore.kernel.org/lkml/20220620020727.GA3669@xsang-OptiPlex-9020/ Link: https://lore.kernel.org/r/[email protected] Reported-by: kernel test robot <[email protected]> Signed-off-by: Gioh Kim <[email protected]> Signed-off-by: Jack Wang <[email protected]> Signed-off-by: Md Haris Iqbal <[email protected]> Acked-by: Guoqing Jiang <[email protected]> Signed-off-by: Leon Romanovsky <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions