-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
- Background
- One MCTP Endpoint can support multiple medium interfaces: I2C, USB, PCIe-VDM. The speed of the different medium interface can be different. The sensor polling, event monitoring should use the highest speed interface to increase the performance.
- The upper application such as
pldmdcan support multiple MCTP-Binding interface at the same time. It can also choose of interface with highest speed. Sopldmdneed to know the medium type to decide which medium interface should it use to communicate with EP when there are many medium interfaces.
- Propose
- Add the property name
Typeinau.com.codeconstruct.MCTP.Endpoint1with data type asbyteto define the medium type asTable 2 – MCTP physical medium identifiersin DSP0239 V1.3.0 - Create the property name
Addressinau.com.codeconstruct.MCTP.Endpoint1with data type as string or byte array asTable 27 – Routing Table Entry formatin DSP0236 V1.3.0. Depends on the MCTP binding type the size of thisAddressproperty can different. Maybe we can addAddressSizeproperty to identify the byte size of address. - As table
Table 27 – Routing Table Entry format, theport numbershould also be public to MCTP Endpoint D-Bus object path. When the EP is bridge we need toidentify a particular bus connection that the physical address for the entry is defined underthat bridge.
Metadata
Metadata
Assignees
Labels
No labels