]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/mlx5/mlx5_rxtx.h
net/mlx5: fix Tx stats error counter definition
[dpdk.git] / drivers / net / mlx5 / mlx5_rxtx.h
index 033e70f252f715e5293bc03aab28de6c66f66901..107ada0f5d474bb10c68a01513570c4e6b97ca7f 100644 (file)
@@ -75,7 +75,7 @@ struct mlx5_txq_stats {
        uint64_t opackets; /**< Total of successfully sent packets. */
        uint64_t obytes; /**< Total of successfully sent bytes. */
 #endif
-       uint64_t odropped; /**< Total of packets not sent when TX ring full. */
+       uint64_t oerrors; /**< Total number of failed transmitted packets. */
 };
 
 /* Flow director queue structure. */