From 5d1df56706952a98a6adcb6186178b1331367d1a Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Sat, 3 Dec 2022 15:29:58 -0800 Subject: [PATCH] fpga/app/dma_bench: Update counter labels Signed-off-by: Alex Forencich --- .../app/dma_bench/modules/mqnic_app_dma_bench/main.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/fpga/app/dma_bench/modules/mqnic_app_dma_bench/main.c b/fpga/app/dma_bench/modules/mqnic_app_dma_bench/main.c index 5b7a884b7..e1ab89a82 100644 --- a/fpga/app/dma_bench/modules/mqnic_app_dma_bench/main.c +++ b/fpga/app/dma_bench/modules/mqnic_app_dma_bench/main.c @@ -106,9 +106,9 @@ const char *dma_bench_stats_names[] = { "dma_rd_req_timeout", // index 6 "dma_rd_op_table_full", // index 7 "dma_rd_no_tags", // index 8 - "dma_rd_tx_no_credit", // index 9 - "dma_rd_tx_limit", // index 10 - "dma_rd_tx_stall", // index 11 + "dma_rd_tx_limit", // index 9 + "dma_rd_tx_stall", // index 10 + "", // index 11 "", // index 12 "", // index 13 "", // index 14 @@ -122,9 +122,9 @@ const char *dma_bench_stats_names[] = { "", // index 22 "dma_wr_op_table_full", // index 23 "", // index 24 - "dma_wr_tx_no_credit", // index 25 - "dma_wr_tx_limit", // index 26 - "dma_wr_tx_stall", // index 27 + "dma_wr_tx_limit", // index 25 + "dma_wr_tx_stall", // index 26 + "", // index 27 "", // index 28 "", // index 29 "", // index 30