fix(ansible): Compatibility matrix 64/34964/2
authorPeter Mikus <pmikus@cisco.com>
Wed, 19 Jan 2022 11:09:56 +0000 (12:09 +0100)
committerPeter Mikus <pmikus@cisco.com>
Wed, 19 Jan 2022 12:01:16 +0000 (12:01 +0000)
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Change-Id: I298625dc75cdc6ffc168484e19ca30f02c2f46a0

fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.50.yaml
fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.51.yaml
fdio.infra.ansible/roles/intel/defaults/main.yaml
fdio.infra.ansible/roles/vpp_device/tasks/main.yaml

index f4c08c8..9931bb7 100644 (file)
@@ -6,6 +6,7 @@ grub:
   hugepagesz: "2M"
   hugepages: 32768
   iommu: "on"
+  vfio.enable_unsafe_noiommu_mode: 1
 inventory_ipmi_hostname: "10.30.50.47"
 cpu_microarchitecture: "skylake"
 
index 53bd68b..bbeddca 100644 (file)
@@ -6,6 +6,7 @@ grub:
   hugepagesz: "2M"
   hugepages: 32768
   iommu: "on"
+  vfio.enable_unsafe_noiommu_mode: 1
 inventory_ipmi_hostname: "10.30.50.48"
 cpu_microarchitecture: "skylake"
 
index 63c68a4..9730e7f 100644 (file)
@@ -52,7 +52,7 @@ intel_800_compatibility_matrix:
     nvm: "3.00"
   dpdk21.11:
     # https://doc.dpdk.org/guides/rel_notes/release_21_11.html
-    ice: "1.6.7" # 1.7.11 - but not public available
+    ice: "1.7.16" # 1.7.11 - but not public available
     ddp: "1.3.30.0" # 1.3.31.0 - but not public available
     iavf: "4.2.7"
     nvm: "3.10"
@@ -65,7 +65,7 @@ intel_i40e_url:
 intel_ice_url:
   "1.4.11": "ice%20stable/1.4.11/ice-1.4.11.tar.gz/download"
   "1.6.4": "ice%20stable/1.6.4/ice-1.6.4.tar.gz/download"
-  "1.6.7": "ice%20stable/1.6.7/ice-1.6.7.tar.gz/download"
+  "1.7.16": "ice%20stable/1.7.16/ice-1.7.16.tar.gz/download"
 
 intel_iavf_url:
   "4.1.1": "iavf%20stable/4.1.1/iavf-4.1.1.tar.gz/download"
index 280b8bf..418217a 100644 (file)
@@ -1,7 +1,7 @@
 ---
 # file: roles/vpp_device/tasks/main.yaml
 
-- name: VPP_device - Load Kernel Modules By Default
+- name: Load Kernel Modules By Default
   lineinfile:
     path: "/etc/modules"
     state: "present"