aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2023-03-20 08:40:41 +0200
committerMatias Elo <matias.elo@nokia.com>2023-04-12 11:27:12 +0300
commite6bf7195c2fd964b5ed8b4e50ee90c056125ed0d (patch)
tree7c32d948bd2ebca575d13c451294fcda111bb31f /config
parentacc737ce9d1513cc8c48ab9c1773dc9fa5518073 (diff)
linux-gen: stash: add support for odp_stash_param_t.strict_size parameter
Add support for new odp_stash_param_t.strict_size stash parameters. The mode was previously enabled using stash:strict_size config file option, which has now been removed. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Tuomas Taipale <tuomas.taipale@nokia.com>
Diffstat (limited to 'config')
-rw-r--r--config/odp-linux-generic.conf8
1 files changed, 1 insertions, 7 deletions
diff --git a/config/odp-linux-generic.conf b/config/odp-linux-generic.conf
index 89bdecc4b..63ac31fe2 100644
--- a/config/odp-linux-generic.conf
+++ b/config/odp-linux-generic.conf
@@ -16,7 +16,7 @@
# Mandatory fields
odp_implementation = "linux-generic"
-config_file_version = "0.1.26"
+config_file_version = "0.1.27"
# System options
system: {
@@ -271,12 +271,6 @@ stash: {
# The value may be rounded up by the implementation. For optimal memory
# usage set value to a power of two - 1.
max_num_obj = 4095
-
- # Strict size
- #
- # When set to 0, application can attempt to store more handles into a
- # stash than it specified in the creation parameters.
- strict_size = 1
}
timer: {