-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add CBP(),DBP() to Marvell VSP #233
Conversation
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 Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
/ok-to-test |
/test make-e2e-test |
internal/daemon/vendor-specific-plugins/marvell/00.daemonset.yaml
Outdated
Show resolved
Hide resolved
internal/daemon/vendor-specific-plugins/marvell/ovs-dp/ovsdp.go
Outdated
Show resolved
Hide resolved
6009493
to
dd66bac
Compare
1467616
to
6b5a2a2
Compare
6b5a2a2
to
b7b391c
Compare
b7b391c
to
8ff4d0c
Compare
c1e7e0b
to
8d59225
Compare
This Commits adds CreateBridgePort() and DeleteBridgePort() API Support in Marvell VSP Additionally, it integrates the OVS with netdev or DPDK data plane and debug data plane functionality Signed-off-by: Alkama Hasan <[email protected]>
8d59225
to
9700499
Compare
@alkama-hasan: all tests passed! Full PR test history. Your PR dashboard. 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. |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alkama-hasan, SalDaniele The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
[ART PR BUILD NOTIFIER] Distgit: dpu-operator |
[ART PR BUILD NOTIFIER] Distgit: dpu-daemon |
[ART PR BUILD NOTIFIER] Distgit: dpu-cni |
This Commits adds CreateBridgePort() and DeleteBridgePort() API Support
for Marvell VSP Additionally, it integrates the OVS with netdev or DPDK data plane
and debug data plane functionality for better debugging within Marvell VSP