-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Why don't we solve P4 building problem? #957
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
Comments
I can't open the webset. In the end of the build log: How can I solve the problem? |
Have you solved this problem? |
[filter-fdb] Check VLAN Presence When Filter FDB (sonic-net#957) [mellanox] enable watchdog before fast-reboot (sonic-net#844) Signed-off-by: Ying Xie <[email protected]>
[filter-fdb] Check VLAN Presence When Filter FDB (#957) [mellanox] enable watchdog before fast-reboot (#844) Signed-off-by: Ying Xie <[email protected]>
…te submodules (#4852) * src/sonic-platform-common 75698a8...82bbeab (9): > [sfputil] Make SfpUtilHelper.get_physical_to_logical noexcept as in SfpUtilBase (#96) > [sfp_base] Update return value documentation of channel-specific methods (#98) > [sfp] Tweak key names of some transceiver info fields (#97) > fix typo: portconfig.ini to port_config.ini (#94) > [chassis_base] Add platform API support for system LED (#91) > Add PCIe check commad (#64) > [sfputilbase.py] Don't try to print EEPROM sysfs file name if we failed to read from it (#81) > [sfputilbase | sfputilhelper] Add support of platform.json (#72) > [eeprom] Add try-except to catch the IOError (#85) * src/sonic-platform-daemons 0f4fd83...abe115e (2): > [xcvrd] Tweak some transceiver info key names (#62) > [psud][thermalctld] Always get fan/PSU LED status from platform API to avoid status inconsistencies (#59) * src/sonic-utilities fd7781b...16a33f2 (9): > [config] Fix syntax error (#966) > [config] Fix indentation level in _get_disabled_services_list() (#965) > a4e64d1 [sonic_installer] Refactor sonic_installer code (#953) > 90efd62 [Show | Command Reference] Add Port breakout Show Command (#859) > [sfpshow][mock_state_db] Tweak key names of some transceiver info fields (#958) > [show] Add missing verbose option to "show line" (#961) > [filter-fdb] Check VLAN Presence When Filter FDB (#957) > [master]fix #4716 show ipv6 interfaces neighbor_ip is N/A issue (#948) > Fix for command. show interface transceiver eeprom -d Ethernet (#955) Note: sonic-utilities update fixes #4716
…te submodules (sonic-net#4852) * src/sonic-platform-common 75698a8...82bbeab (9): > [sfputil] Make SfpUtilHelper.get_physical_to_logical noexcept as in SfpUtilBase (sonic-net#96) > [sfp_base] Update return value documentation of channel-specific methods (sonic-net#98) > [sfp] Tweak key names of some transceiver info fields (sonic-net#97) > fix typo: portconfig.ini to port_config.ini (sonic-net#94) > [chassis_base] Add platform API support for system LED (sonic-net#91) > Add PCIe check commad (sonic-net#64) > [sfputilbase.py] Don't try to print EEPROM sysfs file name if we failed to read from it (sonic-net#81) > [sfputilbase | sfputilhelper] Add support of platform.json (sonic-net#72) > [eeprom] Add try-except to catch the IOError (sonic-net#85) * src/sonic-platform-daemons 0f4fd83...abe115e (2): > [xcvrd] Tweak some transceiver info key names (sonic-net#62) > [psud][thermalctld] Always get fan/PSU LED status from platform API to avoid status inconsistencies (sonic-net#59) * src/sonic-utilities fd7781b...16a33f2 (9): > [config] Fix syntax error (sonic-net#966) > [config] Fix indentation level in _get_disabled_services_list() (sonic-net#965) > a4e64d1 [sonic_installer] Refactor sonic_installer code (sonic-net#953) > 90efd62 [Show | Command Reference] Add Port breakout Show Command (sonic-net#859) > [sfpshow][mock_state_db] Tweak key names of some transceiver info fields (sonic-net#958) > [show] Add missing verbose option to "show line" (sonic-net#961) > [filter-fdb] Check VLAN Presence When Filter FDB (sonic-net#957) > [master]fix sonic-net#4716 show ipv6 interfaces neighbor_ip is N/A issue (sonic-net#948) > Fix for command. show interface transceiver eeprom -d Ethernet (sonic-net#955) Note: sonic-utilities update fixes sonic-net#4716
As part of this commit and previous commit ff6cb6c sonic-utilities submodule for 201911 has been updated to take following changes: Add support for QSFP-DD cables on 'show' command (#989) [show] Fix for 'trunk' PortChannel reported as 'routed' port (#1002) Enable HW watchdog before fast-reboot (#977) [filter-fdb] Check VLAN Presence When Filter FDB (#957) (#975) [filter-fdb] Fix For Vlan Defined With No CIDR (#976) [show/config]: combine feature and container feature cli (#1015)
* [filter-fdb] Check VLAN Presence When Filter FDB FTOS fast conversion script generates bogus vlan that does not exist. This PR uses config_db in order to verify that provided vlans exist in the switch configuration. signed-off-by: Tamer Ahmed <[email protected]> * review comments making lgtm happy Added two more test cases * Update existing test case and adding new one * adding support for filter ou based on vlan ip network
``` 6f1a0ea (HEAD, origin/master, origin/HEAD, master) [FlexCounter] Add support for ACL counters (sonic-net#953) 67b3136 [vslib] fill aclcapability.is_action_list_mandatory field (sonic-net#957) eba6a1b [ci]: use native armhf and arm64 pool (sonic-net#965) 04793b1 [az] Set diff coverage threshold to 50% (sonic-net#963) 6092d50 [syncd] Add workaround for warm boot new objects (sonic-net#960) 88b62ce Added Flex Counters support for tunnel counters (sonic-net#886) a718226 [Counters] Query Counters Stats Capabilities (sonic-net#952) ``` Signed-off-by: Stepan Blyschak <[email protected]>
6f1a0ea (HEAD, origin/master, origin/HEAD, master) [FlexCounter] Add support for ACL counters (#953) 67b3136 [vslib] fill aclcapability.is_action_list_mandatory field (#957) eba6a1b [ci]: use native armhf and arm64 pool (#965) 04793b1 [az] Set diff coverage threshold to 50% (#963) 6092d50 [syncd] Add workaround for warm boot new objects (#960) 88b62ce Added Flex Counters support for tunnel counters (#886) a718226 [Counters] Query Counters Stats Capabilities (#952)
) Signed-off-by: Stepan Blyshchak <[email protected]>
…omatically (sonic-net#21573) #### Why I did it src/sonic-swss-common ``` * e64d2b9 - (HEAD -> master, origin/master, origin/HEAD) Add new software bfd state db table in schema (sonic-net#957) (2 days ago) [Abdel Baig] ``` #### How I did it #### How to verify it #### Description for the changelog
… platforms (sonic-net#957) <!-- Please make sure you've read and understood our contributing guidelines: https://github.com/Azure/SONiC/blob/gh-pages/CONTRIBUTING.md ** Make sure all your commits include a signature generated with `git commit -s` ** If this is a bug fix, make sure your description includes "fixes #xxxx", or "closes #xxxx" or "resolves #xxxx" Please provide the following information: --> #### Why I did it To have the updated sensors.conf for SN5610N and SN5640 Mellanox platforms #### How I did it Took the last updated file from Hw mgmt package #### How to verify it Run platform test with latest file <!-- If PR needs to be backported, then the PR must be tested against the base branch and the earliest backport release branch and provide tested image version on these two branches. For example, if the PR is requested for master, 202211 and 202012, then the requester needs to provide test results on master and 202012. --> #### Which release branch to backport (provide reason below if selected) <!-- - Note we only backport fixes to a release branch, *not* features! - Please also provide a reason for the backporting below. - e.g. - [x] 202006 --> - [ ] 201811 - [ ] 201911 - [ ] 202006 - [ ] 202012 - [ ] 202106 - [ ] 202111 - [ ] 202205 - [ ] 202211 - [ ] 202305 #### Tested branch (Please provide the tested image version) <!-- - Please provide tested image version - e.g. - [x] 20201231.100 --> - [ ] <!-- image version 1 --> - [ ] <!-- image version 2 --> #### Description for the changelog <!-- Write a short (one line) summary that describes the changes in this pull request for inclusion in the changelog: --> <!-- Ensure to add label/tag for the feature raised. example - PR#2174 under sonic-utilities repo. where, Generic Config and Update feature has been labelled as GCU. --> #### Link to config_db schema for YANG module changes <!-- Provide a link to config_db schema for the table for which YANG model is defined Link should point to correct section on https://github.com/Azure/sonic-buildimage/blob/master/src/sonic-yang-models/doc/Configuration.md --> #### A picture of a cute animal (not mandatory but encouraged)
…omatically (sonic-net#21573) #### Why I did it src/sonic-swss-common ``` * e64d2b9 - (HEAD -> master, origin/master, origin/HEAD) Add new software bfd state db table in schema (sonic-net#957) (2 days ago) [Abdel Baig] ``` #### How I did it #### How to verify it #### Description for the changelog
P4 building Always fails.
https://sonic-jenkins.westus.cloudapp.azure.com/job/p4/job/buildimage-p4-all/
The text was updated successfully, but these errors were encountered: