]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/sfc/sfc_ev.h
app/testpmd: fix topology error message
[dpdk.git] / drivers / net / sfc / sfc_ev.h
index f73201b18130167d4a2f511c4c7a5799df39eab1..065defe0a19c3df070b5b0d3d43aa3851b5830df 100644 (file)
@@ -106,8 +106,8 @@ sfc_evq_index_by_txq_sw_index(struct sfc_adapter *sa, unsigned int txq_sw_index)
        return 1 + sa->eth_dev->data->nb_rx_queues + txq_sw_index;
 }
 
-int sfc_ev_init(struct sfc_adapter *sa);
-void sfc_ev_fini(struct sfc_adapter *sa);
+int sfc_ev_attach(struct sfc_adapter *sa);
+void sfc_ev_detach(struct sfc_adapter *sa);
 int sfc_ev_start(struct sfc_adapter *sa);
 void sfc_ev_stop(struct sfc_adapter *sa);