+15
−0
include/linux/share_pool_interface.h
0 → 100644
+19
−0
+26
−4
+3
−1
Loading
hulk inclusion
category: feature
bugzilla: N/A
--------------------------------
Support alloc memory from nodes.
mg_sp_alloc allow to alloc memory from one node.
If the node have no enough memory, the caller would
pick a next node. But that has a lot of overhead.
To improve performance, we support a new interface to
alloc memory from nodes.
Signed-off-by:
Chen Jun <chenjun102@huawei.com>