Update install script huge page setup#84
Conversation
CI MessageYour results will arrive shortly |
CI MessageRun successful see results: Linter Failedexamples/aes_decrypt/aes.c:523: If an else has a brace on one side, it should have it on both [readability/braces] [5] |
|
@rskennedy Going to test this in addition to @dennisafa |
| remove_mnt_huge() | ||
| { | ||
| echo "Unmounting /mnt/huge and removing directory" | ||
| grep -s '/mnt/huge' /proc/mountsi > /dev/null |
There was a problem hiding this comment.
Is this a typo? not sure that mountsi is a file
There was a problem hiding this comment.
yeah thats definitely not a file, good catch it should just be
grep -s '/mnt/huge' /proc/mounts > /dev/null
|
@onvm encryption test |
|
@onvm again |
|
@onvm more |
|
@onvm good to go? |
CI MessageYour results will arrive shortly |
CI MessageRun successful see results: Linter Failedexamples/aes_decrypt/aes.c:523: If an else has a brace on one side, it should have it on both [readability/braces] [5] |
Uses the same functions that dpdk uses to set up huge pages, with minor adjustments to onvm.
Summary:
install.shandsetup_environment.shscripts.setup_environment.shequivalent to using thedpdk-setup.shscript.node0(this could actually resolve some hugepage bugs)install.shUsage:
Install onvm, use the setup_script.
Merging notes:
TODO before merging :
Test Plan:
Run both, be sure it doesn't break. Check if it actually resolves #83.
Review:
Assigned to @rskennedy