]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/sfc/sfc_ev.h
net/sfc: support initialising different Rx queue types
[dpdk.git] / drivers / net / sfc / sfc_ev.h
index 75b9dcdebda492e764066bea5c088e0e06116454..3f3c4b5b9a8bb2ba555d036a734a617d5f0cfcff 100644 (file)
@@ -60,6 +60,12 @@ struct sfc_evq {
        unsigned int                    entries;
 };
 
+static inline sfc_sw_index_t
+sfc_mgmt_evq_sw_index(__rte_unused const struct sfc_adapter_shared *sas)
+{
+       return 0;
+}
+
 /*
  * Functions below define event queue to transmit/receive queue and vice
  * versa mapping.