From 18a230b821e1075d51da4b7af891dfdeeebdc7fe Mon Sep 17 00:00:00 2001 From: Matias Elo Date: Mon, 20 Mar 2023 13:36:57 +0200 Subject: 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 Reviewed-by: Petri Savolainen Reviewed-by: Tuomas Taipale Reviewed-by: Ashwin Sekhar T K --- include/odp/api/spec/stash_types.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'include') 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 -- cgit v1.2.3