diff options
author | Michael S. Pedersen <michaelx.pedersen@intel.com> | 2021-04-23 10:04:20 +0000 |
---|---|---|
committer | Michael Pedersen <michaelx.pedersen@intel.com> | 2021-04-28 15:02:43 +0000 |
commit | 92ff19c63d31deb2612800828ab09e5749e12476 (patch) | |
tree | 336f8e31ec2bf5df30a9c824830b92f10dd977f4 /hw_config/intel | |
parent | 76dcc74bc4094159091e7ed68b2376342d658001 (diff) |
Update BMRA to v21.03
Update Kuberef to use most recent release of BMRA.
Also updates configuration with minor changes and additions.
Signed-off-by: Michael S. Pedersen <michaelx.pedersen@intel.com>
Change-Id: Ifc4ef114564a2085000c23347390089227c0ebd9
Reviewed-on: https://gerrit.opnfv.org/gerrit/c/kuberef/+/72429
Tested-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org>
Reviewed-by: Rihab Banday <rihab.banday@ericsson.com>
Diffstat (limited to 'hw_config/intel')
-rw-r--r-- | hw_config/intel/idf.yaml | 26 |
1 files changed, 19 insertions, 7 deletions
diff --git a/hw_config/intel/idf.yaml b/hw_config/intel/idf.yaml index 07c45cc..4ce7c47 100644 --- a/hw_config/intel/idf.yaml +++ b/hw_config/intel/idf.yaml @@ -73,14 +73,21 @@ bmra: network_roles: sriov: - name: eth0 - bus_info: "18:00.0" - device_info: "8086:158b:0200" - driver: vfio-pci + pci: "18:00.0" + pf_driver: i40e + vf_driver: vfio-pci sriov_dpdk: - name: eth1 - bus_info: "18:00.1" - device_info: "8086:158b:0200" - driver: iavf + pci: "18:00.1" + pf_driver: i40e + vf_driver: iavf + device_roles: +# qat: +# - name: crypto01 +# pci: "0000:ab:00.0" +# mod_type: qat_c62x +# pci_type: c6xx +# vfs: 4 features: sriov: enable: true @@ -95,7 +102,8 @@ bmra: hugepages_2M: 10240 isolcpus: enable: true - cpus: "4-19,24-39,44-59,64-79" + autogenerate: true + cpus: "4-19,24-39,44-59,64-79" # Not used when autogenerate is true nfd: true cmk: enable: true @@ -107,4 +115,8 @@ bmra: tas: enable: true demo_policy: false + bond_cni: true psp: true + qat: + enable: false + update_drivers: false |