build mft-kernel binary debian package#36
Merged
lguohan merged 2 commits intosonic-net:masterfrom Oct 22, 2016
Merged
Conversation
marian-pritsak
requested changes
Oct 20, 2016
src/mft/build.sh
Outdated
| tar xzf $MFT_TGZ | ||
| pushd $MFT_NAME/SDEBS | ||
| dpkg -i $MFT_KERNEL_DEB | ||
| TARBALL_PATH=$(dkms mkdriverdisk kernel-mft-dkms/4.5.0 -d ubuntu -k ${KERNELVER} --media tar | grep "Disk image location" | cut -d':' -f2) |
Collaborator
There was a problem hiding this comment.
dkms mkdriverdisk command creates debian package with architecture x86_64, which yields an error during instalation due to arch mismatch
You can add option -a all to set architecture type to all to allow any arch
qiluo-msft
requested changes
Oct 20, 2016
src/mft/build.sh
Outdated
| MFT_KERNEL_DEB=kernel-mft-dkms_4.5.0-31_all.deb | ||
| KERNELVER=3.16.0-4-amd64 | ||
|
|
||
| [ -e $MFT_TGZ ] || wget http://www.mellanox.com/downloads/MFT/${MFT_TGZ} |
Collaborator
There was a problem hiding this comment.
wget -N: to detect remote file content updating.
Collaborator
Author
|
updated. |
qiluo-msft
approved these changes
Oct 21, 2016
stcheng
pushed a commit
that referenced
this pull request
Mar 22, 2017
stcheng
pushed a commit
that referenced
this pull request
Mar 22, 2017
- SNMP/LLDP Containers: Sonic V2 Support (#41) - start.sh: Remove rsyslogd.pid file on mlnx syncd docker (#35) - check the existence of platforms/ before including it (#37) - build mft-kernel binary debian package (#36) - Apply swss configuration in a deterministic way (#39) - Dockerfile: Add libsaimetadata dependency (#42) - Dockerfile: Add bridge-utils to p4 docker (#43) - Add docker configuration for saiserver-brcm (#44) - Modification to saiserver-brcm/Dockerfile (#45) - Update get_docker-base.sh ...
seiferteric
referenced
this pull request
in project-arlo/sonic-buildimage
Oct 14, 2019
* Update src/sonic-quagga from branch 'broadcom_sonic'
to 46a93c34f452b87434913e624f1f9d1052379595
- Merge 201904 branch to broadcom_sonic branch on Mon Jul 1 13:57:55 PDT 2019
Change-Id: I74f1c79dedbf8edbf3fbacfd2f52df8d75c644a5
- Don't create duplicate dynamic BGP sessions. (#36)
Sometimes dynamic BGP peers setup another TCP connection despite they already have one.
When quagga receives second tcp connection from the same dynamic peer, quagga pick up struct peer structure for the dynamic peer, instead of creating of the new one (because it's dynamic peer, not static).
So quagga has two tcp connections, but they share the same peer structure.
Later quagga realize that it already has bgp session is created for the peer, and quagga removes the peer structure, but the first connection is still active. The first connection tries to use the removed peer structure and bgpd crashes.
tahmed-dev
added a commit
to tahmed-dev/sonic-buildimage
that referenced
this pull request
Jan 16, 2020
00410e5 (HEAD, origin/master, origin/HEAD) [mgmt-framework] Update Swagger URL to repo1.maven.org (sonic-net#37) 7562028 Merge pull request sonic-net#36 from Azure/Arlo cd22b4d (origin/Arlo) Added the certificate check to quiet 7fbcd46 Changed the swagger website to https 5d1041f Added sonic-mgmt-framework deb install to install the contents of sonic-mgmt-framework deb package (sonic-net#30) 229fe69 Added sonic-mgmt-framework deb install to install the contents of sonic-mgmt-framework deb package signed-off-by: Tamer Ahmed <[email protected]>
tahmed-dev
added a commit
to tahmed-dev/sonic-buildimage
that referenced
this pull request
Jan 16, 2020
00410e5 (HEAD, origin/master, origin/HEAD) [mgmt-framework] Update Swagger URL to repo1.maven.org (sonic-net#37) 7562028 Merge pull request sonic-net#36 from Azure/Arlo cd22b4d (origin/Arlo) Added the certificate check to quiet 7fbcd46 Changed the swagger website to https 5d1041f Added sonic-mgmt-framework deb install to install the contents of sonic-mgmt-framework deb package (sonic-net#30) 229fe69 Added sonic-mgmt-framework deb install to install the contents of sonic-mgmt-framework deb package signed-off-by: Tamer Ahmed <[email protected]>
lguohan
pushed a commit
that referenced
this pull request
Jan 17, 2020
00410e5 (HEAD, origin/master, origin/HEAD) [mgmt-framework] Update Swagger URL to repo1.maven.org (#37) 7562028 Merge pull request #36 from Azure/Arlo cd22b4d (origin/Arlo) Added the certificate check to quiet 7fbcd46 Changed the swagger website to https 5d1041f Added sonic-mgmt-framework deb install to install the contents of sonic-mgmt-framework deb package (#30) 229fe69 Added sonic-mgmt-framework deb install to install the contents of sonic-mgmt-framework deb package signed-off-by: Tamer Ahmed <[email protected]>
samaity
pushed a commit
to samaity/sonic-buildimage
that referenced
this pull request
Feb 10, 2020
sonic-net#36) * [yang-models]: YANG model changes for INTERFACE, VLAN_INTERFACE, LOOPBACK_INTERFACE. Changes: 1.) YANG model changes to accomodate VRF feature. 2.) Test case addition for new must condition. 3.) Test case changes for old config for INTERFACE and VLAN_INTERFACE. Signed-off-by: Praveen Chaudhary [email protected] * [yangModelTesting.py]: Test cases for VLAN and Loopback must condition.
madhanmellanox
pushed a commit
to madhanmellanox/sonic-buildimage
that referenced
this pull request
Mar 23, 2020
- Add g_portSet and g_init global variable to indicate if all the
host interfaces of the front panel ports are created
- Add VLAN logic to deal with netlink messages related to VLAN
- Bring up front panel port based host interface whenever it is
created
- Bring up VLAN interfaces whenever vlan_interfaces file is provided
after all front panel port based host interfaces are created
dmytroxshevchuk
pushed a commit
to dmytroxshevchuk/sonic-buildimage
that referenced
this pull request
Aug 31, 2020
vdahiya12
pushed a commit
to vdahiya12/sonic-buildimage
that referenced
this pull request
Oct 2, 2020
There was a problem with the abbreviated type name fetching if the xcvr was OSFP. This commit fixes the issue.
xumia
referenced
this pull request
in xumia/sonic-buildimage-1
Feb 16, 2021
SuvarnaMeenakshi
pushed a commit
to SuvarnaMeenakshi/sonic-buildimage
that referenced
this pull request
Jun 16, 2021
mlok-nokia
pushed a commit
to mlok-nokia/sonic-buildimage
that referenced
this pull request
Jan 24, 2022
SuvarnaMeenakshi
pushed a commit
to SuvarnaMeenakshi/sonic-buildimage
that referenced
this pull request
Mar 16, 2022
Fix init_sync_d_lag_tables(): supports empty LAG member Fix init_sync_d_lag_tables(): if_name_lag_name_map behaves as comments Add test case for LAG interfaces
This was referenced Mar 17, 2022
lguohan
pushed a commit
that referenced
this pull request
Mar 18, 2022
f00efef Longxiang Lyu Wed Mar 16 09:12:46 2022 +0800 Add a command line option to store logs into a separate file (#41) ff2e67d Longxiang Lyu Tue Mar 15 09:10:59 2022 +0800 Add default port cable type (#39) ebbb4d8 Jing Zhang Mon Mar 14 15:41:11 2022 -0700 Prevent switching MUX to "Unknown" (#36) c779b8f Longxiang Lyu Thu Mar 10 21:35:11 2022 +0800 [nonfunctional] Use LinkProberStateMachineBase (#38) b9fedd0 Longxiang Lyu Wed Mar 9 13:03:58 2022 +0800 [NONFUNCTIONAL] Add LinkProberStateMachineBase (#37) bedd42b Longxiang Lyu Wed Mar 9 10:03:00 2022 +0800 Add .clang-format file to format code (#28) 9fe4fc6 Guohan Lu Thu Mar 3 17:51:43 2022 -0800 [doc]: add lgtm badge in README.md c1249d9 Longxiang Lyu Wed Mar 2 18:05:18 2022 +0800 Enable lgtm (#33) b8514c6 Longxiang Lyu Wed Mar 2 13:34:39 2022 +0800 Collect port cable type to use corresponding state machine (#31) 9b59ef9 Longxiang Lyu Wed Mar 2 07:19:33 2022 +0800 Improve make clean (#32)
lguohan
pushed a commit
that referenced
this pull request
Mar 21, 2022
ca4b9a1 Guohan Lu Thu Mar 3 17:51:43 2022 -0800 [doc]: add lgtm badge in README.md 00c9b21 Longxiang Lyu Wed Mar 2 18:05:18 2022 +0800 Enable lgtm (#33) 3ae9be4 Longxiang Lyu Wed Mar 2 07:19:33 2022 +0800 Improve make clean (#32) 6997a1f Longxiang Lyu Wed Mar 9 10:03:00 2022 +0800 Add .clang-format file to format code (#28) 3368182 Jing Zhang Mon Mar 14 15:41:11 2022 -0700 Prevent switching MUX to "Unknown" (#36)
sg893052
pushed a commit
to sg893052/sonic-buildimage
that referenced
this pull request
Apr 25, 2022
Revert "Start review of PFC CLI HLD"
mssonicbld
pushed a commit
to mssonicbld/sonic-buildimage
that referenced
this pull request
Jul 20, 2022
zbud-msft
added a commit
to zbud-msft/sonic-buildimage
that referenced
this pull request
Oct 6, 2022
zbud-msft
added a commit
to zbud-msft/sonic-buildimage
that referenced
this pull request
Oct 6, 2022
…ic-net#37) This reverts commit 3183e88.
This was referenced Feb 3, 2023
lguohan
pushed a commit
that referenced
this pull request
Apr 2, 2023
67a3bdf show counters wrong cli output fixed (#36) 5b3eea1 Update package cache, and bail on the first error (#35) 1d221b0 dhcpv6 relay UT code coverage improve (#32) 514b084 dhcpv6 packet handling code refine (#30) Signed-off-by: Vivek Reddy <[email protected]>
shanshri
pushed a commit
to shanshri/sonic-buildimage-sonic-net
that referenced
this pull request
Oct 24, 2023
mssonicbld
added a commit
that referenced
this pull request
Apr 13, 2024
…tomatically (#18665) #### Why I did it src/sonic-platform-pde ``` * 8b44c3c - (HEAD -> master, origin/master, origin/HEAD) Merge pull request #36 from sg893052/PL_PDE_BOOKWORM_MIGRATION (27 hours ago) [賓少鈺] * 9f7ac0f - PDE Migration to bookworm (2 weeks ago) [sg893052] ``` #### How I did it #### How to verify it #### Description for the changelog
mlok-nokia
pushed a commit
to mlok-nokia/sonic-buildimage
that referenced
this pull request
Jun 5, 2024
[code sync] Merge code from sonic-net/sonic-buildimage:202205 to 202205
MuLinForest
pushed a commit
to MuLinForest/sonic-buildimage
that referenced
this pull request
Aug 6, 2024
…test_sfp JIRA-JRTC-19277: [sonic-mgmt][Pytest][sfp] Failed in 202311.0 regress…
dprital
referenced
this pull request
in dprital/sonic-buildimage
Feb 20, 2025
…lly (sonic-net#634) #### Why I did it src/sonic-swss ``` * b2a7b03 - (HEAD -> 202412, origin/202412) [code sync] Merge code from sonic-net/sonic-swss:202411 to 202412 (#36) (7 hours ago) [mssonicbld] * 84485cd - [code sync] Merge code from sonic-net/sonic-swss:202411 to 202412 (#35) (31 hours ago) [mssonicbld] * 6e83557 - [code sync] Merge code from sonic-net/sonic-swss:202411 to 202412 (#34) (2 days ago) [mssonicbld] ``` #### How I did it #### How to verify it #### Description for the changelog
tshalvi
referenced
this pull request
in tshalvi/sonic-buildimage
Mar 12, 2025
… automatically (sonic-net#687) #### Why I did it src/sonic-platform-common ``` * f406f3a - (HEAD -> 202412, origin/202412) [code sync] Merge code from sonic-net/sonic-platform-common:202411 to 202412 (#36) (21 hours ago) [mssonicbld] ``` #### How I did it #### How to verify it #### Description for the changelog
Gfrom2016
pushed a commit
to Gfrom2016/sonic-buildimage
that referenced
this pull request
Apr 5, 2025
…tomatically (sonic-net#877) #### Why I did it src/sonic-linux-kernel ``` * cdbd77b - (HEAD -> 202412, origin/HEAD, origin/202412) [code sync] Merge code from sonic-net/sonic-linux-kernel:202411 to 202412 (sonic-net#36) (21 hours ago) [mssonicbld] ``` #### How I did it #### How to verify it #### Description for the changelog
Gfrom2016
pushed a commit
to Gfrom2016/sonic-buildimage
that referenced
this pull request
Apr 5, 2025
…omatically (sonic-net#900) #### Why I did it src/sonic-swss-common ``` * b700027 - (HEAD -> 202412, origin/HEAD, origin/202412) [FC] remove FLEX_COUNTER_DELAY_STATUS_FIELD (sonic-net#982) (sonic-net#36) (20 hours ago) [mssonicbld] ``` #### How I did it #### How to verify it #### Description for the changelog
Gfrom2016
pushed a commit
to Gfrom2016/sonic-buildimage
that referenced
this pull request
Apr 5, 2025
…D automatically (sonic-net#964) #### Why I did it src/sonic-sairedis ``` * 80da97d - (HEAD -> 202412, origin/HEAD, origin/202412) Merge pull request sonic-net#36 from Pterosaur/update_sai (21 hours ago) [Ze Gan] ``` #### How I did it #### How to verify it #### Description for the changelog
jianyuewu
pushed a commit
to jianyuewu/sonic-buildimage
that referenced
this pull request
May 7, 2025
… 202412 (sonic-net#36) ```<br>* 30b03ad - (HEAD -> 202412) Merge branch '202411' of https://github.com/sonic-net/sonic-platform-common into 202412 (2025-02-23) [Sonic Automation] * c735073 - (origin/202411) [202411][cmis] Fix cmis.get_error_description speed for passive module (sonic-net#538) (2025-02-12) [Aryeh Feigin] * b7e75d8 - Add 800G innolight PNs (sonic-net#540) (2025-02-07) [mssonicbld]<br>```
skr31
pushed a commit
to skr31/sonic-buildimage
that referenced
this pull request
May 25, 2025
…D automatically (sonic-net#969) #### Why I did it src/sonic-sairedis ``` * 80da97d - (HEAD -> 202412, origin/HEAD, origin/202412) Merge pull request sonic-net#36 from Pterosaur/update_sai (2 days ago) [Ze Gan] ``` #### How I did it #### How to verify it #### Description for the changelog
nate-nexthop
pushed a commit
to nate-nexthop/sonic-buildimage
that referenced
this pull request
Oct 3, 2025
tirupatihemanth
pushed a commit
to tirupatihemanth/sonic-buildimage
that referenced
this pull request
Oct 21, 2025
rchandramouli
pushed a commit
to rchandramouli/sonic-buildimage
that referenced
this pull request
Nov 4, 2025
nonodark
pushed a commit
to nonodark/sonic-buildimage
that referenced
this pull request
Nov 18, 2025
tirupatihemanth
pushed a commit
to tirupatihemanth/sonic-buildimage
that referenced
this pull request
Nov 25, 2025
yanmarkman
pushed a commit
to yanmarkman/sonic-buildimage
that referenced
this pull request
Nov 26, 2025
yanmarkman
pushed a commit
to yanmarkman/sonic-buildimage
that referenced
this pull request
Dec 3, 2025
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.