X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fmlx5%2Fmlx5_txpp.c;h=2438bf1f1dbf97c20442107fe97bd664b70fd002;hb=b15af1573a694977f0b7a78aeb0d41a6bb050991;hp=8aad92f13734d2367f0cf18172939bbb5ea73be5;hpb=1101809b43267d9adc0ed8a534e2c3d947a4488d;p=dpdk.git diff --git a/drivers/net/mlx5/mlx5_txpp.c b/drivers/net/mlx5/mlx5_txpp.c index 8aad92f137..2438bf1f1d 100644 --- a/drivers/net/mlx5/mlx5_txpp.c +++ b/drivers/net/mlx5/mlx5_txpp.c @@ -19,14 +19,14 @@ #include "mlx5_common_os.h" static const char * const mlx5_txpp_stat_names[] = { - "txpp_err_miss_int", /* Missed service interrupt. */ - "txpp_err_rearm_queue", /* Rearm Queue errors. */ - "txpp_err_clock_queue", /* Clock Queue errors. */ - "txpp_err_ts_past", /* Timestamp in the past. */ - "txpp_err_ts_future", /* Timestamp in the distant future. */ - "txpp_jitter", /* Timestamp jitter (one Clock Queue completion). */ - "txpp_wander", /* Timestamp jitter (half of Clock Queue completions). */ - "txpp_sync_lost", /* Scheduling synchronization lost. */ + "tx_pp_missed_interrupt_errors", /* Missed service interrupt. */ + "tx_pp_rearm_queue_errors", /* Rearm Queue errors. */ + "tx_pp_clock_queue_errors", /* Clock Queue errors. */ + "tx_pp_timestamp_past_errors", /* Timestamp in the past. */ + "tx_pp_timestamp_future_errors", /* Timestamp in the distant future. */ + "tx_pp_jitter", /* Timestamp jitter (one Clock Queue completion). */ + "tx_pp_wander", /* Timestamp wander (half of Clock Queue CQEs). */ + "tx_pp_sync_lost", /* Scheduling synchronization lost. */ }; /* Destroy Event Queue Notification Channel. */