From f473f46fe4b3c1de78359f458de8c684b3e0838b Mon Sep 17 00:00:00 2001 From: Dhruvkumar Patel Date: Sun, 26 Jul 2026 10:57:42 -0700 Subject: [PATCH] Added support for supported loopback mode for port object Signed-off-by: Dhruvkumar Patel --- inc/saiport.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/inc/saiport.h b/inc/saiport.h index a200e757..97549e9c 100644 --- a/inc/saiport.h +++ b/inc/saiport.h @@ -3481,6 +3481,14 @@ typedef enum _sai_port_attr_t */ SAI_PORT_ATTR_APSU_ISL_READY, + /** +  * @brief Query list of supported port loopback modes for the port +  * +  * @type sai_s32_list_t sai_port_loopback_mode_t +  * @flags READ_ONLY +  */ +  SAI_PORT_ATTR_SUPPORTED_LOOPBACK_MODE, + /** * @brief End of attributes */