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

Fix the sfputil treats page number as decimal instead of hexadecimal #2

Closed
wants to merge 1 commit into from

Conversation

yuazhe
Copy link
Owner

@yuazhe yuazhe commented Feb 1, 2024

What I did

sonic-net#3009 breaks the number base rule, treats the page number CLI input as decimal rather than hex, this is used to fix it.

it also contains redundancy function definition, so remove it.

How I did it

add the number conversion

How to verify it

unit test and manually test

Previous command output (if the output of a command-line utility has changed)

New command output (if the output of a command-line utility has changed)

@yuazhe yuazhe force-pushed the fix_base branch 4 times, most recently from 0ebc97e to 3866866 Compare February 1, 2024 13:06
sonic-net#3009 breaks the number
base rule, treats the page number CLI input as decimal rather than hex,
this is used to fix it.

it also containes a redundancy function definition, so remove it.

Signed-off-by: Yuanzhe, Liu <[email protected]>
@yuazhe yuazhe closed this Feb 2, 2024
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