X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Focteontx2%2Fotx2_mcast.c;h=b9c63ad3bc21a3f30cf283a69ff54d53df421399;hb=891f8260dd49d4bc683cffaca79b7f7d5247b968;hp=f84aa1bf570c33f68d13bfd7e8bb81850ff6e061;hpb=1630871b0c0afb98e4d1ba8de8d657759b735a2c;p=dpdk.git diff --git a/drivers/net/octeontx2/otx2_mcast.c b/drivers/net/octeontx2/otx2_mcast.c index f84aa1bf57..b9c63ad3bc 100644 --- a/drivers/net/octeontx2/otx2_mcast.c +++ b/drivers/net/octeontx2/otx2_mcast.c @@ -100,7 +100,7 @@ nix_hw_update_mc_addr_list(struct rte_eth_dev *eth_dev) action = NIX_RX_ACTIONOP_UCAST; - if (eth_dev->data->dev_conf.rxmode.mq_mode == ETH_MQ_RX_RSS) { + if (eth_dev->data->dev_conf.rxmode.mq_mode == RTE_ETH_MQ_RX_RSS) { action = NIX_RX_ACTIONOP_RSS; action |= (uint64_t)(dev->rss_info.alg_idx) << 56; }