File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -276,6 +276,8 @@ busctl call au.com.codeconstruct.MCTP1 \
276276### ` .Remove `
277277
278278Removes the MCTP endpoint from ` mctpd ` , and deletes routes and neighbour entries.
279+ If endpoint is a bridge (have EID pool allocated for downstream devices) removing
280+ it will cause removal of all downstream devices endpoint objects as well.
279281
280282### MCTP bridge interface: ` au.com.codeconstruct.MCTP.Bridge1 ` interface
281283
@@ -377,3 +379,15 @@ allocations.
377379This setting determines the maximum EID pool size that a bridge peer may request
378380via their Set Endpoint ID response. Requests larger than this size will be
379381truncated.
382+
383+ #### ` endpoint_poll_ms ` : Periodic polling interval for briged peers.
384+
385+ * type: integer, in milliseconds
386+ * default: 0
387+
388+ This is periodic polling interval time in milliseconds, which bus owner/bridge
389+ needs to perform to identify accessible bridged eid among the allocated pool
390+ space. Value should be between [ ``` 0.5 * TRECLAIM (5) ``` - ``` 10 ``` ] seconds.
391+ Such periodic polling is common for all the briged endpoints among allocated
392+ pool space [ ` .PoolStart ` - ` .PoolEnd ` ] of the bridge.
393+ 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