Tiny fix hicache kernel backend comparison (#16867)
Signed-off-by: Mohammad Miadh Angkad <MAngkad.BSDSBA2027@aim.edu>
This commit is contained in:
@@ -2000,7 +2000,7 @@ class ServerArgs:
|
|||||||
def _handle_hicache(self):
|
def _handle_hicache(self):
|
||||||
if (
|
if (
|
||||||
self.hicache_mem_layout == "page_first_direct"
|
self.hicache_mem_layout == "page_first_direct"
|
||||||
and self.hicache_io_backend is "kernel"
|
and self.hicache_io_backend == "kernel"
|
||||||
):
|
):
|
||||||
self.hicache_io_backend = "direct"
|
self.hicache_io_backend = "direct"
|
||||||
logger.warning(
|
logger.warning(
|
||||||
|
|||||||
Reference in New Issue
Block a user