From: "Xu, Qian Q" <qian.q.xu@intel.com>
To: "Fu, JingguoX" <jingguox.fu@intel.com>, "dts@dpdk.org" <dts@dpdk.org>
Subject: Re: [dts] [DTS][PATCH] virtio: update virtio data table head title format
Date: Fri, 22 Jan 2016 11:05:07 +0000 [thread overview]
Message-ID: <82F45D86ADE5454A95A89742C8D1410E031BC736@shsmsx102.ccr.corp.intel.com> (raw)
In-Reply-To: <1453429940-7376-1-git-send-email-jingguox.fu@intel.com>
Minor change is needed: "Injection" can be "Injection Rate"
Thanks
Qian
-----Original Message-----
From: Fu, JingguoX
Sent: Friday, January 22, 2016 10:32 AM
To: dts@dpdk.org
Cc: Liu, Yong; Xu, Qian Q; Fu, JingguoX
Subject: [DTS][PATCH] virtio: update virtio data table head title format
1. "RecvPackets" ==> "Injection",
2. "SendPackets" ==> "Throughput"
modified: tests/TestSuite_vhost_cuse_one_copy_one_vm.py
tests/TestSuite_vhost_user_one_copy_one_vm.py
Signed-off-by: Jingguo Fu <jingguox.fu@intel.com>
---
tests/TestSuite_vhost_cuse_one_copy_one_vm.py | 2 +- tests/TestSuite_vhost_user_one_copy_one_vm.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/TestSuite_vhost_cuse_one_copy_one_vm.py b/tests/TestSuite_vhost_cuse_one_copy_one_vm.py
index 22d531c..007ac37 100644
--- a/tests/TestSuite_vhost_cuse_one_copy_one_vm.py
+++ b/tests/TestSuite_vhost_cuse_one_copy_one_vm.py
@@ -116,7 +116,7 @@ class TestVhostCuseOneCopyOneVm(TestCase, IxiaPacketGenerator):
self.virtio_cmd_params = \
'csum=off,gso=off,guest_csum=off,guest_tso4=off,guest_tso6=off,guest_ecn=off'
# Define the table columns
- self.header_row = ["FrameSize(B)", "RecvPackets(Mpps)", "SendPackets(Mpps)", "LineRate(%)"]
+ self.header_row = ["FrameSize(B)", "Injection(Mpps)",
+ "Throughput(Mpps)", "LineRate(%)"]
self.memory_channel = 4
def set_up(self):
diff --git a/tests/TestSuite_vhost_user_one_copy_one_vm.py b/tests/TestSuite_vhost_user_one_copy_one_vm.py
index e06d8e9..7352a35 100644
--- a/tests/TestSuite_vhost_user_one_copy_one_vm.py
+++ b/tests/TestSuite_vhost_user_one_copy_one_vm.py
@@ -108,7 +108,7 @@ class TestVhostUserOneCopyOneVm(TestCase, IxiaPacketGenerator):
self.dst2 = "192.168.4.1"
self.vm_dut = None
- self.header_row = ["FrameSize(B)", "RecvPackets(Mpps)", "SendPackets(Mpps)", "LineRate(%)"]
+ self.header_row = ["FrameSize(B)", "Injection(Mpps)",
+ "Throughput(Mpps)", "LineRate(%)"]
self.memory_channel = 4
def set_up(self):
--
2.1.0
prev parent reply other threads:[~2016-01-22 11:05 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-22 2:32 Jingguo Fu
2016-01-22 9:10 ` Liu, Yong
2016-01-22 11:05 ` Xu, Qian Q [this message]
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=82F45D86ADE5454A95A89742C8D1410E031BC736@shsmsx102.ccr.corp.intel.com \
--to=qian.q.xu@intel.com \
--cc=dts@dpdk.org \
--cc=jingguox.fu@intel.com \
/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).