File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -226,6 +226,8 @@ busctl call au.com.codeconstruct.MCTP1 \
226226### ` .Remove `
227227
228228Removes the MCTP endpoint from ` mctpd ` , and deletes routes and neighbour entries.
229+ If endpoint is a bridge (have EID pool allocated for downstream devices) removing
230+ it will cause removal of all downstream devices endpoint objects as well.
229231
230232### MCTP bridge interface: ` au.com.codeconstruct.MCTP.Bridge1 ` interface
231233
@@ -327,3 +329,14 @@ allocations.
327329This setting determines the maximum EID pool size that a bridge peer may request
328330via their Set Endpoint ID response. Requests larger than this size will be
329331truncated.
332+
333+ #### ` endpoint_poll_ms ` : Periodic polling interval for briged peers.
334+
335+ * type: integer, in milliseconds
336+ * default: 2500
337+
338+ This is periodic polling interval time in milliseconds, which bus owner/bridge
339+ needs to perform to identify accessible bridged eid among the allocated pool
340+ space. Value should be between [ ``` 0.5 * TRECLAIM (5) ``` - ``` 10 ``` ] seconds.
341+ Such periodic polling is common for all the briged endpoints among allocated
342+ pool space [ ` .PoolStart ` - ` .PoolEnd ` ] of the bridge.
You can’t perform that action at this time.
0 commit comments