]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/sfc/sfc_dp.h
net/sfc: factor out libefx-based Tx datapath
[dpdk.git] / drivers / net / sfc / sfc_dp.h
index f83ea58b923329cce9e92c185dce6c8e80342533..eff0aa8795f38762c36c4980b137a802e9f2fff2 100644 (file)
@@ -56,6 +56,7 @@ typedef void (sfc_dp_exception_t)(void *ctrl);
 
 enum sfc_dp_type {
        SFC_DP_RX = 0,  /**< Receive datapath */
+       SFC_DP_TX,      /**< Transmit datapath */
 };