Skip to content

Commit eedeb76

Browse files
avijenkinsmkhachane
authored andcommitted
Updated assets for go models and clients
Signed-off-by: avijenkins <svc.avi-jenkins@broadcom.com>
1 parent 7206b4f commit eedeb76

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go/models/pre_checks_params.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ package models
88
// swagger:model PreChecksParams
99
type PreChecksParams struct {
1010

11-
// Maximum wait time for configuration export to complete. Allowed values are 600-5400. Field introduced in 31.1.1. Unit is SEC. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.
12-
ExportConfigTimeout *uint32 `json:"export_config_timeout,omitempty"`
11+
// Base timeout value for all upgrade pre-checks operations. The timeout value for applicable checks is a multiple of checks_base_timeout. For example, config export timeout = [multiplier] * checks_base_timeout. (The multiplier varies by operation.). Field introduced in 32.1.1. Unit is SEC. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.
12+
ChecksBaseTimeout *uint32 `json:"checks_base_timeout,omitempty"`
1313

1414
// Maximum number of alerts allowed for configuration export. Allowed values are 200-500. Field introduced in 31.1.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.
1515
MaxAlerts *uint32 `json:"max_alerts,omitempty"`

go/models/service_engine_group.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ type ServiceEngineGroup struct {
655655
// Determines if SE-SE IPC messages are encapsulated in an IP header 0 Automatically determine based on hypervisor type 1 Use IP encap unconditionally ~[0,1] Don't use IP encapRequires SE Reboot. Field introduced in 20.1.3. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.
656656
SeIPEncapIpc *uint32 `json:"se_ip_encap_ipc,omitempty"`
657657

658-
// This knob enables kernel RSS. When enabled flowtable entry is added to every disp cpu. Should be used under supervision. Requires SE reboot. . Field introduced in 31.2.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.
658+
// Allows runtime updates and planting of FT entries across all dispacther cpu. Any changes does not impact existing flows. Should be used under supervision. Field introduced in 31.2.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.
659659
SeKernelRss *bool `json:"se_kernel_rss,omitempty"`
660660

661661
// This knob controls the resource availability and burst size used between SE datapath and KNI. This helps in minimising packet drops when there is higher KNI traffic (non-VIP traffic from and to Linux). The factor takes the following values 0-default. 1-doubles the burst size and KNI resources. 2-quadruples the burst size and KNI resources. 3-Increases the burst size and KNI resources by a factor of eight. Allowed values are 0-3. Field introduced in 18.2.6. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

0 commit comments

Comments
 (0)