diff options
Diffstat (limited to 'fdio.infra.ansible/roles/vpp_device')
-rw-r--r-- | fdio.infra.ansible/roles/vpp_device/files/csit-initialize-vfs-spr.sh | 2 | ||||
-rw-r--r-- | fdio.infra.ansible/roles/vpp_device/tasks/thunderx2.yaml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/fdio.infra.ansible/roles/vpp_device/files/csit-initialize-vfs-spr.sh b/fdio.infra.ansible/roles/vpp_device/files/csit-initialize-vfs-spr.sh index 7be48380e7..524807842f 100644 --- a/fdio.infra.ansible/roles/vpp_device/files/csit-initialize-vfs-spr.sh +++ b/fdio.infra.ansible/roles/vpp_device/files/csit-initialize-vfs-spr.sh @@ -23,4 +23,6 @@ PCI_WHITELIST+=($(lspci -Dmmd ':1592:0200' | cut -f1 -d' ')) declare -A PF_INDICES # Intel NICs PF_INDICES["0000:2a:00.0"]=0 +PF_INDICES["0000:2c:00.0"]=1 PF_INDICES["0000:3d:00.0"]=0 +PF_INDICES["0000:3f:00.0"]=1 diff --git a/fdio.infra.ansible/roles/vpp_device/tasks/thunderx2.yaml b/fdio.infra.ansible/roles/vpp_device/tasks/thunderx2.yaml index 438095fc00..618a65ad7f 100644 --- a/fdio.infra.ansible/roles/vpp_device/tasks/thunderx2.yaml +++ b/fdio.infra.ansible/roles/vpp_device/tasks/thunderx2.yaml @@ -1,5 +1,5 @@ --- -# file: roles/vpp_device/tasks/thunderx2.yaml +# file: tasks/thunderx2.yaml - name: Load Kernel Modules On Startup (vfio-pci) ansible.builtin.lineinfile: |