Skip to content

Commit c6995a9

Browse files
Minor fix
1 parent 2f78a99 commit c6995a9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/macsec-gearbox/macsec_backend_gearbox.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919

2020
### Revision
2121

22-
| Rev | Date | Author | Change Description |
22+
| Rev | Date | Author/s | Change Description |
2323
|:---:|:-------:|:-------------------:|--------------------|
24-
| 0.1 | 09/2025 | Rajshekhar Biradar | Initial draft |
24+
| 0.1 | 09/2025 | Senthil, Rajshekhar | Initial draft |
2525

2626
### Overview
2727
On gearbox ports, creating MACsec on the PHY switch fails (SAI_STATUS_NOT_IMPLEMENTED) if gearbox PHY does not have the MACsec engine. This HLD introduces a platform capability flag in the gearbox config to determine, per PHY, whether MACsec is supported (applies to all ports mapped to that PHY). MACsec orchestration will:
@@ -163,8 +163,8 @@ flowchart LR
163163
C --> D[MACsec enable on port]
164164
D --> E[Lookup mapped PHY via GearboxUtils]
165165
E --> F{PHY macsec_supported?}
166-
F -- false --> G[Select NPU backend (gSwitchId)]
167-
F -- true/absent --> H[Select PHY backend]
166+
F -- "false" --> G[Select NPU backend (gSwitchId)]
167+
F -- "true or absent" --> H[Select PHY backend]
168168
G --> I[Proceed with MACsec ops]
169169
H --> I[Proceed with MACsec ops]
170170
```

0 commit comments

Comments
 (0)