]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/hns3/hns3_rxtx_vec_neon.h
net/hns3: fix query order of link status and link info
[dpdk.git] / drivers / net / hns3 / hns3_rxtx_vec_neon.h
index 54addbf2402cc5583156cf78e8b1b9835736c867..a693b4b74b578575a4f39538f0866e713dc44fbe 100644 (file)
@@ -42,7 +42,7 @@ hns3_xmit_fixed_burst_vec(void *__restrict tx_queue,
 
        nb_commit = RTE_MIN(txq->tx_bd_ready, nb_pkts);
        if (unlikely(nb_commit == 0)) {
-               txq->queue_full_cnt++;
+               txq->dfx_stats.queue_full_cnt++;
                return 0;
        }
        nb_tx = nb_commit;