devargs: remove incorrect experimental tags

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>
This commit is contained in:
David Marchand 2019-06-29 13:58:45 +02:00 committed by Thomas Monjalon
parent f319d99379
commit 19f95c4744

View File

@ -151,7 +151,6 @@ __attribute__((format(printf, 2, 0)));
* - 0 on success
* - Negative on error.
*/
__rte_experimental
int
rte_devargs_insert(struct rte_devargs **da);
@ -183,7 +182,6 @@ int rte_devargs_add(enum rte_devtype devtype, const char *devargs_str);
* <0 on error.
* >0 if the devargs was not within the user device list.
*/
__rte_experimental
int rte_devargs_remove(struct rte_devargs *devargs);
/**