Skip to content

Commit 79c00d3

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 fa94d66 commit 79c00d3

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

docs/mctpd.md

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

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

0 commit comments

Comments
 (0)