]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/hns3/hns3_rxtx_vec_sve.c
net/mlx5: fix using flow tunnel before null check
[dpdk.git] / drivers / net / hns3 / hns3_rxtx_vec_sve.c
index 90e45c616c6d38a1857a4b55c90760e8d53891a7..40fe6f743fa341562d2e314d71e09d5783a54e2e 100644 (file)
@@ -439,7 +439,7 @@ hns3_xmit_fixed_burst_vec_sve(void *__restrict tx_queue,
 
        nb_pkts = RTE_MIN(txq->tx_bd_ready, nb_pkts);
        if (unlikely(nb_pkts == 0)) {
-               txq->queue_full_cnt++;
+               txq->dfx_stats.queue_full_cnt++;
                return 0;
        }