[dpdk-dev] [PATCH] hash: promote APIs to stable
Stephen Hemminger
stephen at networkplumber.org
Thu Oct 14 00:41:58 CEST 2021
On Wed, 13 Oct 2021 16:38:58 -0500
Honnappa Nagarahalli <honnappa.nagarahalli at arm.com> wrote:
> --- a/lib/hash/rte_hash.h
> +++ b/lib/hash/rte_hash.h
> @@ -430,7 +430,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);
Need to remove @warning EXPERIMENTAL in comment.
What about all the other experimental functions in here?
It looks like all of them should be promoted.
More information about the dev
mailing list