Skip to content

Commit

Permalink
Address review comment
Browse files Browse the repository at this point in the history
Signed-off-by: Prince George <prgeor@microsoft.com>
  • Loading branch information
prgeor committed Sep 12, 2024
1 parent 972917d commit 9588f36
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion inc/saiport.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,11 @@ typedef enum _sai_port_error_status_t

SAI_PORT_ERROR_STATUS_FEC_SYNC_LOSS = 4,

SAI_PORT_ERROR_STATUS_FEC_LOSS_ALIGNMENT_MARKER = 8
SAI_PORT_ERROR_STATUS_FEC_LOSS_ALIGNMENT_MARKER = 8,

SAI_PORT_ERROR_STATUS_HIGH_SER = 16,

SAI_PORT_ERROR_STATUS_HIGH_BER = 32,
} sai_port_error_status_t;

/**
Expand Down

0 comments on commit 9588f36

Please sign in to comment.