mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
openapi: add missing NetConfig offload parameters
Signed-off-by: Alyssa Ross <hi@alyssa.is>
This commit is contained in:
@@ -966,6 +966,15 @@ components:
|
||||
format: int16
|
||||
rate_limiter_config:
|
||||
$ref: "#/components/schemas/RateLimiterConfig"
|
||||
offload_tso:
|
||||
type: boolean
|
||||
default: true
|
||||
offload_ufo:
|
||||
type: boolean
|
||||
default: true
|
||||
offload_csum:
|
||||
type: boolean
|
||||
default: true
|
||||
|
||||
RngConfig:
|
||||
required:
|
||||
|
||||
Reference in New Issue
Block a user