aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2023-04-13 17:32:04 +0300
committerMatias Elo <matias.elo@nokia.com>2023-04-18 14:23:54 +0300
commit9cb6de7bf9698e1d771cdc93e450ca2c2b7b3def (patch)
tree5e5c66ca5a8827951a284f0ecee42ecd39b6d2cb /config
parent1068d104839615a11e4761909d1599cc613857e5 (diff)
Port e6bf7195c "linux-gen: stash: add support for odp_stash_param_t.strict_size parameter"
Port original commit from linux-generic. 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-dpdk.conf8
1 files changed, 1 insertions, 7 deletions
diff --git a/config/odp-linux-dpdk.conf b/config/odp-linux-dpdk.conf
index 390b2be90..de6130362 100644
--- a/config/odp-linux-dpdk.conf
+++ b/config/odp-linux-dpdk.conf
@@ -16,7 +16,7 @@
# Mandatory fields
odp_implementation = "linux-dpdk"
-config_file_version = "0.1.23"
+config_file_version = "0.1.24"
# System options
system: {
@@ -256,12 +256,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: {