net/softnic: fix useless address check
[dpdk.git] / drivers / net / softnic / rte_eth_softnic.h
index e8ba2bc..6c11d89 100644 (file)
@@ -75,7 +75,7 @@ rte_pmd_softnic_run(uint16_t port_id);
  * @return
  *    Zero on success, error code otherwise.
  */
-int __rte_experimental
+int
 rte_pmd_softnic_manage(uint16_t port_id);
 
 #ifdef __cplusplus