SAI
SAI copied to clipboard
Added new port attributes to get the interrupts information.
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]
/azp run
Azure Pipelines successfully started running 1 pipeline(s).