ibm-openbmc / dev

Product Development Project Mgmt and Tracking
16 stars 2 forks source link

PCIe Topology: Redfish: Need link for fabric adapter to pcie device #3534

Closed gtmills closed 1 year ago

gtmills commented 2 years ago

This is Link PCIeDevice at https://github.ibm.com/gmills/pcie-topology https://redfish.dmtf.org/schemas/v1/FabricAdapter.v1_2_0.json

                "PCIeDevices": {
                    "description": "An array of links to the PCIe devices associated with this fabric adapter.",
                    "items": {
                        "$ref": "http://redfish.dmtf.org/schemas/v1/PCIeDevice.json#/definitions/PCIeDevice"
                    },
                    "longDescription": "This property shall contain an array of links to resources of type PCIeDevice that represent the PCIe devices associated with this fabric adapter.",
                    "readonly": true,
                    "type": "array",
                    "versionAdded": "v1_2_0"
                },
patelabhishek9893 commented 2 years ago

https://github.com/ibm-openbmc/bmcweb/commit/a366115111c85d64dc09cccc28c456ae540e01f8 this feature already gets in by sunny.

gtmills commented 2 years ago

It is not upstream though so moving to code review in driver

mzipse commented 1 year ago

Work is complete. Closing.