This PR changes two files, main.c in onvm_mgr and onvm_nflib.c in onvm_nflib. All printf statements that had core information in them were added to include the socket information as well. It also adds the information to the CVS files that output at the end of execution.
Usage:
There is nothing that needs to be done to have this work other than make clean && make in onvm and examples.
This PR includes
Resolves issues
Breaking API changes
Internal API changes
Usability improvements
x
Bug fixes
New functionality
New NF/onvm_mgr args
Changes to starting NFs
Dependency updates
Web stats updates
Merging notes:
Dependencies: None
TODO before merging :
[x] PR is ready for review
Test Plan:
Tested by running the manager and various NFs to make sure the socket information was output correctly.
Summary:
This PR changes two files,
main.c
inonvm_mgr
andonvm_nflib.c
inonvm_nflib
. Allprintf
statements that had core information in them were added to include the socket information as well. It also adds the information to the CVS files that output at the end of execution. Usage: There is nothing that needs to be done to have this work other thanmake clean && make
inonvm
andexamples
.Merging notes:
TODO before merging :
Test Plan:
Tested by running the manager and various NFs to make sure the socket information was output correctly.
Review:
@twood02 @dennisafa