Skip to content

Commit

Permalink
minor rename.
Browse files Browse the repository at this point in the history
  • Loading branch information
r12f committed Apr 2, 2024
1 parent 9b71763 commit 571c8ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions documentation/high-avail/ha-api-hld.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,16 +387,16 @@ However, since we only support DPU level pairing with a single flow table and th
| Attribute name | Type | Description |
| -------------- | ---- | ----------- |
| SAI_SWITCH_ATTR_DASH_CAPS_HA_OWNER_NEEDED | `bool` | If `true`, the DASH host will own driving the HA state machine. |
| SAI_SWITCH_ATTR_DASH_CAPS_HA_SCOPE | `sai_dash_caps_ha_scope_t` | HA scope that supported by the DASH implementation. |
| SAI_SWITCH_ATTR_DASH_CAPS_HA_SCOPE_LEVEL | `sai_dash_caps_ha_scope_level_t` | HA scope that supported by the DASH implementation. |

The HA scope capability enum is defined as below:

```c++
typedef enum _sai_dash_caps_ha_scope_t
typedef enum _sai_dash_caps_ha_scope_level_t
{
DPU,
Card,
ENI,
} sai_dash_caps_ha_scope_t;
} sai_dash_caps_ha_scope_level_t;
```

And here is how the topology looks like for type of HA scope:
Expand Down

0 comments on commit 571c8ae

Please sign in to comment.