-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update QoS config name for Mellanox platform #1028
Conversation
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
This needs to merged only if sonic-swss submodule is advanced to 6f29a74 or higher |
@andriymoroz-mlnx didn't notice that, shall we forward the submodule? or shall we revert this change? which would you prefer? |
this will also include commit "Use sai_serialize api to write to DB" also requires updating sonic-sairedis to 888e69c (one step only). If sairedis is not updated it will not break the build but cause incomplete functionality |
)" This reverts commit fc7246f.
* src/sonic-utilities 9700e45...621aad0 (9): > [Python] Migrate applications/scripts to import sonic-py-common package (#1008) > [config qos] QoS and Buffer config genration for multi ASIC platforms (#978) > [cli]: pass db connector as click context (#1029) > [PDDF] Make utilities compatible to platform API 2.0, in accordance with pddf_2.0 (#940) > [tests] Add unit tests for 'show platform ...' commands (#1021) > Add secure fast/warm-reboot support for Aboot (#994) > [sonic-installer] Create Envvars File for Incoming Image (#1011) > [config load]: do not stop/reset/reload service if it is disabled (#1028) > [tests]: move feature_test.py into tests folder (#1027)
* src/sonic-utilities 9700e45...621aad0 (9): > [Python] Migrate applications/scripts to import sonic-py-common package (sonic-net#1008) > [config qos] QoS and Buffer config genration for multi ASIC platforms (sonic-net#978) > [cli]: pass db connector as click context (sonic-net#1029) > [PDDF] Make utilities compatible to platform API 2.0, in accordance with pddf_2.0 (sonic-net#940) > [tests] Add unit tests for 'show platform ...' commands (sonic-net#1021) > Add secure fast/warm-reboot support for Aboot (sonic-net#994) > [sonic-installer] Create Envvars File for Incoming Image (sonic-net#1011) > [config load]: do not stop/reset/reload service if it is disabled (sonic-net#1028) > [tests]: move feature_test.py into tests folder (sonic-net#1027)
…nic-net#1028) also introduce fixtures to setup the cmd as well as asic context Signed-off-by: Guohan Lu <lguohan@gmail.com>
Signed-off-by: Andriy Moroz c_andriym@mellanox.com
- What I did
Updated QoS config name for Mellanox platform
- Why I did it
To match changes in sonic-swss@6f29a74
This needs to merged only if sonic-swss submodule is advanced to 6f29a74 or higher