-
Notifications
You must be signed in to change notification settings - Fork 136
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
Set virt addr #197
Set virt addr #197
Conversation
CI MessageYour results will arrive shortly |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In response to PR creation
CI Message
Run successful see results:
✔️ PR submitted to develop branch
✔️ Linter passed
I was wondering where this went lol, good work 👍 |
onvm/go.sh
Outdated
# If base virtual address has not been set by the user, set to default. | ||
if [[ -z $virt_addr ]] | ||
then | ||
echo "Base virtual address set to default" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nit] might as well print what the default virt addr is, nobody really reads the usage. Looks good tho
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good work! resolve nicks comment and should be fine to merge
Print default address that has been set to user.
20ddb67
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good, let's run with @onvm
Well I guess @onvm doesn't run on reviews |
CI MessageYour results will arrive shortly |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well I guess @onvm doesn't run on reviews
CI Message
Run successful see results:
✔️ PR submitted to develop branch
✔️ Pktgen performance check passed
✔️ Speed Test performance check passed
✔️ Linter passed
[Results from nimbnode23]
-
Median TX pps for Pktgen: 7710544
Performance rating - 100.14% (compared to 7700000 average) -
Median TX pps for Speed Tester: 41769838
Performance rating - 99.45% (compared to 42000000 average)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looking good to me. good work!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm, take it away @dennisafa
Default base virtual address set. Readme Updated
Resolves issue 186 and 100. Added documentation to reflect default address set.
TODO before merging :
Test Plan:
Address can be updated by user. Tested with different size huge pages.
Review:
Readme Documentation
@dennisafa