-
Notifications
You must be signed in to change notification settings - Fork 35
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 SR-IOV kernel examples #58
Add SR-IOV kernel examples #58
Conversation
Signed-off-by: Vladimir Popov <vladimir.popov@xored.com>
apps/sriov-kernel-nse/nse.yaml
Outdated
@@ -0,0 +1,56 @@ | |||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's just reuse kernel-nse application and use kustomize feature patchesStrategicMerge
. Take a look at LocalUsecase or RemoteUsecase
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, removed both sriov-kernel-nsc
, sriov-kernel-nse
.
Signed-off-by: Vladimir Popov <vladimir.popov@xored.com>
…cmd-forwarder-vpp@master networkservicemesh/cmd-forwarder-vpp# networkservicemesh/cmd-forwarder-vpp PR link: https://github.com/networkservicemesh/cmd-forwarder-vpp/pull/ networkservicemesh/cmd-forwarder-vpp commit message: commit 81aee7a518763c4955ad215fda2a34e8649b06f6 Author: Denis Tingaikin <49399980+denis-tingaikin@users.noreply.github.com> Date: Tue Feb 9 22:14:01 2021 +0700 Merge pull request #58 from glazychev-art/log Update to latest sdk version Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
…d-forwarder-ovs@main PR link: https://github.com/networkservicemesh/cmd-forwarder-ovs/pull/ Commit: cefc1a4 Author: Ed Warnicke Date: 2021-11-12 07:24:13 -0600 Message: - Merge pull request #58 from Nordix/p2mp-fix Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
…d-cluster-info-k8s@main PR link: networkservicemesh/cmd-cluster-info-k8s#58 Commit: 8a54e11 Author: Denis Tingaikin Date: 2023-02-21 16:45:04 +0300 Message: - Merge pull request #58 from wazsone/bug/fix-linter Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
…d-dashboard-backend@main PR link: networkservicemesh/cmd-dashboard-backend#58 Commit: 4b3ffb3 Author: Network Service Mesh Bot Date: 2024-10-16 06:16:26 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#58) PR link: networkservicemesh/sdk#1679 Commit: 3801206 Author: Vladislav Byrgazov Date: 2024-10-16 16:13:26 +0500 Message: - Updated strict IPAM and added dualstack IP pool (#1679) * add fix for ipam * another fix * add a unit test for ipam issue * add fix for ipam * another fix * add ip context validation * properly delete addresses * rework ip context validation * temporarily skip failing tests * fix CI issues * fix all tests * fix unit tests * fix go linter issues * cleanup * add ipv6 unit test * cleanup * fix go linter issues * Replaced strict ipam by filteripam implementation * Added dualstack ippool, updated tests * Fixed dualstack ippool * Fix linter errors * Fixed ippool test input data format --------- Signed-off-by: NikitaSkrynnik <nikita.skrynnik@xored.com> Signed-off-by: Vladislav Byrgazov <vladislav.byrgazov@xored.com> Signed-off-by: NSMBot <nsmbot@networkservicmesh.io> Co-authored-by: NSMBot <nsmbot@networkservicmesh.io> Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
Adds SR-IOV kernel examples