From: lingwei <weix.ling@intel.com> To: dts@dpdk.org Cc: lingwei <weix.ling@intel.com> Subject: [dts] [PATCH V1] tests/vm2vm_virtio_user: sync CBDMA case code with test plan Date: Wed, 16 Dec 2020 00:33:05 +0800 Message-ID: <20201215163305.14675-1-weix.ling@intel.com> (raw) sync CBDMA case code with test plan Signed-off-by: lingwei <weix.ling@intel.com> --- tests/TestSuite_vm2vm_virtio_user.py | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/tests/TestSuite_vm2vm_virtio_user.py b/tests/TestSuite_vm2vm_virtio_user.py index 910552c0..15c1f347 100644 --- a/tests/TestSuite_vm2vm_virtio_user.py +++ b/tests/TestSuite_vm2vm_virtio_user.py @@ -132,8 +132,8 @@ class TestVM2VMVirtioUser(TestCase): launch the testpmd as virtio with vhost_net0 and start to send 251 small packets with diff burst """ - eal_params = ' --socket-mem {} --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net0,queues=1,' \ - '{},queue_size={} '.format(self.socket_mem, path_mode, ringsize) + eal_params = ' --socket-mem {} --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net0,queues={},' \ + '{},queue_size={} '.format(self.socket_mem, self.queue_num, path_mode, ringsize) if self.check_2M_env: eal_params += " --single-file-segments" if 'vectorized_path' in self.running_case: @@ -152,8 +152,8 @@ class TestVM2VMVirtioUser(TestCase): launch the testpmd as virtio with vhost_net0 and start to send 251 small packets with diff burst """ - eal_params = ' --socket-mem {} --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net0,' \ - 'queues={},{},queue_size={} '.format(self.socket_mem, self.queue_num, path_mode, ringsize) + eal_params = ' --socket-mem {} --vdev=net_virtio_user0,mac=00:01:02:03:04:05,path=./vhost-net0,queues={},' \ + '{},queue_size={} '.format(self.socket_mem, self.queue_num, path_mode, ringsize) if self.check_2M_env: eal_params += " --single-file-segments " params = "--nb-cores=1 --txd={} --rxd={} {}".format(ringsize, ringsize, extern_params) @@ -676,14 +676,14 @@ class TestVM2VMVirtioUser(TestCase): large_2k_pkts_num = 10 self.queue_num=2 self.nopci=False - path_mode = 'packed_vq=0,mrg_rxbuf=1,in_order=1,server=0' + path_mode = 'server=1,packed_vq=0,mrg_rxbuf=1,in_order=1' ringsize = 4096 extern_params = '--rxq=2 --txq=2' # get dump pcap file of virtio # the virtio0 will send 283 pkts, but the virtio only will received 252 pkts self.logger.info('check pcap file info about virtio') - vdevs = f"--vdev 'eth_vhost0,iface=vhost-net0,queues=2,client=0,dmas=[txq0@{self.cbdma_dev_infos[0]};txq1@{self.cbdma_dev_infos[1]}],dmathr=512' " \ - f"--vdev 'eth_vhost1,iface=vhost-net1,queues=2,client=0,dmas=[txq0@{self.cbdma_dev_infos[2]};txq1@{self.cbdma_dev_infos[3]}],dmathr=512'" + vdevs = f"--vdev 'eth_vhost0,iface=vhost-net0,queues=2,client=1,dmas=[txq0@{self.cbdma_dev_infos[0]};txq1@{self.cbdma_dev_infos[1]}],dmathr=512' " \ + f"--vdev 'eth_vhost1,iface=vhost-net1,queues=2,client=1,dmas=[txq0@{self.cbdma_dev_infos[2]};txq1@{self.cbdma_dev_infos[3]}],dmathr=512'" self.get_dump_file_of_virtio_user_cbdma(path_mode, extern_params, ringsize, vdevs) self.send_8k_pkt() @@ -713,14 +713,14 @@ class TestVM2VMVirtioUser(TestCase): large_2k_pkts_num = 394 self.queue_num=2 self.nopci=False - path_mode = 'packed_vq=0,mrg_rxbuf=1,in_order=0,server=0' + path_mode = 'server=1,packed_vq=0,mrg_rxbuf=1,in_order=0' ringsize = 4096 extern_params = '--rxq=2 --txq=2' # get dump pcap file of virtio # the virtio0 will send 283 pkts, but the virtio only will received 252 pkts self.logger.info('check pcap file info about virtio') - vdevs = f"--vdev 'eth_vhost0,iface=vhost-net0,queues=2,client=0,dmas=[txq0@{self.cbdma_dev_infos[0]};txq1@{self.cbdma_dev_infos[1]}],dmathr=512' " \ - f"--vdev 'eth_vhost1,iface=vhost-net1,queues=2,client=0,dmas=[txq0@{self.cbdma_dev_infos[2]};txq1@{self.cbdma_dev_infos[3]}],dmathr=512'" + vdevs = f"--vdev 'eth_vhost0,iface=vhost-net0,queues=2,client=1,dmas=[txq0@{self.cbdma_dev_infos[0]};txq1@{self.cbdma_dev_infos[1]}],dmathr=512' " \ + f"--vdev 'eth_vhost1,iface=vhost-net1,queues=2,client=1,dmas=[txq0@{self.cbdma_dev_infos[2]};txq1@{self.cbdma_dev_infos[3]}],dmathr=512'" self.get_dump_file_of_virtio_user_cbdma(path_mode, extern_params, ringsize, vdevs) self.send_multiple_pkt_with_8k54_2k394() -- 2.17.1
reply other threads:[~2020-12-15 8:37 UTC|newest] Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20201215163305.14675-1-weix.ling@intel.com \ --to=weix.ling@intel.com \ --cc=dts@dpdk.org \ /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
test suite reviews and discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://inbox.dpdk.org/dts/0 dts/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 dts dts/ http://inbox.dpdk.org/dts \ dts@dpdk.org public-inbox-index dts Example config snippet for mirrors. Newsgroup available over NNTP: nntp://inbox.dpdk.org/inbox.dpdk.dts AGPL code for this site: git clone https://public-inbox.org/public-inbox.git