The incriminated commit promoted those symbols as stable but the
prototypes still have the tag.
Fixes:
73eca2f77f4c ("devargs: promote experimental API as stable")
Cc: stable@dpdk.org
Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
Acked-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
* - 0 on success
* - Negative on error.
*/
-__rte_experimental
int
rte_devargs_insert(struct rte_devargs **da);
* <0 on error.
* >0 if the devargs was not within the user device list.
*/
-__rte_experimental
int rte_devargs_remove(struct rte_devargs *devargs);
/**