The incriminated commit promoted those symbols as stable but the prototypes still have the tag.
Fixes: 73eca2f77f4c ("devargs: promote experimental API as stable") Cc: sta...@dpdk.org Signed-off-by: David Marchand <david.march...@redhat.com> Acked-by: Adrien Mazarguil <adrien.mazarg...@6wind.com> Acked-by: Stephen Hemminger <step...@networkplumber.org> Acked-by: Neil Horman <nhor...@tuxdriver.com> --- lib/librte_eal/common/include/rte_devargs.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/librte_eal/common/include/rte_devargs.h b/lib/librte_eal/common/include/rte_devargs.h index 89d9432..882dfa0 100644 --- a/lib/librte_eal/common/include/rte_devargs.h +++ b/lib/librte_eal/common/include/rte_devargs.h @@ -151,7 +151,6 @@ struct rte_devargs { * - 0 on success * - Negative on error. */ -__rte_experimental int rte_devargs_insert(struct rte_devargs **da); @@ -183,7 +182,6 @@ struct rte_devargs { * <0 on error. * >0 if the devargs was not within the user device list. */ -__rte_experimental int rte_devargs_remove(struct rte_devargs *devargs); /** -- 1.8.3.1