aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2023-03-20 13:36:57 +0200
committerMatias Elo <matias.elo@nokia.com>2023-04-12 11:27:12 +0300
commit18a230b821e1075d51da4b7af891dfdeeebdc7fe (patch)
treec1a9fd7ee7a5f85e5dc9420f2f9226541ace0ae0 /include
parent62771e1c97c3cb1711900185858d7ed05ee4ef32 (diff)
api: stash: modify odp_stash_capability_t.max_num_obj specification
Remove special meaning of odp_stash_capability_t.max_num_obj value zero. The validation tests have always tested that the value must be larger than zero, so no implementation should have used this special meaning. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com> Reviewed-by: Tuomas Taipale <tuomas.taipale@nokia.com> Reviewed-by: Ashwin Sekhar T K <asekhar@marvell.com>
Diffstat (limited to 'include')
-rw-r--r--include/odp/api/spec/stash_types.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/odp/api/spec/stash_types.h b/include/odp/api/spec/stash_types.h
index 25f950931..f08056e5b 100644
--- a/include/odp/api/spec/stash_types.h
+++ b/include/odp/api/spec/stash_types.h
@@ -156,11 +156,7 @@ typedef struct odp_stash_capability_t {
*/
uint32_t max_stashes;
- /** Maximum number of object handles per stash
- *
- * The value of zero means that limited only by the available
- * memory size.
- */
+ /** Maximum number of object handles per stash */
uint64_t max_num_obj;
/** Maximum object handle size in bytes