• O
    node_memory: Do not fail if there is parameter unsupported · ebdbe25a
    Osier Yang 提交于
    It makes no sense to fail the whole getting command if there is
    a parameter unsupported by the kernel. This patch fixes it by
    omitting the unsupported parameter for getMemoryParameters.
    
    And for setMemoryParameters, this checks if there is an unsupported
    parameter up front of the setting, and just returns failure if not
    all parameters are supported.
    ebdbe25a
nodeinfo.c 43.5 KB