]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/ixgbe/ixgbe_rxtx_vec_common.h
net/cnxk: support CPT CTX write through microcode op
[dpdk.git] / drivers / net / ixgbe / ixgbe_rxtx_vec_common.h
index 005e60668a8ba9e3e0db75056c4e2b89933df931..cd34d4098785059632315b9a9a62281cd41204e9 100644 (file)
@@ -277,7 +277,7 @@ static inline int
 ixgbe_rx_vec_dev_conf_condition_check_default(struct rte_eth_dev *dev)
 {
 #ifndef RTE_LIBRTE_IEEE1588
-       struct rte_fdir_conf *fconf = &dev->data->dev_conf.fdir_conf;
+       struct rte_eth_fdir_conf *fconf = &dev->data->dev_conf.fdir_conf;
 
        /* no fdir support */
        if (fconf->mode != RTE_FDIR_MODE_NONE)