File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -283,6 +283,8 @@ busctl call au.com.codeconstruct.MCTP1 \
283283### ` .Remove `
284284
285285Removes the MCTP endpoint from ` mctpd ` , and deletes routes and neighbour entries.
286+ If endpoint is a bridge (have EID pool allocated for downstream devices) removing
287+ it will cause removal of all downstream devices endpoint objects as well.
286288
287289### MCTP bridge interface: ` au.com.codeconstruct.MCTP.Bridge1 ` interface
288290
@@ -384,3 +386,15 @@ allocations.
384386This setting determines the maximum EID pool size that a bridge peer may request
385387via their Set Endpoint ID response. Requests larger than this size will be
386388truncated.
389+
390+ #### ` endpoint_poll_ms ` : Periodic polling interval for briged peers.
391+
392+ * type: integer, in milliseconds
393+ * default: 0
394+
395+ This is periodic polling interval time in milliseconds, which bus owner/bridge
396+ needs to perform to identify accessible bridged eid among the allocated pool
397+ space. Value should be between [ ``` 0.5 * TRECLAIM (5) ``` - ``` 10 ``` ] seconds.
398+ Such periodic polling is common for all the briged endpoints among allocated
399+ pool space [ ` .PoolStart ` - ` .PoolEnd ` ] of the bridge.
400+ Polling could be provisioned to be disabled via setting the value as ``` 0 ``` .
You can’t perform that action at this time.
0 commit comments