From: "Zhu, ShuaiX" <shuaix.zhu@intel.com>
To: "Zhu, WenhuiX" <wenhuix.zhu@intel.com>, "dts@dpdk.org" <dts@dpdk.org>
Cc: "Zhu, WenhuiX" <wenhuix.zhu@intel.com>,
"Zhu, ShuaiX" <shuaix.zhu@intel.com>
Subject: Re: [dts] [PATCH V1] tests/pvp_virtio_user_4k_pages:add set fwd mac
Date: Tue, 17 Sep 2019 08:44:31 +0000 [thread overview]
Message-ID: <4DC48DF9BDA3E54A836D2D3C057DEC6F0BB8C462@SHSMSX103.ccr.corp.intel.com> (raw)
In-Reply-To: <1568709388-12092-3-git-send-email-wenhuix.zhu@intel.com>
[-- Attachment #1: Type: text/plain, Size: 1269 bytes --]
Tested-by: Zhu, ShuaiX <shuaix.zhu@intel.com>
> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhuwenhui
> Sent: Tuesday, September 17, 2019 4:36 PM
> To: dts@dpdk.org
> Cc: Zhu, WenhuiX <wenhuix.zhu@intel.com>
> Subject: [dts] [PATCH V1] tests/pvp_virtio_user_4k_pages:add set fwd mac
>
> Set fwd mac to make the receiving packet normal.
>
> Signed-off-by: zhuwenhui <wenhuix.zhu@intel.com>
> ---
> tests/TestSuite_pvp_virtio_user_4k_pages.py | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/tests/TestSuite_pvp_virtio_user_4k_pages.py
> b/tests/TestSuite_pvp_virtio_user_4k_pages.py
> index 11079a4..b170d95 100644
> --- a/tests/TestSuite_pvp_virtio_user_4k_pages.py
> +++ b/tests/TestSuite_pvp_virtio_user_4k_pages.py
> @@ -150,6 +150,7 @@ class TestPVPVirtioWith2Mhuge(TestCase):
> command_line_user = command_line_user % (self.target,
> self.mem_channels, self.core_mask_virtio_user)
> self.virtio_user.send_expect(command_line_user, "testpmd> ", 120)
> + self.virtio_user.send_expect("set fwd mac", "testpmd> ", 120)
> self.virtio_user.send_expect("start", "testpmd> ", 120)
>
> def prepare_tmpfs_for_4k(self):
> --
> 2.17.2
[-- Attachment #2: TestPvpVirtioUser4kPages.log --]
[-- Type: application/octet-stream, Size: 37050 bytes --]
17/09/2019 01:03:27 dts:
TEST SUITE : TestPvpVirtioUser4kPages
17/09/2019 01:03:27 dts: NIC : fortville_eagle
17/09/2019 01:03:27 dut.10.238.54.213:
17/09/2019 01:03:27 tester:
17/09/2019 01:03:27 dut.10.238.54.213: modprobe vfio-pci
17/09/2019 01:03:28 dut.10.238.54.213:
17/09/2019 01:03:29 TestPvpVirtioUser4kPages: You can config packet_size in file pvp_virtio_user_4k_pages.cfg, in region 'suite' like packet_sizes=[64, 128, 256]
17/09/2019 01:03:29 tester: ls -d /tmp/pvp_virtio_user_4k_pages
17/09/2019 01:03:29 tester: /tmp/pvp_virtio_user_4k_pages
17/09/2019 01:03:29 TestPvpVirtioUser4kPages: Test Case test_perf_pvp_virtio_user_with_4K_pages Begin
17/09/2019 01:03:29 dut.10.238.54.213:
17/09/2019 01:03:29 tester:
17/09/2019 01:03:29 dut.10.238.54.213: rm -rf ./vhost-net*
17/09/2019 01:03:29 dut.10.238.54.213:
17/09/2019 01:03:29 dut.10.238.54.213: killall -s INT testpmd
17/09/2019 01:03:29 dut.10.238.54.213: testpmd: no process found
17/09/2019 01:03:35 dut.10.238.54.213: mkdir -p /mnt/tmpfs_nohuge
17/09/2019 01:03:35 dut.10.238.54.213:
17/09/2019 01:03:35 dut.10.238.54.213: mount tmpfs /mnt/tmpfs_nohuge -t tmpfs -o size=4G
17/09/2019 01:03:35 dut.10.238.54.213:
17/09/2019 01:03:37 pktgen: test port 2 map gen port 0
17/09/2019 01:03:37 pktgen: test port 2 map gen port 0
17/09/2019 01:03:37 pktgen: {'arp': '-',
u'description': u'Ethernet Controller X710 for 10GbE SFP+',
'dest': u'3c:fd:fe:ca:dd:38',
u'driver': u'net_i40e',
'fc': 'none',
'fc_supported': 'no',
'grat_arp': 'off',
u'hw_mac': u'3c:fd:fe:ca:f3:58',
u'index': 0,
u'is_fc_supported': False,
u'is_led_supported': True,
u'is_link_supported': True,
u'is_prom_supported': True,
u'is_virtual': 'no',
'layer_mode': 'Ethernet',
'led_change_supported': 'yes',
'link': 'UP',
'link_change_supported': 'yes',
'mult': 'off',
u'numa': 0,
u'pci_addr': u'0000:1a:00.0',
'prom': 'off',
'prom_supported': 'yes',
u'rx': {u'caps': [u'flow_stats', u'latency'], u'counters': 127},
'rx_filter_mode': 'hardware match',
'rx_queue': 'off',
'speed': 10,
'src_ipv4': '-',
'src_mac': u'3c:fd:fe:ca:f3:58',
'status': 'IDLE',
u'supp_speeds': [1000, 10000],
'vlan': '-'}
17/09/2019 01:03:37 pktgen: trex port <0> not support flow control
17/09/2019 01:03:37 pktgen: begin traffic ......
17/09/2019 01:03:47 pktgen: {0: {'ibytes': 1467869184,
'ierrors': 0,
'ipackets': 22935469,
'obytes': 9501913344,
'oerrors': 0,
'opackets': 148467408,
'rx_bps': 1183707776.0,
'rx_bps_L1': 1553617056.0,
'rx_pps': 2311933.0,
'rx_util': 15.53617056,
'tx_bps': 7604988928.0,
'tx_bps_L1': 9981547648.0,
'tx_pps': 14853492.0,
'tx_util': 99.81547648},
1: {'ibytes': 0,
'ierrors': 0,
'ipackets': 0,
'obytes': 0,
'oerrors': 0,
'opackets': 0,
'rx_bps': 0.0,
'rx_bps_L1': 0,
'rx_pps': 0.0,
'rx_util': 0.0,
'tx_bps': 0.0,
'tx_bps_L1': 0,
'tx_pps': 0.0,
'tx_util': 0.0},
'flow_stats': {},
'global': {'bw_per_core': 30.4,
'cpu_util': 12.5,
'queue_full': 208547,
'rx_bps': 1183707776.0,
'rx_cpu_util': 0.0,
'rx_drop_bps': 6421281280.0,
'rx_pps': 2311933.0,
'tx_bps': 7604988928.0,
'tx_pps': 14853492.0},
'latency': {},
'total': {'ibytes': 1467869184,
'ierrors': 0,
'ipackets': 22935469,
'obytes': 9501913344,
'oerrors': 0,
'opackets': 148467408,
'rx_bps': 1183707776.0,
'rx_bps_L1': 1553617056.0,
'rx_pps': 2311933.0,
'rx_util': 15.53617056,
'tx_bps': 7604988928.0,
'tx_bps_L1': 9981547648.0,
'tx_pps': 14853492.0,
'tx_util': 99.81547648}}
17/09/2019 01:04:22 pktgen: {'options': {'pcap': '/tmp/pvp_virtio_user_4k_pages/vhost.pcap',
'stream_config': {'rate': 100,
'transmit_mode': 'continuous',
'txmode': {}}},
'pcap_file': '/tmp/pvp_virtio_user_4k_pages/vhost.pcap',
'rx_port': 0,
'tx_port': 0}
17/09/2019 01:04:22 pktgen: {0: {'ibytes': 2947737024,
'ierrors': 0,
'ipackets': 46058391,
'obytes': 19047633152,
'oerrors': 0,
'opackets': 297619268,
'rx_bps': 104.7,
'rx_bps_L1': 137.42,
'rx_pps': 0.2045,
'rx_util': 1.3742e-06,
'tx_bps': 674.5,
'tx_bps_L1': 885.22,
'tx_pps': 1.317,
'tx_util': 8.8522e-06},
1: {'ibytes': 0,
'ierrors': 0,
'ipackets': 0,
'obytes': 0,
'oerrors': 0,
'opackets': 0,
'rx_bps': 0.0,
'rx_bps_L1': 0,
'rx_pps': 0.0,
'rx_util': 0.0,
'tx_bps': 0.0,
'tx_bps_L1': 0,
'tx_pps': 0.0,
'tx_util': 0.0},
'flow_stats': {},
'global': {'bw_per_core': 0.002568,
'cpu_util': 0.01313,
'queue_full': 208547,
'rx_bps': 104.7,
'rx_cpu_util': 0.0,
'rx_drop_bps': 569.8,
'rx_pps': 0.2045,
'tx_bps': 674.5,
'tx_pps': 1.317},
'latency': {},
'total': {'ibytes': 2947737024,
'ierrors': 0,
'ipackets': 46058391,
'obytes': 19047633152,
'oerrors': 0,
'opackets': 297619268,
'rx_bps': 104.7,
'rx_bps_L1': 137.42,
'rx_pps': 0.2045,
'rx_util': 1.3742e-06,
'tx_bps': 674.5,
'tx_bps_L1': 885.22,
'tx_pps': 1.317,
'tx_util': 8.8522e-06}}
17/09/2019 01:04:22 pktgen: {'ibytes': 1467869184,
'ierrors': 0,
'ipackets': 22935469,
'obytes': 9501913344,
'oerrors': 0,
'opackets': 148467408,
'rx_bps': 1183707776.0,
'rx_bps_L1': 1553617056.0,
'rx_pps': 2311933.0,
'rx_util': 15.53617056,
'tx_bps': 7604988928.0,
'tx_bps_L1': 9981547648.0,
'tx_pps': 14853492.0,
'tx_util': 99.81547648}
17/09/2019 01:04:22 pktgen: Tx Port 0 stats:
tx_port: 0, tx_bps: 7604988928.000000, tx_pps: 14853492.000000
17/09/2019 01:04:22 pktgen: {'ibytes': 1467869184,
'ierrors': 0,
'ipackets': 22935469,
'obytes': 9501913344,
'oerrors': 0,
'opackets': 148467408,
'rx_bps': 1183707776.0,
'rx_bps_L1': 1553617056.0,
'rx_pps': 2311933.0,
'rx_util': 15.53617056,
'tx_bps': 7604988928.0,
'tx_bps_L1': 9981547648.0,
'tx_pps': 14853492.0,
'tx_util': 99.81547648}
17/09/2019 01:04:22 pktgen: Rx Port 0 stats:
rx_port: 0, rx_bps: 1183707776.000000, rx_pps: 2311933.000000
17/09/2019 01:04:22 pktgen: throughput: pps_rx 2311933.000000, bps_rx 1183707776.000000
17/09/2019 01:04:22 pktgen: test port 2 map gen port 0
17/09/2019 01:04:22 pktgen: test port 2 map gen port 0
17/09/2019 01:04:22 pktgen: {'arp': '-',
u'description': u'Ethernet Controller X710 for 10GbE SFP+',
'dest': u'3c:fd:fe:ca:dd:38',
u'driver': u'net_i40e',
'fc': 'none',
'fc_supported': 'no',
'grat_arp': 'off',
u'hw_mac': u'3c:fd:fe:ca:f3:58',
u'index': 0,
u'is_fc_supported': False,
u'is_led_supported': True,
u'is_link_supported': True,
u'is_prom_supported': True,
u'is_virtual': 'no',
'layer_mode': 'Ethernet',
'led_change_supported': 'yes',
'link': 'UP',
'link_change_supported': 'yes',
'mult': 'off',
u'numa': 0,
u'pci_addr': u'0000:1a:00.0',
'prom': 'off',
'prom_supported': 'yes',
u'rx': {u'caps': [u'flow_stats', u'latency'], u'counters': 127},
'rx_filter_mode': 'hardware match',
'rx_queue': 'off',
'speed': 10,
'src_ipv4': '-',
'src_mac': u'3c:fd:fe:ca:f3:58',
'status': 'IDLE',
u'supp_speeds': [1000, 10000],
'vlan': '-'}
17/09/2019 01:04:22 pktgen: trex port <0> not support flow control
17/09/2019 01:04:22 pktgen: begin traffic ......
17/09/2019 01:04:32 pktgen: {0: {'ibytes': 2681275520,
'ierrors': 0,
'ipackets': 20947465,
'obytes': 10820049920,
'oerrors': 0,
'opackets': 84531647,
'rx_bps': 2133672576.0,
'rx_bps_L1': 2467058496.0,
'rx_pps': 2083662.0,
'rx_util': 24.67058496,
'tx_bps': 8650506240.0,
'tx_bps_L1': 10002147840.0,
'tx_pps': 8447760.0,
'tx_util': 100.02147839999999},
1: {'ibytes': 0,
'ierrors': 0,
'ipackets': 0,
'obytes': 0,
'oerrors': 0,
'opackets': 0,
'rx_bps': 0.0,
'rx_bps_L1': 0,
'rx_pps': 0.0,
'rx_util': 0.0,
'tx_bps': 0.0,
'tx_bps_L1': 0,
'tx_pps': 0.0,
'tx_util': 0.0},
'flow_stats': {},
'global': {'bw_per_core': 61.6,
'cpu_util': 7.016,
'queue_full': 0,
'rx_bps': 2133672576.0,
'rx_cpu_util': 0.0,
'rx_drop_bps': 6516832768.0,
'rx_pps': 2083662.0,
'tx_bps': 8650506240.0,
'tx_pps': 8447760.0},
'latency': {},
'total': {'ibytes': 2681275520,
'ierrors': 0,
'ipackets': 20947465,
'obytes': 10820049920,
'oerrors': 0,
'opackets': 84531647,
'rx_bps': 2133672576.0,
'rx_bps_L1': 2467058496.0,
'rx_pps': 2083662.0,
'rx_util': 24.67058496,
'tx_bps': 8650506240.0,
'tx_bps_L1': 10002147840.0,
'tx_pps': 8447760.0,
'tx_util': 100.02147839999999}}
17/09/2019 01:05:07 pktgen: {'options': {'pcap': '/tmp/pvp_virtio_user_4k_pages/vhost.pcap',
'stream_config': {'rate': 100,
'transmit_mode': 'continuous',
'txmode': {}}},
'pcap_file': '/tmp/pvp_virtio_user_4k_pages/vhost.pcap',
'rx_port': 0,
'tx_port': 0}
17/09/2019 01:05:07 pktgen: {0: {'ibytes': 5353451520,
'ierrors': 0,
'ipackets': 41823840,
'obytes': 21621629696,
'oerrors': 0,
'opackets': 168918982,
'rx_bps': 183.2,
'rx_bps_L1': 211.824,
'rx_pps': 0.1789,
'rx_util': 2.11824e-06,
'tx_bps': 740.4,
'tx_bps_L1': 856.096,
'tx_pps': 0.7231,
'tx_util': 8.56096e-06},
1: {'ibytes': 0,
'ierrors': 0,
'ipackets': 0,
'obytes': 0,
'oerrors': 0,
'opackets': 0,
'rx_bps': 0.0,
'rx_bps_L1': 0,
'rx_pps': 0.0,
'rx_util': 0.0,
'tx_bps': 0.0,
'tx_bps_L1': 0,
'tx_pps': 0.0,
'tx_util': 0.0},
'flow_stats': {},
'global': {'bw_per_core': 0.004987,
'cpu_util': 0.007424,
'queue_full': 0,
'rx_bps': 183.2,
'rx_cpu_util': 0.0,
'rx_drop_bps': 557.2,
'rx_pps': 0.1789,
'tx_bps': 740.4,
'tx_pps': 0.7231},
'latency': {},
'total': {'ibytes': 5353451520,
'ierrors': 0,
'ipackets': 41823840,
'obytes': 21621629696,
'oerrors': 0,
'opackets': 168918982,
'rx_bps': 183.2,
'rx_bps_L1': 211.824,
'rx_pps': 0.1789,
'rx_util': 2.11824e-06,
'tx_bps': 740.4,
'tx_bps_L1': 856.096,
'tx_pps': 0.7231,
'tx_util': 8.56096e-06}}
17/09/2019 01:05:07 pktgen: {'ibytes': 2681275520,
'ierrors': 0,
'ipackets': 20947465,
'obytes': 10820049920,
'oerrors': 0,
'opackets': 84531647,
'rx_bps': 2133672576.0,
'rx_bps_L1': 2467058496.0,
'rx_pps': 2083662.0,
'rx_util': 24.67058496,
'tx_bps': 8650506240.0,
'tx_bps_L1': 10002147840.0,
'tx_pps': 8447760.0,
'tx_util': 100.02147839999999}
17/09/2019 01:05:07 pktgen: Tx Port 0 stats:
tx_port: 0, tx_bps: 8650506240.000000, tx_pps: 8447760.000000
17/09/2019 01:05:07 pktgen: {'ibytes': 2681275520,
'ierrors': 0,
'ipackets': 20947465,
'obytes': 10820049920,
'oerrors': 0,
'opackets': 84531647,
'rx_bps': 2133672576.0,
'rx_bps_L1': 2467058496.0,
'rx_pps': 2083662.0,
'rx_util': 24.67058496,
'tx_bps': 8650506240.0,
'tx_bps_L1': 10002147840.0,
'tx_pps': 8447760.0,
'tx_util': 100.02147839999999}
17/09/2019 01:05:07 pktgen: Rx Port 0 stats:
rx_port: 0, rx_bps: 2133672576.000000, rx_pps: 2083662.000000
17/09/2019 01:05:07 pktgen: throughput: pps_rx 2083662.000000, bps_rx 2133672576.000000
17/09/2019 01:05:07 pktgen: test port 2 map gen port 0
17/09/2019 01:05:07 pktgen: test port 2 map gen port 0
17/09/2019 01:05:07 pktgen: {'arp': '-',
u'description': u'Ethernet Controller X710 for 10GbE SFP+',
'dest': u'3c:fd:fe:ca:dd:38',
u'driver': u'net_i40e',
'fc': 'none',
'fc_supported': 'no',
'grat_arp': 'off',
u'hw_mac': u'3c:fd:fe:ca:f3:58',
u'index': 0,
u'is_fc_supported': False,
u'is_led_supported': True,
u'is_link_supported': True,
u'is_prom_supported': True,
u'is_virtual': 'no',
'layer_mode': 'Ethernet',
'led_change_supported': 'yes',
'link': 'UP',
'link_change_supported': 'yes',
'mult': 'off',
u'numa': 0,
u'pci_addr': u'0000:1a:00.0',
'prom': 'off',
'prom_supported': 'yes',
u'rx': {u'caps': [u'flow_stats', u'latency'], u'counters': 127},
'rx_filter_mode': 'hardware match',
'rx_queue': 'off',
'speed': 10,
'src_ipv4': '-',
'src_mac': u'3c:fd:fe:ca:f3:58',
'status': 'IDLE',
u'supp_speeds': [1000, 10000],
'vlan': '-'}
17/09/2019 01:05:07 pktgen: trex port <0> not support flow control
17/09/2019 01:05:07 pktgen: begin traffic ......
17/09/2019 01:05:17 pktgen: {0: {'ibytes': 3877401600,
'ierrors': 0,
'ipackets': 15146100,
'obytes': 11584177408,
'oerrors': 0,
'opackets': 45250699,
'rx_bps': 3106143232.0,
'rx_bps_L1': 3348810944.0,
'rx_pps': 1516673.2,
'rx_util': 33.48810944,
'tx_bps': 9277971456.0,
'tx_bps_L1': 10002813056.0,
'tx_pps': 4530260.0,
'tx_util': 100.02813056},
1: {'ibytes': 0,
'ierrors': 0,
'ipackets': 0,
'obytes': 0,
'oerrors': 0,
'opackets': 0,
'rx_bps': 0.0,
'rx_bps_L1': 0,
'rx_pps': 0.0,
'rx_util': 0.0,
'tx_bps': 0.0,
'tx_bps_L1': 0,
'tx_pps': 0.0,
'tx_util': 0.0},
'flow_stats': {},
'global': {'bw_per_core': 125.3,
'cpu_util': 3.703,
'queue_full': 0,
'rx_bps': 3106143232.0,
'rx_cpu_util': 0.0,
'rx_drop_bps': 6171828224.0,
'rx_pps': 1516673.2,
'tx_bps': 9277971456.0,
'tx_pps': 4530260.0},
'latency': {},
'total': {'ibytes': 3877401600,
'ierrors': 0,
'ipackets': 15146100,
'obytes': 11584177408,
'oerrors': 0,
'opackets': 45250699,
'rx_bps': 3106143232.0,
'rx_bps_L1': 3348810944.0,
'rx_pps': 1516673.2,
'rx_util': 33.48810944,
'tx_bps': 9277971456.0,
'tx_bps_L1': 10002813056.0,
'tx_pps': 4530260.0,
'tx_util': 100.02813056}}
17/09/2019 01:05:52 pktgen: {'options': {'pcap': '/tmp/pvp_virtio_user_4k_pages/vhost.pcap',
'stream_config': {'rate': 100,
'transmit_mode': 'continuous',
'txmode': {}}},
'pcap_file': '/tmp/pvp_virtio_user_4k_pages/vhost.pcap',
'rx_port': 0,
'tx_port': 0}
17/09/2019 01:05:52 pktgen: {0: {'ibytes': 7750259456,
'ierrors': 0,
'ipackets': 30274451,
'obytes': 23188409344,
'oerrors': 0,
'opackets': 90579724,
'rx_bps': 265.2,
'rx_bps_L1': 285.91999999999996,
'rx_pps': 0.1295,
'rx_util': 2.8591999999999997e-06,
'tx_bps': 797.5,
'tx_bps_L1': 859.804,
'tx_pps': 0.3894,
'tx_util': 8.59804e-06},
1: {'ibytes': 0,
'ierrors': 0,
'ipackets': 0,
'obytes': 0,
'oerrors': 0,
'opackets': 0,
'rx_bps': 0.0,
'rx_bps_L1': 0,
'rx_pps': 0.0,
'rx_util': 0.0,
'tx_bps': 0.0,
'tx_bps_L1': 0,
'tx_pps': 0.0,
'tx_util': 0.0},
'flow_stats': {},
'global': {'bw_per_core': 0.01012,
'cpu_util': 0.003942,
'queue_full': 0,
'rx_bps': 265.2,
'rx_cpu_util': 0.0,
'rx_drop_bps': 532.3,
'rx_pps': 0.1295,
'tx_bps': 797.5,
'tx_pps': 0.3894},
'latency': {},
'total': {'ibytes': 7750259456,
'ierrors': 0,
'ipackets': 30274451,
'obytes': 23188409344,
'oerrors': 0,
'opackets': 90579724,
'rx_bps': 265.2,
'rx_bps_L1': 285.91999999999996,
'rx_pps': 0.1295,
'rx_util': 2.8591999999999997e-06,
'tx_bps': 797.5,
'tx_bps_L1': 859.804,
'tx_pps': 0.3894,
'tx_util': 8.59804e-06}}
17/09/2019 01:05:52 pktgen: {'ibytes': 3877401600,
'ierrors': 0,
'ipackets': 15146100,
'obytes': 11584177408,
'oerrors': 0,
'opackets': 45250699,
'rx_bps': 3106143232.0,
'rx_bps_L1': 3348810944.0,
'rx_pps': 1516673.2,
'rx_util': 33.48810944,
'tx_bps': 9277971456.0,
'tx_bps_L1': 10002813056.0,
'tx_pps': 4530260.0,
'tx_util': 100.02813056}
17/09/2019 01:05:52 pktgen: Tx Port 0 stats:
tx_port: 0, tx_bps: 9277971456.000000, tx_pps: 4530260.000000
17/09/2019 01:05:52 pktgen: {'ibytes': 3877401600,
'ierrors': 0,
'ipackets': 15146100,
'obytes': 11584177408,
'oerrors': 0,
'opackets': 45250699,
'rx_bps': 3106143232.0,
'rx_bps_L1': 3348810944.0,
'rx_pps': 1516673.2,
'rx_util': 33.48810944,
'tx_bps': 9277971456.0,
'tx_bps_L1': 10002813056.0,
'tx_pps': 4530260.0,
'tx_util': 100.02813056}
17/09/2019 01:05:52 pktgen: Rx Port 0 stats:
rx_port: 0, rx_bps: 3106143232.000000, rx_pps: 1516673.200000
17/09/2019 01:05:52 pktgen: throughput: pps_rx 1516673.200000, bps_rx 3106143232.000000
17/09/2019 01:05:52 pktgen: test port 2 map gen port 0
17/09/2019 01:05:52 pktgen: test port 2 map gen port 0
17/09/2019 01:05:52 pktgen: {'arp': '-',
u'description': u'Ethernet Controller X710 for 10GbE SFP+',
'dest': u'3c:fd:fe:ca:dd:38',
u'driver': u'net_i40e',
'fc': 'none',
'fc_supported': 'no',
'grat_arp': 'off',
u'hw_mac': u'3c:fd:fe:ca:f3:58',
u'index': 0,
u'is_fc_supported': False,
u'is_led_supported': True,
u'is_link_supported': True,
u'is_prom_supported': True,
u'is_virtual': 'no',
'layer_mode': 'Ethernet',
'led_change_supported': 'yes',
'link': 'UP',
'link_change_supported': 'yes',
'mult': 'off',
u'numa': 0,
u'pci_addr': u'0000:1a:00.0',
'prom': 'off',
'prom_supported': 'yes',
u'rx': {u'caps': [u'flow_stats', u'latency'], u'counters': 127},
'rx_filter_mode': 'hardware match',
'rx_queue': 'off',
'speed': 10,
'src_ipv4': '-',
'src_mac': u'3c:fd:fe:ca:f3:58',
'status': 'IDLE',
u'supp_speeds': [1000, 10000],
'vlan': '-'}
17/09/2019 01:05:52 pktgen: trex port <0> not support flow control
17/09/2019 01:05:52 pktgen: begin traffic ......
17/09/2019 01:06:02 pktgen: {0: {'ibytes': 4046897152,
'ierrors': 0,
'ipackets': 7904096,
'obytes': 12031271936,
'oerrors': 0,
'opackets': 23498580,
'rx_bps': 3246900992.0,
'rx_bps_L1': 3373732960.0,
'rx_pps': 792699.8,
'rx_util': 33.737329599999995,
'tx_bps': 9629478912.0,
'tx_bps_L1': 10005630432.0,
'tx_pps': 2350947.0,
'tx_util': 100.05630432},
1: {'ibytes': 0,
'ierrors': 0,
'ipackets': 0,
'obytes': 0,
'oerrors': 0,
'opackets': 0,
'rx_bps': 0.0,
'rx_bps_L1': 0,
'rx_pps': 0.0,
'rx_util': 0.0,
'tx_bps': 0.0,
'tx_bps_L1': 0,
'tx_pps': 0.0,
'tx_util': 0.0},
'flow_stats': {},
'global': {'bw_per_core': 255.8,
'cpu_util': 1.882,
'queue_full': 0,
'rx_bps': 3246900992.0,
'rx_cpu_util': 0.0,
'rx_drop_bps': 6382577664.0,
'rx_pps': 792699.8,
'tx_bps': 9629478912.0,
'tx_pps': 2350947.0},
'latency': {},
'total': {'ibytes': 4046897152,
'ierrors': 0,
'ipackets': 7904096,
'obytes': 12031271936,
'oerrors': 0,
'opackets': 23498580,
'rx_bps': 3246900992.0,
'rx_bps_L1': 3373732960.0,
'rx_pps': 792699.8,
'rx_util': 33.737329599999995,
'tx_bps': 9629478912.0,
'tx_bps_L1': 10005630432.0,
'tx_pps': 2350947.0,
'tx_util': 100.05630432}}
17/09/2019 01:06:37 pktgen: {'options': {'pcap': '/tmp/pvp_virtio_user_4k_pages/vhost.pcap',
'stream_config': {'rate': 100,
'transmit_mode': 'continuous',
'txmode': {}}},
'pcap_file': '/tmp/pvp_virtio_user_4k_pages/vhost.pcap',
'rx_port': 0,
'tx_port': 0}
17/09/2019 01:06:37 pktgen: {0: {'ibytes': 8090339328,
'ierrors': 0,
'ipackets': 15801444,
'obytes': 24060151296,
'oerrors': 0,
'opackets': 46992483,
'rx_bps': 270.0,
'rx_bps_L1': 280.5472,
'rx_pps': 0.06592,
'rx_util': 2.8054719999999997e-06,
'tx_bps': 805.3,
'tx_bps_L1': 836.7559999999999,
'tx_pps': 0.1966,
'tx_util': 8.367559999999998e-06},
1: {'ibytes': 0,
'ierrors': 0,
'ipackets': 0,
'obytes': 0,
'oerrors': 0,
'opackets': 0,
'rx_bps': 0.0,
'rx_bps_L1': 0,
'rx_pps': 0.0,
'rx_util': 0.0,
'tx_bps': 0.0,
'tx_bps_L1': 0,
'tx_pps': 0.0,
'tx_util': 0.0},
'flow_stats': {},
'global': {'bw_per_core': 0.02069,
'cpu_util': 0.001946,
'queue_full': 0,
'rx_bps': 270.0,
'rx_cpu_util': 0.0,
'rx_drop_bps': 535.3,
'rx_pps': 0.06592,
'tx_bps': 805.3,
'tx_pps': 0.1966},
'latency': {},
'total': {'ibytes': 8090339328,
'ierrors': 0,
'ipackets': 15801444,
'obytes': 24060151296,
'oerrors': 0,
'opackets': 46992483,
'rx_bps': 270.0,
'rx_bps_L1': 280.5472,
'rx_pps': 0.06592,
'rx_util': 2.8054719999999997e-06,
'tx_bps': 805.3,
'tx_bps_L1': 836.7559999999999,
'tx_pps': 0.1966,
'tx_util': 8.367559999999998e-06}}
17/09/2019 01:06:37 pktgen: {'ibytes': 4046897152,
'ierrors': 0,
'ipackets': 7904096,
'obytes': 12031271936,
'oerrors': 0,
'opackets': 23498580,
'rx_bps': 3246900992.0,
'rx_bps_L1': 3373732960.0,
'rx_pps': 792699.8,
'rx_util': 33.737329599999995,
'tx_bps': 9629478912.0,
'tx_bps_L1': 10005630432.0,
'tx_pps': 2350947.0,
'tx_util': 100.05630432}
17/09/2019 01:06:37 pktgen: Tx Port 0 stats:
tx_port: 0, tx_bps: 9629478912.000000, tx_pps: 2350947.000000
17/09/2019 01:06:37 pktgen: {'ibytes': 4046897152,
'ierrors': 0,
'ipackets': 7904096,
'obytes': 12031271936,
'oerrors': 0,
'opackets': 23498580,
'rx_bps': 3246900992.0,
'rx_bps_L1': 3373732960.0,
'rx_pps': 792699.8,
'rx_util': 33.737329599999995,
'tx_bps': 9629478912.0,
'tx_bps_L1': 10005630432.0,
'tx_pps': 2350947.0,
'tx_util': 100.05630432}
17/09/2019 01:06:37 pktgen: Rx Port 0 stats:
rx_port: 0, rx_bps: 3246900992.000000, rx_pps: 792699.800000
17/09/2019 01:06:37 pktgen: throughput: pps_rx 792699.800000, bps_rx 3246900992.000000
17/09/2019 01:06:37 pktgen: test port 2 map gen port 0
17/09/2019 01:06:37 pktgen: test port 2 map gen port 0
17/09/2019 01:06:37 pktgen: {'arp': '-',
u'description': u'Ethernet Controller X710 for 10GbE SFP+',
'dest': u'3c:fd:fe:ca:dd:38',
u'driver': u'net_i40e',
'fc': 'none',
'fc_supported': 'no',
'grat_arp': 'off',
u'hw_mac': u'3c:fd:fe:ca:f3:58',
u'index': 0,
u'is_fc_supported': False,
u'is_led_supported': True,
u'is_link_supported': True,
u'is_prom_supported': True,
u'is_virtual': 'no',
'layer_mode': 'Ethernet',
'led_change_supported': 'yes',
'link': 'UP',
'link_change_supported': 'yes',
'mult': 'off',
u'numa': 0,
u'pci_addr': u'0000:1a:00.0',
'prom': 'off',
'prom_supported': 'yes',
u'rx': {u'caps': [u'flow_stats', u'latency'], u'counters': 127},
'rx_filter_mode': 'hardware match',
'rx_queue': 'off',
'speed': 10,
'src_ipv4': '-',
'src_mac': u'3c:fd:fe:ca:f3:58',
'status': 'IDLE',
u'supp_speeds': [1000, 10000],
'vlan': '-'}
17/09/2019 01:06:37 pktgen: trex port <0> not support flow control
17/09/2019 01:06:37 pktgen: begin traffic ......
17/09/2019 01:06:47 pktgen: {0: {'ibytes': 4165810176,
'ierrors': 0,
'ipackets': 4068174,
'obytes': 12250259456,
'oerrors': 0,
'opackets': 11963146,
'rx_bps': 3329351424.0,
'rx_bps_L1': 3394377888.0,
'rx_pps': 406415.4,
'rx_util': 33.943778879999996,
'tx_bps': 9758790656.0,
'tx_bps_L1': 9949392032.0,
'tx_pps': 1191258.6,
'tx_util': 99.49392032},
1: {'ibytes': 0,
'ierrors': 0,
'ipackets': 0,
'obytes': 0,
'oerrors': 0,
'opackets': 0,
'rx_bps': 0.0,
'rx_bps_L1': 0,
'rx_pps': 0.0,
'rx_util': 0.0,
'tx_bps': 0.0,
'tx_bps_L1': 0,
'tx_pps': 0.0,
'tx_util': 0.0},
'flow_stats': {},
'global': {'bw_per_core': 518.7,
'cpu_util': 0.9407,
'queue_full': 0,
'rx_bps': 3329351424.0,
'rx_cpu_util': 0.0,
'rx_drop_bps': 6429439488.0,
'rx_pps': 406415.4,
'tx_bps': 9758790656.0,
'tx_pps': 1191258.6},
'latency': {},
'total': {'ibytes': 4165810176,
'ierrors': 0,
'ipackets': 4068174,
'obytes': 12250259456,
'oerrors': 0,
'opackets': 11963146,
'rx_bps': 3329351424.0,
'rx_bps_L1': 3394377888.0,
'rx_pps': 406415.4,
'rx_util': 33.943778879999996,
'tx_bps': 9758790656.0,
'tx_bps_L1': 9949392032.0,
'tx_pps': 1191258.6,
'tx_util': 99.49392032}}
17/09/2019 01:07:22 pktgen: {'options': {'pcap': '/tmp/pvp_virtio_user_4k_pages/vhost.pcap',
'stream_config': {'rate': 100,
'transmit_mode': 'continuous',
'txmode': {}}},
'pcap_file': '/tmp/pvp_virtio_user_4k_pages/vhost.pcap',
'rx_port': 0,
'tx_port': 0}
17/09/2019 01:07:22 pktgen: {0: {'ibytes': 8341609472,
'ierrors': 0,
'ipackets': 8146103,
'obytes': 24521072640,
'oerrors': 0,
'opackets': 23946360,
'rx_bps': 279.2,
'rx_bps_L1': 284.6528,
'rx_pps': 0.03408,
'rx_util': 2.846528e-06,
'tx_bps': 826.2,
'tx_bps_L1': 842.3439999999999,
'tx_pps': 0.1009,
'tx_util': 8.423439999999999e-06},
1: {'ibytes': 0,
'ierrors': 0,
'ipackets': 0,
'obytes': 0,
'oerrors': 0,
'opackets': 0,
'rx_bps': 0.0,
'rx_bps_L1': 0,
'rx_pps': 0.0,
'rx_util': 0.0,
'tx_bps': 0.0,
'tx_bps_L1': 0,
'tx_pps': 0.0,
'tx_util': 0.0},
'flow_stats': {},
'global': {'bw_per_core': 0.04244,
'cpu_util': 0.0009733,
'queue_full': 0,
'rx_bps': 279.2,
'rx_cpu_util': 0.0,
'rx_drop_bps': 547.0,
'rx_pps': 0.03408,
'tx_bps': 826.2,
'tx_pps': 0.1009},
'latency': {},
'total': {'ibytes': 8341609472,
'ierrors': 0,
'ipackets': 8146103,
'obytes': 24521072640,
'oerrors': 0,
'opackets': 23946360,
'rx_bps': 279.2,
'rx_bps_L1': 284.6528,
'rx_pps': 0.03408,
'rx_util': 2.846528e-06,
'tx_bps': 826.2,
'tx_bps_L1': 842.3439999999999,
'tx_pps': 0.1009,
'tx_util': 8.423439999999999e-06}}
17/09/2019 01:07:22 pktgen: {'ibytes': 4165810176,
'ierrors': 0,
'ipackets': 4068174,
'obytes': 12250259456,
'oerrors': 0,
'opackets': 11963146,
'rx_bps': 3329351424.0,
'rx_bps_L1': 3394377888.0,
'rx_pps': 406415.4,
'rx_util': 33.943778879999996,
'tx_bps': 9758790656.0,
'tx_bps_L1': 9949392032.0,
'tx_pps': 1191258.6,
'tx_util': 99.49392032}
17/09/2019 01:07:22 pktgen: Tx Port 0 stats:
tx_port: 0, tx_bps: 9758790656.000000, tx_pps: 1191258.600000
17/09/2019 01:07:22 pktgen: {'ibytes': 4165810176,
'ierrors': 0,
'ipackets': 4068174,
'obytes': 12250259456,
'oerrors': 0,
'opackets': 11963146,
'rx_bps': 3329351424.0,
'rx_bps_L1': 3394377888.0,
'rx_pps': 406415.4,
'rx_util': 33.943778879999996,
'tx_bps': 9758790656.0,
'tx_bps_L1': 9949392032.0,
'tx_pps': 1191258.6,
'tx_util': 99.49392032}
17/09/2019 01:07:22 pktgen: Rx Port 0 stats:
rx_port: 0, rx_bps: 3329351424.000000, rx_pps: 406415.400000
17/09/2019 01:07:22 pktgen: throughput: pps_rx 406415.400000, bps_rx 3329351424.000000
17/09/2019 01:07:22 pktgen: test port 2 map gen port 0
17/09/2019 01:07:22 pktgen: test port 2 map gen port 0
17/09/2019 01:07:22 pktgen: {'arp': '-',
u'description': u'Ethernet Controller X710 for 10GbE SFP+',
'dest': u'3c:fd:fe:ca:dd:38',
u'driver': u'net_i40e',
'fc': 'none',
'fc_supported': 'no',
'grat_arp': 'off',
u'hw_mac': u'3c:fd:fe:ca:f3:58',
u'index': 0,
u'is_fc_supported': False,
u'is_led_supported': True,
u'is_link_supported': True,
u'is_prom_supported': True,
u'is_virtual': 'no',
'layer_mode': 'Ethernet',
'led_change_supported': 'yes',
'link': 'UP',
'link_change_supported': 'yes',
'mult': 'off',
u'numa': 0,
u'pci_addr': u'0000:1a:00.0',
'prom': 'off',
'prom_supported': 'yes',
u'rx': {u'caps': [u'flow_stats', u'latency'], u'counters': 127},
'rx_filter_mode': 'hardware match',
'rx_queue': 'off',
'speed': 10,
'src_ipv4': '-',
'src_mac': u'3c:fd:fe:ca:f3:58',
'status': 'IDLE',
u'supp_speeds': [1000, 10000],
'vlan': '-'}
17/09/2019 01:07:22 pktgen: trex port <0> not support flow control
17/09/2019 01:07:22 pktgen: begin traffic ......
17/09/2019 01:07:32 pktgen: {0: {'ibytes': 4225869120,
'ierrors': 0,
'ipackets': 2783841,
'obytes': 12306766032,
'oerrors': 0,
'opackets': 8107225,
'rx_bps': 3375595008.0,
'rx_bps_L1': 3420069199.9999995,
'rx_pps': 277963.7,
'rx_util': 34.200692,
'tx_bps': 9825373184.0,
'tx_bps_L1': 9954824736.0,
'tx_pps': 809072.2,
'tx_util': 99.54824735999999},
1: {'ibytes': 0,
'ierrors': 0,
'ipackets': 0,
'obytes': 0,
'oerrors': 0,
'opackets': 0,
'rx_bps': 0.0,
'rx_bps_L1': 0,
'rx_pps': 0.0,
'rx_util': 0.0,
'tx_bps': 0.0,
'tx_bps_L1': 0,
'tx_pps': 0.0,
'tx_util': 0.0},
'flow_stats': {},
'global': {'bw_per_core': 819.6,
'cpu_util': 0.5994,
'queue_full': 0,
'rx_bps': 3375595008.0,
'rx_cpu_util': 0.0,
'rx_drop_bps': 6449778176.0,
'rx_pps': 277963.7,
'tx_bps': 9825373184.0,
'tx_pps': 809072.2},
'latency': {},
'total': {'ibytes': 4225869120,
'ierrors': 0,
'ipackets': 2783841,
'obytes': 12306766032,
'oerrors': 0,
'opackets': 8107225,
'rx_bps': 3375595008.0,
'rx_bps_L1': 3420069199.9999995,
'rx_pps': 277963.7,
'rx_util': 34.200692,
'tx_bps': 9825373184.0,
'tx_bps_L1': 9954824736.0,
'tx_pps': 809072.2,
'tx_util': 99.54824735999999}}
17/09/2019 01:08:07 pktgen: {'options': {'pcap': '/tmp/pvp_virtio_user_4k_pages/vhost.pcap',
'stream_config': {'rate': 100,
'transmit_mode': 'continuous',
'txmode': {}}},
'pcap_file': '/tmp/pvp_virtio_user_4k_pages/vhost.pcap',
'rx_port': 0,
'tx_port': 0}
17/09/2019 01:08:07 pktgen: {0: {'ibytes': 8476935522,
'ierrors': 0,
'ipackets': 5584279,
'obytes': 24674901768,
'oerrors': 0,
'opackets': 16254876,
'rx_bps': 284.1,
'rx_bps_L1': 287.8424,
'rx_pps': 0.02339,
'rx_util': 2.878424e-06,
'tx_bps': 823.5,
'tx_bps_L1': 834.3496,
'tx_pps': 0.06781,
'tx_util': 8.343496000000001e-06},
1: {'ibytes': 0,
'ierrors': 0,
'ipackets': 0,
'obytes': 0,
'oerrors': 0,
'opackets': 0,
'rx_bps': 0.0,
'rx_bps_L1': 0,
'rx_pps': 0.0,
'rx_util': 0.0,
'tx_bps': 0.0,
'tx_bps_L1': 0,
'tx_pps': 0.0,
'tx_util': 0.0},
'flow_stats': {},
'global': {'bw_per_core': 0.0646,
'cpu_util': 0.0006374,
'queue_full': 0,
'rx_bps': 284.1,
'rx_cpu_util': 0.0,
'rx_drop_bps': 539.4,
'rx_pps': 0.02339,
'tx_bps': 823.5,
'tx_pps': 0.06781},
'latency': {},
'total': {'ibytes': 8476935522,
'ierrors': 0,
'ipackets': 5584279,
'obytes': 24674901768,
'oerrors': 0,
'opackets': 16254876,
'rx_bps': 284.1,
'rx_bps_L1': 287.8424,
'rx_pps': 0.02339,
'rx_util': 2.878424e-06,
'tx_bps': 823.5,
'tx_bps_L1': 834.3496,
'tx_pps': 0.06781,
'tx_util': 8.343496000000001e-06}}
17/09/2019 01:08:07 pktgen: {'ibytes': 4225869120,
'ierrors': 0,
'ipackets': 2783841,
'obytes': 12306766032,
'oerrors': 0,
'opackets': 8107225,
'rx_bps': 3375595008.0,
'rx_bps_L1': 3420069199.9999995,
'rx_pps': 277963.7,
'rx_util': 34.200692,
'tx_bps': 9825373184.0,
'tx_bps_L1': 9954824736.0,
'tx_pps': 809072.2,
'tx_util': 99.54824735999999}
17/09/2019 01:08:07 pktgen: Tx Port 0 stats:
tx_port: 0, tx_bps: 9825373184.000000, tx_pps: 809072.200000
17/09/2019 01:08:07 pktgen: {'ibytes': 4225869120,
'ierrors': 0,
'ipackets': 2783841,
'obytes': 12306766032,
'oerrors': 0,
'opackets': 8107225,
'rx_bps': 3375595008.0,
'rx_bps_L1': 3420069199.9999995,
'rx_pps': 277963.7,
'rx_util': 34.200692,
'tx_bps': 9825373184.0,
'tx_bps_L1': 9954824736.0,
'tx_pps': 809072.2,
'tx_util': 99.54824735999999}
17/09/2019 01:08:07 pktgen: Rx Port 0 stats:
rx_port: 0, rx_bps: 3375595008.000000, rx_pps: 277963.700000
17/09/2019 01:08:07 pktgen: throughput: pps_rx 277963.700000, bps_rx 3375595008.000000
17/09/2019 01:08:07 TestPvpVirtioUser4kPages:
+-------+----------+-------+-----------+------------+
| Frame | Mode | Mpps | Queue Num | % linerate |
+=======+==========+=======+===========+============+
| 64 | 4K pages | 2.312 | 1 | 15.536 |
+-------+----------+-------+-----------+------------+
| 128 | 4K pages | 2.084 | 1 | 14.002 |
+-------+----------+-------+-----------+------------+
| 256 | 4K pages | 1.517 | 1 | 10.192 |
+-------+----------+-------+-----------+------------+
| 512 | 4K pages | 0.793 | 1 | 5.327 |
+-------+----------+-------+-----------+------------+
| 1024 | 4K pages | 0.406 | 1 | 2.731 |
+-------+----------+-------+-----------+------------+
| 1518 | 4K pages | 0.278 | 1 | 1.868 |
+-------+----------+-------+-----------+------------+
17/09/2019 01:08:10 TestPvpVirtioUser4kPages: Test Case test_perf_pvp_virtio_user_with_4K_pages Result PASSED:
17/09/2019 01:08:10 dut.10.238.54.213: killall -s INT testpmd
17/09/2019 01:08:10 dut.10.238.54.213: testpmd: no process found
17/09/2019 01:08:10 dut.10.238.54.213: umount /mnt/tmpfs_nohuge
17/09/2019 01:08:10 dut.10.238.54.213:
17/09/2019 01:08:10 dts:
TEST SUITE ENDED: TestPvpVirtioUser4kPages
next prev parent reply other threads:[~2019-09-17 8:44 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-17 8:36 [dts] [PATCH V1] tests/pvp_share_lib:add " zhuwenhui
2019-09-17 8:36 ` [dts] [PATCH V1] tests/virtio_user_for_container_networking:make mac take effect zhuwenhui
2019-09-17 8:44 ` Zhu, ShuaiX
2019-09-19 6:52 ` Wang, Yinan
2019-09-20 6:37 ` Tu, Lijuan
2019-09-17 8:36 ` [dts] [PATCH V1] tests/pvp_virtio_user_4k_pages:add set fwd mac zhuwenhui
2019-09-17 8:44 ` Zhu, ShuaiX [this message]
2019-09-19 6:53 ` Wang, Yinan
2019-09-20 6:35 ` Tu, Lijuan
2019-09-20 6:36 ` Tu, Lijuan
2019-09-17 8:44 ` [dts] [PATCH V1] tests/pvp_share_lib:add " Zhu, ShuaiX
2019-09-19 6:53 ` Wang, Yinan
2019-09-20 6:36 ` Tu, Lijuan
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=4DC48DF9BDA3E54A836D2D3C057DEC6F0BB8C462@SHSMSX103.ccr.corp.intel.com \
--to=shuaix.zhu@intel.com \
--cc=dts@dpdk.org \
--cc=wenhuix.zhu@intel.com \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).