From b31acb67cd0623f77e9349266d7ab2eba5dc8d67 Mon Sep 17 00:00:00 2001 From: Mike Beresford Date: Wed, 6 Dec 2023 14:17:02 -0800 Subject: [PATCH] Add MAC remote loopback to the port loopback enums. Signed-off-by: Mike Beresford --- inc/saiport.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/inc/saiport.h b/inc/saiport.h index 4662a1286..353761be8 100644 --- a/inc/saiport.h +++ b/inc/saiport.h @@ -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; /**