Skip to content

Commit

Permalink
vpp-manager: fix enable GSO by default
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Skrzypczak <[email protected]>
  • Loading branch information
sknat committed Dec 15, 2022
1 parent 0ca696c commit fde65b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/startup/startup.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ func parseEnvVariables(params *config.VppManagerParams) (err error) {
return errors.Errorf("Invalid %s configuration: failed to parse '%s' as JSON: %s", CalicoVppDebugEnvVar, conf, err)
}
}
params.EnableGSO = true
if calicoVppDebug.GSOEnabled != nil {
params.EnableGSO = *calicoVppDebug.GSOEnabled
}
Expand Down

0 comments on commit fde65b2

Please sign in to comment.