fix(infra): arm tg dpdk version 29/38829/2
authorJuraj Linkeš <juraj.linkes@pantheon.tech>
Mon, 15 May 2023 13:10:37 +0000 (15:10 +0200)
committerPeter Mikus <peter.mikus@protonmail.ch>
Tue, 23 May 2023 13:14:39 +0000 (13:14 +0000)
T-rex on TGs uses a different version of DPDK than SUTs.

Change-Id: I0b6ca6fa304fb7559f9ada950497452d974be737
Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.49.yaml
fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.74.yaml
fdio.infra.ansible/roles/intel/defaults/main.yaml

index d159ad6..3b9b63d 100644 (file)
@@ -30,4 +30,4 @@ inventory_ipmi_hostname: "10.30.50.46"
 cpu_microarchitecture: "skylake"
 docker_tg: true
 
 cpu_microarchitecture: "skylake"
 docker_tg: true
 
-intel_700_matrix: "dpdk23.03"
+intel_700_matrix: "dpdk22.07"
index e27d964..473e4a9 100644 (file)
@@ -29,5 +29,5 @@ sysctl:
 inventory_ipmi_hostname: "10.30.50.74"
 cpu_microarchitecture: "icelake"
 
 inventory_ipmi_hostname: "10.30.50.74"
 cpu_microarchitecture: "icelake"
 
-intel_700_matrix: "dpdk23.03"
-intel_800_matrix: "dpdk23.03"
+intel_700_matrix: "dpdk22.07"
+intel_800_matrix: "dpdk22.07"
index 9663725..45b229d 100644 (file)
@@ -49,6 +49,11 @@ intel_700_compatibility_matrix:
     i40e: "2.17.15"
     iavf: "4.5.3"
     nvm: "8.30"
     i40e: "2.17.15"
     iavf: "4.5.3"
     nvm: "8.30"
+  dpdk22.07:
+    # https://doc.dpdk.org/guides/rel_notes/release_22_07.html
+    i40e: "2.19.3"
+    iavf: "4.5.3"
+    nvm: "8.70"
   dpdk23.03:
     # https://doc.dpdk.org/guides/rel_notes/release_23_03.html
     i40e: "2.22.18"
   dpdk23.03:
     # https://doc.dpdk.org/guides/rel_notes/release_23_03.html
     i40e: "2.22.18"
@@ -62,6 +67,12 @@ intel_800_compatibility_matrix:
     ddp: "1.3.35.0"
     iavf: "4.5.3"
     nvm: "3.20"
     ddp: "1.3.35.0"
     iavf: "4.5.3"
     nvm: "3.20"
+  dpdk22.07:
+    # https://doc.dpdk.org/guides/rel_notes/release_22_07.html
+    ice: "1.9.7"
+    ddp: "1.3.37.0"
+    iavf: "4.5.3"
+    nvm: "4.00"
   dpdk23.03:
     # https://doc.dpdk.org/guides/rel_notes/release_23_03.html
     ice: "1.11.14"
   dpdk23.03:
     # https://doc.dpdk.org/guides/rel_notes/release_23_03.html
     ice: "1.11.14"
@@ -74,10 +85,12 @@ intel_dsa_compatibility_matrix:
 
 intel_i40e_url:
   "2.17.15": "i40e%20stable/2.17.15/i40e-2.17.15.tar.gz/download"
 
 intel_i40e_url:
   "2.17.15": "i40e%20stable/2.17.15/i40e-2.17.15.tar.gz/download"
+  "2.19.3": "i40e%20stable/2.19.3/i40e-2.19.3.tar.gz/download"
   "2.22.18": "i40e%20stable/2.22.18/i40e-2.22.18.tar.gz/download"
 
 intel_ice_url:
   "1.8.3": "ice%20stable/1.8.3/ice-1.8.3.tar.gz/download"
   "2.22.18": "i40e%20stable/2.22.18/i40e-2.22.18.tar.gz/download"
 
 intel_ice_url:
   "1.8.3": "ice%20stable/1.8.3/ice-1.8.3.tar.gz/download"
+  "1.9.7": "ice%20stable/1.9.7/ice-1.9.7.tar.gz/download"
   "1.11.14": "ice%20stable/1.11.14/ice-1.11.14.tar.gz/download"
 
 intel_iavf_url:
   "1.11.14": "ice%20stable/1.11.14/ice-1.11.14.tar.gz/download"
 
 intel_iavf_url:
@@ -86,6 +99,7 @@ intel_iavf_url:
 
 intel_ddp_url:
   "1.3.35.0": "727568/800%20Series%20DDP%20Comms%20Package%201.3.35.0.zip"
 
 intel_ddp_url:
   "1.3.35.0": "727568/800%20Series%20DDP%20Comms%20Package%201.3.35.0.zip"
+  "1.3.37.0": "738733/800%20Series%20DDP%20Comms%20Package%201.3.37.0.zip"
   "1.3.40.0": "772040/800%20Series%20DDP%20for%20Comms%20Package%201.3.40.0.zip"
 
 intel_dsa_url:
   "1.3.40.0": "772040/800%20Series%20DDP%20for%20Comms%20Package%201.3.40.0.zip"
 
 intel_dsa_url: