-
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
The order to apply qos.json and buffers.json cannot be reversed #446
Labels
Comments
#439 is a temporary fix and cannot guarantee to success. |
@pavel-shirshov could you check if this is no longer an issue after the Broadcom SDK update. |
no longer an issue. |
Kalimuthu-Velappan
pushed a commit
to Kalimuthu-Velappan/sonic-buildimage
that referenced
this issue
Sep 12, 2019
…sist across SONiC upgrades (sonic-net#446)
madhanmellanox
pushed a commit
to madhanmellanox/sonic-buildimage
that referenced
this issue
Mar 23, 2020
* [lua]: Only set the entries when they are not nil Signed-off-by: Sihui Han <sihan@microsoft.com> * udpate * further fix the detection time nil error Signed-off-by: Sihui Han <sihan@microsoft.com>
madhanmellanox
pushed a commit
to madhanmellanox/sonic-buildimage
that referenced
this issue
Mar 23, 2020
* update to SAI 1.2 * set LAG PORT_VLAN_ID instead of member port VLAN id * [test]: Add test for the CRM feature Signed-off-by: Volodymyr Samotiy <volodymyrs@mellanox.com> * [test]: Add test for the CRM feature * Fix review comments Signed-off-by: Volodymyr Samotiy <volodymyrs@mellanox.com> * update to SAI 1.2 * set LAG PORT_VLAN_ID instead of member port VLAN id * [test]: Add ACL test for the CRM feature Signed-off-by: Volodymyr Samotiy <volodymyrs@mellanox.com> * update to SAI 1.2 * set LAG PORT_VLAN_ID instead of member port VLAN id * [test]: Add test for the CRM feature * Use static neighbors instead of configuring server side * Change polling interval value to 1 second * Rename "nexthop_group_object" resource to "nexthop_group" Signed-off-by: Volodymyr Samotiy <volodymyrs@mellanox.com> * [crmorch]: Implement CRM feature (sonic-net#447) Signed-off-by: Volodymyr Samotiy <volodymyrs@mellanox.com> * [lua]: Only set the entry values when they are not nil (sonic-net#446) * [lua]: Only set the entries when they are not nil Signed-off-by: Sihui Han <sihan@microsoft.com> * udpate * further fix the detection time nil error Signed-off-by: Sihui Han <sihan@microsoft.com> * [test]: Add test for the CRM feature * Fix fails in some test cases Signed-off-by: Volodymyr Samotiy <volodymyrs@mellanox.com> * [test]: Add test for the CRM feature * Fix fails in IPv6 test cases Signed-off-by: Volodymyr Samotiy <volodymyrs@mellanox.com>
qiluo-msft
added a commit
to qiluo-msft/sonic-buildimage
that referenced
this issue
Jan 17, 2021
Includes commits: ``` 2f79bb4 2021-01-16 | Fix ConfigDBPipeConnector.get_config() implementation (sonic-net#446) [Qi Luo] fc64e3a 2021-01-12 | [dbconnector] protect db information with mutex (sonic-net#423) [Ying Xie] e8a03de 2021-01-12 | [ci]: use sonicbld pool (sonic-net#445) [lguohan] ```
4 tasks
tahmed-dev
added a commit
to tahmed-dev/sonic-buildimage
that referenced
this issue
Jan 20, 2021
Update in thie change: 640a218 [packaging]: Add Support For Libboost v1.71.0 (sonic-net#449) 2f79bb4 Fix ConfigDBPipeConnector.get_config() implementation (sonic-net#446) fc64e3a [dbconnector] protect db information with mutex (sonic-net#423) e8a03de [ci]: use sonicbld pool (sonic-net#445) signed-off-by: Tamer Ahmed <tamer.ahmed@microsoft.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently there are internal dependencies in between qos.json and buffers.json files that if the order of applying the configurations cannot be guaranteed, some configurations cannot be applied correctly.
After brief debugging on this issue, it is possible that there might be some internal dependencies in bcmsai package.
The text was updated successfully, but these errors were encountered: