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

ARM32 bit fixes, for 64bit printf format specifier #989

Merged
merged 4 commits into from
Jul 25, 2019

Conversation

antony-rheneus
Copy link
Contributor

Signed-off-by: Antony Rheneus [email protected]

What I did

Why I did it

How I verified it

Details if related

@antony-rheneus
Copy link
Contributor Author

antony-rheneus commented Jul 24, 2019

Need help in restarting the vs build, as it went into build failure as below.

org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
WorkflowScript: 26: Unknown stage section "lock". Starting with version 0.5, steps in a stage must be in a ‘steps’ block. @ line 26, column 9.
           stage('Test') {
           ^

WorkflowScript: 26: Expected one of "steps", "stages", or "parallel" for stage "Test" @ line 26, column 9.
           stage('Test') {
           ^

@stcheng
Copy link
Contributor

stcheng commented Jul 24, 2019

retest this please

3 similar comments
@stcheng
Copy link
Contributor

stcheng commented Jul 24, 2019

retest this please

@stcheng
Copy link
Contributor

stcheng commented Jul 24, 2019

retest this please

@lguohan
Copy link
Contributor

lguohan commented Jul 25, 2019

retest this please

@lguohan lguohan merged commit dde876d into sonic-net:master Jul 25, 2019
tonytitus pushed a commit to tonytitus/sonic-swss that referenced this pull request Jul 31, 2019
* ARM32 bit fixes, for 64bit printf format specifier

Signed-off-by: Antony Rheneus <[email protected]>
if (portCount != keys.size() - 2)
{
// Invalid port table
SWSS_LOG_ERROR("Invalid port table: portCount, expecting %lu, got %lu",
Copy link
Contributor

Choose a reason for hiding this comment

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

%lu, got %lu" [](start = 65, length = 13)

The original format strings are correct. Please change back.

EdenGri pushed a commit to EdenGri/sonic-swss that referenced this pull request Feb 28, 2022
- What I did
Add support for QSFP-DD cables on 'sfpshow' script
Adapt sfp_test to new eeprom output.

- How I did it
Added a new label "application_advertisement" to print from DB.
Exclude "specification compliance" print from QSFP-DD cables.

Signed-off-by: Shlomi Bitton <[email protected]>
oleksandrivantsiv pushed a commit to oleksandrivantsiv/sonic-swss that referenced this pull request Mar 1, 2023
…-net#989)

What/Why I did:
Added Support for enum query capability of Nexthop Group Type.
This is needed for DVS testing of Ordered ECMP Feature.
Design Doc: sonic-net/SONiC#896
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants