test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [DTS][PATCH] virtio: update virtio data table head title format
@ 2016-01-22  2:32 Jingguo Fu
  2016-01-22  9:10 ` Liu, Yong
  2016-01-22 11:05 ` Xu, Qian Q
  0 siblings, 2 replies; 3+ messages in thread
From: Jingguo Fu @ 2016-01-22  2:32 UTC (permalink / raw)
  To: dts; +Cc: Jingguo Fu

	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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dts] [DTS][PATCH] virtio: update virtio data table head title format
  2016-01-22  2:32 [dts] [DTS][PATCH] virtio: update virtio data table head title format Jingguo Fu
@ 2016-01-22  9:10 ` Liu, Yong
  2016-01-22 11:05 ` Xu, Qian Q
  1 sibling, 0 replies; 3+ messages in thread
From: Liu, Yong @ 2016-01-22  9:10 UTC (permalink / raw)
  To: Jingguo Fu, dts

Rejected, has been included  by [DTS][PATCH V2 3/3] virtio: update vhost 
cuse and user one vm cases.

On 01/22/2016 10:32 AM, Jingguo Fu wrote:
> 	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):

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dts] [DTS][PATCH] virtio: update virtio data table head title format
  2016-01-22  2:32 [dts] [DTS][PATCH] virtio: update virtio data table head title format Jingguo Fu
  2016-01-22  9:10 ` Liu, Yong
@ 2016-01-22 11:05 ` Xu, Qian Q
  1 sibling, 0 replies; 3+ messages in thread
From: Xu, Qian Q @ 2016-01-22 11:05 UTC (permalink / raw)
  To: Fu, JingguoX, dts

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-01-22 11:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-22  2:32 [dts] [DTS][PATCH] virtio: update virtio data table head title format Jingguo Fu
2016-01-22  9:10 ` Liu, Yong
2016-01-22 11:05 ` Xu, Qian Q

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).