|
@@ -39,7 +39,7 @@
|
|
#define MLX5E_READ_CTR32_CPU(ptr, dsc, i) \
|
|
#define MLX5E_READ_CTR32_CPU(ptr, dsc, i) \
|
|
(*(u32 *)((char *)ptr + dsc[i].offset))
|
|
(*(u32 *)((char *)ptr + dsc[i].offset))
|
|
#define MLX5E_READ_CTR32_BE(ptr, dsc, i) \
|
|
#define MLX5E_READ_CTR32_BE(ptr, dsc, i) \
|
|
- be32_to_cpu(*(__be32 *)((char *)ptr + dsc[i].offset))
|
|
|
|
|
|
+ be64_to_cpu(*(__be32 *)((char *)ptr + dsc[i].offset))
|
|
|
|
|
|
#define MLX5E_DECLARE_STAT(type, fld) #fld, offsetof(type, fld)
|
|
#define MLX5E_DECLARE_STAT(type, fld) #fld, offsetof(type, fld)
|
|
#define MLX5E_DECLARE_RX_STAT(type, fld) "rx%d_"#fld, offsetof(type, fld)
|
|
#define MLX5E_DECLARE_RX_STAT(type, fld) "rx%d_"#fld, offsetof(type, fld)
|
|
@@ -276,32 +276,6 @@ static const struct counter_desc pport_per_prio_pfc_stats_desc[] = {
|
|
{ "rx_%s_pause_transition", PPORT_PER_PRIO_OFF(rx_pause_transition) },
|
|
{ "rx_%s_pause_transition", PPORT_PER_PRIO_OFF(rx_pause_transition) },
|
|
};
|
|
};
|
|
|
|
|
|
-#define PCIE_PERF_OFF(c) \
|
|
|
|
- MLX5_BYTE_OFF(mpcnt_reg, counter_set.pcie_perf_cntrs_grp_data_layout.c)
|
|
|
|
-#define PCIE_PERF_GET(pcie_stats, c) \
|
|
|
|
- MLX5_GET(mpcnt_reg, pcie_stats->pcie_perf_counters, \
|
|
|
|
- counter_set.pcie_perf_cntrs_grp_data_layout.c)
|
|
|
|
-#define PCIE_TAS_OFF(c) \
|
|
|
|
- MLX5_BYTE_OFF(mpcnt_reg, counter_set.pcie_tas_cntrs_grp_data_layout.c)
|
|
|
|
-#define PCIE_TAS_GET(pcie_stats, c) \
|
|
|
|
- MLX5_GET(mpcnt_reg, pcie_stats->pcie_tas_counters, \
|
|
|
|
- counter_set.pcie_tas_cntrs_grp_data_layout.c)
|
|
|
|
-
|
|
|
|
-struct mlx5e_pcie_stats {
|
|
|
|
- __be64 pcie_perf_counters[MLX5_ST_SZ_QW(mpcnt_reg)];
|
|
|
|
- __be64 pcie_tas_counters[MLX5_ST_SZ_QW(mpcnt_reg)];
|
|
|
|
-};
|
|
|
|
-
|
|
|
|
-static const struct counter_desc pcie_perf_stats_desc[] = {
|
|
|
|
- { "rx_pci_signal_integrity", PCIE_PERF_OFF(rx_errors) },
|
|
|
|
- { "tx_pci_signal_integrity", PCIE_PERF_OFF(tx_errors) },
|
|
|
|
-};
|
|
|
|
-
|
|
|
|
-static const struct counter_desc pcie_tas_stats_desc[] = {
|
|
|
|
- { "tx_pci_transport_nonfatal_msg", PCIE_TAS_OFF(non_fatal_err_msg_sent) },
|
|
|
|
- { "tx_pci_transport_fatal_msg", PCIE_TAS_OFF(fatal_err_msg_sent) },
|
|
|
|
-};
|
|
|
|
-
|
|
|
|
struct mlx5e_rq_stats {
|
|
struct mlx5e_rq_stats {
|
|
u64 packets;
|
|
u64 packets;
|
|
u64 bytes;
|
|
u64 bytes;
|
|
@@ -386,8 +360,6 @@ static const struct counter_desc sq_stats_desc[] = {
|
|
#define NUM_PPORT_802_3_COUNTERS ARRAY_SIZE(pport_802_3_stats_desc)
|
|
#define NUM_PPORT_802_3_COUNTERS ARRAY_SIZE(pport_802_3_stats_desc)
|
|
#define NUM_PPORT_2863_COUNTERS ARRAY_SIZE(pport_2863_stats_desc)
|
|
#define NUM_PPORT_2863_COUNTERS ARRAY_SIZE(pport_2863_stats_desc)
|
|
#define NUM_PPORT_2819_COUNTERS ARRAY_SIZE(pport_2819_stats_desc)
|
|
#define NUM_PPORT_2819_COUNTERS ARRAY_SIZE(pport_2819_stats_desc)
|
|
-#define NUM_PCIE_PERF_COUNTERS ARRAY_SIZE(pcie_perf_stats_desc)
|
|
|
|
-#define NUM_PCIE_TAS_COUNTERS ARRAY_SIZE(pcie_tas_stats_desc)
|
|
|
|
#define NUM_PPORT_PER_PRIO_TRAFFIC_COUNTERS \
|
|
#define NUM_PPORT_PER_PRIO_TRAFFIC_COUNTERS \
|
|
ARRAY_SIZE(pport_per_prio_traffic_stats_desc)
|
|
ARRAY_SIZE(pport_per_prio_traffic_stats_desc)
|
|
#define NUM_PPORT_PER_PRIO_PFC_COUNTERS \
|
|
#define NUM_PPORT_PER_PRIO_PFC_COUNTERS \
|
|
@@ -397,7 +369,6 @@ static const struct counter_desc sq_stats_desc[] = {
|
|
NUM_PPORT_2819_COUNTERS + \
|
|
NUM_PPORT_2819_COUNTERS + \
|
|
NUM_PPORT_PER_PRIO_TRAFFIC_COUNTERS * \
|
|
NUM_PPORT_PER_PRIO_TRAFFIC_COUNTERS * \
|
|
NUM_PPORT_PRIO)
|
|
NUM_PPORT_PRIO)
|
|
-#define NUM_PCIE_COUNTERS (NUM_PCIE_PERF_COUNTERS + NUM_PCIE_TAS_COUNTERS)
|
|
|
|
#define NUM_RQ_STATS ARRAY_SIZE(rq_stats_desc)
|
|
#define NUM_RQ_STATS ARRAY_SIZE(rq_stats_desc)
|
|
#define NUM_SQ_STATS ARRAY_SIZE(sq_stats_desc)
|
|
#define NUM_SQ_STATS ARRAY_SIZE(sq_stats_desc)
|
|
|
|
|
|
@@ -406,7 +377,6 @@ struct mlx5e_stats {
|
|
struct mlx5e_qcounter_stats qcnt;
|
|
struct mlx5e_qcounter_stats qcnt;
|
|
struct mlx5e_vport_stats vport;
|
|
struct mlx5e_vport_stats vport;
|
|
struct mlx5e_pport_stats pport;
|
|
struct mlx5e_pport_stats pport;
|
|
- struct mlx5e_pcie_stats pcie;
|
|
|
|
struct rtnl_link_stats64 vf_vport;
|
|
struct rtnl_link_stats64 vf_vport;
|
|
};
|
|
};
|
|
|
|
|