DPDK patches and discussions
 help / color / mirror / Atom feed
From: Leah Tekoa <Leah@Ethernitynet.com>
To: "dev@dpdk.org" <dev@dpdk.org>
Cc: Leah Tekoa <Leah@Ethernitynet.com>, "stable@dpdk.org" <stable@dpdk.org>
Subject: [dpdk-dev] [PATCH] app/testpmd: replace Y with R in RED bytes statistics
Date: Thu, 25 Oct 2018 06:05:14 +0000	[thread overview]
Message-ID: <1186feee8835591cdd831c65eebd9407a483a03e.1540390260.git.Leah@Ethernitynet.com> (raw)

From: Leah Tekoa <Leah@Ethernitynet.com>

Y stands for Yellow, R stands for Red.

Fixes: 30ffb4e67ee3 ("app/testpmd: add commands traffic metering and policing")
Cc: stable@dpdk.org

Signed-off-by: Leah Tekoa <Leah@Ethernitynet.com>
---
 app/test-pmd/cmdline_mtr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/test-pmd/cmdline_mtr.c b/app/test-pmd/cmdline_mtr.c
index f908fb3..748515d 100644
--- a/app/test-pmd/cmdline_mtr.c
+++ b/app/test-pmd/cmdline_mtr.c
@@ -1440,7 +1440,7 @@ static void cmd_show_port_meter_stats_parsed(void *parsed_result,
 		printf("\tPkts R: %" PRIu64 "\n",
 			stats.n_pkts[RTE_MTR_RED]);
 	if (stats_mask & RTE_MTR_STATS_N_BYTES_RED)
-		printf("\tBytes Y: %" PRIu64 "\n",
+		printf("\tBytes R: %" PRIu64 "\n",
 			stats.n_bytes[RTE_MTR_RED]);
 	if (stats_mask & RTE_MTR_STATS_N_PKTS_DROPPED)
 		printf("\tPkts DROPPED: %" PRIu64 "\n",
-- 
1.8.3.1

WARNING: multiple messages have this Message-ID
From: Leah Tekoa <Leah@Ethernitynet.com>
To: "dev@dpdk.org" <dev@dpdk.org>
Cc: Leah Tekoa <Leah@Ethernitynet.com>, "stable@dpdk.org" <stable@dpdk.org>
Subject: [dpdk-dev] [PATCH] app/testpmd: replace Y with R in RED bytes statistics
Date: Thu, 25 Oct 2018 07:14:05 +0000	[thread overview]
Message-ID: <1186feee8835591cdd831c65eebd9407a483a03e.1540390260.git.Leah@Ethernitynet.com> (raw)
Message-ID: <20181025071405.BvjgU6NUg4INO__lq0XDsBf9mWs2LhkoRujnJG-7x7Y@z> (raw)

From: Leah Tekoa <Leah@Ethernitynet.com>

Y stands for Yellow, R stands for Red.

Fixes: 30ffb4e67ee3 ("app/testpmd: add commands traffic metering and policing")
Cc: stable@dpdk.org

Signed-off-by: Leah Tekoa <Leah@Ethernitynet.com>
---
 app/test-pmd/cmdline_mtr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/test-pmd/cmdline_mtr.c b/app/test-pmd/cmdline_mtr.c
index f908fb3..748515d 100644
--- a/app/test-pmd/cmdline_mtr.c
+++ b/app/test-pmd/cmdline_mtr.c
@@ -1440,7 +1440,7 @@ static void cmd_show_port_meter_stats_parsed(void *parsed_result,
 		printf("\tPkts R: %" PRIu64 "\n",
 			stats.n_pkts[RTE_MTR_RED]);
 	if (stats_mask & RTE_MTR_STATS_N_BYTES_RED)
-		printf("\tBytes Y: %" PRIu64 "\n",
+		printf("\tBytes R: %" PRIu64 "\n",
 			stats.n_bytes[RTE_MTR_RED]);
 	if (stats_mask & RTE_MTR_STATS_N_PKTS_DROPPED)
 		printf("\tPkts DROPPED: %" PRIu64 "\n",
-- 
1.8.3.1

             reply	other threads:[~2018-10-25  6:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-25  6:05 Leah Tekoa [this message]
2018-10-25  7:14 ` Leah Tekoa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1186feee8835591cdd831c65eebd9407a483a03e.1540390260.git.Leah@Ethernitynet.com \
    --to=leah@ethernitynet.com \
    --cc=dev@dpdk.org \
    --cc=stable@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).