[labs] Rise up dpdk socket memory
[pharos.git] / labs / arm / idf-pod10.yaml
index 4cb325b..bcdb891 100644 (file)
@@ -68,47 +68,39 @@ idf:
         - interfaces: &interfaces_intel
             # Ordered-list, index should be in sync with interface index in PDF
             - 'eno1'
+            - 'enp5s0f0'
+            - 'enp5s0f1'
             - 'eno2'
             - 'eno3'
             - 'eno4'
-            - 'enp5s0f0'
-            - 'enp5s0f1'
           busaddr: &busaddr_intel
             # Bus-info reported by `ethtool -i ethX`
             - '0000:02:00.0'
-            - '0000:02:00.1'
-            - '0000:02:00.0'
-            - '0000:03:00.1'
             - '0000:05:00.0'
             - '0000:05:00.1'
+            - '0000:02:00.1'
+            - '0000:03:00.0'
+            - '0000:03:00.1'
         - interfaces: *interfaces_intel
           busaddr: *busaddr_intel
         - interfaces: *interfaces_intel
           busaddr: *busaddr_intel
-        - interfaces:
-            - 'enP5s3'
-            - 'enP2p1s0f1'
-            - 'enP2p1s0f2'
-            - 'enP2p1s0f3'
-          busaddr:
-            - '0005:90:00.0'
-            - '0002:01:00.1'
-            - '0002:01:00.2'
-            - '0002:01:00.3'
-        - interfaces:
+        - interfaces: &interfaces_arm
             - 'enP5p144s0'
             - 'enP2p1s0f1'
             - 'enP2p1s0f2'
             - 'enP2p1s0f3'
             - 'enP2p1s0f4'
             - 'enP2p1s0f5'
-          busaddr:
+          busaddr: &busaddr_arm
             - '0005:90:00.0'
             - '0002:01:00.1'
             - '0002:01:00.2'
             - '0002:01:00.3'
             - '0002:01:00.4'
             - '0002:01:00.5'
+        - interfaces: *interfaces_arm
+          busaddr: *busaddr_arm
     reclass:
       node:
         - compute_params: &compute_params_intel
@@ -124,12 +116,12 @@ idf:
               compute_hugepages_count: 8192
               compute_hugepages_mount: /mnt/hugepages_2M
               compute_kernel_isolcpu: *nova_cpu_pinning_common_intel
-              compute_dpdk_driver: vfio
+              compute_dpdk_driver: uio
               compute_ovs_pmd_cpu_mask: "0xc"
-              compute_ovs_dpdk_socket_mem: "1024"
+              compute_ovs_dpdk_socket_mem: "2048"
               compute_ovs_dpdk_lcore_mask: "0xc"
               compute_ovs_memory_channels: "2"
-              dpdk0_driver: vfio-pci
+              dpdk0_driver: igb_uio
               dpdk0_n_rxq: 2
         - compute_params: *compute_params_intel
         - compute_params: *compute_params_intel
@@ -142,9 +134,9 @@ idf:
               compute_kernel_isolcpu: *nova_cpu_pinning_common_arm
             dpdk:
               nova_cpu_pinning: "12-47"
-              compute_hugepages_size: 2M
-              compute_hugepages_count: 8192
-              compute_hugepages_mount: /mnt/hugepages_2M
+              compute_hugepages_size: 1G
+              compute_hugepages_count: 16
+              compute_hugepages_mount: /mnt/hugepages_1G
               compute_kernel_isolcpu: *nova_cpu_pinning_common_arm
               compute_dpdk_driver: vfio
               compute_ovs_pmd_cpu_mask: "0x300"