Skip to content

Commit f396b63

Browse files
docs: mctpd: update periodic polling interval
Added new bus-owner configuration for periodic polling of bridged endpoints. Signed-off-by: Faizan Ali <faizana@nvidia.com>
1 parent f306c32 commit f396b63

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/mctpd.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,8 @@ busctl call au.com.codeconstruct.MCTP1 \
276276
### `.Remove`
277277

278278
Removes 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.
377379
This setting determines the maximum EID pool size that a bridge peer may request
378380
via their Set Endpoint ID response. Requests larger than this size will be
379381
truncated.
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```.

0 commit comments

Comments
 (0)