]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_pmd_ixgbe/ixgbe_rxtx_vec.c
ixgbe: unify Rx setup
[dpdk.git] / lib / librte_pmd_ixgbe / ixgbe_rxtx_vec.c
index 9d8fa8d37828256c6dc81a9ee56a8105765134f9..7ac6b612bf9290881ed267c01af0da0b98873551 100644 (file)
@@ -760,7 +760,7 @@ int ixgbe_txq_vec_setup(struct ixgbe_tx_queue *txq)
        return 0;
 }
 
-int ixgbe_rx_vec_condition_check(struct rte_eth_dev *dev)
+int ixgbe_rx_vec_dev_conf_condition_check(struct rte_eth_dev *dev)
 {
 #ifndef RTE_LIBRTE_IEEE1588
        struct rte_eth_rxmode *rxmode = &dev->data->dev_conf.rxmode;