Skip to content

Commit

Permalink
chore(storage): auto-generated protos
Browse files Browse the repository at this point in the history
Signed-off-by: Artsiom Koltun <artsiom.koltun@intel.com>
  • Loading branch information
artek-koltun committed Oct 4, 2023
1 parent 8275f4c commit 23d319f
Show file tree
Hide file tree
Showing 10 changed files with 2,074 additions and 1,801 deletions.
10 changes: 4 additions & 6 deletions storage/v1alpha1/autogen.md
Original file line number Diff line number Diff line change
Expand Up @@ -668,11 +668,9 @@ Represents Fabrics transport path parameters

| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| trsvcid | [int64](#int64) | | Destination service id (e.g. Port) |
| dst | [FabricsEndpoint](#opi_api-storage-v1-FabricsEndpoint) | | Destination fabrics endpoint |
| subnqn | [string](#string) | | Subsystem NQN |
| adrfam | [NvmeAddressFamily](#opi_api-storage-v1-NvmeAddressFamily) | | Address family |
| source_traddr | [string](#string) | | Source address (e.g. IP of local NIC) |
| source_trsvcid | [int64](#int64) | | Source port (e.g. Port of local NIC) |
| src | [FabricsEndpoint](#opi_api-storage-v1-FabricsEndpoint) | | Source fabrics endpoint |
| hostnqn | [string](#string) | | Host NQN |


Expand Down Expand Up @@ -835,8 +833,8 @@ Represents a specific path to target controller
| name | [string](#string) | | name is an opaque object handle that is not user settable. name will be returned with created object user can only set {resource}_id on the Create request object |
| controller_name_ref | [string](#string) | | Nvme Remote Controller this path corresponds to |
| trtype | [NvmeTransportType](#opi_api-storage-v1-NvmeTransportType) | | Transport type |
| traddr | [string](#string) | | Destination address (e.g. IP address, BDF for local PCIe) |
| fabrics | [FabricsPath](#opi_api-storage-v1-FabricsPath) | | Not applicable for local PCIe. Required for Nvme over fabrics transport types |
| pcie | [string](#string) | | Required for pcie transport type. Shall contain BDF |
| fabrics | [FabricsPath](#opi_api-storage-v1-FabricsPath) | | Required for Nvme over fabrics transport types |



Expand Down
743 changes: 371 additions & 372 deletions storage/v1alpha1/gen/cpp/backend_nvme_tcp.pb.cc

Large diffs are not rendered by default.

Loading

0 comments on commit 23d319f

Please sign in to comment.