Skip to content

Commit 756a63d

Browse files
arunp-devCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b58ddab commit 756a63d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

experimental/saiexperimentaldasheni.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1025,7 +1025,7 @@ typedef enum _sai_eni_stat_t
10251025
/**
10261026
* @brief DASH ENI OUTBOUND_TCP_SESSION_ESTABLISHED stat count
10271027
*
1028-
* Number of outbound TCP sessions move to established state
1028+
* Number of outbound TCP sessions moved to established state
10291029
*/
10301030
SAI_ENI_STAT_OUTBOUND_TCP_SESSION_ESTABLISHED,
10311031

@@ -1046,7 +1046,7 @@ typedef enum _sai_eni_stat_t
10461046
/**
10471047
* @brief DASH ENI MAX_RX_CPS stat count
10481048
*
1049-
* Maximum inbound CPS observed on ENI (potentially since last queried,if cleared)
1049+
* Maximum inbound CPS observed on ENI (potentially since last queried, if cleared)
10501050
*/
10511051
SAI_ENI_STAT_MAX_RX_CPS,
10521052

@@ -1089,7 +1089,7 @@ typedef enum _sai_eni_stat_t
10891089
/**
10901090
* @brief DASH ENI FORWARDING_DROP_PACKETS stat count
10911091
*
1092-
* Number of packet dropped due to forwarding errors (mapping & route-lookup misses etc)
1092+
* Number of packets dropped due to forwarding errors (mapping & route-lookup misses etc)
10931093
*/
10941094
SAI_ENI_STAT_FORWARDING_DROP_PACKETS,
10951095

@@ -1117,7 +1117,7 @@ typedef enum _sai_eni_stat_t
11171117
/**
11181118
* @brief DASH ENI UNEXPECTED_SESSION_STATE_DROP_PACKETS stat count
11191119
*
1120-
* Packet dropped due to TCP session state (eg. syn packet received for TCP session in reset/closed state)
1120+
* Packets dropped due to TCP session state (eg. syn packet received for TCP session in reset/closed state)
11211121
*/
11221122
SAI_ENI_STAT_UNEXPECTED_SESSION_STATE_DROP_PACKETS,
11231123

0 commit comments

Comments
 (0)