-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[BCMSAI] Update BCM SAI debian package to 4.2.1.3 (6.5.19 hsdk) #5399
Closed
Closed
Changes from 5 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
79f2172
Update BCM SAI debian package to 4.2.1.3 (6.5.19 hsdk)
smaheshm 533e521
Update BCMSAI GPL modules
smaheshm 3383e76
add back earlier change to handle PIC flag
smaheshm fe1d555
delete files not present in 6.5.19 SAI GPL module source
smaheshm d66d5f5
create symbolic for linux-headers
smaheshm ee84650
Revert "delete files not present in 6.5.19 SAI GPL module source"
smaheshm e89020a
patched BCM SAI GPL files
smaheshm 90073aa
add back psample module
smaheshm 5fcc84d
revert changes
smaheshm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
# Broadcom SAI modules | ||
|
||
BRCM_OPENNSL_KERNEL_VERSION = 3.7.3.3-1 | ||
BRCM_OPENNSL_KERNEL_VERSION = 4.2.1.3-1 | ||
|
||
BRCM_OPENNSL_KERNEL = opennsl-modules_$(BRCM_OPENNSL_KERNEL_VERSION)_amd64.deb | ||
$(BRCM_OPENNSL_KERNEL)_SRC_PATH = $(PLATFORM_PATH)/saibcm-modules | ||
$(BRCM_OPENNSL_KERNEL)_DEPENDS += $(LINUX_HEADERS) $(LINUX_HEADERS_COMMON) | ||
SONIC_DPKG_DEBS += $(BRCM_OPENNSL_KERNEL) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,25 @@ | ||
opennsl (4.2.1.3-1) unstable; urgency=medium | ||
|
||
* Update to Broadcom SAI 4.2.1.3 | ||
|
||
-- Mahesh Maddikayala <[email protected]> Fri, 18 Sep 2029 10:57:47 +0000 | ||
|
||
opennsl (3.7.3.3-1) unstable; urgency=medium | ||
|
||
* Port Broadcom SAI 3.7.3.3 | ||
* Cherry-pick change from master branch, 3.7.3.3-1 | ||
|
||
-- Judy Joseph <[email protected]> Fri, 2 Dec 2019 15:32:47 +0000 | ||
|
||
opennsl (3.7.3.2-1) unstable; urgency=medium | ||
|
||
* Port Broadcom SAI 3.7.3.2 | ||
* Cherry-pick change from master branch, 3.7.3.2-1 | ||
|
||
-- Judy Joseph <[email protected]> Fri, 12 Nov 2019 15:22:47 +0000 | ||
|
||
opennsl (3.7.3.1-1) unstable; urgency=medium | ||
|
||
* Port Broadcom SAI 3.7.3.1 | ||
* Cherry-pick change from master branch, 3.7.3.1-1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is required for sflow support. We may want to ask BCM for providing this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These files are absent in 6.5.19 gpl modules. Will it work if psample related files are added back or should BRCM give us the psample code for 6.5.19.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was added as part of 3.7 and with BUILD_PSAMPLE=1 (locally built driver as part of opennsl). We may want to get this clarified with Broadcom on what psample driver to be used.