From 0f452c6f1f1bd4b158c1bf9e55d84a69e7864fac Mon Sep 17 00:00:00 2001 From: mukeshmv Date: Thu, 30 Apr 2026 17:53:10 +0000 Subject: [PATCH] Add DASH ENI HA operational flow owner attribute This ENI attribute is supported in the DPU driven HA mode of operation and indicates which of the HA paired DPUs is the operational owner for flows belonging to the ENI. The operational owner can be different from the configured HA owner in case of HA failover. Signed-off-by: mukeshmv --- experimental/saiexperimentaldasheni.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/experimental/saiexperimentaldasheni.h b/experimental/saiexperimentaldasheni.h index b4bb54183..3fdefb24a 100644 --- a/experimental/saiexperimentaldasheni.h +++ b/experimental/saiexperimentaldasheni.h @@ -565,6 +565,14 @@ typedef enum _sai_eni_attr_t */ SAI_ENI_ATTR_DASH_ENI_MODE, + /** + * @brief HA flow ownership operational status + * + * @type bool + * @flags READ_ONLY + */ + SAI_ENI_ATTR_IS_OPERATIONAL_HA_FLOW_OWNER, + /** * @brief End of attributes */