-
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
How can I create libsaibcm_X.X.X_amd64.deb to use in sonic-buildimage / platform / broadcom / sai.mk? #1550
Comments
@doicom,
|
Thanks pollyhsu2git. I am sorry if my perception was wrong. I wanted to create binaries of OpenNSL and SAI and to incorporate it into SONiC. However, · People trying to acquire a new SAI version = a person uploading to github · Because there is the latest SAI in the source code, it is not necessary to create SAI individually. · Because Github does not have the necessary source code, you can not create SAI individually. doicom |
@doicom, if you want to create your own SAI library, you need to contact broadcom to obtain the source code. |
Hello, @lguohan . Broadcom needs contact. And I understood. Thank you very much. |
cea4468 (HEAD -> 201911, origin/201911) [crm]: Typecast to unit64_t to avoid divide by 0 during overflow (#1550) Signed-off-by: Abhishek Dosi <[email protected]>
[crm]: Typecast to unit64_t to avoid divide by 0 during overflow (sonic-net#1550) [vxlanmgr] Fix build error when compiling for armhf (32-bit) (sonic-net#1552) [Dynamic buffer calc] Support dynamic buffer calculation (sonic-net#1338) [dvs] Clean-up dvs_database and dvs_common (sonic-net#1541) [VxlanMgr] changes for EVPN VXLAN (sonic-net#1266) Statistics support for Tx and Rx counters of different frame sizes (sonic-net#1536) [orchagent/phy]: Add firmware info propagation (sonic-net#1540) Signed-off-by: Sabareesh Kumar Anandan <[email protected]>
* src/sonic-swss c7ee75f...cadf28f (24): > Revert "Add support for headroom pool watermark (#1453)" > [VxlanOrch] pytest for EVPN VXLAN (#1318) > [restore_neighbors] python3 support for restore_neighbors.py (#1542) > [buffermgmt] more build error fixes when compiling for armhf (32-bit) (#1559) > Sflow fix to avoid NULL in field. (#1531) > [fgnhgorch] Fg Nhg link handling (#1537) > [dpb]: make sure port is in admin down state before remove port. (#1513) > [FPMSYNCD/FDBSYNCD] EVPN Type-5 route removing prefix-len for host route and removing junk character present in the mac (#1553) > Added support for EVPN L3 VXLAN as described in the PR sonic-net/SONiC#437 (#1267) > [crm]: Typecast to unit64_t to avoid divide by 0 during overflow (#1550) > [vxlanmgr] Fix build error when compiling for armhf (32-bit) (#1552) > [Dynamic buffer calc] Support dynamic buffer calculation (#1338) > [dvs] Clean-up dvs_database and dvs_common (#1541) > [VxlanMgr] changes for EVPN VXLAN (#1266) > Statistics support for Tx and Rx counters of different frame sizes (#1536) > [orchagent/phy]: Add firmware info propagation (#1540) > [vxlanorch] Use PRI instead of %l to avoid warnings in 32-bit arch (#1539) > [FDBSYNCD] Added support for EVPN as described in the PR sonic-net/SONiC#437 (#1276) > [everflow] Add retry mechanism for mirror sessions and policers (#1486) > Enable ACL table type mirror_v6 for Innovium Platform (#1527) > [fgnhgorch] Change format specifier %lu to %zu for size_t (#1529) > [dvs] Fix issue where concurrent netns operations cause test setup to fail (#1535) > Add support for headroom pool watermark (#1453) > Change gAsicInstance to type string with max length limit (#1526)
…ic-net#1550) Fix orchagent crash in case of overflow resulting in divide by 0
[CRM] Safety check for division by 0 (sonic-net#1569) [crm]: Typecast to unit64_t to avoid divide by 0 during overflow (sonic-net#1550) Signed-off-by: Ying Xie <[email protected]>
[CRM] Safety check for division by 0 (#1569) [crm]: Typecast to unit64_t to avoid divide by 0 during overflow (#1550) Signed-off-by: Ying Xie <[email protected]>
…ic-net#1550) Fix orchagent crash in case of overflow resulting in divide by 0
Hi all,
Someone, please help us.
Since I want to change SAI version in my own environment, I would like to create SAI binary.
I am trying to create it according to the procedure described on https://github.com/Azure/SONiC/wiki/Build-Broadcom-Opennsl-and-SAI.
In particular, I do not know how OpenNSL and SAI source code is used for binary creation.
Is there source code on Github?
Or would you need to contact Broadcom to obtain the source code?
In Step 7 of Build OpenNSL,
sudo dpkg - i libopennsl *
is implemented.We do not mention this procedure when building https: // github.com / Broadcom - Switch / OpenNSL.
What is doing with
sudo dpkg - i libopennsl *?
Please help your idea.
The text was updated successfully, but these errors were encountered: