Skip to content

[build]: use branch name instead of latest tag for dev build#490

Merged
marian-pritsak merged 1 commit intosonic-net:masterfrom
lguohan:ver
Apr 10, 2017
Merged

[build]: use branch name instead of latest tag for dev build#490
marian-pritsak merged 1 commit intosonic-net:masterfrom
lguohan:ver

Conversation

@lguohan
Copy link
Copy Markdown
Collaborator

@lguohan lguohan commented Apr 9, 2017

No description provided.

@lguohan lguohan requested a review from marian-pritsak April 9, 2017 20:26
@marian-pritsak marian-pritsak merged commit fcc9c84 into sonic-net:master Apr 10, 2017
lguohan added a commit to lguohan/sonic-buildimage that referenced this pull request May 1, 2018
* bb85c72 2018-05-01 | Populate existing interface cache, bring down before configDone (sonic-net#491) (HEAD -> master, origin/master, origin/HEAD) [Prince Sunny]
* bc97597 2018-04-30 | Add ipv6 ACL support in schema file (sonic-net#490) [zhenggen-xu]
* f939b95 2018-04-27 | [qosorch]: Optimizations of qosorch (sonic-net#488) [pavel-shirshov]

Signed-off-by: Guohan Lu <[email protected]>
lguohan added a commit that referenced this pull request May 1, 2018
* bb85c72 2018-05-01 | Populate existing interface cache, bring down before configDone (#491) (HEAD -> master, origin/master, origin/HEAD) [Prince Sunny]
* bc97597 2018-04-30 | Add ipv6 ACL support in schema file (#490) [zhenggen-xu]
* f939b95 2018-04-27 | [qosorch]: Optimizations of qosorch (#488) [pavel-shirshov]

Signed-off-by: Guohan Lu <[email protected]>
lguohan added a commit to lguohan/sonic-buildimage that referenced this pull request Mar 22, 2019
* 1b734f1 2019-03-22 | use pytest in setuptools (sonic-net#490) [lguohan]
* 7030c97 2019-03-21 | [show] show interface status added vlan and portchannels to command (sonic-net#483) [Travis Van Duyn]
* a30d1a8 2019-03-21 | [warm/fast reboot] setup control plane assistant when available (sonic-net#487) [Ying Xie]
* 8182dfa 2019-03-21 | [reboot script] add -h, -? options (sonic-net#484) [Ying Xie]

Signed-off-by: Guohan Lu <[email protected]>
lguohan added a commit that referenced this pull request Mar 23, 2019
* [sonic-utilities]: fix sonic-utilities build error

* 1b734f1 2019-03-22 | use pytest in setuptools (#490) [lguohan]
* 7030c97 2019-03-21 | [show] show interface status added vlan and portchannels to command (#483) [Travis Van Duyn]
* a30d1a8 2019-03-21 | [warm/fast reboot] setup control plane assistant when available (#487) [Ying Xie]
* 8182dfa 2019-03-21 | [reboot script] add -h, -? options (#484) [Ying Xie]

Signed-off-by: Guohan Lu <[email protected]>
lguohan pushed a commit that referenced this pull request Aug 14, 2019
[sairedis]:

ARM32 bit fixes, for 64bit printf format specifier (#490)
fix wrong API type , add cmdline parse option , remove unuseful api call (#499)
Use pointer to member function to reduce the footprint of collectCounters() (#488)
[syncd] Add support for Innovium platform (#496)
[saisdkdump]: Fix dump generation crash (#493)

[swss]:

Add scope attribute to VNET table. (#954)
[portsyncd]: Fix portsyncd restart case (#1019)
[vnet]: Enable "vnet_orch_1" VS test case (#1020)
[vlan] Add pytest cases to validate the behavior about add LAG member to vlan. (#875)
[policerorch]: Add the capability to update policer rate/size (#1017)
[aclorch]: Add MIRRORv6 support for NPS platform (#1018)
[orchagent]: Avoid crash by setting g_syncMode flag before create_switch (#1014)
[orchagent] Add support for Innovium platform (#1005)
Provide broadcast IP while configuring interface ip address (#1007)
[VLAN] Add pytest cases to validate different use-case of tagging_mode. (#860)
[vstest]: Add test_port_config.py which include breakout port test. (#866)
[vstests]: change 'test_acl_egress_table.py' to UNIX format (#1010)
[vlan] Add pytest cases to verify data in app db and state db. (#895)
[vstest]: Add the CRM tests (#1013)
[warm-reboot]: add bgp eoiu support to speed up route reconcile (#856)
[fdborch] support mac update (#877)
[vxlanorch] Fix Logic of Vxlan tunnel removal (#995)
Fix VLAN error introduced with new 4.9 kernel behavior (#1001)
Config DB manual is being moved from Wiki to SWSS repo (#1002)
Trap DHCPv6 packets for supporting ZTP over in-band interfaces using … (#997)

Signed-off-by: Andriy Kokhan <[email protected]>
Kalimuthu-Velappan pushed a commit to Kalimuthu-Velappan/sonic-buildimage that referenced this pull request Sep 12, 2019
madhanmellanox pushed a commit to madhanmellanox/sonic-buildimage that referenced this pull request Mar 23, 2020
dmytroxshevchuk pushed a commit to dmytroxshevchuk/sonic-buildimage that referenced this pull request Aug 31, 2020
* ARM32 bit fixes, for 64bit printf format specifier

Signed-off-by: Antony Rheneus <[email protected]>

* [Warning] -Wlong-long is valid for ULL const in Arm32bit
pointer cast align warnings

Signed-off-by: Antony Rheneus <[email protected]>

* Warning fixes for using ULL and pointer type casting in 32 bit arch

Signed-off-by: Antony Rheneus <[email protected]>

* deserialized value didnt match, reverting the warning fix

Signed-off-by: Antony Rheneus <[email protected]>

* Fix for deserialized value not matching after warning changes

Signed-off-by: Antony Rheneus <[email protected]>

* Put back the reverted fix

Signed-off-by: Antony Rheneus <[email protected]>
wangshengjun pushed a commit to wangshengjun/sonic-buildimage that referenced this pull request Nov 16, 2020
[sairedis]:

ARM32 bit fixes, for 64bit printf format specifier (sonic-net#490)
fix wrong API type , add cmdline parse option , remove unuseful api call (sonic-net#499)
Use pointer to member function to reduce the footprint of collectCounters() (sonic-net#488)
[syncd] Add support for Innovium platform (sonic-net#496)
[saisdkdump]: Fix dump generation crash (sonic-net#493)

[swss]:

Add scope attribute to VNET table. (sonic-net#954)
[portsyncd]: Fix portsyncd restart case (sonic-net#1019)
[vnet]: Enable "vnet_orch_1" VS test case (sonic-net#1020)
[vlan] Add pytest cases to validate the behavior about add LAG member to vlan. (sonic-net#875)
[policerorch]: Add the capability to update policer rate/size (sonic-net#1017)
[aclorch]: Add MIRRORv6 support for NPS platform (sonic-net#1018)
[orchagent]: Avoid crash by setting g_syncMode flag before create_switch (sonic-net#1014)
[orchagent] Add support for Innovium platform (sonic-net#1005)
Provide broadcast IP while configuring interface ip address (sonic-net#1007)
[VLAN] Add pytest cases to validate different use-case of tagging_mode. (sonic-net#860)
[vstest]: Add test_port_config.py which include breakout port test. (sonic-net#866)
[vstests]: change 'test_acl_egress_table.py' to UNIX format (sonic-net#1010)
[vlan] Add pytest cases to verify data in app db and state db. (sonic-net#895)
[vstest]: Add the CRM tests (sonic-net#1013)
[warm-reboot]: add bgp eoiu support to speed up route reconcile (sonic-net#856)
[fdborch] support mac update (sonic-net#877)
[vxlanorch] Fix Logic of Vxlan tunnel removal (sonic-net#995)
Fix VLAN error introduced with new 4.9 kernel behavior (sonic-net#1001)
Config DB manual is being moved from Wiki to SWSS repo (sonic-net#1002)
Trap DHCPv6 packets for supporting ZTP over in-band interfaces using … (sonic-net#997)

Signed-off-by: Andriy Kokhan <[email protected]>
mssonicbld added a commit that referenced this pull request Sep 9, 2024
… automatically (#20192)

#### Why I did it
src/sonic-platform-common
```
* ccea995 - (HEAD -> master, origin/master, origin/HEAD) [CMIS] Add lane_mask parameter to set_loopback_mode() to enable setti… (#490) (10 hours ago) [Xinyu Lin]
```
#### How I did it
#### How to verify it
#### Description for the changelog
mssonicbld added a commit that referenced this pull request Oct 19, 2024
… automatically (#20539)

#### Why I did it
src/sonic-platform-common
```
* 2e73a04 - (HEAD -> 202405, origin/202405) Wait for specified duration during LPmode on/off (#503) (4 hours ago) [Anoop Kamath]
* 1abd824 - [CMIS] Add lane_mask parameter to set_loopback_mode() to enable setti… (#490) (31 hours ago) [Xinyu Lin]
```
#### How I did it
#### How to verify it
#### Description for the changelog
r12f pushed a commit to r12f/sonic-buildimage that referenced this pull request Jan 7, 2025
…ic-swss

[submodule][202412] Update submodule sonic-swss to the latest HEAD automatically
jianyuewu pushed a commit to jianyuewu/sonic-buildimage that referenced this pull request May 7, 2025
sonic-net#490)

* [CMIS] Add lane_mask parameter to set_loopback_mode() to enable setting loopback mode for individual lanes rather than the entire physical port

Signed-off-by: xinyu <[email protected]>

* [CMIS] Add options to individually clear host/media, input/output loopback modes and log errors for all rejection cases

Signed-off-by: xinyu <[email protected]>

* [CMIS] Reject the loopback mode request if simultaneous host and media loopback is not supported or per-lane loopback is not supported

Signed-off-by: xinyu <[email protected]>

* [CMIS] Log errors for all set loopback mode rejection cases

Signed-off-by: xinyu <[email protected]>

* [CMIS] Improve readability by using individual functions for setting host, media, input, and output loopback modes

Signed-off-by: xinyu <[email protected]>

* [CMIS] Add an enable parameter to eliminate the need for loopback modes with the -none suffix

Signed-off-by: xinyu <[email protected]>

---------

Signed-off-by: xinyu <[email protected]>
mssonicbld added a commit that referenced this pull request Jul 11, 2025
…tomatically (#23285)

#### Why I did it
src/sonic-linux-kernel
```
* d733205 - (HEAD -> master, origin/master, origin/HEAD) Merge pull request #490 from liushilongbuaa/fix-url (23 hours ago) [Jianquan Ye]
* adb4f0e - [build] Use package.trafficmanager instead of sonicstorage.blob (2 days ago) [Liu Shilong]
```
#### How I did it
#### How to verify it
#### Description for the changelog
YairRaviv pushed a commit to YairRaviv/sonic-buildimage that referenced this pull request Jul 15, 2025
…tomatically (sonic-net#23285)

#### Why I did it
src/sonic-linux-kernel
```
* d733205 - (HEAD -> master, origin/master, origin/HEAD) Merge pull request sonic-net#490 from liushilongbuaa/fix-url (23 hours ago) [Jianquan Ye]
* adb4f0e - [build] Use package.trafficmanager instead of sonicstorage.blob (2 days ago) [Liu Shilong]
```
#### How I did it
#### How to verify it
#### Description for the changelog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants