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

Load gen segmentation fault fix #173

Merged
merged 8 commits into from
Dec 21, 2019
Merged
1 change: 1 addition & 0 deletions examples/load_generator/load_generator.c
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ main(int argc, char *argv[]) {
rte_exit(EXIT_FAILURE, "Invalid command-line arguments\n");
}

nf_setup(nf_local_ctx);
onvm_nflib_run(nf_local_ctx);

free(ehdr);
Expand Down