summaryrefslogtreecommitdiff
path: root/vendor/github.com/Microsoft/hcsshim/internal/schema2/iov_settings.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/Microsoft/hcsshim/internal/schema2/iov_settings.go')
-rw-r--r--vendor/github.com/Microsoft/hcsshim/internal/schema2/iov_settings.go22
1 files changed, 0 insertions, 22 deletions
diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/iov_settings.go b/vendor/github.com/Microsoft/hcsshim/internal/schema2/iov_settings.go
deleted file mode 100644
index 2a55cc37c..000000000
--- a/vendor/github.com/Microsoft/hcsshim/internal/schema2/iov_settings.go
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * HCS API
- *
- * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
- *
- * API version: 2.4
- * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
- */
-
-package hcsschema
-
-type IovSettings struct {
- // The weight assigned to this port for I/O virtualization (IOV) offloading.
- // Setting this to 0 disables IOV offloading.
- OffloadWeight *uint32 `json:"OffloadWeight,omitempty"`
-
- // The number of queue pairs requested for this port for I/O virtualization (IOV) offloading.
- QueuePairsRequested *uint32 `json:"QueuePairsRequested,omitempty"`
-
- // The interrupt moderation mode for I/O virtualization (IOV) offloading.
- InterruptModeration *InterruptModerationName `json:"InterruptModeration,omitempty"`
-}