cncf / cnf-testbed

ARCHIVED: 🧪🛏️Cloud-native Network Function (CNF) Testbed --> See LFN Cloud Native Telecom Initiative https://wiki.lfnetworking.org/pages/viewpage.action?pageId=113213592
https://wiki.lfnetworking.org/pages/viewpage.action?pageId=113213592
Apache License 2.0
164 stars 51 forks source link

[#286] Add SRIOV Network Device Plugin (Infra + use-case) #288

Closed michaelspedersen closed 5 years ago

michaelspedersen commented 5 years ago

Adds the following: workload_infra deployment, that will manage two ports on an n2.xlarge machine provisioned with Kubernetes and a host vSwitch (see README for steps to stop this prior to running the example). The example has not been tested on m2.xlarge (Mellanox NIC).

use_case example that created a POD with 1 assigned interface. The interface is added to VPP, but no additional configuration is provided. The POD is running in privileged mode due to limitations with VPP and the DPDK plugin used to manage the attached interface using the vfio-pci driver. More info on this can be seen in the provided README file.

https://github.com/cncf/cnf-testbed/issues/289

michaelspedersen commented 5 years ago

Thanks @matrohon - Typos should be corrected now.