Skip to content

[Ah/seq-diagram] Added Sequence Diagram For DpuNetworkCR with Disruptive Option#628

Open
alkama-hasan wants to merge 1 commit intoopenshift:mainfrom
alkama-hasan:disruptive-seq-diagram
Open

[Ah/seq-diagram] Added Sequence Diagram For DpuNetworkCR with Disruptive Option#628
alkama-hasan wants to merge 1 commit intoopenshift:mainfrom
alkama-hasan:disruptive-seq-diagram

Conversation

@alkama-hasan
Copy link
Contributor

This commit adds comprehensive sequence diagrams that illustrate the end-to-end integration of DpuNetworkCR with the Disruptive option, covering DPU network creation, update, deletion, NF provisioning, and pod creation flows

@openshift-ci openshift-ci bot requested review from bn222 and wizhaoredhat January 12, 2026 07:35
@openshift-ci
Copy link

openshift-ci bot commented Jan 12, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: alkama-hasan
Once this PR has been reviewed and has the lgtm label, please assign wizhaoredhat 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

@openshift-ci openshift-ci bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Jan 12, 2026
@openshift-ci
Copy link

openshift-ci bot commented Jan 12, 2026

Hi @alkama-hasan. Thanks for your PR.

I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

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.

@alkama-hasan alkama-hasan changed the title [Ah/seq-diagram] Added Sequence Diagram For DpuNetworkCR with DIsruptive Option [Ah/seq-diagram] Added Sequence Diagram For DpuNetworkCR with Disruptive Option Jan 13, 2026
…end-to-end integration of DpuNetworkCR with the Disruptive option, covering DPU network creation, update, deletion, NF provisioning, and pod creation flows

Signed-off-by: Alkama Hasan <alkamah@marvell.com>
@alkama-hasan alkama-hasan force-pushed the disruptive-seq-diagram branch from 0b9068c to 0f88627 Compare January 16, 2026 06:49
@wizhaoredhat
Copy link
Contributor

/ok-to-test

@openshift-ci openshift-ci bot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Feb 12, 2026
@openshift-ci
Copy link

openshift-ci bot commented Feb 12, 2026

@alkama-hasan: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/make-e2e-test-marvell 0f88627 link true /test make-e2e-test-marvell
ci/prow/make-test 0f88627 link true /test make-test
ci/prow/make-e2e-test-ptl 0f88627 link true /test make-e2e-test-ptl
ci/prow/make-e2e-test 0f88627 link true /test make-e2e-test

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.

@@ -0,0 +1,175 @@
@startuml dpunetwork_cr_creation
Copy link
Contributor

Choose a reason for hiding this comment

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

@alkama-hasan
Impression 1: Why introduce a config map resource when we could use the DpuNetwork directly in the config daemon with the device plugin. We aren't going to be save any hits to the API with using ConfigMaps.
Also why does the controller need to consume the DPUNetwork?

Copy link
Contributor

Choose a reason for hiding this comment

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

Controller would need the DPUNetwork to create the NAD, but besides that it should be ok.

@@ -0,0 +1,175 @@
@startuml dpunetwork_cr_creation

Copy link
Contributor

Choose a reason for hiding this comment

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

Impression 2: Communication with the DPU's dpu daemon in my point of view should always be with gRPC regardless of 2 vs 1 cluster design.

The current design where the DPU dpu-daemon watching the config map assumes a 1 cluster design.

@@ -0,0 +1,116 @@
@startuml dpunetwork_cr_deletion
Copy link
Contributor

Choose a reason for hiding this comment

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

Similar to the create and the questions surrounding the config map usage.

@@ -0,0 +1,165 @@
@startuml pod_creation_regular
Copy link
Contributor

Choose a reason for hiding this comment

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

What is PodNetworkFunctionInfo? Is this a data structure inside the VSP? Who populates the data and where is it derived/created from?

Copy link
Contributor

Choose a reason for hiding this comment

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

I think ideally we want to create a new resource towards the kubernetes API on what NF is created (like a status we can query). If the VSP crashes we lose everything and the state is not recoverable I think with this design. (because we don't know which RPM/SDP interfaces goes where).

This is my current understanding but I am not 100% sure.

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

Labels

ok-to-test Indicates a non-member PR verified by an org member that is safe to test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants