Skip to content

[platform]: Add plugins for ingrasys#486

Merged
jleveque merged 2 commits intosonic-net:masterfrom
kaiyu22:master
Apr 10, 2017
Merged

[platform]: Add plugins for ingrasys#486
jleveque merged 2 commits intosonic-net:masterfrom
kaiyu22:master

Conversation

@kaiyu22
Copy link
Copy Markdown
Contributor

@kaiyu22 kaiyu22 commented Apr 7, 2017

  • Adding two utilities: eeprom.py and sfputil.py

Signed-off-by: Sam Yang yang.kaiyu@gmail.com

* Adding two utilities: eeprom.py and sfputil.py

Signed-off-by: Sam Yang <yang.kaiyu@gmail.com>
@lguohan
Copy link
Copy Markdown
Collaborator

lguohan commented Apr 7, 2017

@jleveque , can you review?

def __init__(self, port_num):
# Override port_to_eeprom_mapping for class initialization
eeprom_path = '/sys/class/i2c-adapter/i2c-{0}/{0}-0050/eeprom'
for x in range(0, self.port_end + 1):
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've noticed in a few versions of this file that port_start is defined but not used. For clarity, should use:

for x in range(self.port_start, self.port_end + 1):

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, no problem.

@kaiyu22
Copy link
Copy Markdown
Contributor Author

kaiyu22 commented Apr 10, 2017

@jleveque: I have updated the sfputil.py, please review again.

* Updated sfputil.py

Signed-off-by: Sam Yang <yang.kaiyu@gmail.com>
@jleveque jleveque merged commit 24bad71 into sonic-net:master Apr 10, 2017
lguohan pushed a commit that referenced this pull request Apr 12, 2019
…2755)

