net/mlx5e: Add counter for MPWQE filler strides
[sfrench/cifs-2.6.git] / drivers / net / ethernet / mellanox / mlx5 / core / en_stats.h
index 70a05298851e8aab899ac6ed0e98fdc8227261ab..1d641b012afa01bd8cd78b50d48012d0b2678cfa 100644 (file)
@@ -84,7 +84,8 @@ struct mlx5e_sw_stats {
        u64 tx_udp_seg_rem;
        u64 tx_cqe_err;
        u64 rx_wqe_err;
        u64 tx_udp_seg_rem;
        u64 tx_cqe_err;
        u64 rx_wqe_err;
-       u64 rx_mpwqe_filler;
+       u64 rx_mpwqe_filler_cqes;
+       u64 rx_mpwqe_filler_strides;
        u64 rx_buff_alloc_err;
        u64 rx_cqe_compress_blks;
        u64 rx_cqe_compress_pkts;
        u64 rx_buff_alloc_err;
        u64 rx_cqe_compress_blks;
        u64 rx_cqe_compress_pkts;
@@ -180,7 +181,8 @@ struct mlx5e_rq_stats {
        u64 xdp_tx_cqe;
        u64 xdp_tx_full;
        u64 wqe_err;
        u64 xdp_tx_cqe;
        u64 xdp_tx_full;
        u64 wqe_err;
-       u64 mpwqe_filler;
+       u64 mpwqe_filler_cqes;
+       u64 mpwqe_filler_strides;
        u64 buff_alloc_err;
        u64 cqe_compress_blks;
        u64 cqe_compress_pkts;
        u64 buff_alloc_err;
        u64 cqe_compress_blks;
        u64 cqe_compress_pkts;