-
Notifications
You must be signed in to change notification settings - Fork 48
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
Restructure (split gRPC and server code, better naming, Makefile) #31
Conversation
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.
Thanks Sandy for taking the time to split the PR.
I only have one minor item otherwise LGTM.
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.
Thanks for the changes Sandy. Just some minor things otherwise LGTM.
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
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
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.
Otherwise LGTM!
This commit reorganizes and renames files. It also adds a Makefile to simplify protobuf compilation and use of other basic commands like starting the server. Signed-off-by: Sandy Kaur <[email protected]>
This commit splits gRPC API away from server code that handles SPDK startup and monitoring. Signed-off-by: Sandy Kaur <[email protected]>
Signed-off-by: Sandy Kaur <[email protected]>
Signed-off-by: Sandy Kaur <[email protected]>
Signed-off-by: Sandy Kaur <[email protected]>
These commits reorganize existing code but do not attempt to add any functionality.
@idryomov