Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Accelerator Interface to GPU Sensors #10

Merged
merged 1 commit into from
Jul 19, 2019

Commits on Jul 19, 2019

  1. Add Accelerator Interface to GPU Sensors

    This commit adds the xyz.openbmc_project.Inventory.Item.Accelerator
    interface to IPMI GPU functional sensors.
    
    This was something done earlier by commit
    f510f7b6b708b22db1f08faf369994f01edd0ddc.
    The same is being ported now to the new sensor config YAML.
    
    Tested:
    Loaded this change up on a witherspoon. Verified that the
    inventory objects created by host-ipmid now implement the
    xyz.openbmc_project.Inventory.Item.Accelerator interface.
    
    busctl call xyz.openbmc_project.ObjectMapper /xyz/openbmc_project/object_mapper
    xyz.openbmc_project.ObjectMapper GetSubTree sias
    "/xyz/openbmc_project/inventory" 0 1
    "xyz.openbmc_project.Inventory.Item.Accelerator"
    a{sa{sas}} 6
    "/xyz/openbmc_project/inventory/system/chassis/motherboard/gv100card0"
    ....
    ....
    
    Signed-off-by: Santosh Puranik <santosh.puranik@in.ibm.com>
    Change-Id: I1bba8d2d8957110a096b717d7f05b2f2e3568fe3
    Santosh Puranik committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    07377b3 View commit details
    Browse the repository at this point in the history