Skip to content

CNF-23565: Dedicate CPU resources for DPDK-based vSwitch/vRouter#2001

Open
Tal-or wants to merge 2 commits into
openshift:masterfrom
Tal-or:dedicate_cpus_for_dpdk_vswitch
Open

CNF-23565: Dedicate CPU resources for DPDK-based vSwitch/vRouter#2001
Tal-or wants to merge 2 commits into
openshift:masterfrom
Tal-or:dedicate_cpus_for_dpdk_vswitch

Conversation

@Tal-or
Copy link
Copy Markdown
Contributor

@Tal-or Tal-or commented May 7, 2026

Adds enhancement proposal for dedicating CPUs exclusively for infrastructure networking workloads (OVS-DPDK, OpenPErouter). Introduces two new PerformanceProfile API fields: spec.cpu.dedicated and spec.net.disableOvsDynamicPinning.

Tracking: CNF-22582, RFE-8921

AIA Human-AI blend, New content, Human-initiated, Reviewed, Claude Opus 4.6 v1.0
Signed-off-by: Talor Itzhak titzhak@redhat.com

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label May 7, 2026
@openshift-ci-robot
Copy link
Copy Markdown

openshift-ci-robot commented May 7, 2026

@Tal-or: This pull request references CNF-23565 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "5.0.0" version, but no target version was set.

Details

In response to this:

Adds enhancement proposal for dedicating CPUs exclusively for infrastructure networking workloads (OVS-DPDK, OpenPErouter). Introduces two new PerformanceProfile API fields: spec.cpu.dedicated and spec.net.disableOvsDynamicPinning.

Tracking: CNF-22582, RFE-8921

AIA Human-AI blend, New content, Human-initiated, Reviewed, Claude Opus 4.6 v1.0
Signed-off-by: Talor Itzhak titzhak@redhat.com

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci openshift-ci Bot requested review from Miciah and jmguzik May 7, 2026 11:39
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 7, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign lmzuccarelli for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@Tal-or
Copy link
Copy Markdown
Contributor Author

Tal-or commented May 7, 2026

@Tal-or
Copy link
Copy Markdown
Contributor Author

Tal-or commented May 7, 2026

@JM1

…Router

Adds enhancement proposal for dedicating CPUs exclusively for infrastructure
networking workloads (OVS-DPDK, OpenPErouter). Introduces two new PerformanceProfile
API fields: spec.cpu.dedicated and spec.net.disableOvsDynamicPinning.

Tracking: CNF-22582, RFE-8921

AIA Human-AI blend, New content, Human-initiated, Reviewed, Claude Opus 4.6 v1.0

Signed-off-by: Talor Itzhak <titzhak@redhat.com>
@Tal-or Tal-or force-pushed the dedicate_cpus_for_dpdk_vswitch branch from 192566c to c941e7f Compare May 7, 2026 13:07
Comment thread enhancements/node-tuning/dedicated-cpus-for-dpdk-vswitch.md Outdated
Comment thread enhancements/node-tuning/dedicated-cpus-for-dpdk-vswitch.md Outdated
Copy link
Copy Markdown
Contributor

@jmencak jmencak left a comment

Choose a reason for hiding this comment

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

Looks good to me overall. Have a couple of questions to improve my understanding of the problem and found a few nits.

Comment thread enhancements/node-tuning/dedicated-cpus-for-dpdk-vswitch.md Outdated
Comment thread enhancements/node-tuning/dedicated-cpus-for-dpdk-vswitch.md Outdated
Comment thread enhancements/node-tuning/dedicated-cpus-for-dpdk-vswitch.md Outdated
Comment thread enhancements/node-tuning/dedicated-cpus-for-dpdk-vswitch.md
Comment thread enhancements/node-tuning/dedicated-cpus-for-dpdk-vswitch.md

### Non-Goals

- Managing the lifecycle of OVS-DPDK processes themselves (PMD thread creation, DPDK EAL
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I understand this is a non-goal, however, I'd like to understand how the OVS-DPDK processes run in OpenShift. So, they're not managed by kubelet at all? Do they run as regular userspace processes outside of OpenShift control?

Copy link
Copy Markdown
Contributor Author

@Tal-or Tal-or May 19, 2026

Choose a reason for hiding this comment

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

So, they're not managed by kubelet at all?

They are not.

Do they run as regular userspace processes outside of OpenShift control?

AFAIU, yes.

The user will by pass the kernel networking stack and all infra-communication will be done through the DPDK talking directly to the NICs

I believe @MarSik can add more details and clarity about that

@Tal-or Tal-or force-pushed the dedicate_cpus_for_dpdk_vswitch branch 5 times, most recently from 9342e11 to 60e437d Compare May 19, 2026 17:08
Add on different commit for clarity.
Will squash once it'll be ready to merge.

Signed-off-by: Talor Itzhak <titzhak@redhat.com>
@Tal-or Tal-or force-pushed the dedicate_cpus_for_dpdk_vswitch branch from 60e437d to b632c5c Compare May 20, 2026 09:44
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 20, 2026

@Tal-or: all tests passed!

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

jira/valid-reference Indicates that this PR references a valid Jira ticket of any type.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants