-
Notifications
You must be signed in to change notification settings - Fork 41
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
feat(storage): frontend traget case API #375
feat(storage): frontend traget case API #375
Conversation
Signed-off-by: Artsiom Koltun <artsiom.koltun@intel.com>
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
looking forward for BackEnd change following this one to use all the common objects now
9199a43
to
6869961
Compare
Signed-off-by: Artsiom Koltun <artsiom.koltun@intel.com>
Signed-off-by: Artsiom Koltun <artsiom.koltun@intel.com>
@sanders-mark please hold this merge until Monday @artek-koltun will merge himself when ready |
@@ -43,6 +43,18 @@ message PciEndpoint { | |||
google.protobuf.Int32Value virtual_function = 3 [(google.api.field_behavior) = REQUIRED]; | |||
} | |||
|
|||
// Represents Fabrics Endpoint | |||
message FabricsEndpoint { |
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.
nvme: consider combining FabricsEndpoint
and FabricsPath
since we want to extend this message with more fields anyways
No description provided.