Граф коммитов

8458 Коммитов

Автор SHA1 Сообщение Дата
mssonicbld b570254b0b
Merge pull request #446 from mssonicbld/sonicbld/202305-merge
[code sync] Merge code from sonic-net/sonic-buildimage:202305 to 202305
2024-09-04 11:08:49 +08:00
Sonic Automation d6c60a9857 Merge branch '202305' of https://github.com/sonic-net/sonic-buildimage into 202305 2024-09-04 03:02:30 +00:00
James An 48c270d8b8
Update cisco-8000.ini (#20117)
Release notes for Cisco 8111-32EH-O, 8102-64H-O and 8101-32FH:
• [8111] IOFPGA version upgrade to 1.8 for fixing transceiver EEPROM access issue
• Platform workaround for PSU Status "Not Ok"​

Update platform version to 202305.1.0.17
• Skipping 202305.1.0.16 due to it missing a key fix.
2024-09-04 10:49:02 +08:00
Yaqiang Zhu 94f265bac3
[202305][isc-dhcp-relay] Add patch to init io obj before creating fd watch (#20028)
Why I did it
Manually cherry-pick and resolve conflict of this PR: #20021
In the scenario dhcrelay startup with DHCP packets come, there is possibility that dhcrelay try to attach FD wather to I/O handler before I/O handler initiated, which cause dhcrelay wouldn't read any packets from FD. This PR is to fix that issue.

Work item tracking
Microsoft ADO (number only): 29209311
How I did it
Move initialization part to place before attach FD watcher
Add log when it fails to attach FD watcher
How to verify it
Build image and run tests
2024-09-04 08:52:26 +08:00
mssonicbld a37e59a4a0
Merge pull request #444 from mssonicbld/sonicbld/202305-merge
[code sync] Merge code from sonic-net/sonic-buildimage:202305 to 202305
2024-08-30 11:08:31 +08:00
Sonic Automation b4ea25c7fe Merge branch '202305' of https://github.com/sonic-net/sonic-buildimage into 202305 2024-08-30 03:02:09 +00:00
mssonicbld c8fd07df6c
[submodule] Update submodule linkmgrd to the latest HEAD automatically (#20072)
#### Why I did it
src/linkmgrd
```
* d1b5dcc - (HEAD -> 202305, origin/202305) Fix default route race condition UT (#258) (#273) (12 hours ago) [Longxiang Lyu]
* 7411fb3 - Fix pipeline for 202305 swss common vstest failed. (#275) (17 hours ago) [Liu Shilong]
```
#### How I did it
#### How to verify it
#### Description for the changelog
2024-08-29 16:01:20 +08:00
mssonicbld 547ec068b0
Merge pull request #442 from mssonicbld/sonicbld/202305-merge
[code sync] Merge code from sonic-net/sonic-buildimage:202305 to 202305
2024-08-29 11:08:01 +08:00
Sonic Automation c1358c0763 Merge branch '202305' of https://github.com/sonic-net/sonic-buildimage into 202305 2024-08-29 03:01:41 +00:00
Dror Prital e1c862a8e8
[202305][Mellanox]Integrate HW-MGMT 7.0030.2300 Changes (#19340)
This PR depend with PR: sonic-net/sonic-linux-kernel#408

Why I did it
Intgerate HW-MGMT 7.0030.2300 Changes

Work item tracking
Microsoft ADO (number only):
How I did it
Run make integrate-mlnx-hw-mgmt

How to verify it
Build an image and run tests from "sonic-mgmt".
2024-08-28 12:28:44 +08:00
mssonicbld ffbf26f108
Merge pull request #441 from mssonicbld/sonicbld/202305-merge
[code sync] Merge code from sonic-net/sonic-buildimage:202305 to 202305
2024-08-28 11:09:22 +08:00
Sonic Automation f5f4cbb513 Merge branch '202305' of https://github.com/sonic-net/sonic-buildimage into 202305 2024-08-28 03:03:03 +00:00
Hua Liu 0928744efa [TACACS] Improve nss-tacplus TACACS connect timeout (#17460)
Improve nss-tacplus TACACS connect timeout

#### Why I did it
TACACS login usually config multiple server, when a high priority server not reachable or high lantency, remote user login will slowly, also run SUDO command will slowly.
To improve this issue, enable read timeout in nss-tacplus.

### How I did it
Enable read timeout in nss-tacplus.

#### How to verify it
Pass all UT.

### Description for the changelog
Improve nss-tacplus TACACS connect timeout.
2024-08-27 14:01:06 +08:00
mssonicbld 28144b875f
Merge pull request #439 from mssonicbld/sonicbld/202305-merge
[code sync] Merge code from sonic-net/sonic-buildimage:202305 to 202305
2024-08-24 11:08:14 +08:00
Sonic Automation b0022dddbe Merge branch '202305' of https://github.com/sonic-net/sonic-buildimage into 202305 2024-08-24 03:02:55 +00:00
James An dc8711294c
Update cisco-8000.ini (#19961)
Release notes for Cisco 8111-32EH-O, 8102-64H-O and 8101-32FH:
• [8111] ECN L3 Counter not incrementing issue
• [8111] Fix for i2c mux is not detected on BT0s
• Expediting the code drop with few tests still pending. Will share the results once becomes available:
- T1-800G nightly run still not complete
- 8111 full latency regression suite not run yet due to testbed issues.
- Have manually verified latency for a few frame sizes and looks good.

Update platform version to 202305.1.0.15
2024-08-23 13:50:48 +08:00
mssonicbld ee1155416d
Merge pull request #437 from mssonicbld/sonicbld/202305-merge
[code sync] Merge code from sonic-net/sonic-buildimage:202305 to 202305
2024-08-20 11:08:12 +08:00
Sonic Automation 35b70f5d68 Merge branch '202305' of https://github.com/sonic-net/sonic-buildimage into 202305 2024-08-20 03:01:52 +00:00
mssonicbld 5ee0ff6215
[submodule] Update submodule sonic-linux-kernel to the latest HEAD automatically (#19923)
#### Why I did it
src/sonic-linux-kernel
```
* b045e03 - (HEAD -> 202305, origin/202305) Intgerate HW-MGMT 7.0030.2300 Changes (#408) (4 days ago) [Dror Prital]
```
#### How I did it
#### How to verify it
#### Description for the changelog
2024-08-19 17:35:45 +08:00
mssonicbld 36436aa7fe
Merge pull request #436 from mssonicbld/sonicbld/202305-merge
[code sync] Merge code from sonic-net/sonic-buildimage:202305 to 202305
2024-08-18 11:08:02 +08:00
Sonic Automation fbfe769f9c Merge branch '202305' of https://github.com/sonic-net/sonic-buildimage into 202305 2024-08-18 03:01:41 +00:00
mssonicbld ac1ea772ff
[submodule] Update submodule sonic-host-services to the latest HEAD automatically (#19921)
#### Why I did it
src/sonic-host-services
```
* b0a294b - (HEAD -> 202305, origin/202305) Added a try block to prevent JSON decoder errors (#126) (28 hours ago) [Ashwin Srinivasan]
```
#### How I did it
#### How to verify it
#### Description for the changelog
2024-08-17 16:01:22 +08:00
mssonicbld f9cb11ce3a
Merge pull request #435 from mssonicbld/sonicbld/202305-merge
[code sync] Merge code from sonic-net/sonic-buildimage:202305 to 202305
2024-08-15 11:08:17 +08:00
Sonic Automation 95674ccfad Merge branch '202305' of https://github.com/sonic-net/sonic-buildimage into 202305 2024-08-15 03:01:55 +00:00
Sudharsan Dhamal Gopalarathnam 1f52ade4ca
[202305][Mellanox]Updating SDK/FW to 4.6.2316/2012.2316 (#19697)
Why I did it
Updating SDK/FW to 4.6.2316/2012.2316

Work item tracking
Microsoft ADO (number only):
2024-08-15 08:28:10 +08:00
mssonicbld c20378ce4a
Merge pull request #434 from mssonicbld/sonicbld/202305-merge
[code sync] Merge code from sonic-net/sonic-buildimage:202305 to 202305
2024-08-09 11:08:09 +08:00
Sonic Automation 3bf021665e Merge branch '202305' of https://github.com/sonic-net/sonic-buildimage into 202305 2024-08-09 03:01:48 +00:00
mssonicbld b231b4da14
[submodule] Update submodule linkmgrd to the latest HEAD automatically (#19843)
#### Why I did it
src/linkmgrd
```
* b068f02 - (HEAD -> 202305, origin/202305) [active-standby] Fix default route handler race condition (#254) (2 days ago) [Longxiang Lyu]
```
#### How I did it
#### How to verify it
#### Description for the changelog
2024-08-08 17:38:00 +08:00
mssonicbld 8ea53197c6
Merge pull request #431 from mssonicbld/sonicbld/202305-merge
[code sync] Merge code from sonic-net/sonic-buildimage:202305 to 202305
2024-08-04 11:08:02 +08:00
Sonic Automation f163a013b2 Merge branch '202305' of https://github.com/sonic-net/sonic-buildimage into 202305 2024-08-04 03:01:44 +00:00
mssonicbld 01edffc72d
Merge pull request #430 from mssonicbld/submodule-202305-sonic-utilities
[submodule][202305] Update submodule sonic-utilities to the latest HEAD automatically
2024-08-04 10:02:12 +08:00
mssonicbld e66b365a68 [submodule] Update submodule sonic-utilities to the latest HEAD automatically 2024-08-04 02:01:47 +00:00
mssonicbld 1c33f99d80
[submodule] Update submodule sonic-utilities to the latest HEAD automatically (#19802)
#### Why I did it
src/sonic-utilities
```
* 86aa8c46 - (HEAD -> 202305, origin/202305) Add the definition of `log` in `script decode-syseeprom` (#3383) (4 hours ago) [Yutong Zhang]
```
#### How I did it
#### How to verify it
#### Description for the changelog
2024-08-03 16:01:19 +08:00
mssonicbld 6bfc7c360a
Merge pull request #429 from mssonicbld/sonicbld/202305-merge
[code sync] Merge code from sonic-net/sonic-buildimage:202305 to 202305
2024-08-03 11:09:02 +08:00
Sonic Automation 36b4acfd07 Merge branch '202305' of https://github.com/sonic-net/sonic-buildimage into 202305 2024-08-03 03:02:41 +00:00
Andriy Yurkiv 058b69a1d1 [Mellanox] Support DSCP remapping in Dual-ToR topo for SN4700-O8V48, update buffers for t0 (#18293)
* [Mellanox] Support DSCP remapping in Dual-ToR topo for SN4700-O8V48, update buffers for t0

Signed-off-by: Andriy Yurkiv <ayurkiv@nvidia.com>

* [Mellanox] Support DSCP remapping in Dual-ToR topo for SN4700-O8V48, update buffers for t0 (fixes after recalculation)

Signed-off-by: Andriy Yurkiv <ayurkiv@nvidia.com>

---------

Signed-off-by: Andriy Yurkiv <ayurkiv@nvidia.com>
2024-08-02 22:01:18 +08:00
Junchao-Mellanox 32d2ef365d
[Mellanox] enlarge the eeprom ready timeout from 20 to 60 (#18983) (#19728)
- Why I did it
Service like ZTP accesses EEPROM very early at the boot stage. It could cause an issue that EEPROM is not ready. The PR enlarge EEPROM ready timeout from 20s to 60s.

- How I did it
Enlarge EEPROM ready timeout from 20s to 60s.

- How to verify it
Manual test
2024-08-02 16:26:13 +08:00
mssonicbld f3cdbb886c
Merge pull request #424 from mssonicbld/sonicbld/202305-merge
[code sync] Merge code from sonic-net/sonic-buildimage:202305 to 202305
2024-07-26 11:08:51 +08:00
Sonic Automation acfe4b4cb0 Merge branch '202305' of https://github.com/sonic-net/sonic-buildimage into 202305 2024-07-26 03:02:29 +00:00
James An d449a06407
Update cisco-8000.ini (#19659) 2024-07-25 09:21:21 -07:00
mssonicbld c518e0a83b
Merge pull request #422 from mssonicbld/sonicbld/202305-merge
[code sync] Merge code from sonic-net/sonic-buildimage:202305 to 202305
2024-07-25 11:08:45 +08:00
Sonic Automation e112ab372c Merge branch '202305' of https://github.com/sonic-net/sonic-buildimage into 202305 2024-07-25 03:02:25 +00:00
mssonicbld 4a90cae023
Merge pull request #421 from mssonicbld/submodule-202305-sonic-utilities
[submodule][202305] Update submodule sonic-utilities to the latest HEAD automatically
2024-07-25 10:02:34 +08:00
mssonicbld 0626f46997 [submodule] Update submodule sonic-utilities to the latest HEAD automatically 2024-07-25 02:02:08 +00:00
mssonicbld 85ed29ca76
[submodule] Update submodule sonic-utilities to the latest HEAD automatically (#19666)
#### Why I did it
src/sonic-utilities
```
* 7a703aee - (HEAD -> 202305, origin/202305) fix show techsupport date issue (#3437) (61 minutes ago) [ganglv]
```
#### How I did it
#### How to verify it
#### Description for the changelog
2024-07-24 16:01:26 +08:00
mssonicbld f6bbfa10ec
Merge pull request #420 from mssonicbld/sonicbld/202305-merge
[code sync] Merge code from sonic-net/sonic-buildimage:202305 to 202305
2024-07-20 11:09:04 +08:00
Sonic Automation f777cd6dd2 Merge branch '202305' of https://github.com/sonic-net/sonic-buildimage into 202305 2024-07-20 03:02:43 +00:00
mssonicbld a343ecad83
Merge pull request #419 from mssonicbld/submodule-202305-sonic-utilities
[submodule][202305] Update submodule sonic-utilities to the latest HEAD automatically
2024-07-20 10:02:10 +08:00
mssonicbld c29fe19f2d [submodule] Update submodule sonic-utilities to the latest HEAD automatically 2024-07-20 02:01:44 +00:00
mssonicbld 7673e60b31
[submodule] Update submodule sonic-platform-daemons to the latest HEAD automatically (#19626)
#### Why I did it
src/sonic-platform-daemons
```
* e3d925e - (HEAD -> 202305, origin/202305) [ycabled][active-active] Fix in gRPC channel callback logic by creating swsscommon table within the context (#509) (8 minutes ago) [vdahiya12]
```
#### How I did it
#### How to verify it
#### Description for the changelog
2024-07-19 16:01:33 +08:00