Add SRIOV and QAT device plugin deploy components
[icn.git] / deploy / kud-plugin-addons / device-plugins / sriov / README.md
1 # Precondition: iavf.ko is pre-compiled and put in the same folder with install_iavf_driver.sh`
2 # Intel Network Adapter Virtual Function Driver for Intel Ethernet Controller 700 series
3 # https://downloadcenter.intel.com/download/24693/Intel-Network-Adapter-Virtual-Function-Driver-for-Intel-Ethernet-Controller-700-Series?product=82947
4
5 # install sriov nic driver
6 cd driver
7 ./install_iavf_driver.sh $ifname
8
9 # install SRIOV device plugin
10 cd yaml
11 cat sriov-cni.yaml | kubectl apply -f -
12 cat sriovdp-daemonset.yaml | kubectl apply -f -
13
14 # test
15 cd test
16 cat sriov-nad.yaml | kubectl apply -f -
17 cat sriov-eno2-pod.yaml | kubectl apply -f -
18