blob: cd3cf912d23669d64a967ddc5fba762ddd65f4ef [file] [log] [blame]
Sunny Srivastavaae956ad2021-03-02 12:20:38 -06001description: >
Patrick Williamsa1347412022-12-06 10:56:22 -06002 Implement to provide fabric adapter attributes. A physical fabric adapter
3 capable of connecting to an interconnect fabric. Examples include but are
4 not limited to Ethernet, NVMe over Fabrics, etc.
Myung Baedf32eb52023-04-26 08:32:36 -07005
6associations:
7 name: connecting
8 description: >
9 Objects that implement FabricAdapter can optionally implement the
10 connecting association to provide links to one or more Ports.
11 reverse_name: connected_to
12 required_endpoint_interfaces:
13 - xyz.openbmc_project.Inventory.Connector.Port