aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2020-05-06 16:03:56 +0300
committerMatias Elo <matias.elo@nokia.com>2020-05-06 16:03:56 +0300
commitc976c0680f69d6af34e613816976a6e96b1ba82d (patch)
tree37bbc12ce3d19d3ac64635703261bb55e22ac01e /config
parent62712bbd4d45b98dde9d9f3bc4c8f577d6a762d7 (diff)
parent7f3804e165875c8f7b6b06358f9ec3532d1ec43e (diff)
Merge branch 'master' of https://github.com/OpenDataPlane/odp into odp-dpdk
Signed-off-by: Matias Elo <matias.elo@nokia.com>
Diffstat (limited to 'config')
-rw-r--r--config/odp-linux-generic.conf15
1 files changed, 14 insertions, 1 deletions
diff --git a/config/odp-linux-generic.conf b/config/odp-linux-generic.conf
index b1f0e9009..6bc9753c3 100644
--- a/config/odp-linux-generic.conf
+++ b/config/odp-linux-generic.conf
@@ -16,7 +16,20 @@
# Mandatory fields
odp_implementation = "linux-generic"
-config_file_version = "0.1.12"
+config_file_version = "0.1.13"
+
+# System options
+system: {
+ # CPU frequency value returned by odp_cpu_hz() and odp_cpu_hz_id()
+ # calls on platforms where frequency isn't available using standard
+ # Linux methods.
+ cpu_mhz = 0
+
+ # CPU max frequency value returned by odp_cpu_hz_max() and
+ # odp_cpu_hz_max_id() calls on platforms where max frequency isn't
+ # available using standard Linux methods.
+ cpu_mhz_max = 1400
+}
# Shared memory options
shm: {