summaryrefslogtreecommitdiffstats
path: root/labs/arm/idf-pod9.yaml
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2018-12-29 19:28:47 +0100
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2018-12-29 19:56:19 +0100
commitba145df1e68b41af007f648ff3fb9c6f500e27cd (patch)
tree298534a5414975e3ebf2803ee639983d3a384984 /labs/arm/idf-pod9.yaml
parent5d4ef7d76f44757855c24376dce683b9129a3351 (diff)
[IDF] fuel, dpdk: Switch to 1G pgsz on ThunderX
VPP requires 1G pagesizes on ThunderX nodes, so switch from 2M to 1G when DPDK is used. While at it, extend the Fuel j2 macro to accomodate different naming of virtual function network devices based on the driver used (vfio). Change-Id: Ic29ce04867955282b6f988ed69a44b316ffdc994 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'labs/arm/idf-pod9.yaml')
-rw-r--r--labs/arm/idf-pod9.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/labs/arm/idf-pod9.yaml b/labs/arm/idf-pod9.yaml
index 27ae3cdb..b6252d36 100644
--- a/labs/arm/idf-pod9.yaml
+++ b/labs/arm/idf-pod9.yaml
@@ -100,9 +100,9 @@ idf:
compute_kernel_isolcpu: *nova_cpu_pinning_common
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
compute_dpdk_driver: vfio
compute_ovs_pmd_cpu_mask: "0x300"