From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4F2A9A0487 for ; Tue, 2 Jul 2019 09:42:13 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 15E175B3A; Tue, 2 Jul 2019 09:42:13 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 3C02C5B34 for ; Tue, 2 Jul 2019 09:42:11 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Jul 2019 00:32:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,442,1557212400"; d="scan'208";a="190542763" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga002.fm.intel.com with ESMTP; 02 Jul 2019 00:32:05 -0700 Received: from fmsmsx114.amr.corp.intel.com (10.18.116.8) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 2 Jul 2019 00:32:05 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX114.amr.corp.intel.com (10.18.116.8) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 2 Jul 2019 00:32:04 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.134]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.22]) with mapi id 14.03.0439.000; Tue, 2 Jul 2019 15:32:03 +0800 From: "Ma, LihongX" To: "Wang, Yinan" , "dts@dpdk.org" Thread-Topic: [dts][PATCH V2 2/2][virtio container] tests: add testsuite virtio user for container Thread-Index: AQHVLLYUr5mkfAARQUaTTaqso6ulVKauo/oAgAhTBEA= Date: Tue, 2 Jul 2019 07:32:02 +0000 Message-ID: References: <1561592326-2619-1-git-send-email-lihongx.ma@intel.com> <1561592326-2619-2-git-send-email-lihongx.ma@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V2 2/2][virtio container] tests: add testsuite virtio user for container 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" Tested-by:lihong -----Original Message----- From: Wang, Yinan=20 Sent: Thursday, June 27, 2019 4:25 PM To: Ma, LihongX ; dts@dpdk.org Subject: RE: [dts][PATCH V2 2/2][virtio container] tests: add testsuite vir= tio user for container Acked-by: Wang, Yinan > -----Original Message----- > From: Ma, LihongX > Sent: 2019=1B$BG/=1B(B6=1B$B7n=1B(B27=1B$BF|=1B(B 7:39 > To: dts@dpdk.org > Cc: Wang, Yinan ; Ma, LihongX=20 > > Subject: [dts][PATCH V2 2/2][virtio container] tests: add testsuite=20 > virtio user for container >=20 > Signed-off-by: lihong > --- > ...stSuite_virtio_user_for_container_networking.py | 210 > +++++++++++++++++++++ > 1 file changed, 210 insertions(+) > create mode 100644=20 > tests/TestSuite_virtio_user_for_container_networking.py >=20 > diff --git a/tests/TestSuite_virtio_user_for_container_networking.py > b/tests/TestSuite_virtio_user_for_container_networking.py > new file mode 100644 > index 0000000..c914a88 > --- /dev/null > +++ b/tests/TestSuite_virtio_user_for_container_networking.py > @@ -0,0 +1,210 @@ > +# BSD LICENSE > +# > +# Copyright(c) <2019> Intel Corporation. > +# All rights reserved. > +# > +# Redistribution and use in source and binary forms, with or without=20 > +# modification, are permitted provided that the following conditions=20 > +# are met: > +# > +# * Redistributions of source code must retain the above copyright > +# notice, this list of conditions and the following disclaimer. > +# * Redistributions in binary form must reproduce the above copyright > +# notice, this list of conditions and the following disclaimer in > +# the documentation and/or other materials provided with the > +# distribution. > +# * Neither the name of Intel Corporation nor the names of its > +# contributors may be used to endorse or promote products derived > +# from this software without specific prior written permission. > +# > +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND > CONTRIBUTORS # > +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT #=20 > +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR > # > +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT > # > +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, > # > +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT #=20 > +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, > # > +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON > ANY # > +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT #=20 > +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE > USE # > +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. > + > +""" > +DPDK Test suite. > +Virtio user for container networking > +""" > + > +import utils > +import time > +from test_case import TestCase > +from settings import HEADER_SIZE > +from pktgen import PacketGeneratorHelper > + > + > +class TestVirtioUserForContainer(TestCase): > + > + def set_up_all(self): > + """ > + Run at the start of each test suite. > + """ > + self.frame_sizes =3D [64, 128, 256, 512, 1024, 1518] > + self.queue_number =3D 1 > + self.nb_cores =3D 1 > + self.dut_ports =3D self.dut.get_ports() > + self.mem_channels =3D self.dut.get_memory_channels() > + self.ports_socket =3D self.dut.get_numa_id(self.dut_ports[0]) > + self.cores_num =3D len([n for n in self.dut.cores if int(n['sock= et']) =3D=3D > + self.ports_socket]) > + self.verify(len(self.dut_ports) >=3D 1, 'Insufficient ports for = testing') > + self.headers_size =3D HEADER_SIZE['eth'] + HEADER_SIZE['ip'] +=20 > + HEADER_SIZE['udp'] > + > + self.verify('docker_image' in self.get_suite_cfg(), > + 'Pls config docker image in the conf %s' % self.suite_na= me) > + self.docker_image =3D self.get_suite_cfg()['docker_image'] > + self.container_base_dir =3D self.dut.base_dir > + self.container_base_dir =3D self.container_base_dir.replace('~',= '/root') > + self.logger.info("You can config packet_size in file %s.cfg,"=20 > + % > self.suite_name + \ > + " in region 'suite' like packet_sizes=3D[64, 128= , 256]") > + if 'packet_sizes' in self.get_suite_cfg(): > + self.frame_sizes =3D self.get_suite_cfg()['packet_sizes'] > + # create an instance to set stream field setting > + self.pktgen_helper =3D PacketGeneratorHelper() > + > + def set_up(self): > + """ > + Run before each test case. > + """ > + self.dut.send_expect('rm -rf ./vhost-net*', '# ') > + self.dut.send_expect('killall -s INT testpmd', '# ') > + self.vhost_user =3D self.dut.new_session(suite=3D'vhost-user') > + self.virtio_user =3D self.dut.new_session(suite=3D'virtio-user') > + # Prepare the result table > + self.virtio_mac =3D '00:11:22:33:44:10' > + self.table_header =3D ['Frame'] > + self.table_header.append('Mode') > + self.table_header.append('Mpps') > + self.table_header.append('Queue Num') > + self.table_header.append('% linerate') > + self.result_table_create(self.table_header) > + > + def get_core_mask(self): > + core_config =3D '1S/%dC/1T' % (self.nb_cores*2 + 2) > + self.verify(self.cores_num >=3D (self.nb_cores*2 + 2), > + 'There has not enought cores to test this case %s' % > + self.running_case) > + core_list =3D self.dut.get_core_list( > + core_config, socket=3Dself.ports_socket) > + core_list_vhost_user =3D core_list[0:self.nb_cores+1] > + core_list_virtio_user =3D core_list[self.nb_cores+1:self.nb_core= s*2+2] > + self.core_mask_vhost_user =3D utils.create_mask(core_list_vhost_= user) > + self.core_mask_virtio_user =3D > + utils.create_mask(core_list_virtio_user) > + > + def send_and_verify(self): > + """ > + Send packet with packet generator and verify > + """ > + for frame_size in self.frame_sizes: > + payload_size =3D frame_size - self.headers_size > + tgen_input =3D [] > + rx_port =3D self.tester.get_local_port(self.dut_ports[0]) > + tx_port =3D self.tester.get_local_port(self.dut_ports[0]) > + self.tester.scapy_append( > + 'wrpcap("vhost.pcap", > [Ether(dst=3D"%s")/IP()/UDP()/("X"*%d)])' % > + (self.virtio_mac, payload_size)) > + tgen_input.append((tx_port, rx_port, "vhost.pcap")) > + > + self.tester.scapy_execute() > + self.tester.pktgen.clear_streams() > + streams =3D > self.pktgen_helper.prepare_stream_from_tginput(tgen_input, 100, > + None, self.tester.pktgen) > + _, pps =3D > self.tester.pktgen.measure_throughput(stream_ids=3Dstreams) > + Mpps =3D pps / 1000000.0 > + self.verify(Mpps > 0, '%s can not receive packets of=20 > + frame size %d' % > (self.running_case, frame_size)) > + throughput =3D Mpps * 100 / \ > + float(self.wirespeed(self.nic, frame_size, 1)) > + > + results_row =3D [frame_size] > + results_row.append('virtio in container') > + results_row.append(Mpps) > + results_row.append(self.queue_number) > + results_row.append(throughput) > + self.result_table_add(results_row) > + > + def launch_testpmd_as_vhost(self): > + """ > + start testpmd as vhost > + """ > + command_line_client =3D self.dut.target + '/app/testpmd ' + \ > + '-c %s -n %d --socket-mem 1024,1024 > --file-prefix=3Dvhost ' + \ > + '--vdev > "net_vhost0,iface=3Dvhost-net,queues=3D%d,client=3D0" ' + \ > + '-- -i --nb-cores=3D%d' > + command_line_client =3D command_line_client % > (self.core_mask_vhost_user, > + self.mem_channels, > self.queue_number, > + self.nb_cores) > + self.vhost_user.send_expect(command_line_client, 'testpmd> ', 30= ) > + self.vhost_user.send_expect('start', 'testpmd> ', 30) > + > + def launch_testpmd_as_virtio_in_container(self): > + """ > + start testpmd as virtio > + """ > + command_line_user =3D 'docker run -i -t --privileged > -v %s/vhost-net:/tmp/vhost-net ' + \ > + '-v /mnt/huge:/dev/hugepages ' + \ > + '-v %s:%s %s .%s/%s/app/testpmd -c %s -n %d = ' > + \ > + '-m 1024 --no-pci --file-prefix=3Dcontainer= =20 > + ' + \ > + > '--vdev=3Dvirtio_user0,mac=3D00:11:22:33:44:10,path=3D/tmp/vhost-net,queu= es=3D%d ' > + \ > + '-- -i --rxq=3D%d --txq=3D%d --nb-cores=3D%d= ' > + command_line_user =3D command_line_user % > (self.container_base_dir, > + self.container_base_dir, self.container_base_dir, > self.docker_image, > + self.container_base_dir, self.dut.target, > self.core_mask_virtio_user, > + self.mem_channels, self.queue_number, self.queue_number, > + self.queue_number, self.nb_cores) > + self.virtio_user.send_expect(command_line_user, 'testpmd> ', 120= ) > + self.virtio_user.send_expect('start', 'testpmd> ', 120) > + > + def close_all_apps(self): > + """ > + close testpmd and vhost-switch > + """ > + self.virtio_user.send_expect('quit', '# ', 60) > + self.vhost_user.send_expect('quit', '# ', 60) > + self.dut.close_session(self.vhost_user) > + self.dut.close_session(self.virtio_user) > + > + def test_perf_packet_fwd_for_container(self): > + """ > + packet forward test for container networking > + """ > + self.queue_number =3D 1 > + self.nb_cores =3D 1 > + self.get_core_mask() > + self.launch_testpmd_as_vhost() > + self.launch_testpmd_as_virtio_in_container() > + self.send_and_verify() > + self.result_table_print() > + self.close_all_apps() > + > + def test_perf_packet_fwd_with_multi_queues_for_container(self): > + """ > + packet forward with multi-queues for container networking > + """ > + self.queue_number =3D 2 > + self.nb_cores =3D 2 > + self.get_core_mask() > + self.launch_testpmd_as_vhost() > + self.launch_testpmd_as_virtio_in_container() > + self.send_and_verify() > + self.result_table_print() > + self.close_all_apps() > + > + def tear_down(self): > + """ > + Run after each test case. > + """ > + self.dut.send_expect('killall -s INT testpmd', '# ') > + > + def tear_down_all(self): > + """ > + Run after each test suite. > + """ > + pass > -- > 2.7.4