From eeb718b8b545d7afc52f9a2e9e18c9af5f7299b8 Mon Sep 17 00:00:00 2001 From: Rihab Banday Date: Thu, 3 Dec 2020 20:34:27 +0100 Subject: [PATCH] Update IDF of Intel Pod 19 based on new IDF structure This patch updates the IDF of Intel Pod 19 to include additional config required for BMRA 2.0 Change-Id: I6088f16af2a8b3d508ebd28f98efc8a6d4d6c3a5 Signed-off-by: Rihab Banday Reviewed-on: https://gerrit.opnfv.org/gerrit/c/kuberef/+/71612 Tested-by: jenkins-ci Reviewed-by: Michael Pedersen --- hw_config/intel/idf.yaml | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/hw_config/intel/idf.yaml b/hw_config/intel/idf.yaml index ef653d1..13b8054 100644 --- a/hw_config/intel/idf.yaml +++ b/hw_config/intel/idf.yaml @@ -67,3 +67,44 @@ engine: installers: kubespray: *idf_kubespray + +bmra: + profile: full_nfv + network_roles: + sriov: + - name: eth0 + bus_info: "18:00.0" + device_info: "8086:158b:0200" + driver: vfio-pci + sriov_dpdk: + - name: eth1 + bus_info: "18:00.1" + device_info: "8086:158b:0200" + driver: iavf + features: + sriov: + enable: true + sriov_vfs_per_port: 2 + sriov_dpdk_vfs_per_port: 4 + sriov_cni: true + sriov_net_dp: true + hugepages: + enable: true + default: 2M + hugepages_1G: 0 + hugepages_2M: 10240 + isolcpus: + enable: true + cpus: "4-19,24-39,44-59,64-79" + nfd: true + cmk: + enable: true + num_shared_cores: 3 + num_exclusive_cores: 3 + topology_manager: + enable: true + policy: "best-effort" + tas: + enable: true + demo_policy: true + psp: true -- 2.16.6