vfio: remove incorrect experimental tag
authorDavid Marchand <david.marchand@redhat.com>
Sat, 29 Jun 2019 11:58:46 +0000 (13:58 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Sat, 29 Jun 2019 17:04:25 +0000 (19:04 +0200)
The incriminated commit promoted this symbol as stable but the
definition still has the tag.

Fixes: 787ae736a3d9 ("vfio: remove experimental tag")
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>
lib/librte_eal/linux/eal/eal_vfio.c

index 6892a2c..feada64 100644 (file)
@@ -1834,7 +1834,7 @@ rte_vfio_container_create(void)
        return vfio_cfgs[i].vfio_container_fd;
 }
 
-int __rte_experimental
+int
 rte_vfio_container_destroy(int container_fd)
 {
        struct vfio_config *vfio_cfg;