[HiCache][AMD] Add UMBP tiered DRAM + SSD L3 storage backend with hugepage host allocator (#25377)

Co-authored-by: TianDi101 ditian12@amd.com
Co-authored-by: Niko Ma nima@amd.com
Co-authored-by: Wu, Yutong yutong.wu@amd.com
Co-authored-by: figo fizhang@amd.com
Co-authored-by: AMD-yanfeiwang <yanfei.wang@amd.com>
Co-authored-by: Zhangheng <hzh0425@apache.org>
This commit is contained in:
inkcherry
2026-07-01 22:21:37 +08:00
committed by GitHub
co-authored by TianDi101 ditian12@amd.com Niko Ma nima@amd.com Wu, Yutong yutong.wu@amd.com figo fizhang@amd.com AMD-yanfeiwang Zhangheng
parent a0d9791810
commit 13dc5f2dc7
9 changed files with 2106 additions and 1 deletions
@@ -483,7 +483,7 @@ class HiCacheController:
if (
self.storage_backend_type
in ["hf3fs", "mooncake", "eic", "nixl", "simm"]
in ["hf3fs", "mooncake", "eic", "nixl", "simm", "mori"]
) or (
self.storage_backend_type == "dynamic"
and bool(self.storage_config.extra_config.get("interface_v1", 0))