From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 2AC5A8F9B for ; Fri, 22 Jan 2016 12:05:17 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP; 22 Jan 2016 03:05:16 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,330,1449561600"; d="scan'208";a="866097749" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga001.jf.intel.com with ESMTP; 22 Jan 2016 03:05:10 -0800 Received: from fmsmsx119.amr.corp.intel.com (10.18.124.207) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 22 Jan 2016 03:05:09 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX119.amr.corp.intel.com (10.18.124.207) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 22 Jan 2016 03:05:09 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.172]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.209]) with mapi id 14.03.0248.002; Fri, 22 Jan 2016 19:05:07 +0800 From: "Xu, Qian Q" To: "Fu, JingguoX" , "dts@dpdk.org" Thread-Topic: [DTS][PATCH] virtio: update virtio data table head title format Thread-Index: AQHRVL0p/ddWnxQGYk+3yf+9Yxu4CZ8HX2Lg Date: Fri, 22 Jan 2016 11:05:07 +0000 Message-ID: <82F45D86ADE5454A95A89742C8D1410E031BC736@shsmsx102.ccr.corp.intel.com> References: <1453429940-7376-1-git-send-email-jingguox.fu@intel.com> In-Reply-To: <1453429940-7376-1-git-send-email-jingguox.fu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTY4YTYwMzItNzBjMC00NWE2LTg5NmQtOGE0YTAwNTYwNDExIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjQuMTAuMTkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiUFVvbHRVbjdqOG9wOWN0ZSt0dGFUblFcLzYxZVZ3WGZ0SXpaSGh1OVwvVmxFPSJ9 x-ctpclassification: CTP_IC x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [DTS][PATCH] virtio: update virtio data table head title format X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2016 11:05:17 -0000 Minor change is needed: "Injection" can be "Injection Rate" Thanks Qian -----Original Message----- From: Fu, JingguoX=20 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" =3D=3D> "Injection", 2. "SendPackets" =3D=3D> "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 --- tests/TestSuite_vhost_cuse_one_copy_one_vm.py | 2 +- tests/TestSuite_vhos= t_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/TestSuit= e_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, IxiaPacketGen= erator): self.virtio_cmd_params =3D \ 'csum=3Doff,gso=3Doff,guest_csum=3Doff,guest_tso4=3Doff,guest_tso6= =3Doff,guest_ecn=3Doff' # Define the table columns - self.header_row =3D ["FrameSize(B)", "RecvPackets(Mpps)", "SendPac= kets(Mpps)", "LineRate(%)"] + self.header_row =3D ["FrameSize(B)", "Injection(Mpps)",=20 + "Throughput(Mpps)", "LineRate(%)"] self.memory_channel =3D 4 =20 def set_up(self): diff --git a/tests/TestSuite_vhost_user_one_copy_one_vm.py b/tests/TestSuit= e_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, IxiaPacketGen= erator): self.dst2 =3D "192.168.4.1" self.vm_dut =3D None =20 - self.header_row =3D ["FrameSize(B)", "RecvPackets(Mpps)", "SendPac= kets(Mpps)", "LineRate(%)"] + self.header_row =3D ["FrameSize(B)", "Injection(Mpps)",=20 + "Throughput(Mpps)", "LineRate(%)"] self.memory_channel =3D 4 =20 def set_up(self): -- 2.1.0