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

Support mtu_request for OVS #828

Merged
merged 1 commit into from
Jan 13, 2025
Merged

Conversation

rollandf
Copy link
Contributor

@rollandf rollandf commented Jan 8, 2025

For using non-default MTU, OVS supports "mtu_request" field when adding a port to the bridge.

eg:
https://docs.openvswitch.org/en/latest/topics/dpdk/jumbo-frames/

For using non-default MTU, OVS supports
"mtu_request" field when adding a port to
the bridge.

eg:
https://docs.openvswitch.org/en/latest/topics/dpdk/jumbo-frames/

Signed-off-by: Fred Rolland <[email protected]>
Copy link

github-actions bot commented Jan 8, 2025

Thanks for your PR,
To run vendors CIs, Maintainers can use one of:

  • /test-all: To run all tests for all vendors.
  • /test-e2e-all: To run all E2E tests for all vendors.
  • /test-e2e-nvidia-all: To run all E2E tests for NVIDIA vendor.

To skip the vendors CIs, Maintainers can use one of:

  • /skip-all: To skip all tests for all vendors.
  • /skip-e2e-all: To skip all E2E tests for all vendors.
  • /skip-e2e-nvidia-all: To skip all E2E tests for NVIDIA vendor.
    Best regards.

@rollandf
Copy link
Contributor Author

rollandf commented Jan 8, 2025

@ykulazhenkov PTAL

@coveralls
Copy link

Pull Request Test Coverage Report for Build 12670776895

Details

  • 8 of 15 (53.33%) changed or added relevant lines in 3 files are covered.
  • 5 unchanged lines in 3 files lost coverage.
  • Overall coverage decreased (-0.007%) to 47.399%

Changes Missing Coverage Covered Lines Changed/Added Lines %
api/v1/helper.go 2 4 50.0%
api/v1/zz_generated.deepcopy.go 0 5 0.0%
Files with Coverage Reduction New Missed Lines %
api/v1/helper.go 1 75.83%
controllers/helper.go 1 69.66%
controllers/drain_controller.go 3 78.57%
Totals Coverage Status
Change from base Build 12586487060: -0.007%
Covered Lines: 7262
Relevant Lines: 15321

💛 - Coveralls

Copy link
Collaborator

@ykulazhenkov ykulazhenkov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rollandf
Copy link
Contributor Author

@SchSeba @zeeke PTAL when you have time

Copy link
Member

@zeeke zeeke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zeeke zeeke merged commit 0860d53 into k8snetworkplumbingwg:master Jan 13, 2025
14 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants