Skip to content

Commit

Permalink
Add MAC remote loopback to the port loopback enums. (#1934)
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Beresford <[email protected]>

Add a MAC remote loopback type to sai_port_loopback_mode_t. This is the MAC-layer equivalent of SAI_PORT_LOOPBACK_MODE_PHY_REMOTE
  • Loading branch information
mikeberesford authored Jan 10, 2024
1 parent 6f0550e commit 1f66267
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion inc/saiport.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,10 @@ typedef enum _sai_port_loopback_mode_t
SAI_PORT_LOOPBACK_MODE_MAC,

/** Port loopback at PHY remote end */
SAI_PORT_LOOPBACK_MODE_PHY_REMOTE
SAI_PORT_LOOPBACK_MODE_PHY_REMOTE,

/** Port loopback at MAC remote end */
SAI_PORT_LOOPBACK_MODE_MAC_REMOTE
} sai_port_loopback_mode_t;

/**
Expand Down

0 comments on commit 1f66267

Please sign in to comment.