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 C40B18E89 for ; Fri, 22 Jan 2016 10:08:29 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP; 22 Jan 2016 01:08:28 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,330,1449561600"; d="scan'208";a="866041291" Received: from stv-crb-56.sh.intel.com (HELO [10.239.128.116]) ([10.239.128.116]) by orsmga001.jf.intel.com with ESMTP; 22 Jan 2016 01:08:27 -0800 Message-ID: <56A1F20E.4060505@intel.com> Date: Fri, 22 Jan 2016 17:10:38 +0800 From: "Liu, Yong" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Jingguo Fu , dts@dpdk.org References: <1453429940-7376-1-git-send-email-jingguox.fu@intel.com> In-Reply-To: <1453429940-7376-1-git-send-email-jingguox.fu@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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 09:08:30 -0000 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 > --- > 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):