sonic-sairedis:
e8cb879 Make object list deterministic when iterating (#438)
5486f97 Ignore ACL_COUNTER bytes and packets during comparison logic (#443)
b138ff9 Notify OA about exception and process only restart query events (#437)
0974a43 Set MTU value on created tap device for virtual switch (#436)
e2f50e8 Increase eth buffer size to 16k for virtual switch (#435)
79fb388 [bfn] Ged rid of ld_preload. Link against libsai only (#429)
2e47b78 Remove MAC alignment WA for Mellanox platforms. (#430)
e1354fe Add pre match to comparison logic and unittests (#423)
18a5ebb Drop FDB notifications if they contain invalid OIDs (#428)

sonic-swss-common:
8af58ad sonic-swss-common: Add vxlan macros to schema (#269)
76837bf Make class Select support batch read from selectables (#270)
4cf643e Add multiple fields hdel support (#267)
a710529 Update PFC_WD table name in CONFIG_DB (#266)
3c452c1 Update README.md (#268)

sonic-swss:
e329dbd Survive pfc watchdog storm action across warm-reboot (#794)

sonic-utilities:
6ee0aea (HEAD, origin/master, origin/HEAD) [config]: Change the order of interface commands (#504)
5ae30d2 [show vlan brief] Support 'alias' interface naming mode (#497)
bafebf9 Update neighbor advertiser (#498)
fa90083 [clear/main.py]: clear ndp command. (#450)
65f69e4 [show interface neighbor expected] Support 'alias' interface naming mode (#495)
aae39e7 updated show ipv6 interface for alias mode (#493)
170fed9 [warm-reboot] initialize warm reboot state table before warm rebooting (#492)
06cd99f Allow config shutdown and startup operations on valid PortChannel interface names (#474)
98cdebb [show ip interface] Add support for 'alias' interface naming mode (#486)
5f1de81 [show] Add serial numbers/uptime/hwinfo to 'show version' output (#488)
e78a866 [route_check] Move scripts under scripts/ directory, add to setup.py (#489)
d347527 Change PFC watchdog CONFIG_DB table name from PFC_WD_TABLE to PFC_WD (#475)

Signed-off-by: Wenda Ni <wenni@microsoft.com>
yxieca added a commit to yxieca/sonic-buildimage that referenced this pull request Jun 4, 2019
Submodule src/sonic-utilities 6b4d1a0..46b5aa8:
  > [show ip interface] Add support for 'alias' interface naming mode (sonic-net#486)

Submodule src/sonic-swss 9c4ae18..a637562:
  > Suppress storm detect counter increment for ongoing pfc storm case during a warm reboot (sonic-net#869)
  > Remove *_LEFT fields to allow PFC watchdog to enter fresh into the (sonic-net#897)
  > Set LAG mtu value based on kernel netlink msg (sonic-net#922)
  > [warm restart assist] assume vector values could be reordered (sonic-net#921)

Signed-off-by: Ying Xie <ying.xie@microsoft.com>
yxieca added a commit that referenced this pull request Jun 4, 2019
Submodule src/sonic-utilities 6b4d1a0..46b5aa8:
  > [show ip interface] Add support for 'alias' interface naming mode (#486)

Submodule src/sonic-swss 9c4ae18..a637562:
  > Suppress storm detect counter increment for ongoing pfc storm case during a warm reboot (#869)
  > Remove *_LEFT fields to allow PFC watchdog to enter fresh into the (#897)
  > Set LAG mtu value based on kernel netlink msg (#922)
  > [warm restart assist] assume vector values could be reordered (#921)

Signed-off-by: Ying Xie <ying.xie@microsoft.com>
Kalimuthu-Velappan pushed a commit to Kalimuthu-Velappan/sonic-buildimage that referenced this pull request Sep 12, 2019
mssonicbld added a commit that referenced this pull request Aug 2, 2024
… automatically (#19771)

#### Why I did it
src/sonic-platform-common
```
* e902592 - (HEAD -> 202311, origin/202311) Parse all VDM advertised fields during DOM monitoring (#486) (60 minutes ago) [mihirpat1]
```
#### How I did it
#### How to verify it
#### Description for the changelog
mssonicbld added a commit that referenced this pull request Aug 2, 2024
… automatically (#19772)

#### Why I did it
src/sonic-platform-common
```
* 8ed735e - (HEAD -> 202405, origin/202405) Parse all VDM advertised fields during DOM monitoring (#486) (4 hours ago) [mihirpat1]
```
#### How I did it
#### How to verify it
#### Description for the changelog
mssonicbld added a commit that referenced this pull request Aug 2, 2024
… automatically (#19770)

#### Why I did it
src/sonic-platform-common
```
* 7f07fa6 - (HEAD -> master, origin/master, origin/HEAD) Parse all VDM advertised fields during DOM monitoring (#486) (4 hours ago) [mihirpat1]
```
#### 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 Jan 3, 2025
[code sync] Merge code from sonic-net/sonic-buildimage:202405 to 202405
jianyuewu pushed a commit to jianyuewu/sonic-buildimage that referenced this pull request May 7, 2025
Signed-off-by: Mihir Patel <patelmi@microsoft.com>
mssonicbld added a commit that referenced this pull request Aug 13, 2025
…tomatically (#23693)

#### Why I did it
src/sonic-linux-kernel
```
* 4bfb14a - (HEAD -> master, origin/master, origin/HEAD) arm64: dts: marvell: Remove HS400 as supported eMMC mode (#486) (9 hours ago) [Pavan Prakash]
```
#### How I did it
#### How to verify it
#### Description for the changelog
ccroy-arista pushed a commit to ccroy-arista/sonic-buildimage that referenced this pull request Aug 14, 2025
…tomatically (sonic-net#23693)

#### Why I did it
src/sonic-linux-kernel
```
* 4bfb14a - (HEAD -> master, origin/master, origin/HEAD) arm64: dts: marvell: Remove HS400 as supported eMMC mode (sonic-net#486) (9 hours ago) [Pavan Prakash]
```
#### How I did it
#### How to verify it
#### Description for the changelog
mssonicbld added a commit that referenced this pull request Nov 24, 2025
…lly (#24597)

#### Why I did it
src/sonic-gnmi
```
* 7938e3d - (HEAD -> master, origin/master, origin/HEAD) Use Go native file removal in gnoi_file.go, with remove.go file (#522) (2 days ago) [ravaliyel]
* ad0da5b - gNOI: Add service client for Healthz Get RPC (#486) (2 days ago) [jayaragini-hcl]
* fb17e28 - gNOI: Implement Healthz Client (#485) (2 days ago) [jayaragini-hcl]
```
#### How I did it
#### How to verify it
#### Description for the changelog
ashutosh-agrawal pushed a commit to AnantKishorSharma/sonic-buildimage that referenced this pull request Nov 30, 2025
…lly (sonic-net#24597)

#### Why I did it
src/sonic-gnmi
```
* 7938e3d - (HEAD -> master, origin/master, origin/HEAD) Use Go native file removal in gnoi_file.go, with remove.go file (sonic-net#522) (2 days ago) [ravaliyel]
* ad0da5b - gNOI: Add service client for Healthz Get RPC (sonic-net#486) (2 days ago) [jayaragini-hcl]
* fb17e28 - gNOI: Implement Healthz Client (sonic-net#485) (2 days ago) [jayaragini-hcl]
```
#### How I did it
#### How to verify it
#### Description for the changelog
hdwhdw pushed a commit to hdwhdw/sonic-buildimage that referenced this pull request Dec 2, 2025
…lly (sonic-net#24597)

#### Why I did it
src/sonic-gnmi
```
* 7938e3d - (HEAD -> master, origin/master, origin/HEAD) Use Go native file removal in gnoi_file.go, with remove.go file (sonic-net#522) (2 days ago) [ravaliyel]
* ad0da5b - gNOI: Add service client for Healthz Get RPC (sonic-net#486) (2 days ago) [jayaragini-hcl]
* fb17e28 - gNOI: Implement Healthz Client (sonic-net#485) (2 days ago) [jayaragini-hcl]
```
#### How I did it
#### How to verify it
#### Description for the changelog
NavdhaJindal pushed a commit to NavdhaJindal/sonic-buildimage that referenced this pull request Dec 2, 2025
…lly (sonic-net#24597)

#### Why I did it
src/sonic-gnmi
```
* 7938e3d - (HEAD -> master, origin/master, origin/HEAD) Use Go native file removal in gnoi_file.go, with remove.go file (sonic-net#522) (2 days ago) [ravaliyel]
* ad0da5b - gNOI: Add service client for Healthz Get RPC (sonic-net#486) (2 days ago) [jayaragini-hcl]
* fb17e28 - gNOI: Implement Healthz Client (sonic-net#485) (2 days ago) [jayaragini-hcl]
```
#### How I did it
#### How to verify it
#### Description for the changelog

Signed-off-by: Navdha Jindal <navdhajindal@microsoft.com>
FengPan-Frank pushed a commit to FengPan-Frank/sonic-buildimage that referenced this pull request Dec 4, 2025
…tomatically (sonic-net#23693)

#### Why I did it
src/sonic-linux-kernel
```
* 4bfb14a - (HEAD -> master, origin/master, origin/HEAD) arm64: dts: marvell: Remove HS400 as supported eMMC mode (sonic-net#486) (9 hours ago) [Pavan Prakash]
```
#### How I did it
#### How to verify it
#### Description for the changelog

Signed-off-by: Feng Pan <fenpan@microsoft.com>
FengPan-Frank pushed a commit to FengPan-Frank/sonic-buildimage that referenced this pull request Dec 4, 2025
…lly (sonic-net#24597)

#### Why I did it
src/sonic-gnmi
```
* 7938e3d - (HEAD -> master, origin/master, origin/HEAD) Use Go native file removal in gnoi_file.go, with remove.go file (sonic-net#522) (2 days ago) [ravaliyel]
* ad0da5b - gNOI: Add service client for Healthz Get RPC (sonic-net#486) (2 days ago) [jayaragini-hcl]
* fb17e28 - gNOI: Implement Healthz Client (sonic-net#485) (2 days ago) [jayaragini-hcl]
```
#### How I did it
#### How to verify it
#### Description for the changelog

Signed-off-by: Feng Pan <fenpan@microsoft.com>
xwjiang-ms pushed a commit to xwjiang-ms/sonic-buildimage that referenced this pull request Dec 22, 2025
…lly (sonic-net#24597)

#### Why I did it
src/sonic-gnmi
```
* 7938e3d - (HEAD -> master, origin/master, origin/HEAD) Use Go native file removal in gnoi_file.go, with remove.go file (sonic-net#522) (2 days ago) [ravaliyel]
* ad0da5b - gNOI: Add service client for Healthz Get RPC (sonic-net#486) (2 days ago) [jayaragini-hcl]
* fb17e28 - gNOI: Implement Healthz Client (sonic-net#485) (2 days ago) [jayaragini-hcl]
```
#### How I did it
#### How to verify it
#### Description for the changelog

Signed-off-by: xiaweijiang <xiaweijiang@microsoft.com>
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