]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/mlx5/mlx5_tx.h
net/cxgbe: fix port ID in Rx mbuf
[dpdk.git] / drivers / net / mlx5 / mlx5_tx.h
index dfa04612ff2ecb8d94d73d651e0cf6e48180cc59..20776919c2f56eeacfdd08b274515844814573a2 100644 (file)
@@ -164,6 +164,7 @@ struct mlx5_txq_data {
        int32_t ts_offset; /* Timestamp field dynamic offset. */
        struct mlx5_dev_ctx_shared *sh; /* Shared context. */
        struct mlx5_txq_stats stats; /* TX queue counters. */
+       struct mlx5_txq_stats stats_reset; /* stats on last reset. */
        struct mlx5_uar_data uar_data;
        struct rte_mbuf *elts[0];
        /* Storage for queued packets, must be the last field. */