Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use permanent URL for mlnx SDK #113

Merged
merged 1 commit into from
Dec 9, 2016
Merged

Conversation

marian-pritsak
Copy link
Collaborator

Change branch name into commit hash to have a
permanent URL for SDK

Change branch name into commit hash to have a
permanent URL for SDK
@svc-acs svc-acs merged commit 29f3567 into sonic-net:master Dec 9, 2016
stcheng pushed a commit that referenced this pull request Dec 14, 2016
Change branch name into commit hash to have a
permanent URL for SDK
Kalimuthu-Velappan pushed a commit to Kalimuthu-Velappan/sonic-buildimage that referenced this pull request Sep 12, 2019
sonic-net#113)

- added script to get interface status.
- added few subcommands under "show interfaces" command.
- enhanced "show process" to get all processes sorted by CPU & memory.
- added "show services" command to get all the running process from all the dockers.
- added "show vlan" command.
- enhanced multiple subcommands under
- added debug', and 'undebug' CLI utilities.
qiluo-msft pushed a commit that referenced this pull request Sep 25, 2019
[sonic-snmpagent]
 - Fix issue #104: lldpLocManAddrTable supports multiple IP addresses (#106)
 - Add mgmt port speed test (#107)
 - [rfc2737] fix typo in xcvr removal flow (#109)
 - Add signal handler to change debug level. (#96) 
 - [LLDP MIB] fix lldp loc mgmt ip logic (#113)
madhanmellanox pushed a commit to madhanmellanox/sonic-buildimage that referenced this pull request Mar 23, 2020
* Update td2 qos settings
* Copy all configuration files to swss package
* Add td2 qos configurations in small chunks
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 Nov 15, 2020
)

This should also fix the vsimage check build.

Commits include:

* src/sonic-platform-common a659219...e4883e5 (7):
  > [PsuBase] Reference inherited member constant (#142)
  > Thermalctld APIs for recording min and max temp (#131)
  > Common power consumption and supply APIs for modular chassis (#136)
  > [sonic-platform-base] Introduce APIs for modular chassis support (#124)
  > Remove shebangs from non-executable Python files (#140)
  > [sonic_eeprom] Make compatible with Python 2 and 3 (#127)
  > Add unit test infrastructure (#139)

* src/sonic-platform-daemons 600d043...be21d91 (9):
  > [psud] Import of mock libraries determined by environment variable (#117)
  > [chassisd][thermalctld] Set testing env var at top of file, not in setup_function() (#114)
  > [chassisd][thermalctld] Import os module, now needed for env var checking (#113)
  > [chassisd][thermalctld] Import mock libraries based on environment variable (#112)
  > [xcvrd] Fix the console-script xcvrd startup  (#111)
  > [Thermalctld] Update thermal info to CHASSIS_STATE_DB (#101)
  > PSUd changes to compute power-budget for Modular chassis (#104)
  > Introduce chassisd to monitor status of cards on chassis (#97)
  > [xcvrd] support for integrating Credo Y cable Ports initialization and status updates with xcvrd.  (#105)
xumia pushed a commit to xumia/sonic-buildimage-1 that referenced this pull request Feb 16, 2021
…-net#113)

there will be three roles of workers
- jenkins-build-workers
- jenkins-vstest-workers
- jenkins-kvmtest-workers

The build workers are mainly for build the image.
The vstest workers are mainly for swss/sonic-utilities vs tests
The kvmtest workers are manly for sonic-mgmt kvm tests

The vstest and kvmtest can share the same physical servers. However, to help debug, we introduce two roles so that they can be separated to avoid their jobs affecting each other.
santhosh-kt pushed a commit to santhosh-kt/sonic-buildimage that referenced this pull request Feb 25, 2021
…nic-net#5924)

This should also fix the vsimage check build.

Commits include:

* src/sonic-platform-common a659219...e4883e5 (7):
  > [PsuBase] Reference inherited member constant (sonic-net#142)
  > Thermalctld APIs for recording min and max temp (sonic-net#131)
  > Common power consumption and supply APIs for modular chassis (sonic-net#136)
  > [sonic-platform-base] Introduce APIs for modular chassis support (sonic-net#124)
  > Remove shebangs from non-executable Python files (sonic-net#140)
  > [sonic_eeprom] Make compatible with Python 2 and 3 (sonic-net#127)
  > Add unit test infrastructure (sonic-net#139)

* src/sonic-platform-daemons 600d043...be21d91 (9):
  > [psud] Import of mock libraries determined by environment variable (sonic-net#117)
  > [chassisd][thermalctld] Set testing env var at top of file, not in setup_function() (sonic-net#114)
  > [chassisd][thermalctld] Import os module, now needed for env var checking (sonic-net#113)
  > [chassisd][thermalctld] Import mock libraries based on environment variable (sonic-net#112)
  > [xcvrd] Fix the console-script xcvrd startup  (sonic-net#111)
  > [Thermalctld] Update thermal info to CHASSIS_STATE_DB (sonic-net#101)
  > PSUd changes to compute power-budget for Modular chassis (sonic-net#104)
  > Introduce chassisd to monitor status of cards on chassis (sonic-net#97)
  > [xcvrd] support for integrating Credo Y cable Ports initialization and status updates with xcvrd.  (sonic-net#105)
liorghub added a commit to liorghub/sonic-buildimage that referenced this pull request Sep 7, 2021
The following commits were added:
740a44c [port_util] Allow system without ports in config db run without errors (sonic-net#109)
d07682e Merge pull request sonic-net#111 from xumia/azp-coverage
482cac2 [Ethernet-IB][index] Modifed the port_util to support the VoQ Inband Port (sonic-net#113)
69eac92 Support azp diff coverage

Signed-off-by: liora <liora@nvidia.com>
mlok-nokia added a commit to mlok-nokia/sonic-buildimage that referenced this pull request Sep 14, 2021
Update sonic-py-swsssdk submodule to include below commits:
9da577d [port_util] Fix issue in function get_interface_oid_map (sonic-net#114)
740a44c [port_util] Allow system without ports in config db run without errors (sonic-net#109)

d07682e Merge pull request sonic-net#111 from xumia/azp-coverage
482cac2 [Ethernet-IB][index] Modifed the port_util to support the VoQ Inband Port (sonic-net#113)
69eac92 Support azp diff coverage

Signed-off-by: mlok <marty.lok@nokia.com>
liorghub added a commit to liorghub/sonic-buildimage that referenced this pull request Sep 15, 2021
2cd6236 [voq][chassis] Fix for issue in chassis redis server connection check (sonic-net#110)
9da577d [port_util] Fix issue in function get_interface_oid_map (sonic-net#114)
740a44c [port_util] Allow system without ports in config db run without errors (sonic-net#109)
d07682e Merge pull request sonic-net#111 from xumia/azp-coverage
482cac2 [Ethernet-IB][index] Modifed the port_util to support the VoQ Inband Port (sonic-net#113)
69eac92 Support azp diff coverage

Signed-off-by: liora <liora@nvidia.com>
lguohan pushed a commit that referenced this pull request Sep 15, 2021
2cd6236 [voq][chassis] Fix for issue in chassis redis server connection check (#110)
9da577d [port_util] Fix issue in function get_interface_oid_map (#114)
740a44c [port_util] Allow system without ports in config db run without errors (#109)
d07682e Merge pull request #111 from xumia/azp-coverage
482cac2 [Ethernet-IB][index] Modifed the port_util to support the VoQ Inband Port (#113)
69eac92 Support azp diff coverage

Signed-off-by: liora <liora@nvidia.com>
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
* [LLDP MIB] fix lldp loc mgmt ip logic
* make sure updater.man_addr does not throw
* drop the mgmt_ip_str on reinit_data
mssonicbld pushed a commit to mssonicbld/sonic-buildimage that referenced this pull request Sep 30, 2022
oleksandrivantsiv pushed a commit to oleksandrivantsiv/sonic-buildimage that referenced this pull request Apr 11, 2023
…c-vs/platform-nvda-bf.json (sonic-net#113)

Why I did it
We will use the following command to generate the config_db.json. But the default_brkout_mode should fully equal than what was declared in the platform file, hwsku.json. Otherwise it will raise the following exception.

sonic-cfggen -p /usr/share/sonic/device/x86_64-kvm_x86_64-r0/platform-nvda-bf.json -k Nvidia-MBF2H536C --print-data 
Traceback (most recent call last):
      File "/usr/local/bin/sonic-cfggen", line 454, in <module>
          main()
        File "/usr/local/bin/sonic-cfggen", line 314, in main
          (ports, _, _) = get_port_config(hwsku, platform, args.port_config, asic_id)
        File "/usr/local/lib/python3.7/dist-packages/portconfig.py", line 139, in get_port_config
          return parse_platform_json_file(hwsku_json_file, port_config_file)
        File "/usr/local/lib/python3.7/dist-packages/portconfig.py", line 354, in parse_platform_json_file
          child_ports = get_child_ports(intf, brkout_mode, platform_json_file)
        File "/usr/local/lib/python3.7/dist-packages/portconfig.py", line 327, in get_child_ports
          mode_handler = BreakoutCfg(interface, breakout_mode, port_dict[INTF_KEY][interface])
        File "/usr/local/lib/python3.7/dist-packages/portconfig.py", line 255, in __init__
          raise RuntimeError("Unsupported breakout mode {}!".format(bmode))
      RuntimeError: Unsupported breakout mode 1x100G!
How I did it
Add breakout_modes in platform-nvda-bf.json.

How to verify it
root@850b4902a518:/# sonic-cfggen -p /usr/share/sonic/device/x86_64-kvm_x86_64-r0/platform-nvda-bf.json -k Nvidia-MBF2H536C --print-data
{
    "DEVICE_METADATA": {
        "localhost": {
            "hwsku": "Nvidia-MBF2H536C"
        }
    },
    "PORT": {
        "Ethernet0": {
            "alias": "etp1",
            "lanes": "0,1,2,3",
            "speed": "100000",
            "index": "1"
        },
        "Ethernet4": {
            "alias": "etp2",
            "lanes": "4,5,6,7",
            "speed": "100000",
            "index": "2"
        }
    },
    "BREAKOUT_CFG": {
        "Ethernet0": {
            "brkout_mode": "1x100G"
        },
        "Ethernet4": {
            "brkout_mode": "1x100G"
        }
    }
}

Signed-off-by: Ze Gan <ganze718@gmail.com>
mssonicbld added a commit that referenced this pull request Jul 11, 2023
…lly (#15520)

#### Why I did it
src/sonic-gnmi
```
*   01fe667 - (HEAD -> master, origin/master, origin/HEAD) Merge pull request #134 from FengPan-Frank/fenpan_dialout_rename (3 days ago) [Feng-msft]
|\  
| * 994c69c - Rename --enable-dialout option into ENABLE_DIALOUT to follow the convention. (3 days ago) [Feng Pan]
|/  
* a9126da - Update makefile to support armhf (#132) (3 days ago) [ganglv]
* 0d80c0d -  prevent potential panic: return immediately if there exists error (#113) (7 days ago) [Mai Bui]
*   3c0fca3 - Merge pull request #131 from FengPan-Frank/fenpan_dialout (7 days ago) [Feng-msft]
|\  
| * c3d3266 - Add build flag into gnmi as --enable-dialout. (8 days ago) [Feng Pan]
|/  
* fd78c42 - add semgrep (#126) (2 weeks ago) [Mai Bui]
* 214fa1c - TranslClient: Use new translib subscription APIs (#122) (3 weeks ago) [Sachin Holla]
* 87d8eb3 - (origin/202305) TranslClient: use PathValidator to sanitize the request paths (#112) (3 weeks ago) [Sachin Holla]
```
#### How I did it
#### How to verify it
#### Description for the changelog
mssonicbld added a commit that referenced this pull request Nov 29, 2023
…omatically (#17331)

#### Why I did it
src/sonic-mgmt-common
```
* d96bfcd - (HEAD -> master, origin/master, origin/HEAD) YANG tree generator and linter (#113) (6 hours ago) [faraazbrcm]
```
#### How I did it
#### How to verify it
#### Description for the changelog
mssonicbld added a commit that referenced this pull request Apr 26, 2024
…utomatically (#18475)

#### Why I did it
src/sonic-host-services
```
* e93494c - (HEAD -> master, origin/master, origin/HEAD) Update sonic-host-services-data.determine-reboot-cause.service (#119) (2 days ago) [Xincun Li]
* 15762a5 - Fix UT test data due to timestamp break. (#117) (4 days ago) [Feng-msft]
* d53f431 - [caclmgrd]Fix bfd and vxlan acl rules programming in acl table update scenario (#114) (13 days ago) [Sudharsan Dhamal Gopalarathnam]
* f2dbf25 - Add unittest for caclmgrd default deny rule (#113) (2 weeks ago) [Zhijian Li]
* bfa06c7 - Change dependency option to fix buildimage issue. (#110) (3 weeks ago) [Feng-msft]
* ba78bdb - Fix hostcfgd crash when delete entire config table. (#106) (4 weeks ago) [Hua Liu]
* 6130886 - Update ProcessStats query by using API instead of parsing ps command. (#103) (4 weeks ago) [Feng-msft]
```
#### 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 29, 2024
…ss_yang_used_cnt_type

[cherry-pick] Change leaf value of used_cnt of sonic-events-swss:chk_crm_threshold
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