SAI Metadata
Loading...
Searching...
No Matches
_sai_queue_deadlock_notification_data_t Struct Reference

Notification data format received from SAI queue deadlock event callback. More...

#include <saiqueue.h>

Public Attributes

sai_object_id_t queue_id
 Queue id.
 
sai_queue_pfc_deadlock_event_type_t event
 
bool app_managed_recovery
 Application based recovery management indicator.
 

Detailed Description

Notification data format received from SAI queue deadlock event callback.

Definition at line 417 of file saiqueue.h.

Member Data Documentation

◆ app_managed_recovery

bool _sai_queue_deadlock_notification_data_t::app_managed_recovery

Application based recovery management indicator.

This is a return value from host adapter. If set to TRUE then host application will manage deadlock recovery else SAI adapter or SDK will manage deadlock recovery and also generate recovery ended notification. Applicable only when event is == SAI_QUEUE_PFC_DEADLOCK_EVENT_TYPE_DETECTED.

Definition at line 438 of file saiqueue.h.

◆ event

sai_queue_pfc_deadlock_event_type_t _sai_queue_deadlock_notification_data_t::event

Deadlock event

Definition at line 427 of file saiqueue.h.

◆ queue_id

sai_object_id_t _sai_queue_deadlock_notification_data_t::queue_id

Queue id.

Allowed object types
SAI_OBJECT_TYPE_QUEUE

Definition at line 424 of file saiqueue.h.


The documentation for this struct was generated from the following file: