sonic-net / DASH

Disaggregated APIs for SONiC Hosts
Apache License 2.0
77 stars 88 forks source link

[sai-gen] Fix template for generating the SAI stats. #560

Closed r12f closed 2 months ago

r12f commented 2 months ago

SAI has a style checker that forces the certain words to be upper cases in the comment, such as acronyms like ENI. However, currently we are generating the comments using lower cases, which breaks this checker.

image

This issue will be gone after moving everything to upper case, hence making this change to fix this issue.