Skip to content

[platform]: Updated syncd.conf for INGRASYS-S9100-C32#396

Merged
lguohan merged 1 commit intosonic-net:masterfrom
kaiyu22:master
Mar 15, 2017
Merged

[platform]: Updated syncd.conf for INGRASYS-S9100-C32#396
lguohan merged 1 commit intosonic-net:masterfrom
kaiyu22:master

Conversation

@kaiyu22
Copy link
Contributor

@kaiyu22 kaiyu22 commented Mar 15, 2017

Signed-off-by: Sam Yang [email protected]

@lguohan lguohan merged commit 62ddede into sonic-net:master Mar 15, 2017
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
The hardcoded for loop was not the good option to query all
IDs defined in the SAI header. While only limited partial of
the counters are needed, we don't need to query each of them.

Signed-off-by: Shu0T1an ChenG <[email protected]>
dmytroxshevchuk pushed a commit to dmytroxshevchuk/sonic-buildimage that referenced this pull request Aug 31, 2020
lguohan pushed a commit that referenced this pull request Oct 26, 2020
Advance sonic-swss-common submodule by adding the following  commits 

3ec30ef Deprecate RedisClient and remove unused header file (#399)
165a679 Schema update for BGP internal neighbor table (#389)
262e330 Fix SonicV2Connector interfaces (#396)

Advance sonic-sairedis submodule by adding the following  commits 

bc3e044  [Sai]: Change Sai::set log to level INFO (#680)
b16bc8b Clean code: remove unused header file (#678)
40439b4 [syncd] Remove depreacated dependency on swss::RedisClient (#681)
1b6fc2e [syncd] Add supports of bulk api in syncd (#656)
a9f69c1 [syncd] Add to handle FDB MOVE notification (#670)
c7ef5e9 [gbsyncd] exit with zero when platform has no gearbox (#676)
57228fd [gbsyncd]: add missing python dependency (#675)
02a57a6 [vs] Add CRM SAI attributes to virtual switch interface (#673)
609445a fix boot type for fast boot (#674)
1325cdf Add support for saiplayer bulk API and add performance timers (#666)
1d84b90 Add ZeroMQ communication channel between sairedis and syncd (#659)
017056a Support System ports config (#657)
0f3668f Enable fabric counter for syncd's FlexCounter (#669)
santhosh-kt pushed a commit to santhosh-kt/sonic-buildimage that referenced this pull request Feb 25, 2021
…ic-net#5703)

Advance sonic-swss-common submodule by adding the following  commits 

3ec30ef Deprecate RedisClient and remove unused header file (sonic-net#399)
165a679 Schema update for BGP internal neighbor table (sonic-net#389)
262e330 Fix SonicV2Connector interfaces (sonic-net#396)

Advance sonic-sairedis submodule by adding the following  commits 

bc3e044  [Sai]: Change Sai::set log to level INFO (sonic-net#680)
b16bc8b Clean code: remove unused header file (sonic-net#678)
40439b4 [syncd] Remove depreacated dependency on swss::RedisClient (sonic-net#681)
1b6fc2e [syncd] Add supports of bulk api in syncd (sonic-net#656)
a9f69c1 [syncd] Add to handle FDB MOVE notification (sonic-net#670)
c7ef5e9 [gbsyncd] exit with zero when platform has no gearbox (sonic-net#676)
57228fd [gbsyncd]: add missing python dependency (sonic-net#675)
02a57a6 [vs] Add CRM SAI attributes to virtual switch interface (sonic-net#673)
609445a fix boot type for fast boot (sonic-net#674)
1325cdf Add support for saiplayer bulk API and add performance timers (sonic-net#666)
1d84b90 Add ZeroMQ communication channel between sairedis and syncd (sonic-net#659)
017056a Support System ports config (sonic-net#657)
0f3668f Enable fabric counter for syncd's FlexCounter (sonic-net#669)
kperumalbfn pushed a commit that referenced this pull request Sep 20, 2023
…D automatically

src/sonic-platform-daemons

* 198f300 - (HEAD -> 202205, origin/202205) [pmon]chassisd crash fix (#396)
mssonicbld added a commit that referenced this pull request Jun 10, 2024
…tomatically (#19241)

#### Why I did it
src/sonic-linux-kernel
```
* 93b8fe9 - (HEAD -> master, origin/master, origin/HEAD) [Mellanox] Integrate HW-MGMT 7.0030.4003 Changes (#396) (3 days ago) [Vivek]
```
#### How I did it
#### How to verify it
#### Description for the changelog
mssonicbld added a commit that referenced this pull request Jul 13, 2024
…tomatically (#19552)

#### Why I did it
src/sonic-linux-kernel
```
* 332ebdb - (HEAD -> 202405, origin/202405) [202405] [optoe] Fix optoe's write_max when using native i2c driver (#410) (3 weeks ago) [mihirpat1]
* 99c16d1 - [ci] Migrate to sonicbld1es agent pool. (#397) (#402) (4 weeks ago) [mssonicbld]
* b370435 - [Mellanox] Integrate HW-MGMT 7.0030.4003 Changes (#396) (5 weeks ago) [Vivek]
```
#### How I did it
#### How to verify it
#### Description for the changelog
DavidZagury pushed a commit to DavidZagury/sonic-buildimage that referenced this pull request Dec 7, 2024
* Integrate HW-MGMT 7.0030.4002 Changes

 ## Patch List
* 0057-Documentation-ABI-Add-new-attribute-for-mlxreg-io-sy.patch : torvalds/linux@e7210563432a
* 0087-platform_data-mlxreg-Add-capability-bit-and-mask-fie.patch :
* 0088-platform-mellanox-mlxreg-hotplug-Add-support-for-new.patch :
* 0089-platform-mellanox-mlx-platform-Change-register-name.patch :
* 0090-platform-mellanox-mlx-platform-Add-support-for-new-X.patch :
* 0093-hwmon-pmbus-Add-support-for-MPS-Multi-phase-mp2855-c.patch :

* Integrate HW-MGMT 7.0030.4003 Changes
bobby-nexthop pushed a commit to bobby-nexthop/sonic-buildimage that referenced this pull request Aug 1, 2025
This commit has fix for the chassisd crash reported by PR sonic-net#16465
Root cause:
    - In the line card pmon, while pushing the hostname to
    CHASSIS_HOST_TABLE in chassis state db, the slot id is also pushed.
    The slot id (self.my_slot) is not a string. Since the FieldValue
    construction function expects string values, the wrapper raises
    value TypeError exception and hence chassisd exited.
Fix:
    - Fixed by hard converting self.my_slot to string while passing the
    value to the FieldValue data construction function.

Signed-off-by: vedganes <[email protected]>
Co-authored-by: gechiang <[email protected]>
Co-authored-by: abdosi <[email protected]>
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.

3 participants