SAI icon indicating copy to clipboard operation
SAI copied to clipboard

Added new port attributes to get the interrupts information.

Open orusanov-plvision opened this issue 3 years ago • 2 comments

objectives: This request adds a new port API get_port_interrupts_status() to retrieve the status of interrupts. This API is the clear-on-read, the interruption status should be reset after the read. API takes the list of interruptions IDs and returns their status. True means interruption is triggered, false - is not triggered. The list of results should be allocated before the API call, and should have the same size as the list of IDs. Also these changes contain the enum of the interruption IDs sai_port_interrupt_t.

Signed-off-by: Oleksandr Rusanov [email protected]

orusanov-plvision avatar Jun 14 '22 14:06 orusanov-plvision

/azp run

kcudnik avatar Jun 29 '23 15:06 kcudnik

Azure Pipelines successfully started running 1 pipeline(s).

azure-pipelines[bot] avatar Jun 29 '23 15:06 azure-pipelines[bot]