sonic-net / DASH

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

[dash-sai] Update SAI API template to make SAI explorer working better. #570

Closed r12f closed 1 month ago

r12f commented 1 month ago

There is a change directly committed to OCP SAI to make the DASH SAI APIs working better for SAI explorer. However, this change is not updated into DASH repo, which means all future SAI API updates from DASH could override it and any new APIs will not be covered.

To help with this, this change updates the SAI API template to have a better naming.

For references, the original OCP PR is here: https://github.com/opencomputeproject/SAI/pull/1971.

r12f commented 1 month ago

thanks a lot for the review, Mukesh!