-
Notifications
You must be signed in to change notification settings - Fork 6
Remove OVS dependency for krnlmon #5
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
Conversation
|
@ffoulkes please review |
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. I've suggested a couple of possible improvements.
Also (FYI), "copyright" is one word.
This patch does following: - Replace vlog with zlog for krnlmon logging and all other utils used from OVS library. - Fix the copyright notices Title: Remove OVS dependency for krnlmon Signed-off-by: nupuruttarwar <nupur.uttarwar@intel.com>
Thanks for the review Derek. I have made the requested improvements. Will take care of zlog-cfg custom location and add ability to modify at runtime as separate PR. |
namratalimaye
left a comment
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.
Looks good
Modified install(FILES) to use `${CMAKE_INSTALL_INCLUDEDIR}`
instead of `${CMAKE_INSTALL_PREFIX}/include`, so the files
are copied to the staging directory when CMAKE_STAGING_PREFIX
is specified.
Signed-off-by: Derek G Foster <derek.foster@intel.com>
This patch does following:
all other utils used from OVS library.
Title: Remove OVS dependency for krnlmon
Signed-off-by: nupuruttarwar nupur.uttarwar@intel.com