Skip to content

Commit f4fa636

Browse files
Update mctp document with mctp bridge support
* updated mctpd.md with new mctp bridge support for dynamic eid assignment from AssignEndpoint d-bus call Signed-off-by: Faizan Ali <[email protected]>
1 parent 22a4f1c commit f4fa636

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/mctpd.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,11 @@ busctl call au.com.codeconstruct.MCTP1 \
126126

127127
Similar to SetupEndpoint, but will always assign an EID rather than querying for
128128
existing ones. Will return `new = false` when an endpoint is already known to
129-
`mctpd`.
129+
`mctpd`. If the endpoint is an MCTP bridge (indicated by requesting a pool size
130+
in its Set Endpoint ID response), this method attempts to allocate a contiguous
131+
range of EIDs for the bridge's downstream endpoints. If sufficient contiguous EIDs
132+
are not available within the dynamic allocation pool for the network, only the
133+
bridge's own EID will be assigned, and downstream EID allocation will fail.
130134

131135
#### `.AssignEndpointStatic`: `ayy``yisb`
132136

0 commit comments

Comments
 (0)