]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/iavf/iavf_rxtx_vec_avx2.c
crypto/mlx5: add WQE set initialization
[dpdk.git] / drivers / net / iavf / iavf_rxtx_vec_avx2.c
index f5646d645366f90a00ed9f8083be8c076298a33f..475070e036ef5e98bec0cbe086d2ff9986c5b2ae 100644 (file)
@@ -1500,7 +1500,7 @@ iavf_xmit_fixed_burst_vec_avx2(void *tx_queue, struct rte_mbuf **tx_pkts,
 
        txq->tx_tail = tx_id;
 
-       IAVF_PCI_REG_WRITE(txq->qtx_tail, txq->tx_tail);
+       IAVF_PCI_REG_WC_WRITE(txq->qtx_tail, txq->tx_tail);
 
        return nb_pkts;
 }