<snip> > > On Fri, Oct 15, 2021 at 4:27 AM Honnappa Nagarahalli > <honnappa.nagaraha...@arm.com> wrote: > > > > Promote APIs to stable. > > > > Signed-off-by: Honnappa Nagarahalli <honnappa.nagaraha...@arm.com> > > Reviewed-by: Dharmik Thakkar <dharmik.thak...@arm.com> > > --- > > v2: > > 1) Removed EXPERIMENTAL warning in comments > > 2) Promoted all the APIs except rte_thash_*** APIs > > Yipeng, Vladimir, > > Are we good? > > > Honnappa, > > One nit which I can handle when applying, if others are ok with patch. Thanks. I have no words to explain.
> > > @@ -217,7 +214,6 @@ rte_hash_count(const struct rte_hash *h); > > * - -EINVAL if parameters are invalid > > * - A value indicating the max key ID of key slots present in the table. > > */ > > -__rte_experimental > > int32_t > > rte_hash_max_key_id(const struct rte_hash *h); > > > > @@ -430,7 +426,6 @@ rte_hash_get_key_with_position(const struct > rte_hash *h, const int32_t position, > > * - 0 if freed successfully > > * - -EINVAL if the parameters are invalid. > > */ > > -__rte_experimental > > int > > rte_hash_free_key_with_position(const struct rte_hash *h, > > const int32_t position); > > There is still a @b EXPERIMENTAL banner for this function. > > > -- > David Marchand