Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cilium: IPv4 BIG TCP support #26172

Merged
merged 12 commits into from
Jun 16, 2023
10 changes: 8 additions & 2 deletions api/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2445,10 +2445,16 @@ definitions:
additionalProperties:
type: object
GSOMaxSize:
description: Maximum GSO size on workload facing devices
description: Maximum IPv6 GSO size on workload facing devices
borkmann marked this conversation as resolved.
Show resolved Hide resolved
type: integer
GROMaxSize:
description: Maximum GRO size on workload facing devices
description: Maximum IPv6 GRO size on workload facing devices
type: integer
GSOIPv4MaxSize:
description: Maximum IPv4 GSO size on workload facing devices
type: integer
GROIPv4MaxSize:
description: Maximum IPv4 GRO size on workload facing devices
type: integer
DatapathMode:
description: Datapath mode
Expand Down