net/softnic: promote manage API
authorJasvinder Singh <jasvinder.singh@intel.com>
Wed, 1 Sep 2021 12:20:52 +0000 (13:20 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 15 Sep 2021 07:26:23 +0000 (09:26 +0200)
This API was introduced in 18.08, therefore removing
experimental tag to promote it to stable state.

Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com>
Acked-by: Ray Kinsella <mdr@ashroe.eu>
drivers/net/softnic/rte_eth_softnic.h
drivers/net/softnic/version.map

index 3f01161..6c11d89 100644 (file)
@@ -75,7 +75,6 @@ rte_pmd_softnic_run(uint16_t port_id);
  * @return
  *    Zero on success, error code otherwise.
  */
-__rte_experimental
 int
 rte_pmd_softnic_manage(uint16_t port_id);
 
index 6784318..cd5afcf 100644 (file)
@@ -2,12 +2,7 @@ DPDK_22 {
        global:
 
        rte_pmd_softnic_run;
+       rte_pmd_softnic_manage;
 
        local: *;
 };
-
-EXPERIMENTAL {
-       global:
-
-       rte_pmd_softnic_manage;
-};