summaryrefslogtreecommitdiffstats
path: root/hw_config/intel
diff options
context:
space:
mode:
Diffstat (limited to 'hw_config/intel')
-rw-r--r--hw_config/intel/idf.yaml26
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