test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V2] tests/TestSuite_cbdma:fixed-session-error
@ 2020-10-16  7:24 xizhan4x
  2020-10-16  7:26 ` Zhang, XiX
  2020-10-16  8:48 ` Ma, LihongX
  0 siblings, 2 replies; 3+ messages in thread
From: xizhan4x @ 2020-10-16  7:24 UTC (permalink / raw)
  To: dts; +Cc: xizhan4x

v1:fixed session error
v2:fixed session error and close new session

Signed-off-by: xizhan4x <xix.zhang@intel.com>
---
 tests/TestSuite_cbdma.py | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/tests/TestSuite_cbdma.py b/tests/TestSuite_cbdma.py
index 14611f0..1e5014b 100644
--- a/tests/TestSuite_cbdma.py
+++ b/tests/TestSuite_cbdma.py
@@ -71,6 +71,7 @@ class TestCBDMA(TestCase):
         self.table_header.append("Updating MAC")
         self.table_header.append("% linerate")
         self.result_table_create(self.table_header)
+        self.send_session = self.dut.new_session("new_session")
 
     def get_core_list(self):
         """
@@ -140,7 +141,6 @@ class TestCBDMA(TestCase):
         num is 2
         '''
         # flush other output
-        self.send_session=self.dut.new_session("new_session")
         target = self.app_path.split("/")
         self.send_session.send_expect(f"cd  {'/'.join(target[0:-1])} ", '# ')
         self.send_session.get_session_before(timeout=1)
@@ -310,7 +310,7 @@ class TestCBDMA(TestCase):
                                         ports=dev_info, prefix='cbdma')
             self.launch_ioatfwd_app(eal_params)
             self.send_and_verify_throughput(check_channel=True)
-            self.dut.send_expect('^c', '# ')
+            self.send_session.send_expect('^c', '# ')
         self.result_table_print()
 
     def test_perf_cbdma_with_diff_update_mac(self):
@@ -330,7 +330,7 @@ class TestCBDMA(TestCase):
         self.launch_ioatfwd_app(eal_params)
         self.send_and_verify_throughput(check_channel=False)
 
-        self.dut.send_expect('^c', '# ')
+        self.send_session.send_expect('^c', '# ')
         self.cbdma_updating_mac = 'disable'
         self.launch_ioatfwd_app(eal_params)
         self.send_and_verify_throughput(check_channel=False)
@@ -353,7 +353,7 @@ class TestCBDMA(TestCase):
         self.launch_ioatfwd_app(eal_params)
         self.send_and_verify_throughput(check_channel=False)
 
-        self.dut.send_expect('^c', '# ')
+        self.send_session.send_expect('^c', '# ')
         self.cbdma_copy_mode = 'sw'
         self.launch_ioatfwd_app(eal_params)
         self.send_and_verify_throughput(check_channel=False)
@@ -363,11 +363,12 @@ class TestCBDMA(TestCase):
         """
         Run after each test case.
         """
-        self.dut.send_expect('^c', '# ')
+        self.send_session.send_expect('^c', '# ')
         self.dut.kill_all()
 
     def tear_down_all(self):
         """
         Run after each test suite.
         """
+        self.dut.close_session(self.send_session)
         self.bind_cbdma_device_to_kernel()
-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dts] [PATCH V2] tests/TestSuite_cbdma:fixed-session-error
  2020-10-16  7:24 [dts] [PATCH V2] tests/TestSuite_cbdma:fixed-session-error xizhan4x
@ 2020-10-16  7:26 ` Zhang, XiX
  2020-10-16  8:48 ` Ma, LihongX
  1 sibling, 0 replies; 3+ messages in thread
From: Zhang, XiX @ 2020-10-16  7:26 UTC (permalink / raw)
  To: Zhang, XiX, dts

[-- Attachment #1: Type: text/plain, Size: 298 bytes --]

Tested-by: Zhang, XiX <xix.zhang@intel.com>

> -----Original Message-----
> From: xizhan4x [mailto:xix.zhang@intel.com]
> Sent: Friday, October 16, 2020 3:24 PM
> To: dts@dpdk.org
> Cc: Zhang, XiX <xix.zhang@intel.com>
> Subject: [dts][PATCH V2] tests/TestSuite_cbdma:fixed-session-error


[-- Attachment #2: TestCBDMA.LOG --]
[-- Type: application/octet-stream, Size: 403590 bytes --]

16/10/2020 01:02:43                            dts: 
TEST SUITE : TestCBDMA
16/10/2020 01:02:43                            dts: NIC :        fortville_spirit
16/10/2020 01:02:44             dut.10.240.183.220: 
16/10/2020 01:02:44                         tester: 
16/10/2020 01:02:44             dut.10.240.183.220: ./usertools/dpdk-devbind.py --status-dev misc
16/10/2020 01:02:44             dut.10.240.183.220: 
Misc (rawdev) devices using kernel driver
=========================================
0000:00:04.0 'Sky Lake-E CBDMA Registers 2021' drv=ioatdma unused=igb_uio,vfio-pci 
0000:00:04.1 'Sky Lake-E CBDMA Registers 2021' drv=ioatdma unused=igb_uio,vfio-pci 
0000:00:04.2 'Sky Lake-E CBDMA Registers 2021' drv=ioatdma unused=igb_uio,vfio-pci 
0000:00:04.3 'Sky Lake-E CBDMA Registers 2021' drv=ioatdma unused=igb_uio,vfio-pci 
0000:00:04.4 'Sky Lake-E CBDMA Registers 2021' drv=ioatdma unused=igb_uio,vfio-pci 
0000:00:04.5 'Sky Lake-E CBDMA Registers 2021' drv=ioatdma unused=igb_uio,vfio-pci 
0000:00:04.6 'Sky Lake-E CBDMA Registers 2021' drv=ioatdma unused=igb_uio,vfio-pci 
0000:00:04.7 'Sky Lake-E CBDMA Registers 2021' drv=ioatdma unused=igb_uio,vfio-pci 
0000:80:04.0 'Sky Lake-E CBDMA Registers 2021' drv=ioatdma unused=igb_uio,vfio-pci 
0000:80:04.1 'Sky Lake-E CBDMA Registers 2021' drv=ioatdma unused=igb_uio,vfio-pci 
0000:80:04.2 'Sky Lake-E CBDMA Registers 2021' drv=ioatdma unused=igb_uio,vfio-pci 
0000:80:04.3 'Sky Lake-E CBDMA Registers 2021' drv=ioatdma unused=igb_uio,vfio-pci 
0000:80:04.4 'Sky Lake-E CBDMA Registers 2021' drv=ioatdma unused=igb_uio,vfio-pci 
0000:80:04.5 'Sky Lake-E CBDMA Registers 2021' drv=ioatdma unused=igb_uio,vfio-pci 
0000:80:04.6 'Sky Lake-E CBDMA Registers 2021' drv=ioatdma unused=igb_uio,vfio-pci 
0000:80:04.7 'Sky Lake-E CBDMA Registers 2021' drv=ioatdma unused=igb_uio,vfio-pci 
16/10/2020 01:02:44             dut.10.240.183.220: ./usertools/dpdk-devbind.py --force --bind=igb_uio 0000:80:04.0 0000:80:04.1 0000:80:04.2 0000:80:04.3 0000:80:04.4 0000:80:04.5 0000:80:04.6 0000:80:04.7
16/10/2020 01:02:44             dut.10.240.183.220: 
16/10/2020 01:02:44             dut.10.240.183.220: meson configure -Dexamples=ioat x86_64-native-linuxapp-gcc
16/10/2020 01:02:45             dut.10.240.183.220: 
16/10/2020 01:02:45             dut.10.240.183.220: ninja -C x86_64-native-linuxapp-gcc
16/10/2020 01:02:50             dut.10.240.183.220: ninja: Entering directory `x86_64-native-linuxapp-gcc'
[0/1] Regenerating build files.
The Meson build system
Version: 0.55.1
Source dir: /root/dpdk
Build dir: /root/dpdk/x86_64-native-linuxapp-gcc
Build type: native build
Program cat found: YES
Project name: DPDK
Project version: 20.11.0-rc0
C compiler for the host machine: gcc (gcc 9.3.0 "gcc (Ubuntu 9.3.0-10ubuntu2) 9.3.0")
C linker for the host machine: gcc ld.bfd 2.34
Host machine cpu family: x86_64
Host machine cpu: x86_64
Program pkg-config found: YES
Program gen-pmdinfo-cfile.sh found: YES
Program list-dir-globs.py found: YES
Program check-symbols.sh found: YES
Program options-ibverbs-static.sh found: YES
Program binutils-avx512-check.sh found: YES
Program python3 found: YES (/usr/bin/python3)
Program cat found: YES
Program ../buildtools/symlink-drivers-solibs.sh found: YES (/bin/sh /root/dpdk/config/../buildtools/symlink-drivers-solibs.sh)
Checking for size of "void *" : 8
Checking for size of "void *" : 8
Library m found: YES
Library numa found: YES
Has header "numaif.h" : YES (cached)
Library libfdt found: YES
Has header "fdt.h" : YES (cached)
Found pkg-config: /usr/bin/pkg-config (0.29.1)
Did not find CMake 'cmake'
Found CMake: NO
Run-time dependency libbsd found: NO (tried pkgconfig and cmake)
Dependency libpcap found: YES 1.9.1 (cached)
Has header "pcap.h" with dependency libpcap: YES (cached)
Compiler for C supports arguments -Wextra: YES (cached)
../config/meson.build:228: WARNING: Consider using the built-in warning_level option instead of using "-Wextra".
Compiler for C supports arguments -Wcast-qual: YES (cached)
Compiler for C supports arguments -Wdeprecated: YES (cached)
Compiler for C supports arguments -Wformat-nonliteral: YES (cached)
Compiler for C supports arguments -Wformat-security: YES (cached)
Compiler for C supports arguments -Wmissing-declarations: YES (cached)
Compiler for C supports arguments -Wmissing-prototypes: YES (cached)
Compiler for C supports arguments -Wnested-externs: YES (cached)
Compiler for C supports arguments -Wold-style-definition: YES (cached)
Compiler for C supports arguments -Wpointer-arith: YES (cached)
Compiler for C supports arguments -Wsign-compare: YES (cached)
Compiler for C supports arguments -Wstrict-prototypes: YES (cached)
Compiler for C supports arguments -Wundef: YES (cached)
Compiler for C supports arguments -Wwrite-strings: YES (cached)
Compiler for C supports arguments -Wno-address-of-packed-member -Waddress-of-packed-member: YES (cached)
Compiler for C supports arguments -Wno-packed-not-aligned -Wpacked-not-aligned: YES (cached)
Compiler for C supports arguments -Wno-missing-field-initializers -Wmissing-field-initializers: YES (cached)
Fetching value of define "__SSE4_2__" : 1 (cached)
Fetching value of define "__AES__" : 1 (cached)
Fetching value of define "__AVX__" : 1 (cached)
Fetching value of define "__AVX2__" : 1 (cached)
Fetching value of define "__AVX512BW__" : 1 (cached)
Fetching value of define "__AVX512CD__" : 1 (cached)
Fetching value of define "__AVX512DQ__" : 1 (cached)
Fetching value of define "__AVX512F__" : 1 (cached)
Fetching value of define "__AVX512VL__" : 1 (cached)
Fetching value of define "__PCLMUL__" : 1 (cached)
Fetching value of define "__RDRND__" : 1 (cached)
Fetching value of define "__RDSEED__" : 1 (cached)
Fetching value of define "__VPCLMULQDQ__" :  (cached)
Compiler for C supports arguments -Wno-format-truncation -Wformat-truncation: YES (cached)
Message: lib/librte_kvargs: Defining dependency "kvargs"
Message: lib/librte_telemetry: Defining dependency "telemetry"
Checking for function "getentropy" : YES (cached)
Message: lib/librte_eal: Defining dependency "eal"
Message: lib/librte_ring: Defining dependency "ring"
Message: lib/librte_rcu: Defining dependency "rcu"
Message: lib/librte_mempool: Defining dependency "mempool"
Message: lib/librte_mbuf: Defining dependency "mbuf"
Fetching value of define "__PCLMUL__" : 1 (cached)
Fetching value of define "__AVX512F__" : 1 (cached)
Fetching value of define "__AVX512BW__" : 1 (cached)
Fetching value of define "__AVX512DQ__" : 1 (cached)
Fetching value of define "__AVX512VL__" : 1 (cached)
Fetching value of define "__VPCLMULQDQ__" :  (cached)
Compiler for C supports arguments -mpclmul: YES (cached)
Compiler for C supports arguments -maes: YES (cached)
Compiler for C supports arguments -mavx512f: YES (cached)
Compiler for C supports arguments -mavx512bw: YES (cached)
Compiler for C supports arguments -mavx512dq: YES (cached)
Compiler for C supports arguments -mavx512vl: YES (cached)
Compiler for C supports arguments -mvpclmulqdq: YES (cached)
Compiler for C supports arguments -mavx2: YES (cached)
Compiler for C supports arguments -mavx: YES (cached)
Message: lib/librte_net: Defining dependency "net"
Message: lib/librte_meter: Defining dependency "meter"
Message: lib/librte_ethdev: Defining dependency "ethdev"
Message: lib/librte_pci: Defining dependency "pci"
Message: lib/librte_cmdline: Defining dependency "cmdline"
Dependency jansson found: YES 2.12 (cached)
Message: lib/librte_metrics: Defining dependency "metrics"
Message: lib/librte_hash: Defining dependency "hash"
Message: lib/librte_timer: Defining dependency "timer"
Fetching value of define "__AVX2__" : 1 (cached)
Fetching value of define "__AVX512F__" : 1 (cached)
Fetching value of define "__AVX512VL__" : 1 (cached)
Fetching value of define "__AVX512CD__" : 1 (cached)
Fetching value of define "__AVX512BW__" : 1 (cached)
Message: lib/librte_acl: Defining dependency "acl"
Message: lib/librte_bbdev: Defining dependency "bbdev"
Message: lib/librte_bitratestats: Defining dependency "bitratestats"
Message: lib/librte_cfgfile: Defining dependency "cfgfile"
Message: lib/librte_compressdev: Defining dependency "compressdev"
Message: lib/librte_cryptodev: Defining dependency "cryptodev"
Message: lib/librte_distributor: Defining dependency "distributor"
Message: lib/librte_efd: Defining dependency "efd"
Message: lib/librte_eventdev: Defining dependency "eventdev"
Message: lib/librte_gro: Defining dependency "gro"
Message: lib/librte_gso: Defining dependency "gso"
Message: lib/librte_ip_frag: Defining dependency "ip_frag"
Message: lib/librte_jobstats: Defining dependency "jobstats"
Message: lib/librte_kni: Defining dependency "kni"
Message: lib/librte_latencystats: Defining dependency "latencystats"
Message: lib/librte_lpm: Defining dependency "lpm"
Message: lib/librte_member: Defining dependency "member"
Message: lib/librte_power: Defining dependency "power"
Message: lib/librte_pdump: Defining dependency "pdump"
Message: lib/librte_rawdev: Defining dependency "rawdev"
Message: lib/librte_regexdev: Defining dependency "regexdev"
Message: lib/librte_rib: Defining dependency "rib"
Message: lib/librte_reorder: Defining dependency "reorder"
Message: lib/librte_sched: Defining dependency "sched"
Message: lib/librte_security: Defining dependency "security"
Message: lib/librte_stack: Defining dependency "stack"
Has header "linux/userfaultfd.h" : YES (cached)
Message: lib/librte_vhost: Defining dependency "vhost"
Message: lib/librte_ipsec: Defining dependency "ipsec"
Message: lib/librte_fib: Defining dependency "fib"
Message: lib/librte_port: Defining dependency "port"
Message: lib/librte_table: Defining dependency "table"
Message: lib/librte_pipeline: Defining dependency "pipeline"
Message: lib/librte_flow_classify: Defining dependency "flow_classify"
Run-time dependency libelf found: NO (tried pkgconfig and cmake)
Message: lib/librte_bpf: Defining dependency "bpf"
Message: lib/librte_graph: Defining dependency "graph"
Message: lib/librte_node: Defining dependency "node"
Compiler for C supports arguments -Wno-format-truncation -Wformat-truncation: YES (cached)
Message: drivers/common/cpt: Defining dependency "common_cpt"
Compiler for C supports arguments -Wno-cast-qual -Wcast-qual: YES (cached)
Compiler for C supports arguments -Wno-pointer-arith -Wpointer-arith: YES (cached)
Message: drivers/common/dpaax: Defining dependency "common_dpaax"
Compiler for C supports arguments -Wno-pointer-to-int-cast -Wpointer-to-int-cast: YES (cached)
Message: drivers/common/iavf: Defining dependency "common_iavf"
Library libmusdk found: NO
Message: drivers/common/octeontx: Defining dependency "common_octeontx"
Message: drivers/common/octeontx2: Defining dependency "common_octeontx2"
Compiler for C supports arguments -Wdisabled-optimization: YES (cached)
Compiler for C supports arguments -Waggregate-return: YES (cached)
Compiler for C supports arguments -Wbad-function-cast: YES (cached)
Compiler for C supports arguments -Wno-sign-compare -Wsign-compare: YES (cached)
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES (cached)
Compiler for C supports arguments -Wno-unused-variable -Wunused-variable: YES (cached)
Compiler for C supports arguments -Wno-empty-body -Wempty-body: YES (cached)
Compiler for C supports arguments -Wno-unused-but-set-variable -Wunused-but-set-variable: YES (cached)
Message: drivers/common/sfc_efx: Defining dependency "common_sfc_efx"
Compiler for C supports arguments -Wno-cast-qual -Wcast-qual: YES (cached)
Compiler for C supports arguments -Wno-pointer-arith -Wpointer-arith: YES (cached)
Message: drivers/bus/dpaa: Defining dependency "bus_dpaa"
Message: drivers/bus/fslmc: Defining dependency "bus_fslmc"
Message: drivers/bus/ifpga: Defining dependency "bus_ifpga"
Message: drivers/bus/pci: Defining dependency "bus_pci"
Message: drivers/bus/vdev: Defining dependency "bus_vdev"
Message: drivers/bus/vmbus: Defining dependency "bus_vmbus"
Compiler for C supports arguments -std=c11: YES (cached)
Compiler for C supports arguments -Wno-strict-prototypes -Wstrict-prototypes: YES (cached)
Compiler for C supports arguments -D_BSD_SOURCE: YES (cached)
Compiler for C supports arguments -D_DEFAULT_SOURCE: YES (cached)
Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES (cached)
Run-time dependency libmlx5 found: NO (tried pkgconfig and cmake)
Library mlx5 found: NO
Message: drivers/mempool/bucket: Defining dependency "mempool_bucket"
Message: drivers/mempool/dpaa: Defining dependency "mempool_dpaa"
Message: drivers/mempool/dpaa2: Defining dependency "mempool_dpaa2"
Message: drivers/mempool/octeontx: Defining dependency "mempool_octeontx"
Message: drivers/mempool/octeontx2: Defining dependency "mempool_octeontx2"
Message: drivers/mempool/ring: Defining dependency "mempool_ring"
Message: drivers/mempool/stack: Defining dependency "mempool_stack"
Message: drivers/net/af_packet: Defining dependency "pmd_af_packet"
Run-time dependency libbpf found: NO (tried pkgconfig and cmake)
Library bpf found: NO
Message: drivers/net/ark: Defining dependency "pmd_ark"
Message: drivers/net/atlantic: Defining dependency "pmd_atlantic"
Message: drivers/net/avp: Defining dependency "pmd_avp"
Message: drivers/net/axgbe: Defining dependency "pmd_axgbe"
Message: drivers/net/bonding: Defining dependency "pmd_bond"
Dependency zlib found: YES 1.2.11 (cached)
Message: drivers/net/bnx2x: Defining dependency "pmd_bnx2x"
Message: drivers/net/bnxt: Defining dependency "pmd_bnxt"
Message: drivers/net/cxgbe: Defining dependency "pmd_cxgbe"
Compiler for C supports arguments -Wno-pointer-arith -Wpointer-arith: YES (cached)
Message: drivers/net/dpaa: Defining dependency "pmd_dpaa"
Message: drivers/net/dpaa2: Defining dependency "pmd_dpaa2"
Compiler for C supports arguments -Wno-uninitialized -Wuninitialized: YES (cached)
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES (cached)
Compiler for C supports arguments -Wno-unused-variable -Wunused-variable: YES (cached)
Compiler for C supports arguments -Wno-misleading-indentation -Wmisleading-indentation: YES (cached)
Compiler for C supports arguments -Wno-implicit-fallthrough -Wimplicit-fallthrough: YES (cached)
Message: drivers/net/e1000: Defining dependency "pmd_e1000"
Message: drivers/net/ena: Defining dependency "pmd_ena"
Message: drivers/net/enetc: Defining dependency "pmd_enetc"
Fetching value of define "__AVX2__" : 1 (cached)
Message: drivers/net/enic: Defining dependency "pmd_enic"
Message: drivers/net/failsafe: Defining dependency "pmd_failsafe"
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES (cached)
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES (cached)
Compiler for C supports arguments -Wno-strict-aliasing -Wstrict-aliasing: YES (cached)
Compiler for C supports arguments -Wno-format-extra-args -Wformat-extra-args: YES (cached)
Compiler for C supports arguments -Wno-unused-variable -Wunused-variable: YES (cached)
Compiler for C supports arguments -Wno-implicit-fallthrough -Wimplicit-fallthrough: YES (cached)
Message: drivers/net/fm10k: Defining dependency "pmd_fm10k"
Compiler for C supports arguments -Wno-sign-compare -Wsign-compare: YES (cached)
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES (cached)
Compiler for C supports arguments -Wno-format -Wformat: YES (cached)
Compiler for C supports arguments -Wno-format-security -Wformat-security: YES (cached)
Compiler for C supports arguments -Wno-format-nonliteral -Wformat-nonliteral: YES (cached)
Compiler for C supports arguments -Wno-strict-aliasing -Wstrict-aliasing: YES (cached)
Compiler for C supports arguments -Wno-unused-but-set-variable -Wunused-but-set-variable: YES (cached)
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES (cached)
Fetching value of define "__AVX2__" : 1 (cached)
Message: drivers/net/i40e: Defining dependency "pmd_i40e"
Message: drivers/net/hinic: Defining dependency "pmd_hinic"
Message: drivers/net/hns3: Defining dependency "pmd_hns3"
Fetching value of define "__AVX2__" : 1 (cached)
Message: drivers/net/iavf: Defining dependency "pmd_iavf"
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES (cached)
Compiler for C supports arguments -Wno-unused-but-set-variable -Wunused-but-set-variable: YES (cached)
Compiler for C supports arguments -Wno-unused-variable -Wunused-variable: YES (cached)
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES (cached)
Fetching value of define "__AVX2__" : 1 (cached)
Message: drivers/net/ice: Defining dependency "pmd_ice"
Message: drivers/net/igc: Defining dependency "pmd_igc"
Message: drivers/net/ipn3ke: Defining dependency "pmd_ipn3ke"
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES (cached)
Compiler for C supports arguments -Wno-unused-but-set-variable -Wunused-but-set-variable: YES (cached)
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES (cached)
Message: drivers/net/ixgbe: Defining dependency "pmd_ixgbe"
Message: drivers/net/kni: Defining dependency "pmd_kni"
Message: drivers/net/liquidio: Defining dependency "pmd_liquidio"
Message: drivers/net/memif: Defining dependency "pmd_memif"
Run-time dependency libmlx4 found: NO (tried pkgconfig and cmake)
Library mlx4 found: NO
Compiler for C supports arguments -std=c11: YES (cached)
Compiler for C supports arguments -Wno-strict-prototypes -Wstrict-prototypes: YES (cached)
Compiler for C supports arguments -D_BSD_SOURCE: YES (cached)
Compiler for C supports arguments -D_DEFAULT_SOURCE: YES (cached)
Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES (cached)
Message: Disabling mlx5 [drivers/net/mlx5]: missing internal dependency "common_mlx5"
Library libmusdk found: NO
Library libmusdk found: NO
Message: drivers/net/netvsc: Defining dependency "pmd_netvsc"
Run-time dependency netcope-common found: NO (tried pkgconfig and cmake)
Message: drivers/net/nfp: Defining dependency "pmd_nfp"
Message: drivers/net/null: Defining dependency "pmd_null"
Message: drivers/net/octeontx: Defining dependency "pmd_octeontx"
Compiler for C supports arguments -flax-vector-conversions: YES (cached)
Message: drivers/net/octeontx2: Defining dependency "pmd_octeontx2"
Message: drivers/net/pcap: Defining dependency "pmd_pcap"
Compiler for C supports arguments -Wno-pointer-arith -Wpointer-arith: YES (cached)
Message: drivers/net/pfe: Defining dependency "pmd_pfe"
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES (cached)
Compiler for C supports arguments -Wno-sign-compare -Wsign-compare: YES (cached)
Compiler for C supports arguments -Wno-missing-prototypes -Wmissing-prototypes: YES (cached)
Compiler for C supports arguments -Wno-cast-qual -Wcast-qual: YES (cached)
Compiler for C supports arguments -Wno-unused-function -Wunused-function: YES (cached)
Compiler for C supports arguments -Wno-unused-variable -Wunused-variable: YES (cached)
Compiler for C supports arguments -Wno-strict-aliasing -Wstrict-aliasing: YES (cached)
Compiler for C supports arguments -Wno-missing-prototypes -Wmissing-prototypes: YES (cached)
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES (cached)
Compiler for C supports arguments -Wno-format-nonliteral -Wformat-nonliteral: YES (cached)
Compiler for C supports arguments -Wno-shift-negative-value -Wshift-negative-value: YES (cached)
Compiler for C supports arguments -Wno-unused-but-set-variable -Wunused-but-set-variable: YES (cached)
Compiler for C supports arguments -Wno-missing-declarations -Wmissing-declarations: YES (cached)
Compiler for C supports arguments -Wno-maybe-uninitialized -Wmaybe-uninitialized: YES (cached)
Compiler for C supports arguments -Wno-strict-prototypes -Wstrict-prototypes: YES (cached)
Compiler for C supports arguments -Wno-shift-negative-value -Wshift-negative-value: YES (cached)
Compiler for C supports arguments -Wno-implicit-fallthrough -Wimplicit-fallthrough: YES (cached)
Compiler for C supports arguments -Wno-format-extra-args -Wformat-extra-args: YES (cached)
Compiler for C supports arguments -Wno-visibility -Wvisibility: NO (cached)
Compiler for C supports arguments -Wno-empty-body -Wempty-body: YES (cached)
Compiler for C supports arguments -Wno-invalid-source-encoding -Winvalid-source-encoding: NO (cached)
Compiler for C supports arguments -Wno-sometimes-uninitialized -Wsometimes-uninitialized: NO (cached)
Compiler for C supports arguments -Wno-pointer-bool-conversion -Wpointer-bool-conversion: NO (cached)
Compiler for C supports arguments -Wno-format-nonliteral -Wformat-nonliteral: YES (cached)
Message: drivers/net/qede: Defining dependency "pmd_qede"
Message: drivers/net/ring: Defining dependency "pmd_ring"
Compiler for C supports arguments -Wno-strict-aliasing -Wstrict-aliasing: YES (cached)
Compiler for C supports arguments -Wdisabled-optimization: YES (cached)
Compiler for C supports arguments -Waggregate-return: YES (cached)
Compiler for C supports arguments -Wbad-function-cast: YES (cached)
Message: drivers/net/sfc: Defining dependency "pmd_sfc"
Message: drivers/net/softnic: Defining dependency "pmd_softnic"
Run-time dependency libsze2 found: NO (tried pkgconfig and cmake)
Header <linux/pkt_cls.h> has symbol "TCA_FLOWER_UNSPEC" : YES (cached)
Header <linux/pkt_cls.h> has symbol "TCA_FLOWER_KEY_VLAN_PRIO" : YES (cached)
Header <linux/pkt_cls.h> has symbol "TCA_BPF_UNSPEC" : YES (cached)
Header <linux/pkt_cls.h> has symbol "TCA_BPF_FD" : YES (cached)
Header <linux/tc_act/tc_bpf.h> has symbol "TCA_ACT_BPF_UNSPEC" : YES (cached)
Header <linux/tc_act/tc_bpf.h> has symbol "TCA_ACT_BPF_FD" : YES (cached)
Configuring tap_autoconf.h using configuration
Message: drivers/net/tap: Defining dependency "pmd_tap"
Compiler for C supports arguments -fno-prefetch-loop-arrays: YES (cached)
Compiler for C supports arguments -Wno-maybe-uninitialized -Wmaybe-uninitialized: YES (cached)
Message: drivers/net/thunderx: Defining dependency "pmd_thunderx"
Compiler for C supports arguments -D_BSD_SOURCE: YES (cached)
Compiler for C supports arguments -D_DEFAULT_SOURCE: YES (cached)
Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES (cached)
Message: drivers/net/vdev_netvsc: Defining dependency "pmd_vdev_netvsc"
Message: drivers/net/vhost: Defining dependency "pmd_vhost"
Compiler for C supports arguments -mavx512f: YES (cached)
Compiler for C supports arguments -mavx512vl: YES (cached)
Compiler for C supports arguments -mavx512bw: YES (cached)
Message: drivers/net/virtio: Defining dependency "pmd_virtio"
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES (cached)
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES (cached)
Compiler for C supports arguments -Wno-strict-aliasing -Wstrict-aliasing: YES (cached)
Compiler for C supports arguments -Wno-format-extra-args -Wformat-extra-args: YES (cached)
Message: drivers/net/vmxnet3: Defining dependency "pmd_vmxnet3"
Message: drivers/raw/dpaa2_cmdif: Defining dependency "rawdev_dpaa2_cmdif"
Message: drivers/raw/dpaa2_qdma: Defining dependency "rawdev_dpaa2_qdma"
Message: drivers/raw/ifpga: Defining dependency "rawdev_ifpga"
Message: drivers/raw/ioat: Defining dependency "rawdev_ioat"
Message: drivers/raw/ntb: Defining dependency "rawdev_ntb"
Message: drivers/raw/octeontx2_dma: Defining dependency "rawdev_octeontx2_dma"
Message: drivers/raw/octeontx2_ep: Defining dependency "rawdev_octeontx2_ep"
Message: drivers/raw/skeleton: Defining dependency "rawdev_skeleton"
Library IPSec_MB found: NO
Library IPSec_MB found: NO
Message: drivers/crypto/caam_jr: Defining dependency "pmd_caam_jr"
Run-time dependency libcrypto found: NO (tried pkgconfig and cmake)
Message: drivers/crypto/dpaa_sec: Defining dependency "pmd_dpaa_sec"
Message: drivers/crypto/dpaa2_sec: Defining dependency "pmd_dpaa2_sec"
Library IPSec_MB found: NO
Library libmusdk found: NO
Message: drivers/crypto/nitrox: Defining dependency "pmd_nitrox"
Message: drivers/crypto/null: Defining dependency "pmd_null_crypto"
Message: drivers/crypto/octeontx: Defining dependency "pmd_octeontx_crypto"
Message: drivers/crypto/octeontx2: Defining dependency "pmd_octeontx2_crypto"
Run-time dependency libcrypto found: NO (tried pkgconfig and cmake)
Run-time dependency libcrypto found: NO (tried pkgconfig and cmake)
Message: drivers/crypto/scheduler: Defining dependency "pmd_crypto_scheduler"
Library IPSec_MB found: NO
Message: drivers/crypto/virtio: Defining dependency "pmd_virtio_crypto"
Library IPSec_MB found: NO
Run-time dependency libisal found: NO (tried pkgconfig and cmake)
Message: drivers/compress/octeontx: Defining dependency "pmd_octeontx_compress"
Message: drivers/compress/qat: Defining dependency "pmd_qat"
Dependency zlib found: YES 1.2.11 (cached)
Message: drivers/compress/zlib: Defining dependency "pmd_zlib"
Compiler for C supports arguments -std=c11: YES (cached)
Compiler for C supports arguments -Wno-strict-prototypes -Wstrict-prototypes: YES (cached)
Compiler for C supports arguments -D_BSD_SOURCE: YES (cached)
Compiler for C supports arguments -D_DEFAULT_SOURCE: YES (cached)
Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES (cached)
Message: Disabling mlx5 [drivers/regex/mlx5]: missing internal dependency "common_mlx5"
Library librxp_compiler found: NO
Message: drivers/regex/octeontx2: Defining dependency "pmd_octeontx2_regex"
Message: drivers/vdpa/ifc: Defining dependency "pmd_ifc"
Compiler for C supports arguments -std=c11: YES (cached)
Compiler for C supports arguments -Wno-strict-prototypes -Wstrict-prototypes: YES (cached)
Compiler for C supports arguments -D_BSD_SOURCE: YES (cached)
Compiler for C supports arguments -D_DEFAULT_SOURCE: YES (cached)
Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES (cached)
Message: Disabling mlx5 [drivers/vdpa/mlx5]: missing internal dependency "common_mlx5"
Message: drivers/event/dpaa: Defining dependency "pmd_dpaa_event"
Message: drivers/event/dpaa2: Defining dependency "pmd_dpaa2_event"
Message: drivers/event/octeontx2: Defining dependency "pmd_octeontx2_event"
Message: drivers/event/opdl: Defining dependency "pmd_opdl_event"
Message: drivers/event/skeleton: Defining dependency "pmd_skeleton_event"
Message: drivers/event/sw: Defining dependency "pmd_sw_event"
Compiler for C supports arguments -Wno-format-nonliteral -Wformat-nonliteral: YES (cached)
Message: drivers/event/dsw: Defining dependency "pmd_dsw_event"
Message: drivers/event/octeontx: Defining dependency "pmd_octeontx_event"
Message: drivers/baseband/null: Defining dependency "pmd_bbdev_null"
Message: drivers/baseband/turbo_sw: Defining dependency "pmd_bbdev_turbo_sw"
Message: drivers/baseband/fpga_lte_fec: Defining dependency "pmd_bbdev_fpga_lte_fec"
Message: drivers/baseband/fpga_5gnr_fec: Defining dependency "pmd_bbdev_fpga_5gnr_fec"
Library execinfo found: NO
Compiler for C supports arguments -Wno-format-truncation -Wformat-truncation: YES (cached)
Dependency zlib found: YES 1.2.11 (cached)
Library execinfo found: NO
Message: hugepage availability: true
Program get-coremask.sh found: YES
Program doxygen found: NO
Program sphinx-build found: NO
Library execinfo found: NO
Compiler for C supports arguments -Wno-format-truncation -Wformat-truncation: YES (cached)
Configuring rte_build_config.h using configuration
Message: 
=================
Libraries Enabled
=================

libs:
	kvargs, telemetry, eal, ring, rcu, mempool, mbuf, net, 
	meter, ethdev, pci, cmdline, metrics, hash, timer, acl, 
	bbdev, bitratestats, cfgfile, compressdev, cryptodev, distributor, efd, eventdev, 
	gro, gso, ip_frag, jobstats, kni, latencystats, lpm, member, 
	power, pdump, rawdev, regexdev, rib, reorder, sched, security, 
	stack, vhost, ipsec, fib, port, table, pipeline, flow_classify, 
	bpf, graph, node, 

Message: 
===============
Drivers Enabled
===============

common:
	cpt, dpaax, iavf, octeontx, octeontx2, sfc_efx, 
bus:
	dpaa, fslmc, ifpga, pci, vdev, vmbus, 
mempool:
	bucket, dpaa, dpaa2, octeontx, octeontx2, ring, stack, 
net:
	af_packet, ark, atlantic, avp, axgbe, bond, bnx2x, bnxt, 
	cxgbe, dpaa, dpaa2, e1000, ena, enetc, enic, failsafe, 
	fm10k, i40e, hinic, hns3, iavf, ice, igc, ipn3ke, 
	ixgbe, kni, liquidio, memif, netvsc, nfp, null, octeontx, 
	octeontx2, pcap, pfe, qede, ring, sfc, softnic, tap, 
	thunderx, vdev_netvsc, vhost, virtio, vmxnet3, 
raw:
	dpaa2_cmdif, dpaa2_qdma, ifpga, ioat, ntb, octeontx2_dma, octeontx2_ep, skeleton, 
	
crypto:
	caam_jr, dpaa_sec, dpaa2_sec, nitrox, null_crypto, octeontx_crypto, octeontx2_crypto, crypto_scheduler, 
	virtio_crypto, 
compress:
	octeontx_compress, qat, zlib, 
regex:
	octeontx2_regex, 
vdpa:
	ifc, 
event:
	dpaa, dpaa2, octeontx2, opdl, skeleton, sw, dsw, octeontx, 
	
baseband:
	null, turbo_sw, fpga_lte_fec, fpga_5gnr_fec, 

Message: 
=================
Content Skipped
=================

libs:
	
drivers:
	common/mvep:	missing dependency, "libmusdk"
	common/mlx5:	missing dependency, "mlx5"
	net/af_xdp:	missing dependency, "libbpf"
	net/mlx4:	missing dependency, "mlx4"
	net/mlx5:	Missing internal dependency, "common_mlx5"
	net/mvneta:	missing dependency, "libmusdk"
	net/mvpp2:	missing dependency, "libmusdk"
	net/nfb:	missing dependency, "libnfb"
	net/szedata2:	missing dependency, "libsze2"
	crypto/aesni_gcm:	missing dependency, "libIPSec_MB"
	crypto/aesni_mb:	missing dependency, "libIPSec_MB"
	crypto/armv8:	missing dependency, "armv8_crypto"
	crypto/ccp:	missing dependency, "libcrypto"
	crypto/kasumi:	missing dependency, "libIPSec_MB"
	crypto/mvsam:	missing dependency, "libmusdk"
	crypto/openssl:	missing dependency, "libcrypto"
	crypto/snow3g:	missing dependency, "libIPSec_MB"
	crypto/zuc:	missing dependency, "libIPSec_MB"
	compress/isal:	missing dependency, "libisal"
	regex/mlx5:	Missing internal dependency, "common_mlx5"
	vdpa/mlx5:	Missing internal dependency, "common_mlx5"
	

Build targets in project: 977

Found ninja-1.10.0.git.kitware.jobserver-1 at /usr/local/bin/ninja
[1/2] Compiling C object examples/dpdk-ioat.p/ioat_ioatfwd.c.o
[2/2] Linking target examples/dpdk-ioat
16/10/2020 01:02:50             dut.10.240.183.220: ls x86_64-native-linuxapp-gcc/examples/dpdk-ioat 
16/10/2020 01:02:50             dut.10.240.183.220: x86_64-native-linuxapp-gcc/examples/dpdk-ioat
16/10/2020 01:02:50                      TestCBDMA: Test Case test_perf_cbdma_basic_test Begin
16/10/2020 01:02:50             dut.10.240.183.220: 
16/10/2020 01:02:50                         tester: 
16/10/2020 01:02:57                         tester: ls -d /tmp/tester
16/10/2020 01:02:57                         tester: /tmp/tester
16/10/2020 01:02:57                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_0.pcap root@10.240.183.217:/tmp/tester/cbdma_0.pcap
16/10/2020 01:02:59                         pktgen: test port 0 map gen port 0
16/10/2020 01:02:59                         pktgen: test port 0 map gen port 0
16/10/2020 01:02:59                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:02:59                         pktgen: trex port <0> not support flow control
16/10/2020 01:02:59                         pktgen: check the trex port link status
16/10/2020 01:02:59                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:02:59                         pktgen: begin traffic ......
16/10/2020 01:02:59                         pktgen: {'ports': [0], 'mult': '100%', 'core_mask': None, 'force': True}
16/10/2020 01:03:19                         pktgen: begin get port statistic ...
16/10/2020 01:03:19                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_0.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_0.pcap',
 'rx_port': 0,
 'tx_port': 0}
16/10/2020 01:03:19                         pktgen: {0: {'ibytes': 7723624192,
     'ierrors': 0,
     'ipackets': 120681633,
     'obytes': 31296257728,
     'oerrors': 0,
     'opackets': 489004036,
     'rx_bps': 3091231488.0,
     'rx_bps_L1': 4057241567.9999995,
     'rx_pps': 6037563.0,
     'rx_util': 10.14310392,
     'tx_bps': 12527830016.0,
     'tx_bps_L1': 16442776896.0,
     'tx_pps': 24468418.0,
     'tx_util': 41.10694224},
 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': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 6.288610458374023,
            'cpu_util': 99.6072998046875,
            'cpu_util_raw': 100.0,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 0,
            'rx_bps': 3091231488.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 9436598272.0,
            'rx_pps': 6037563.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 12527830016.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 24468418.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 7723624192,
           'ierrors': 0,
           'ipackets': 120681633,
           'obytes': 31296257728,
           'oerrors': 0,
           'opackets': 489004036,
           'rx_bps': 3091231488.0,
           'rx_bps_L1': 4057241567.9999995,
           'rx_pps': 6037563.0,
           'rx_util': 10.14310392,
           'tx_bps': 12527830016.0,
           'tx_bps_L1': 16442776896.0,
           'tx_pps': 24468418.0,
           'tx_util': 41.10694224}}
16/10/2020 01:03:19                         pktgen: {'ibytes': 7723624192,
 'ierrors': 0,
 'ipackets': 120681633,
 'obytes': 31296257728,
 'oerrors': 0,
 'opackets': 489004036,
 'rx_bps': 3091231488.0,
 'rx_bps_L1': 4057241567.9999995,
 'rx_pps': 6037563.0,
 'rx_util': 10.14310392,
 'tx_bps': 12527830016.0,
 'tx_bps_L1': 16442776896.0,
 'tx_pps': 24468418.0,
 'tx_util': 41.10694224}
16/10/2020 01:03:19                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 12527830016.000000, tx_pps: 24468418.000000 
16/10/2020 01:03:19                         pktgen: {'ibytes': 7723624192,
 'ierrors': 0,
 'ipackets': 120681633,
 'obytes': 31296257728,
 'oerrors': 0,
 'opackets': 489004036,
 'rx_bps': 3091231488.0,
 'rx_bps_L1': 4057241567.9999995,
 'rx_pps': 6037563.0,
 'rx_util': 10.14310392,
 'tx_bps': 12527830016.0,
 'tx_bps_L1': 16442776896.0,
 'tx_pps': 24468418.0,
 'tx_util': 41.10694224}
16/10/2020 01:03:19                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 3091231488.000000, rx_pps: 6037563.000000
16/10/2020 01:03:19                         pktgen: throughput: pps_rx 6037563.000000, bps_rx 3091231488.000000
16/10/2020 01:03:19                         pktgen: traffic completed. 
16/10/2020 01:03:19                         tester: ls -d /tmp/tester
16/10/2020 01:03:20                         tester: /tmp/tester
16/10/2020 01:03:20                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_0.pcap root@10.240.183.217:/tmp/tester/cbdma_0.pcap
16/10/2020 01:03:22                         pktgen: test port 0 map gen port 0
16/10/2020 01:03:22                         pktgen: test port 0 map gen port 0
16/10/2020 01:03:22                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:03:22                         pktgen: trex port <0> not support flow control
16/10/2020 01:03:22                         pktgen: check the trex port link status
16/10/2020 01:03:22                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:03:22                         pktgen: begin traffic ......
16/10/2020 01:03:22                         pktgen: {'ports': [0], 'mult': '100%', 'core_mask': None, 'force': True}
16/10/2020 01:03:42                         pktgen: begin get port statistic ...
16/10/2020 01:03:42                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_0.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_0.pcap',
 'rx_port': 0,
 'tx_port': 0}
16/10/2020 01:03:42                         pktgen: {0: {'ibytes': 29343497216,
     'ierrors': 0,
     'ipackets': 114623042,
     'obytes': 90946621440,
     'oerrors': 0,
     'opackets': 355260255,
     'rx_bps': 11750950912.0,
     'rx_bps_L1': 12668993952.0,
     'rx_pps': 5737769.0,
     'rx_util': 31.672484880000003,
     'tx_bps': 36419620864.0,
     'tx_bps_L1': 39264904064.0,
     'tx_pps': 17783020.0,
     'tx_util': 98.16226016},
 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': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 18.248706817626953,
            'cpu_util': 99.78684997558594,
            'cpu_util_raw': 100.0,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 27637076,
            'rx_bps': 11750950912.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 24668669952.0,
            'rx_pps': 5737769.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 36419620864.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 17783020.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 29343497216,
           'ierrors': 0,
           'ipackets': 114623042,
           'obytes': 90946621440,
           'oerrors': 0,
           'opackets': 355260255,
           'rx_bps': 11750950912.0,
           'rx_bps_L1': 12668993952.0,
           'rx_pps': 5737769.0,
           'rx_util': 31.672484880000003,
           'tx_bps': 36419620864.0,
           'tx_bps_L1': 39264904064.0,
           'tx_pps': 17783020.0,
           'tx_util': 98.16226016}}
16/10/2020 01:03:42                         pktgen: {'ibytes': 29343497216,
 'ierrors': 0,
 'ipackets': 114623042,
 'obytes': 90946621440,
 'oerrors': 0,
 'opackets': 355260255,
 'rx_bps': 11750950912.0,
 'rx_bps_L1': 12668993952.0,
 'rx_pps': 5737769.0,
 'rx_util': 31.672484880000003,
 'tx_bps': 36419620864.0,
 'tx_bps_L1': 39264904064.0,
 'tx_pps': 17783020.0,
 'tx_util': 98.16226016}
16/10/2020 01:03:42                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 36419620864.000000, tx_pps: 17783020.000000 
16/10/2020 01:03:42                         pktgen: {'ibytes': 29343497216,
 'ierrors': 0,
 'ipackets': 114623042,
 'obytes': 90946621440,
 'oerrors': 0,
 'opackets': 355260255,
 'rx_bps': 11750950912.0,
 'rx_bps_L1': 12668993952.0,
 'rx_pps': 5737769.0,
 'rx_util': 31.672484880000003,
 'tx_bps': 36419620864.0,
 'tx_bps_L1': 39264904064.0,
 'tx_pps': 17783020.0,
 'tx_util': 98.16226016}
16/10/2020 01:03:42                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 11750950912.000000, rx_pps: 5737769.000000
16/10/2020 01:03:42                         pktgen: throughput: pps_rx 5737769.000000, bps_rx 11750950912.000000
16/10/2020 01:03:42                         pktgen: traffic completed. 
16/10/2020 01:03:42                         tester: ls -d /tmp/tester
16/10/2020 01:03:42                         tester: /tmp/tester
16/10/2020 01:03:42                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_0.pcap root@10.240.183.217:/tmp/tester/cbdma_0.pcap
16/10/2020 01:03:44                         pktgen: test port 0 map gen port 0
16/10/2020 01:03:44                         pktgen: test port 0 map gen port 0
16/10/2020 01:03:44                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:03:44                         pktgen: trex port <0> not support flow control
16/10/2020 01:03:44                         pktgen: check the trex port link status
16/10/2020 01:03:45                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:03:45                         pktgen: begin traffic ......
16/10/2020 01:03:45                         pktgen: {'ports': [0], 'mult': '100%', 'core_mask': None, 'force': True}
16/10/2020 01:04:05                         pktgen: begin get port statistic ...
16/10/2020 01:04:05                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_0.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_0.pcap',
 'rx_port': 0,
 'tx_port': 0}
16/10/2020 01:04:05                         pktgen: {0: {'ibytes': 53884470272,
     'ierrors': 0,
     'ipackets': 105243113,
     'obytes': 96336598528,
     'oerrors': 0,
     'opackets': 188157427,
     'rx_bps': 21696149504.0,
     'rx_bps_L1': 22543655584.0,
     'rx_pps': 5296913.0,
     'rx_util': 56.359138959999996,
     'tx_bps': 38582206464.0,
     'tx_bps_L1': 40089323904.0,
     'tx_pps': 9419484.0,
     'tx_util': 100.22330976},
 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': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 52.0405158996582,
            'cpu_util': 37.069393157958984,
            'cpu_util_raw': 36.25,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 4276069,
            'rx_bps': 21696149504.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 16886056960.0,
            'rx_pps': 5296913.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 38582206464.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 9419484.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 53884470272,
           'ierrors': 0,
           'ipackets': 105243113,
           'obytes': 96336598528,
           'oerrors': 0,
           'opackets': 188157427,
           'rx_bps': 21696149504.0,
           'rx_bps_L1': 22543655584.0,
           'rx_pps': 5296913.0,
           'rx_util': 56.359138959999996,
           'tx_bps': 38582206464.0,
           'tx_bps_L1': 40089323904.0,
           'tx_pps': 9419484.0,
           'tx_util': 100.22330976}}
16/10/2020 01:04:05                         pktgen: {'ibytes': 53884470272,
 'ierrors': 0,
 'ipackets': 105243113,
 'obytes': 96336598528,
 'oerrors': 0,
 'opackets': 188157427,
 'rx_bps': 21696149504.0,
 'rx_bps_L1': 22543655584.0,
 'rx_pps': 5296913.0,
 'rx_util': 56.359138959999996,
 'tx_bps': 38582206464.0,
 'tx_bps_L1': 40089323904.0,
 'tx_pps': 9419484.0,
 'tx_util': 100.22330976}
16/10/2020 01:04:05                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 38582206464.000000, tx_pps: 9419484.000000 
16/10/2020 01:04:05                         pktgen: {'ibytes': 53884470272,
 'ierrors': 0,
 'ipackets': 105243113,
 'obytes': 96336598528,
 'oerrors': 0,
 'opackets': 188157427,
 'rx_bps': 21696149504.0,
 'rx_bps_L1': 22543655584.0,
 'rx_pps': 5296913.0,
 'rx_util': 56.359138959999996,
 'tx_bps': 38582206464.0,
 'tx_bps_L1': 40089323904.0,
 'tx_pps': 9419484.0,
 'tx_util': 100.22330976}
16/10/2020 01:04:05                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 21696149504.000000, rx_pps: 5296913.000000
16/10/2020 01:04:05                         pktgen: throughput: pps_rx 5296913.000000, bps_rx 21696149504.000000
16/10/2020 01:04:05                         pktgen: traffic completed. 
16/10/2020 01:04:05                         tester: ls -d /tmp/tester
16/10/2020 01:04:05                         tester: /tmp/tester
16/10/2020 01:04:05                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_0.pcap root@10.240.183.217:/tmp/tester/cbdma_0.pcap
16/10/2020 01:04:07                         pktgen: test port 0 map gen port 0
16/10/2020 01:04:07                         pktgen: test port 0 map gen port 0
16/10/2020 01:04:07                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:04:07                         pktgen: trex port <0> not support flow control
16/10/2020 01:04:07                         pktgen: check the trex port link status
16/10/2020 01:04:07                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:04:07                         pktgen: begin traffic ......
16/10/2020 01:04:07                         pktgen: {'ports': [0], 'mult': '100%', 'core_mask': None, 'force': True}
16/10/2020 01:04:27                         pktgen: begin get port statistic ...
16/10/2020 01:04:27                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_0.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_0.pcap',
 'rx_port': 0,
 'tx_port': 0}
16/10/2020 01:04:27                         pktgen: {0: {'ibytes': 98183463936,
     'ierrors': 0,
     'ipackets': 95882294,
     'obytes': 98183334912,
     'oerrors': 0,
     'opackets': 95882167,
     'rx_bps': 39129018368.0,
     'rx_bps_L1': 39893257248.0,
     'rx_pps': 4776493.0,
     'rx_util': 99.73314312,
     'tx_bps': 39129047040.0,
     'tx_bps_L1': 39893286480.0,
     'tx_pps': 4776496.5,
     'tx_util': 99.7332162},
 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': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 20.71672821044922,
            'cpu_util': 94.43828582763672,
            'cpu_util_raw': 94.5,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 58824955,
            'rx_bps': 39129018368.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 4776493.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 39129047040.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 4776496.5},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 98183463936,
           'ierrors': 0,
           'ipackets': 95882294,
           'obytes': 98183334912,
           'oerrors': 0,
           'opackets': 95882167,
           'rx_bps': 39129018368.0,
           'rx_bps_L1': 39893257248.0,
           'rx_pps': 4776493.0,
           'rx_util': 99.73314312,
           'tx_bps': 39129047040.0,
           'tx_bps_L1': 39893286480.0,
           'tx_pps': 4776496.5,
           'tx_util': 99.7332162}}
16/10/2020 01:04:27                         pktgen: {'ibytes': 98183463936,
 'ierrors': 0,
 'ipackets': 95882294,
 'obytes': 98183334912,
 'oerrors': 0,
 'opackets': 95882167,
 'rx_bps': 39129018368.0,
 'rx_bps_L1': 39893257248.0,
 'rx_pps': 4776493.0,
 'rx_util': 99.73314312,
 'tx_bps': 39129047040.0,
 'tx_bps_L1': 39893286480.0,
 'tx_pps': 4776496.5,
 'tx_util': 99.7332162}
16/10/2020 01:04:27                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 39129047040.000000, tx_pps: 4776496.500000 
16/10/2020 01:04:27                         pktgen: {'ibytes': 98183463936,
 'ierrors': 0,
 'ipackets': 95882294,
 'obytes': 98183334912,
 'oerrors': 0,
 'opackets': 95882167,
 'rx_bps': 39129018368.0,
 'rx_bps_L1': 39893257248.0,
 'rx_pps': 4776493.0,
 'rx_util': 99.73314312,
 'tx_bps': 39129047040.0,
 'tx_bps_L1': 39893286480.0,
 'tx_pps': 4776496.5,
 'tx_util': 99.7332162}
16/10/2020 01:04:27                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 39129018368.000000, rx_pps: 4776493.000000
16/10/2020 01:04:27                         pktgen: throughput: pps_rx 4776493.000000, bps_rx 39129018368.000000
16/10/2020 01:04:27                         pktgen: traffic completed. 
16/10/2020 01:04:27                         tester: ls -d /tmp/tester
16/10/2020 01:04:27                         tester: /tmp/tester
16/10/2020 01:04:27                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_0.pcap root@10.240.183.217:/tmp/tester/cbdma_0.pcap
16/10/2020 01:04:30                         pktgen: test port 0 map gen port 0
16/10/2020 01:04:30                         pktgen: test port 0 map gen port 0
16/10/2020 01:04:30                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:04:30                         pktgen: trex port <0> not support flow control
16/10/2020 01:04:30                         pktgen: check the trex port link status
16/10/2020 01:04:30                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:04:30                         pktgen: begin traffic ......
16/10/2020 01:04:30                         pktgen: {'ports': [0], 'mult': '100%', 'core_mask': None, 'force': True}
16/10/2020 01:04:50                         pktgen: begin get port statistic ...
16/10/2020 01:04:50                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_0.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_0.pcap',
 'rx_port': 0,
 'tx_port': 0}
16/10/2020 01:04:50                         pktgen: {0: {'ibytes': 98797130982,
     'ierrors': 0,
     'ipackets': 65083753,
     'obytes': 98797000434,
     'oerrors': 0,
     'opackets': 65083667,
     'rx_bps': 39570423808.0,
     'rx_bps_L1': 40091773368.0,
     'rx_pps': 3258434.75,
     'rx_util': 100.22943341999999,
     'tx_bps': 39570419712.0,
     'tx_bps_L1': 40091769272.0,
     'tx_pps': 3258434.75,
     'tx_util': 100.22942318000001},
 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': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 23.223596572875977,
            'cpu_util': 85.19442749023438,
            'cpu_util_raw': 85.75,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 56563319,
            'rx_bps': 39570423808.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 3258434.75,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 39570419712.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 3258434.75},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 98797130982,
           'ierrors': 0,
           'ipackets': 65083753,
           'obytes': 98797000434,
           'oerrors': 0,
           'opackets': 65083667,
           'rx_bps': 39570423808.0,
           'rx_bps_L1': 40091773368.0,
           'rx_pps': 3258434.75,
           'rx_util': 100.22943341999999,
           'tx_bps': 39570419712.0,
           'tx_bps_L1': 40091769272.0,
           'tx_pps': 3258434.75,
           'tx_util': 100.22942318000001}}
16/10/2020 01:04:50                         pktgen: {'ibytes': 98797130982,
 'ierrors': 0,
 'ipackets': 65083753,
 'obytes': 98797000434,
 'oerrors': 0,
 'opackets': 65083667,
 'rx_bps': 39570423808.0,
 'rx_bps_L1': 40091773368.0,
 'rx_pps': 3258434.75,
 'rx_util': 100.22943341999999,
 'tx_bps': 39570419712.0,
 'tx_bps_L1': 40091769272.0,
 'tx_pps': 3258434.75,
 'tx_util': 100.22942318000001}
16/10/2020 01:04:50                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 39570419712.000000, tx_pps: 3258434.750000 
16/10/2020 01:04:50                         pktgen: {'ibytes': 98797130982,
 'ierrors': 0,
 'ipackets': 65083753,
 'obytes': 98797000434,
 'oerrors': 0,
 'opackets': 65083667,
 'rx_bps': 39570423808.0,
 'rx_bps_L1': 40091773368.0,
 'rx_pps': 3258434.75,
 'rx_util': 100.22943341999999,
 'tx_bps': 39570419712.0,
 'tx_bps_L1': 40091769272.0,
 'tx_pps': 3258434.75,
 'tx_util': 100.22942318000001}
16/10/2020 01:04:50                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 39570423808.000000, rx_pps: 3258434.750000
16/10/2020 01:04:50                         pktgen: throughput: pps_rx 3258434.750000, bps_rx 39570423808.000000
16/10/2020 01:04:50                         pktgen: traffic completed. 
16/10/2020 01:04:50                      TestCBDMA: 
+-------+-------+------------+-----------+-----------+--------------+------------+
| Frame | Mpps  | Thread Num | Queue Num | Copy Mode | Updating MAC | % linerate |
+=======+=======+============+===========+===========+==============+============+
| 64    | 6.038 | 1          | 1         | hw        | enable       | 10.143     |
+-------+-------+------------+-----------+-----------+--------------+------------+
| 256   | 5.738 | 1          | 1         | hw        | enable       | 31.672     |
+-------+-------+------------+-----------+-----------+--------------+------------+
| 512   | 5.297 | 1          | 1         | hw        | enable       | 56.359     |
+-------+-------+------------+-----------+-----------+--------------+------------+
| 1024  | 4.776 | 1          | 1         | hw        | enable       | 99.733     |
+-------+-------+------------+-----------+-----------+--------------+------------+
| 1518  | 3.258 | 1          | 1         | hw        | enable       | 100.229    |
+-------+-------+------------+-----------+-----------+--------------+------------+
16/10/2020 01:04:50                      TestCBDMA: Test Case test_perf_cbdma_basic_test Result PASSED:
16/10/2020 01:04:50             dut.10.240.183.220: kill_all: called by dut and prefix list has value.
16/10/2020 01:04:50                      TestCBDMA: Test Case test_perf_cbdma_with_diff_copy_mode Begin
16/10/2020 01:04:50             dut.10.240.183.220: 
16/10/2020 01:04:50                         tester: 
16/10/2020 01:04:58                         tester: ls -d /tmp/tester
16/10/2020 01:04:58                         tester: /tmp/tester
16/10/2020 01:04:58                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_0.pcap root@10.240.183.217:/tmp/tester/cbdma_0.pcap
16/10/2020 01:05:00                         pktgen: test port 0 map gen port 0
16/10/2020 01:05:00                         pktgen: test port 0 map gen port 0
16/10/2020 01:05:00                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:05:00                         pktgen: trex port <0> not support flow control
16/10/2020 01:05:00                         pktgen: check the trex port link status
16/10/2020 01:05:00                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:05:00                         pktgen: begin traffic ......
16/10/2020 01:05:00                         pktgen: {'ports': [0], 'mult': '100%', 'core_mask': None, 'force': True}
16/10/2020 01:05:21                         pktgen: begin get port statistic ...
16/10/2020 01:05:21                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_0.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_0.pcap',
 'rx_port': 0,
 'tx_port': 0}
16/10/2020 01:05:21                         pktgen: {0: {'ibytes': 16436893632,
     'ierrors': 0,
     'ipackets': 256826473,
     'obytes': 34572752192,
     'oerrors': 0,
     'opackets': 540199467,
     'rx_bps': 6574124544.0,
     'rx_bps_L1': 8628538944.0,
     'rx_pps': 12840090.0,
     'rx_util': 21.57134736,
     'tx_bps': 13793386496.0,
     'tx_bps_L1': 18103820096.0,
     'tx_pps': 26940210.0,
     'tx_util': 45.25955024},
 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': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 6.925261497497559,
            'cpu_util': 99.58747863769531,
            'cpu_util_raw': 100.0,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 0,
            'rx_bps': 6574124544.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 7219261952.0,
            'rx_pps': 12840090.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 13793386496.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 26940210.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 16436893632,
           'ierrors': 0,
           'ipackets': 256826473,
           'obytes': 34572752192,
           'oerrors': 0,
           'opackets': 540199467,
           'rx_bps': 6574124544.0,
           'rx_bps_L1': 8628538944.0,
           'rx_pps': 12840090.0,
           'rx_util': 21.57134736,
           'tx_bps': 13793386496.0,
           'tx_bps_L1': 18103820096.0,
           'tx_pps': 26940210.0,
           'tx_util': 45.25955024}}
16/10/2020 01:05:21                         pktgen: {'ibytes': 16436893632,
 'ierrors': 0,
 'ipackets': 256826473,
 'obytes': 34572752192,
 'oerrors': 0,
 'opackets': 540199467,
 'rx_bps': 6574124544.0,
 'rx_bps_L1': 8628538944.0,
 'rx_pps': 12840090.0,
 'rx_util': 21.57134736,
 'tx_bps': 13793386496.0,
 'tx_bps_L1': 18103820096.0,
 'tx_pps': 26940210.0,
 'tx_util': 45.25955024}
16/10/2020 01:05:21                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 13793386496.000000, tx_pps: 26940210.000000 
16/10/2020 01:05:21                         pktgen: {'ibytes': 16436893632,
 'ierrors': 0,
 'ipackets': 256826473,
 'obytes': 34572752192,
 'oerrors': 0,
 'opackets': 540199467,
 'rx_bps': 6574124544.0,
 'rx_bps_L1': 8628538944.0,
 'rx_pps': 12840090.0,
 'rx_util': 21.57134736,
 'tx_bps': 13793386496.0,
 'tx_bps_L1': 18103820096.0,
 'tx_pps': 26940210.0,
 'tx_util': 45.25955024}
16/10/2020 01:05:21                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 6574124544.000000, rx_pps: 12840090.000000
16/10/2020 01:05:21                         pktgen: throughput: pps_rx 12840090.000000, bps_rx 6574124544.000000
16/10/2020 01:05:21                         pktgen: traffic completed. 
16/10/2020 01:05:21                         tester: ls -d /tmp/tester
16/10/2020 01:05:21                         tester: /tmp/tester
16/10/2020 01:05:21                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_0.pcap root@10.240.183.217:/tmp/tester/cbdma_0.pcap
16/10/2020 01:05:23                         pktgen: test port 0 map gen port 0
16/10/2020 01:05:23                         pktgen: test port 0 map gen port 0
16/10/2020 01:05:23                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:05:23                         pktgen: trex port <0> not support flow control
16/10/2020 01:05:23                         pktgen: check the trex port link status
16/10/2020 01:05:23                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:05:23                         pktgen: begin traffic ......
16/10/2020 01:05:23                         pktgen: {'ports': [0], 'mult': '100%', 'core_mask': None, 'force': True}
16/10/2020 01:05:43                         pktgen: begin get port statistic ...
16/10/2020 01:05:43                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_0.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_0.pcap',
 'rx_port': 0,
 'tx_port': 0}
16/10/2020 01:05:43                         pktgen: {0: {'ibytes': 57129251712,
     'ierrors': 0,
     'ipackets': 223161174,
     'obytes': 90777863424,
     'oerrors': 0,
     'opackets': 354601052,
     'rx_bps': 22986608640.0,
     'rx_bps_L1': 24782438079.999996,
     'rx_pps': 11223934.0,
     'rx_util': 61.95609519999999,
     'tx_bps': 36187713536.0,
     'tx_bps_L1': 39014879296.0,
     'tx_pps': 17669786.0,
     'tx_util': 97.53719824},
 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': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 18.126733779907227,
            'cpu_util': 99.8186264038086,
            'cpu_util_raw': 100.0,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 28198686,
            'rx_bps': 22986608640.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 13201105920.0,
            'rx_pps': 11223934.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 36187713536.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 17669786.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 57129251712,
           'ierrors': 0,
           'ipackets': 223161174,
           'obytes': 90777863424,
           'oerrors': 0,
           'opackets': 354601052,
           'rx_bps': 22986608640.0,
           'rx_bps_L1': 24782438079.999996,
           'rx_pps': 11223934.0,
           'rx_util': 61.95609519999999,
           'tx_bps': 36187713536.0,
           'tx_bps_L1': 39014879296.0,
           'tx_pps': 17669786.0,
           'tx_util': 97.53719824}}
16/10/2020 01:05:43                         pktgen: {'ibytes': 57129251712,
 'ierrors': 0,
 'ipackets': 223161174,
 'obytes': 90777863424,
 'oerrors': 0,
 'opackets': 354601052,
 'rx_bps': 22986608640.0,
 'rx_bps_L1': 24782438079.999996,
 'rx_pps': 11223934.0,
 'rx_util': 61.95609519999999,
 'tx_bps': 36187713536.0,
 'tx_bps_L1': 39014879296.0,
 'tx_pps': 17669786.0,
 'tx_util': 97.53719824}
16/10/2020 01:05:43                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 36187713536.000000, tx_pps: 17669786.000000 
16/10/2020 01:05:43                         pktgen: {'ibytes': 57129251712,
 'ierrors': 0,
 'ipackets': 223161174,
 'obytes': 90777863424,
 'oerrors': 0,
 'opackets': 354601052,
 'rx_bps': 22986608640.0,
 'rx_bps_L1': 24782438079.999996,
 'rx_pps': 11223934.0,
 'rx_util': 61.95609519999999,
 'tx_bps': 36187713536.0,
 'tx_bps_L1': 39014879296.0,
 'tx_pps': 17669786.0,
 'tx_util': 97.53719824}
16/10/2020 01:05:43                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 22986608640.000000, rx_pps: 11223934.000000
16/10/2020 01:05:43                         pktgen: throughput: pps_rx 11223934.000000, bps_rx 22986608640.000000
16/10/2020 01:05:43                         pktgen: traffic completed. 
16/10/2020 01:05:43                         tester: ls -d /tmp/tester
16/10/2020 01:05:43                         tester: /tmp/tester
16/10/2020 01:05:43                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_0.pcap root@10.240.183.217:/tmp/tester/cbdma_0.pcap
16/10/2020 01:05:46                         pktgen: test port 0 map gen port 0
16/10/2020 01:05:46                         pktgen: test port 0 map gen port 0
16/10/2020 01:05:46                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:05:46                         pktgen: trex port <0> not support flow control
16/10/2020 01:05:46                         pktgen: check the trex port link status
16/10/2020 01:05:46                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:05:46                         pktgen: begin traffic ......
16/10/2020 01:05:46                         pktgen: {'ports': [0], 'mult': '100%', 'core_mask': None, 'force': True}
16/10/2020 01:06:06                         pktgen: begin get port statistic ...
16/10/2020 01:06:06                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_0.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_0.pcap',
 'rx_port': 0,
 'tx_port': 0}
16/10/2020 01:06:06                         pktgen: {0: {'ibytes': 79939500800,
     'ierrors': 0,
     'ipackets': 156131865,
     'obytes': 96336162304,
     'oerrors': 0,
     'opackets': 188156579,
     'rx_bps': 31995697152.0,
     'rx_bps_L1': 33245529631.999996,
     'rx_pps': 7811453.0,
     'rx_util': 83.11382407999999,
     'tx_bps': 38533582848.0,
     'tx_bps_L1': 40038801088.0,
     'tx_pps': 9407614.0,
     'tx_util': 100.09700271999999},
 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': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 51.28731918334961,
            'cpu_util': 37.566383361816406,
            'cpu_util_raw': 37.75,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 4325098,
            'rx_bps': 31995697152.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 6537884672.0,
            'rx_pps': 7811453.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 38533582848.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 9407614.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 79939500800,
           'ierrors': 0,
           'ipackets': 156131865,
           'obytes': 96336162304,
           'oerrors': 0,
           'opackets': 188156579,
           'rx_bps': 31995697152.0,
           'rx_bps_L1': 33245529631.999996,
           'rx_pps': 7811453.0,
           'rx_util': 83.11382407999999,
           'tx_bps': 38533582848.0,
           'tx_bps_L1': 40038801088.0,
           'tx_pps': 9407614.0,
           'tx_util': 100.09700271999999}}
16/10/2020 01:06:06                         pktgen: {'ibytes': 79939500800,
 'ierrors': 0,
 'ipackets': 156131865,
 'obytes': 96336162304,
 'oerrors': 0,
 'opackets': 188156579,
 'rx_bps': 31995697152.0,
 'rx_bps_L1': 33245529631.999996,
 'rx_pps': 7811453.0,
 'rx_util': 83.11382407999999,
 'tx_bps': 38533582848.0,
 'tx_bps_L1': 40038801088.0,
 'tx_pps': 9407614.0,
 'tx_util': 100.09700271999999}
16/10/2020 01:06:06                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 38533582848.000000, tx_pps: 9407614.000000 
16/10/2020 01:06:06                         pktgen: {'ibytes': 79939500800,
 'ierrors': 0,
 'ipackets': 156131865,
 'obytes': 96336162304,
 'oerrors': 0,
 'opackets': 188156579,
 'rx_bps': 31995697152.0,
 'rx_bps_L1': 33245529631.999996,
 'rx_pps': 7811453.0,
 'rx_util': 83.11382407999999,
 'tx_bps': 38533582848.0,
 'tx_bps_L1': 40038801088.0,
 'tx_pps': 9407614.0,
 'tx_util': 100.09700271999999}
16/10/2020 01:06:06                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 31995697152.000000, rx_pps: 7811453.000000
16/10/2020 01:06:06                         pktgen: throughput: pps_rx 7811453.000000, bps_rx 31995697152.000000
16/10/2020 01:06:06                         pktgen: traffic completed. 
16/10/2020 01:06:06                         tester: ls -d /tmp/tester
16/10/2020 01:06:06                         tester: /tmp/tester
16/10/2020 01:06:06                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_0.pcap root@10.240.183.217:/tmp/tester/cbdma_0.pcap
16/10/2020 01:06:08                         pktgen: test port 0 map gen port 0
16/10/2020 01:06:08                         pktgen: test port 0 map gen port 0
16/10/2020 01:06:08                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:06:08                         pktgen: trex port <0> not support flow control
16/10/2020 01:06:08                         pktgen: check the trex port link status
16/10/2020 01:06:08                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:06:08                         pktgen: begin traffic ......
16/10/2020 01:06:08                         pktgen: {'ports': [0], 'mult': '100%', 'core_mask': None, 'force': True}
16/10/2020 01:06:28                         pktgen: begin get port statistic ...
16/10/2020 01:06:28                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_0.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_0.pcap',
 'rx_port': 0,
 'tx_port': 0}
16/10/2020 01:06:28                         pktgen: {0: {'ibytes': 98185616896,
     'ierrors': 0,
     'ipackets': 95884433,
     'obytes': 98185503744,
     'oerrors': 0,
     'opackets': 95884285,
     'rx_bps': 39228231680.0,
     'rx_bps_L1': 39994408160.0,
     'rx_pps': 4788603.0,
     'rx_util': 99.9860204,
     'tx_bps': 39228153856.0,
     'tx_bps_L1': 39994328736.0,
     'tx_pps': 4788593.0,
     'tx_util': 99.98582184},
 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': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 20.797914505004883,
            'cpu_util': 94.30789947509766,
            'cpu_util_raw': 94.5,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 59547463,
            'rx_bps': 39228231680.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 4788603.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 39228153856.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 4788593.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 98185616896,
           'ierrors': 0,
           'ipackets': 95884433,
           'obytes': 98185503744,
           'oerrors': 0,
           'opackets': 95884285,
           'rx_bps': 39228231680.0,
           'rx_bps_L1': 39994408160.0,
           'rx_pps': 4788603.0,
           'rx_util': 99.9860204,
           'tx_bps': 39228153856.0,
           'tx_bps_L1': 39994328736.0,
           'tx_pps': 4788593.0,
           'tx_util': 99.98582184}}
16/10/2020 01:06:28                         pktgen: {'ibytes': 98185616896,
 'ierrors': 0,
 'ipackets': 95884433,
 'obytes': 98185503744,
 'oerrors': 0,
 'opackets': 95884285,
 'rx_bps': 39228231680.0,
 'rx_bps_L1': 39994408160.0,
 'rx_pps': 4788603.0,
 'rx_util': 99.9860204,
 'tx_bps': 39228153856.0,
 'tx_bps_L1': 39994328736.0,
 'tx_pps': 4788593.0,
 'tx_util': 99.98582184}
16/10/2020 01:06:28                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 39228153856.000000, tx_pps: 4788593.000000 
16/10/2020 01:06:28                         pktgen: {'ibytes': 98185616896,
 'ierrors': 0,
 'ipackets': 95884433,
 'obytes': 98185503744,
 'oerrors': 0,
 'opackets': 95884285,
 'rx_bps': 39228231680.0,
 'rx_bps_L1': 39994408160.0,
 'rx_pps': 4788603.0,
 'rx_util': 99.9860204,
 'tx_bps': 39228153856.0,
 'tx_bps_L1': 39994328736.0,
 'tx_pps': 4788593.0,
 'tx_util': 99.98582184}
16/10/2020 01:06:28                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 39228231680.000000, rx_pps: 4788603.000000
16/10/2020 01:06:28                         pktgen: throughput: pps_rx 4788603.000000, bps_rx 39228231680.000000
16/10/2020 01:06:28                         pktgen: traffic completed. 
16/10/2020 01:06:28                         tester: ls -d /tmp/tester
16/10/2020 01:06:28                         tester: /tmp/tester
16/10/2020 01:06:28                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_0.pcap root@10.240.183.217:/tmp/tester/cbdma_0.pcap
16/10/2020 01:06:31                         pktgen: test port 0 map gen port 0
16/10/2020 01:06:31                         pktgen: test port 0 map gen port 0
16/10/2020 01:06:31                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:06:31                         pktgen: trex port <0> not support flow control
16/10/2020 01:06:31                         pktgen: check the trex port link status
16/10/2020 01:06:31                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:06:31                         pktgen: begin traffic ......
16/10/2020 01:06:31                         pktgen: {'ports': [0], 'mult': '100%', 'core_mask': None, 'force': True}
16/10/2020 01:06:51                         pktgen: begin get port statistic ...
16/10/2020 01:06:51                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_0.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_0.pcap',
 'rx_port': 0,
 'tx_port': 0}
16/10/2020 01:06:51                         pktgen: {0: {'ibytes': 98799410632,
     'ierrors': 0,
     'ipackets': 65085257,
     'obytes': 98799330564,
     'oerrors': 0,
     'opackets': 65085201,
     'rx_bps': 39515533312.0,
     'rx_bps_L1': 40036159712.0,
     'rx_pps': 3253915.0,
     'rx_util': 100.09039928000001,
     'tx_bps': 39515516928.0,
     'tx_bps_L1': 40036142967.99999,
     'tx_pps': 3253912.75,
     'tx_util': 100.09035741999999},
 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': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 23.215417861938477,
            'cpu_util': 85.10619354248047,
            'cpu_util_raw': 84.5,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 56418110,
            'rx_bps': 39515533312.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 3253915.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 39515516928.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 3253912.75},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 98799410632,
           'ierrors': 0,
           'ipackets': 65085257,
           'obytes': 98799330564,
           'oerrors': 0,
           'opackets': 65085201,
           'rx_bps': 39515533312.0,
           'rx_bps_L1': 40036159712.0,
           'rx_pps': 3253915.0,
           'rx_util': 100.09039928000001,
           'tx_bps': 39515516928.0,
           'tx_bps_L1': 40036142967.99999,
           'tx_pps': 3253912.75,
           'tx_util': 100.09035741999999}}
16/10/2020 01:06:51                         pktgen: {'ibytes': 98799410632,
 'ierrors': 0,
 'ipackets': 65085257,
 'obytes': 98799330564,
 'oerrors': 0,
 'opackets': 65085201,
 'rx_bps': 39515533312.0,
 'rx_bps_L1': 40036159712.0,
 'rx_pps': 3253915.0,
 'rx_util': 100.09039928000001,
 'tx_bps': 39515516928.0,
 'tx_bps_L1': 40036142967.99999,
 'tx_pps': 3253912.75,
 'tx_util': 100.09035741999999}
16/10/2020 01:06:51                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 39515516928.000000, tx_pps: 3253912.750000 
16/10/2020 01:06:51                         pktgen: {'ibytes': 98799410632,
 'ierrors': 0,
 'ipackets': 65085257,
 'obytes': 98799330564,
 'oerrors': 0,
 'opackets': 65085201,
 'rx_bps': 39515533312.0,
 'rx_bps_L1': 40036159712.0,
 'rx_pps': 3253915.0,
 'rx_util': 100.09039928000001,
 'tx_bps': 39515516928.0,
 'tx_bps_L1': 40036142967.99999,
 'tx_pps': 3253912.75,
 'tx_util': 100.09035741999999}
16/10/2020 01:06:51                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 39515533312.000000, rx_pps: 3253915.000000
16/10/2020 01:06:51                         pktgen: throughput: pps_rx 3253915.000000, bps_rx 39515533312.000000
16/10/2020 01:06:51                         pktgen: traffic completed. 
16/10/2020 01:06:56                         tester: ls -d /tmp/tester
16/10/2020 01:06:56                         tester: /tmp/tester
16/10/2020 01:06:56                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_0.pcap root@10.240.183.217:/tmp/tester/cbdma_0.pcap
16/10/2020 01:06:59                         pktgen: test port 0 map gen port 0
16/10/2020 01:06:59                         pktgen: test port 0 map gen port 0
16/10/2020 01:06:59                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:06:59                         pktgen: trex port <0> not support flow control
16/10/2020 01:06:59                         pktgen: check the trex port link status
16/10/2020 01:06:59                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:06:59                         pktgen: begin traffic ......
16/10/2020 01:06:59                         pktgen: {'ports': [0], 'mult': '100%', 'core_mask': None, 'force': True}
16/10/2020 01:07:19                         pktgen: begin get port statistic ...
16/10/2020 01:07:19                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_0.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_0.pcap',
 'rx_port': 0,
 'tx_port': 0}
16/10/2020 01:07:19                         pktgen: {0: {'ibytes': 26740845248,
     'ierrors': 0,
     'ipackets': 417825728,
     'obytes': 34517871488,
     'oerrors': 0,
     'opackets': 539341758,
     'rx_bps': 10666530816.0,
     'rx_bps_L1': 13999820416.0,
     'rx_pps': 20833060.0,
     'rx_util': 34.99955104,
     'tx_bps': 13748350976.0,
     'tx_bps_L1': 18044710016.0,
     'tx_pps': 26852244.0,
     'tx_util': 45.111775040000005},
 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': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 6.8985395431518555,
            'cpu_util': 99.64682006835938,
            'cpu_util_raw': 100.0,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 0,
            'rx_bps': 10666530816.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 3081819392.0,
            'rx_pps': 20833060.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 13748350976.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 26852244.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 26740845248,
           'ierrors': 0,
           'ipackets': 417825728,
           'obytes': 34517871488,
           'oerrors': 0,
           'opackets': 539341758,
           'rx_bps': 10666530816.0,
           'rx_bps_L1': 13999820416.0,
           'rx_pps': 20833060.0,
           'rx_util': 34.99955104,
           'tx_bps': 13748350976.0,
           'tx_bps_L1': 18044710016.0,
           'tx_pps': 26852244.0,
           'tx_util': 45.111775040000005}}
16/10/2020 01:07:19                         pktgen: {'ibytes': 26740845248,
 'ierrors': 0,
 'ipackets': 417825728,
 'obytes': 34517871488,
 'oerrors': 0,
 'opackets': 539341758,
 'rx_bps': 10666530816.0,
 'rx_bps_L1': 13999820416.0,
 'rx_pps': 20833060.0,
 'rx_util': 34.99955104,
 'tx_bps': 13748350976.0,
 'tx_bps_L1': 18044710016.0,
 'tx_pps': 26852244.0,
 'tx_util': 45.111775040000005}
16/10/2020 01:07:19                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 13748350976.000000, tx_pps: 26852244.000000 
16/10/2020 01:07:19                         pktgen: {'ibytes': 26740845248,
 'ierrors': 0,
 'ipackets': 417825728,
 'obytes': 34517871488,
 'oerrors': 0,
 'opackets': 539341758,
 'rx_bps': 10666530816.0,
 'rx_bps_L1': 13999820416.0,
 'rx_pps': 20833060.0,
 'rx_util': 34.99955104,
 'tx_bps': 13748350976.0,
 'tx_bps_L1': 18044710016.0,
 'tx_pps': 26852244.0,
 'tx_util': 45.111775040000005}
16/10/2020 01:07:19                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 10666530816.000000, rx_pps: 20833060.000000
16/10/2020 01:07:19                         pktgen: throughput: pps_rx 20833060.000000, bps_rx 10666530816.000000
16/10/2020 01:07:19                         pktgen: traffic completed. 
16/10/2020 01:07:19                         tester: ls -d /tmp/tester
16/10/2020 01:07:19                         tester: /tmp/tester
16/10/2020 01:07:19                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_0.pcap root@10.240.183.217:/tmp/tester/cbdma_0.pcap
16/10/2020 01:07:21                         pktgen: test port 0 map gen port 0
16/10/2020 01:07:21                         pktgen: test port 0 map gen port 0
16/10/2020 01:07:21                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:07:21                         pktgen: trex port <0> not support flow control
16/10/2020 01:07:21                         pktgen: check the trex port link status
16/10/2020 01:07:21                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:07:21                         pktgen: begin traffic ......
16/10/2020 01:07:21                         pktgen: {'ports': [0], 'mult': '100%', 'core_mask': None, 'force': True}
16/10/2020 01:07:41                         pktgen: begin get port statistic ...
16/10/2020 01:07:41                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_0.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_0.pcap',
 'rx_port': 0,
 'tx_port': 0}
16/10/2020 01:07:41                         pktgen: {0: {'ibytes': 53338295808,
     'ierrors': 0,
     'ipackets': 208352723,
     'obytes': 90836539904,
     'oerrors': 0,
     'opackets': 354830255,
     'rx_bps': 21355610112.0,
     'rx_bps_L1': 23024018272.0,
     'rx_pps': 10427551.0,
     'rx_util': 57.56004568,
     'tx_bps': 36320350208.0,
     'tx_bps_L1': 39157877888.0,
     'tx_pps': 17734548.0,
     'tx_util': 97.89469472},
 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': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 18.199865341186523,
            'cpu_util': 99.78192138671875,
            'cpu_util_raw': 99.75,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 25688507,
            'rx_bps': 21355610112.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 14964742144.0,
            'rx_pps': 10427551.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 36320350208.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 17734548.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 53338295808,
           'ierrors': 0,
           'ipackets': 208352723,
           'obytes': 90836539904,
           'oerrors': 0,
           'opackets': 354830255,
           'rx_bps': 21355610112.0,
           'rx_bps_L1': 23024018272.0,
           'rx_pps': 10427551.0,
           'rx_util': 57.56004568,
           'tx_bps': 36320350208.0,
           'tx_bps_L1': 39157877888.0,
           'tx_pps': 17734548.0,
           'tx_util': 97.89469472}}
16/10/2020 01:07:41                         pktgen: {'ibytes': 53338295808,
 'ierrors': 0,
 'ipackets': 208352723,
 'obytes': 90836539904,
 'oerrors': 0,
 'opackets': 354830255,
 'rx_bps': 21355610112.0,
 'rx_bps_L1': 23024018272.0,
 'rx_pps': 10427551.0,
 'rx_util': 57.56004568,
 'tx_bps': 36320350208.0,
 'tx_bps_L1': 39157877888.0,
 'tx_pps': 17734548.0,
 'tx_util': 97.89469472}
16/10/2020 01:07:41                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 36320350208.000000, tx_pps: 17734548.000000 
16/10/2020 01:07:41                         pktgen: {'ibytes': 53338295808,
 'ierrors': 0,
 'ipackets': 208352723,
 'obytes': 90836539904,
 'oerrors': 0,
 'opackets': 354830255,
 'rx_bps': 21355610112.0,
 'rx_bps_L1': 23024018272.0,
 'rx_pps': 10427551.0,
 'rx_util': 57.56004568,
 'tx_bps': 36320350208.0,
 'tx_bps_L1': 39157877888.0,
 'tx_pps': 17734548.0,
 'tx_util': 97.89469472}
16/10/2020 01:07:41                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 21355610112.000000, rx_pps: 10427551.000000
16/10/2020 01:07:41                         pktgen: throughput: pps_rx 10427551.000000, bps_rx 21355610112.000000
16/10/2020 01:07:41                         pktgen: traffic completed. 
16/10/2020 01:07:41                         tester: ls -d /tmp/tester
16/10/2020 01:07:41                         tester: /tmp/tester
16/10/2020 01:07:41                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_0.pcap root@10.240.183.217:/tmp/tester/cbdma_0.pcap
16/10/2020 01:07:44                         pktgen: test port 0 map gen port 0
16/10/2020 01:07:44                         pktgen: test port 0 map gen port 0
16/10/2020 01:07:44                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:07:44                         pktgen: trex port <0> not support flow control
16/10/2020 01:07:44                         pktgen: check the trex port link status
16/10/2020 01:07:44                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:07:44                         pktgen: begin traffic ......
16/10/2020 01:07:44                         pktgen: {'ports': [0], 'mult': '100%', 'core_mask': None, 'force': True}
16/10/2020 01:08:04                         pktgen: begin get port statistic ...
16/10/2020 01:08:04                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_0.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_0.pcap',
 'rx_port': 0,
 'tx_port': 0}
16/10/2020 01:08:04                         pktgen: {0: {'ibytes': 57658871808,
     'ierrors': 0,
     'ipackets': 112614986,
     'obytes': 96338922496,
     'oerrors': 0,
     'opackets': 188161970,
     'rx_bps': 23026450432.0,
     'rx_bps_L1': 23925921872.0,
     'rx_pps': 5621696.5,
     'rx_util': 59.81480468,
     'tx_bps': 38423523328.0,
     'tx_bps_L1': 39924442688.0,
     'tx_pps': 9380746.0,
     'tx_util': 99.81110672},
 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': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 50.6295051574707,
            'cpu_util': 37.94578170776367,
            'cpu_util_raw': 36.5,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 4194794,
            'rx_bps': 23026450432.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 15397071872.0,
            'rx_pps': 5621696.5,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 38423523328.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 9380746.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 57658871808,
           'ierrors': 0,
           'ipackets': 112614986,
           'obytes': 96338922496,
           'oerrors': 0,
           'opackets': 188161970,
           'rx_bps': 23026450432.0,
           'rx_bps_L1': 23925921872.0,
           'rx_pps': 5621696.5,
           'rx_util': 59.81480468,
           'tx_bps': 38423523328.0,
           'tx_bps_L1': 39924442688.0,
           'tx_pps': 9380746.0,
           'tx_util': 99.81110672}}
16/10/2020 01:08:04                         pktgen: {'ibytes': 57658871808,
 'ierrors': 0,
 'ipackets': 112614986,
 'obytes': 96338922496,
 'oerrors': 0,
 'opackets': 188161970,
 'rx_bps': 23026450432.0,
 'rx_bps_L1': 23925921872.0,
 'rx_pps': 5621696.5,
 'rx_util': 59.81480468,
 'tx_bps': 38423523328.0,
 'tx_bps_L1': 39924442688.0,
 'tx_pps': 9380746.0,
 'tx_util': 99.81110672}
16/10/2020 01:08:04                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 38423523328.000000, tx_pps: 9380746.000000 
16/10/2020 01:08:04                         pktgen: {'ibytes': 57658871808,
 'ierrors': 0,
 'ipackets': 112614986,
 'obytes': 96338922496,
 'oerrors': 0,
 'opackets': 188161970,
 'rx_bps': 23026450432.0,
 'rx_bps_L1': 23925921872.0,
 'rx_pps': 5621696.5,
 'rx_util': 59.81480468,
 'tx_bps': 38423523328.0,
 'tx_bps_L1': 39924442688.0,
 'tx_pps': 9380746.0,
 'tx_util': 99.81110672}
16/10/2020 01:08:04                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 23026450432.000000, rx_pps: 5621696.500000
16/10/2020 01:08:04                         pktgen: throughput: pps_rx 5621696.500000, bps_rx 23026450432.000000
16/10/2020 01:08:04                         pktgen: traffic completed. 
16/10/2020 01:08:04                         tester: ls -d /tmp/tester
16/10/2020 01:08:04                         tester: /tmp/tester
16/10/2020 01:08:04                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_0.pcap root@10.240.183.217:/tmp/tester/cbdma_0.pcap
16/10/2020 01:08:06                         pktgen: test port 0 map gen port 0
16/10/2020 01:08:06                         pktgen: test port 0 map gen port 0
16/10/2020 01:08:06                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:08:06                         pktgen: trex port <0> not support flow control
16/10/2020 01:08:06                         pktgen: check the trex port link status
16/10/2020 01:08:06                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:08:06                         pktgen: begin traffic ......
16/10/2020 01:08:06                         pktgen: {'ports': [0], 'mult': '100%', 'core_mask': None, 'force': True}
16/10/2020 01:08:26                         pktgen: begin get port statistic ...
16/10/2020 01:08:26                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_0.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_0.pcap',
 'rx_port': 0,
 'tx_port': 0}
16/10/2020 01:08:26                         pktgen: {0: {'ibytes': 69362150400,
     'ierrors': 0,
     'ipackets': 67736479,
     'obytes': 98183168000,
     'oerrors': 0,
     'opackets': 95882004,
     'rx_bps': 25406595072.0,
     'rx_bps_L1': 25902817632.0,
     'rx_pps': 3101391.0,
     'rx_util': 64.75704408,
     'tx_bps': 39251259392.0,
     'tx_bps_L1': 40017885791.99999,
     'tx_pps': 4791415.0,
     'tx_util': 100.04471447999998},
 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': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 20.952144622802734,
            'cpu_util': 93.66883850097656,
            'cpu_util_raw': 93.75,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 59894693,
            'rx_bps': 25406595072.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 13844662272.0,
            'rx_pps': 3101391.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 39251259392.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 4791415.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 69362150400,
           'ierrors': 0,
           'ipackets': 67736479,
           'obytes': 98183168000,
           'oerrors': 0,
           'opackets': 95882004,
           'rx_bps': 25406595072.0,
           'rx_bps_L1': 25902817632.0,
           'rx_pps': 3101391.0,
           'rx_util': 64.75704408,
           'tx_bps': 39251259392.0,
           'tx_bps_L1': 40017885791.99999,
           'tx_pps': 4791415.0,
           'tx_util': 100.04471447999998}}
16/10/2020 01:08:26                         pktgen: {'ibytes': 69362150400,
 'ierrors': 0,
 'ipackets': 67736479,
 'obytes': 98183168000,
 'oerrors': 0,
 'opackets': 95882004,
 'rx_bps': 25406595072.0,
 'rx_bps_L1': 25902817632.0,
 'rx_pps': 3101391.0,
 'rx_util': 64.75704408,
 'tx_bps': 39251259392.0,
 'tx_bps_L1': 40017885791.99999,
 'tx_pps': 4791415.0,
 'tx_util': 100.04471447999998}
16/10/2020 01:08:26                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 39251259392.000000, tx_pps: 4791415.000000 
16/10/2020 01:08:26                         pktgen: {'ibytes': 69362150400,
 'ierrors': 0,
 'ipackets': 67736479,
 'obytes': 98183168000,
 'oerrors': 0,
 'opackets': 95882004,
 'rx_bps': 25406595072.0,
 'rx_bps_L1': 25902817632.0,
 'rx_pps': 3101391.0,
 'rx_util': 64.75704408,
 'tx_bps': 39251259392.0,
 'tx_bps_L1': 40017885791.99999,
 'tx_pps': 4791415.0,
 'tx_util': 100.04471447999998}
16/10/2020 01:08:26                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 25406595072.000000, rx_pps: 3101391.000000
16/10/2020 01:08:26                         pktgen: throughput: pps_rx 3101391.000000, bps_rx 25406595072.000000
16/10/2020 01:08:26                         pktgen: traffic completed. 
16/10/2020 01:08:26                         tester: ls -d /tmp/tester
16/10/2020 01:08:27                         tester: /tmp/tester
16/10/2020 01:08:27                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_0.pcap root@10.240.183.217:/tmp/tester/cbdma_0.pcap
16/10/2020 01:08:29                         pktgen: test port 0 map gen port 0
16/10/2020 01:08:29                         pktgen: test port 0 map gen port 0
16/10/2020 01:08:29                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:08:29                         pktgen: trex port <0> not support flow control
16/10/2020 01:08:29                         pktgen: check the trex port link status
16/10/2020 01:08:29                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:08:29                         pktgen: begin traffic ......
16/10/2020 01:08:29                         pktgen: {'ports': [0], 'mult': '100%', 'core_mask': None, 'force': True}
16/10/2020 01:08:49                         pktgen: begin get port statistic ...
16/10/2020 01:08:49                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_0.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_0.pcap',
 'rx_port': 0,
 'tx_port': 0}
16/10/2020 01:08:49                         pktgen: {0: {'ibytes': 98797988652,
     'ierrors': 0,
     'ipackets': 65084317,
     'obytes': 98797870248,
     'oerrors': 0,
     'opackets': 65084240,
     'rx_bps': 39398338560.0,
     'rx_bps_L1': 39917420800.0,
     'rx_pps': 3244264.0,
     'rx_util': 99.79355199999999,
     'tx_bps': 39398326272.0,
     'tx_bps_L1': 39917408351.99999,
     'tx_pps': 3244263.0,
     'tx_util': 99.79352087999999},
 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': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 23.068532943725586,
            'cpu_util': 85.39408874511719,
            'cpu_util_raw': 84.75,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 55924099,
            'rx_bps': 39398338560.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 3244264.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 39398326272.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 3244263.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 98797988652,
           'ierrors': 0,
           'ipackets': 65084317,
           'obytes': 98797870248,
           'oerrors': 0,
           'opackets': 65084240,
           'rx_bps': 39398338560.0,
           'rx_bps_L1': 39917420800.0,
           'rx_pps': 3244264.0,
           'rx_util': 99.79355199999999,
           'tx_bps': 39398326272.0,
           'tx_bps_L1': 39917408351.99999,
           'tx_pps': 3244263.0,
           'tx_util': 99.79352087999999}}
16/10/2020 01:08:49                         pktgen: {'ibytes': 98797988652,
 'ierrors': 0,
 'ipackets': 65084317,
 'obytes': 98797870248,
 'oerrors': 0,
 'opackets': 65084240,
 'rx_bps': 39398338560.0,
 'rx_bps_L1': 39917420800.0,
 'rx_pps': 3244264.0,
 'rx_util': 99.79355199999999,
 'tx_bps': 39398326272.0,
 'tx_bps_L1': 39917408351.99999,
 'tx_pps': 3244263.0,
 'tx_util': 99.79352087999999}
16/10/2020 01:08:49                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 39398326272.000000, tx_pps: 3244263.000000 
16/10/2020 01:08:49                         pktgen: {'ibytes': 98797988652,
 'ierrors': 0,
 'ipackets': 65084317,
 'obytes': 98797870248,
 'oerrors': 0,
 'opackets': 65084240,
 'rx_bps': 39398338560.0,
 'rx_bps_L1': 39917420800.0,
 'rx_pps': 3244264.0,
 'rx_util': 99.79355199999999,
 'tx_bps': 39398326272.0,
 'tx_bps_L1': 39917408351.99999,
 'tx_pps': 3244263.0,
 'tx_util': 99.79352087999999}
16/10/2020 01:08:49                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 39398338560.000000, rx_pps: 3244264.000000
16/10/2020 01:08:49                         pktgen: throughput: pps_rx 3244264.000000, bps_rx 39398338560.000000
16/10/2020 01:08:49                         pktgen: traffic completed. 
16/10/2020 01:08:49                      TestCBDMA: 
+-------+--------+------------+-----------+-----------+--------------+------------+
| Frame |  Mpps  | Thread Num | Queue Num | Copy Mode | Updating MAC | % linerate |
+=======+========+============+===========+===========+==============+============+
| 64    | 12.840 | 2          | 4         | hw        | enable       | 21.571     |
+-------+--------+------------+-----------+-----------+--------------+------------+
| 256   | 11.224 | 2          | 4         | hw        | enable       | 61.956     |
+-------+--------+------------+-----------+-----------+--------------+------------+
| 512   | 7.811  | 2          | 4         | hw        | enable       | 83.114     |
+-------+--------+------------+-----------+-----------+--------------+------------+
| 1024  | 4.789  | 2          | 4         | hw        | enable       | 99.986     |
+-------+--------+------------+-----------+-----------+--------------+------------+
| 1518  | 3.254  | 2          | 4         | hw        | enable       | 100.090    |
+-------+--------+------------+-----------+-----------+--------------+------------+
| 64    | 20.833 | 2          | 4         | sw        | enable       | 35.000     |
+-------+--------+------------+-----------+-----------+--------------+------------+
| 256   | 10.428 | 2          | 4         | sw        | enable       | 57.560     |
+-------+--------+------------+-----------+-----------+--------------+------------+
| 512   | 5.622  | 2          | 4         | sw        | enable       | 59.815     |
+-------+--------+------------+-----------+-----------+--------------+------------+
| 1024  | 3.101  | 2          | 4         | sw        | enable       | 64.757     |
+-------+--------+------------+-----------+-----------+--------------+------------+
| 1518  | 3.244  | 2          | 4         | sw        | enable       | 99.794     |
+-------+--------+------------+-----------+-----------+--------------+------------+
16/10/2020 01:08:49                      TestCBDMA: Test Case test_perf_cbdma_with_diff_copy_mode Result PASSED:
16/10/2020 01:08:49             dut.10.240.183.220: kill_all: called by dut and prefix list has value.
16/10/2020 01:08:50                      TestCBDMA: Test Case test_perf_cbdma_with_diff_update_mac Begin
16/10/2020 01:08:50             dut.10.240.183.220: 
16/10/2020 01:08:50                         tester: 
16/10/2020 01:08:57                         tester: ls -d /tmp/tester
16/10/2020 01:08:57                         tester: /tmp/tester
16/10/2020 01:08:57                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_0.pcap root@10.240.183.217:/tmp/tester/cbdma_0.pcap
16/10/2020 01:09:00                         pktgen: test port 0 map gen port 0
16/10/2020 01:09:00                         pktgen: test port 0 map gen port 0
16/10/2020 01:09:00                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:09:00                         pktgen: trex port <0> not support flow control
16/10/2020 01:09:00                         pktgen: check the trex port link status
16/10/2020 01:09:00                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:09:00                         pktgen: begin traffic ......
16/10/2020 01:09:00                         pktgen: {'ports': [0], 'mult': '100%', 'core_mask': None, 'force': True}
16/10/2020 01:09:20                         pktgen: begin get port statistic ...
16/10/2020 01:09:20                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_0.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_0.pcap',
 'rx_port': 0,
 'tx_port': 0}
16/10/2020 01:09:20                         pktgen: {0: {'ibytes': 14419052928,
     'ierrors': 0,
     'ipackets': 225297702,
     'obytes': 34435428288,
     'oerrors': 0,
     'opackets': 538053610,
     'rx_bps': 5774568960.0,
     'rx_bps_L1': 7579121280.0,
     'rx_pps': 11278452.0,
     'rx_util': 18.9478032,
     'tx_bps': 13803022336.0,
     'tx_bps_L1': 18116466176.0,
     'tx_pps': 26959024.0,
     'tx_util': 45.29116544},
 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': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 6.929630756378174,
            'cpu_util': 99.5942153930664,
            'cpu_util_raw': 100.0,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 0,
            'rx_bps': 5774568960.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 8028453376.0,
            'rx_pps': 11278452.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 13803022336.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 26959024.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 14419052928,
           'ierrors': 0,
           'ipackets': 225297702,
           'obytes': 34435428288,
           'oerrors': 0,
           'opackets': 538053610,
           'rx_bps': 5774568960.0,
           'rx_bps_L1': 7579121280.0,
           'rx_pps': 11278452.0,
           'rx_util': 18.9478032,
           'tx_bps': 13803022336.0,
           'tx_bps_L1': 18116466176.0,
           'tx_pps': 26959024.0,
           'tx_util': 45.29116544}}
16/10/2020 01:09:20                         pktgen: {'ibytes': 14419052928,
 'ierrors': 0,
 'ipackets': 225297702,
 'obytes': 34435428288,
 'oerrors': 0,
 'opackets': 538053610,
 'rx_bps': 5774568960.0,
 'rx_bps_L1': 7579121280.0,
 'rx_pps': 11278452.0,
 'rx_util': 18.9478032,
 'tx_bps': 13803022336.0,
 'tx_bps_L1': 18116466176.0,
 'tx_pps': 26959024.0,
 'tx_util': 45.29116544}
16/10/2020 01:09:20                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 13803022336.000000, tx_pps: 26959024.000000 
16/10/2020 01:09:20                         pktgen: {'ibytes': 14419052928,
 'ierrors': 0,
 'ipackets': 225297702,
 'obytes': 34435428288,
 'oerrors': 0,
 'opackets': 538053610,
 'rx_bps': 5774568960.0,
 'rx_bps_L1': 7579121280.0,
 'rx_pps': 11278452.0,
 'rx_util': 18.9478032,
 'tx_bps': 13803022336.0,
 'tx_bps_L1': 18116466176.0,
 'tx_pps': 26959024.0,
 'tx_util': 45.29116544}
16/10/2020 01:09:20                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 5774568960.000000, rx_pps: 11278452.000000
16/10/2020 01:09:20                         pktgen: throughput: pps_rx 11278452.000000, bps_rx 5774568960.000000
16/10/2020 01:09:20                         pktgen: traffic completed. 
16/10/2020 01:09:20                         tester: ls -d /tmp/tester
16/10/2020 01:09:20                         tester: /tmp/tester
16/10/2020 01:09:20                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_0.pcap root@10.240.183.217:/tmp/tester/cbdma_0.pcap
16/10/2020 01:09:22                         pktgen: test port 0 map gen port 0
16/10/2020 01:09:22                         pktgen: test port 0 map gen port 0
16/10/2020 01:09:22                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:09:22                         pktgen: trex port <0> not support flow control
16/10/2020 01:09:22                         pktgen: check the trex port link status
16/10/2020 01:09:22                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:09:22                         pktgen: begin traffic ......
16/10/2020 01:09:22                         pktgen: {'ports': [0], 'mult': '100%', 'core_mask': None, 'force': True}
16/10/2020 01:09:42                         pktgen: begin get port statistic ...
16/10/2020 01:09:42                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_0.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_0.pcap',
 'rx_port': 0,
 'tx_port': 0}
16/10/2020 01:09:42                         pktgen: {0: {'ibytes': 47133305856,
     'ierrors': 0,
     'ipackets': 184114483,
     'obytes': 90329502720,
     'oerrors': 0,
     'opackets': 352849635,
     'rx_bps': 19057369088.0,
     'rx_bps_L1': 20546227008.0,
     'rx_pps': 9305362.0,
     'rx_util': 51.36556752,
     'tx_bps': 36185702400.0,
     'tx_bps_L1': 39012711680.0,
     'tx_pps': 17668808.0,
     'tx_util': 97.5317792},
 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': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 18.136398315429688,
            'cpu_util': 99.75989532470703,
            'cpu_util_raw': 100.0,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 21803783,
            'rx_bps': 19057369088.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 17128334336.0,
            'rx_pps': 9305362.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 36185702400.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 17668808.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 47133305856,
           'ierrors': 0,
           'ipackets': 184114483,
           'obytes': 90329502720,
           'oerrors': 0,
           'opackets': 352849635,
           'rx_bps': 19057369088.0,
           'rx_bps_L1': 20546227008.0,
           'rx_pps': 9305362.0,
           'rx_util': 51.36556752,
           'tx_bps': 36185702400.0,
           'tx_bps_L1': 39012711680.0,
           'tx_pps': 17668808.0,
           'tx_util': 97.5317792}}
16/10/2020 01:09:42                         pktgen: {'ibytes': 47133305856,
 'ierrors': 0,
 'ipackets': 184114483,
 'obytes': 90329502720,
 'oerrors': 0,
 'opackets': 352849635,
 'rx_bps': 19057369088.0,
 'rx_bps_L1': 20546227008.0,
 'rx_pps': 9305362.0,
 'rx_util': 51.36556752,
 'tx_bps': 36185702400.0,
 'tx_bps_L1': 39012711680.0,
 'tx_pps': 17668808.0,
 'tx_util': 97.5317792}
16/10/2020 01:09:42                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 36185702400.000000, tx_pps: 17668808.000000 
16/10/2020 01:09:42                         pktgen: {'ibytes': 47133305856,
 'ierrors': 0,
 'ipackets': 184114483,
 'obytes': 90329502720,
 'oerrors': 0,
 'opackets': 352849635,
 'rx_bps': 19057369088.0,
 'rx_bps_L1': 20546227008.0,
 'rx_pps': 9305362.0,
 'rx_util': 51.36556752,
 'tx_bps': 36185702400.0,
 'tx_bps_L1': 39012711680.0,
 'tx_pps': 17668808.0,
 'tx_util': 97.5317792}
16/10/2020 01:09:42                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 19057369088.000000, rx_pps: 9305362.000000
16/10/2020 01:09:42                         pktgen: throughput: pps_rx 9305362.000000, bps_rx 19057369088.000000
16/10/2020 01:09:42                         pktgen: traffic completed. 
16/10/2020 01:09:42                         tester: ls -d /tmp/tester
16/10/2020 01:09:43                         tester: /tmp/tester
16/10/2020 01:09:43                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_0.pcap root@10.240.183.217:/tmp/tester/cbdma_0.pcap
16/10/2020 01:09:45                         pktgen: test port 0 map gen port 0
16/10/2020 01:09:45                         pktgen: test port 0 map gen port 0
16/10/2020 01:09:45                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:09:45                         pktgen: trex port <0> not support flow control
16/10/2020 01:09:45                         pktgen: check the trex port link status
16/10/2020 01:09:45                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:09:45                         pktgen: begin traffic ......
16/10/2020 01:09:45                         pktgen: {'ports': [0], 'mult': '100%', 'core_mask': None, 'force': True}
16/10/2020 01:10:05                         pktgen: begin get port statistic ...
16/10/2020 01:10:05                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_0.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_0.pcap',
 'rx_port': 0,
 'tx_port': 0}
16/10/2020 01:10:05                         pktgen: {0: {'ibytes': 78118262784,
     'ierrors': 0,
     'ipackets': 152574756,
     'obytes': 96335838208,
     'oerrors': 0,
     'opackets': 188155946,
     'rx_bps': 31941748736.0,
     'rx_bps_L1': 33189473456.000004,
     'rx_pps': 7798279.5,
     'rx_util': 82.97368364,
     'tx_bps': 38584193024.0,
     'tx_bps_L1': 40091388544.0,
     'tx_pps': 9419972.0,
     'tx_util': 100.22847135999999},
 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': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 49.745540618896484,
            'cpu_util': 38.781558990478516,
            'cpu_util_raw': 38.25,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 4297040,
            'rx_bps': 31941748736.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 6642443264.0,
            'rx_pps': 7798279.5,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 38584193024.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 9419972.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 78118262784,
           'ierrors': 0,
           'ipackets': 152574756,
           'obytes': 96335838208,
           'oerrors': 0,
           'opackets': 188155946,
           'rx_bps': 31941748736.0,
           'rx_bps_L1': 33189473456.000004,
           'rx_pps': 7798279.5,
           'rx_util': 82.97368364,
           'tx_bps': 38584193024.0,
           'tx_bps_L1': 40091388544.0,
           'tx_pps': 9419972.0,
           'tx_util': 100.22847135999999}}
16/10/2020 01:10:05                         pktgen: {'ibytes': 78118262784,
 'ierrors': 0,
 'ipackets': 152574756,
 'obytes': 96335838208,
 'oerrors': 0,
 'opackets': 188155946,
 'rx_bps': 31941748736.0,
 'rx_bps_L1': 33189473456.000004,
 'rx_pps': 7798279.5,
 'rx_util': 82.97368364,
 'tx_bps': 38584193024.0,
 'tx_bps_L1': 40091388544.0,
 'tx_pps': 9419972.0,
 'tx_util': 100.22847135999999}
16/10/2020 01:10:05                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 38584193024.000000, tx_pps: 9419972.000000 
16/10/2020 01:10:05                         pktgen: {'ibytes': 78118262784,
 'ierrors': 0,
 'ipackets': 152574756,
 'obytes': 96335838208,
 'oerrors': 0,
 'opackets': 188155946,
 'rx_bps': 31941748736.0,
 'rx_bps_L1': 33189473456.000004,
 'rx_pps': 7798279.5,
 'rx_util': 82.97368364,
 'tx_bps': 38584193024.0,
 'tx_bps_L1': 40091388544.0,
 'tx_pps': 9419972.0,
 'tx_util': 100.22847135999999}
16/10/2020 01:10:05                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 31941748736.000000, rx_pps: 7798279.500000
16/10/2020 01:10:05                         pktgen: throughput: pps_rx 7798279.500000, bps_rx 31941748736.000000
16/10/2020 01:10:05                         pktgen: traffic completed. 
16/10/2020 01:10:05                         tester: ls -d /tmp/tester
16/10/2020 01:10:05                         tester: /tmp/tester
16/10/2020 01:10:05                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_0.pcap root@10.240.183.217:/tmp/tester/cbdma_0.pcap
16/10/2020 01:10:07                         pktgen: test port 0 map gen port 0
16/10/2020 01:10:07                         pktgen: test port 0 map gen port 0
16/10/2020 01:10:07                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:10:07                         pktgen: trex port <0> not support flow control
16/10/2020 01:10:07                         pktgen: check the trex port link status
16/10/2020 01:10:07                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:10:07                         pktgen: begin traffic ......
16/10/2020 01:10:07                         pktgen: {'ports': [0], 'mult': '100%', 'core_mask': None, 'force': True}
16/10/2020 01:10:27                         pktgen: begin get port statistic ...
16/10/2020 01:10:27                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_0.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_0.pcap',
 'rx_port': 0,
 'tx_port': 0}
16/10/2020 01:10:27                         pktgen: {0: {'ibytes': 98183495168,
     'ierrors': 0,
     'ipackets': 95882355,
     'obytes': 98183326720,
     'oerrors': 0,
     'opackets': 95882159,
     'rx_bps': 39312097280.0,
     'rx_bps_L1': 40079911920.0,
     'rx_pps': 4798841.5,
     'rx_util': 100.19977980000002,
     'tx_bps': 39312080896.0,
     'tx_bps_L1': 40079895296.0,
     'tx_pps': 4798840.0,
     'tx_util': 100.19973823999999},
 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': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 20.915664672851562,
            'cpu_util': 93.97760009765625,
            'cpu_util_raw': 93.0,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 60186829,
            'rx_bps': 39312097280.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 4798841.5,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 39312080896.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 4798840.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 98183495168,
           'ierrors': 0,
           'ipackets': 95882355,
           'obytes': 98183326720,
           'oerrors': 0,
           'opackets': 95882159,
           'rx_bps': 39312097280.0,
           'rx_bps_L1': 40079911920.0,
           'rx_pps': 4798841.5,
           'rx_util': 100.19977980000002,
           'tx_bps': 39312080896.0,
           'tx_bps_L1': 40079895296.0,
           'tx_pps': 4798840.0,
           'tx_util': 100.19973823999999}}
16/10/2020 01:10:28                         pktgen: {'ibytes': 98183495168,
 'ierrors': 0,
 'ipackets': 95882355,
 'obytes': 98183326720,
 'oerrors': 0,
 'opackets': 95882159,
 'rx_bps': 39312097280.0,
 'rx_bps_L1': 40079911920.0,
 'rx_pps': 4798841.5,
 'rx_util': 100.19977980000002,
 'tx_bps': 39312080896.0,
 'tx_bps_L1': 40079895296.0,
 'tx_pps': 4798840.0,
 'tx_util': 100.19973823999999}
16/10/2020 01:10:28                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 39312080896.000000, tx_pps: 4798840.000000 
16/10/2020 01:10:28                         pktgen: {'ibytes': 98183495168,
 'ierrors': 0,
 'ipackets': 95882355,
 'obytes': 98183326720,
 'oerrors': 0,
 'opackets': 95882159,
 'rx_bps': 39312097280.0,
 'rx_bps_L1': 40079911920.0,
 'rx_pps': 4798841.5,
 'rx_util': 100.19977980000002,
 'tx_bps': 39312080896.0,
 'tx_bps_L1': 40079895296.0,
 'tx_pps': 4798840.0,
 'tx_util': 100.19973823999999}
16/10/2020 01:10:28                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 39312097280.000000, rx_pps: 4798841.500000
16/10/2020 01:10:28                         pktgen: throughput: pps_rx 4798841.500000, bps_rx 39312097280.000000
16/10/2020 01:10:28                         pktgen: traffic completed. 
16/10/2020 01:10:28                         tester: ls -d /tmp/tester
16/10/2020 01:10:28                         tester: /tmp/tester
16/10/2020 01:10:28                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_0.pcap root@10.240.183.217:/tmp/tester/cbdma_0.pcap
16/10/2020 01:10:30                         pktgen: test port 0 map gen port 0
16/10/2020 01:10:30                         pktgen: test port 0 map gen port 0
16/10/2020 01:10:30                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:10:30                         pktgen: trex port <0> not support flow control
16/10/2020 01:10:30                         pktgen: check the trex port link status
16/10/2020 01:10:30                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:10:30                         pktgen: begin traffic ......
16/10/2020 01:10:30                         pktgen: {'ports': [0], 'mult': '100%', 'core_mask': None, 'force': True}
16/10/2020 01:10:50                         pktgen: begin get port statistic ...
16/10/2020 01:10:50                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_0.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_0.pcap',
 'rx_port': 0,
 'tx_port': 0}
16/10/2020 01:10:50                         pktgen: {0: {'ibytes': 98798526024,
     'ierrors': 0,
     'ipackets': 65084671,
     'obytes': 98798401548,
     'oerrors': 0,
     'opackets': 65084589,
     'rx_bps': 39371751424.0,
     'rx_bps_L1': 39890483344.00001,
     'rx_pps': 3242074.5,
     'rx_util': 99.72620836000003,
     'tx_bps': 39371747328.0,
     'tx_bps_L1': 39890479168.0,
     'tx_pps': 3242074.0,
     'tx_util': 99.72619792},
 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': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 23.15279769897461,
            'cpu_util': 85.02589416503906,
            'cpu_util_raw': 84.75,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 56302222,
            'rx_bps': 39371751424.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 3242074.5,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 39371747328.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 3242074.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 98798526024,
           'ierrors': 0,
           'ipackets': 65084671,
           'obytes': 98798401548,
           'oerrors': 0,
           'opackets': 65084589,
           'rx_bps': 39371751424.0,
           'rx_bps_L1': 39890483344.00001,
           'rx_pps': 3242074.5,
           'rx_util': 99.72620836000003,
           'tx_bps': 39371747328.0,
           'tx_bps_L1': 39890479168.0,
           'tx_pps': 3242074.0,
           'tx_util': 99.72619792}}
16/10/2020 01:10:50                         pktgen: {'ibytes': 98798526024,
 'ierrors': 0,
 'ipackets': 65084671,
 'obytes': 98798401548,
 'oerrors': 0,
 'opackets': 65084589,
 'rx_bps': 39371751424.0,
 'rx_bps_L1': 39890483344.00001,
 'rx_pps': 3242074.5,
 'rx_util': 99.72620836000003,
 'tx_bps': 39371747328.0,
 'tx_bps_L1': 39890479168.0,
 'tx_pps': 3242074.0,
 'tx_util': 99.72619792}
16/10/2020 01:10:50                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 39371747328.000000, tx_pps: 3242074.000000 
16/10/2020 01:10:50                         pktgen: {'ibytes': 98798526024,
 'ierrors': 0,
 'ipackets': 65084671,
 'obytes': 98798401548,
 'oerrors': 0,
 'opackets': 65084589,
 'rx_bps': 39371751424.0,
 'rx_bps_L1': 39890483344.00001,
 'rx_pps': 3242074.5,
 'rx_util': 99.72620836000003,
 'tx_bps': 39371747328.0,
 'tx_bps_L1': 39890479168.0,
 'tx_pps': 3242074.0,
 'tx_util': 99.72619792}
16/10/2020 01:10:50                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 39371751424.000000, rx_pps: 3242074.500000
16/10/2020 01:10:50                         pktgen: throughput: pps_rx 3242074.500000, bps_rx 39371751424.000000
16/10/2020 01:10:50                         pktgen: traffic completed. 
16/10/2020 01:10:56                         tester: ls -d /tmp/tester
16/10/2020 01:10:56                         tester: /tmp/tester
16/10/2020 01:10:56                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_0.pcap root@10.240.183.217:/tmp/tester/cbdma_0.pcap
16/10/2020 01:10:58                         pktgen: test port 0 map gen port 0
16/10/2020 01:10:58                         pktgen: test port 0 map gen port 0
16/10/2020 01:10:58                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:10:58                         pktgen: trex port <0> not support flow control
16/10/2020 01:10:58                         pktgen: check the trex port link status
16/10/2020 01:10:58                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:10:58                         pktgen: begin traffic ......
16/10/2020 01:10:58                         pktgen: {'ports': [0], 'mult': '100%', 'core_mask': None, 'force': True}
16/10/2020 01:11:18                         pktgen: begin get port statistic ...
16/10/2020 01:11:18                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_0.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_0.pcap',
 'rx_port': 0,
 'tx_port': 0}
16/10/2020 01:11:18                         pktgen: {0: {'ibytes': 14605592384,
     'ierrors': 0,
     'ipackets': 228212393,
     'obytes': 34380536384,
     'oerrors': 0,
     'opackets': 537195903,
     'rx_bps': 5848263680.0,
     'rx_bps_L1': 7675845920.000001,
     'rx_pps': 11422389.0,
     'rx_util': 19.1896148,
     'tx_bps': 13757974528.0,
     'tx_bps_L1': 18057340928.0,
     'tx_pps': 26871040.0,
     'tx_util': 45.143352320000005},
 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': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 6.902964115142822,
            'cpu_util': 99.65265655517578,
            'cpu_util_raw': 100.0,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 0,
            'rx_bps': 5848263680.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 7909710848.0,
            'rx_pps': 11422389.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 13757974528.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 26871040.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 14605592384,
           'ierrors': 0,
           'ipackets': 228212393,
           'obytes': 34380536384,
           'oerrors': 0,
           'opackets': 537195903,
           'rx_bps': 5848263680.0,
           'rx_bps_L1': 7675845920.000001,
           'rx_pps': 11422389.0,
           'rx_util': 19.1896148,
           'tx_bps': 13757974528.0,
           'tx_bps_L1': 18057340928.0,
           'tx_pps': 26871040.0,
           'tx_util': 45.143352320000005}}
16/10/2020 01:11:18                         pktgen: {'ibytes': 14605592384,
 'ierrors': 0,
 'ipackets': 228212393,
 'obytes': 34380536384,
 'oerrors': 0,
 'opackets': 537195903,
 'rx_bps': 5848263680.0,
 'rx_bps_L1': 7675845920.000001,
 'rx_pps': 11422389.0,
 'rx_util': 19.1896148,
 'tx_bps': 13757974528.0,
 'tx_bps_L1': 18057340928.0,
 'tx_pps': 26871040.0,
 'tx_util': 45.143352320000005}
16/10/2020 01:11:18                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 13757974528.000000, tx_pps: 26871040.000000 
16/10/2020 01:11:18                         pktgen: {'ibytes': 14605592384,
 'ierrors': 0,
 'ipackets': 228212393,
 'obytes': 34380536384,
 'oerrors': 0,
 'opackets': 537195903,
 'rx_bps': 5848263680.0,
 'rx_bps_L1': 7675845920.000001,
 'rx_pps': 11422389.0,
 'rx_util': 19.1896148,
 'tx_bps': 13757974528.0,
 'tx_bps_L1': 18057340928.0,
 'tx_pps': 26871040.0,
 'tx_util': 45.143352320000005}
16/10/2020 01:11:18                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 5848263680.000000, rx_pps: 11422389.000000
16/10/2020 01:11:18                         pktgen: throughput: pps_rx 11422389.000000, bps_rx 5848263680.000000
16/10/2020 01:11:18                         pktgen: traffic completed. 
16/10/2020 01:11:18                         tester: ls -d /tmp/tester
16/10/2020 01:11:18                         tester: /tmp/tester
16/10/2020 01:11:18                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_0.pcap root@10.240.183.217:/tmp/tester/cbdma_0.pcap
16/10/2020 01:11:21                         pktgen: test port 0 map gen port 0
16/10/2020 01:11:21                         pktgen: test port 0 map gen port 0
16/10/2020 01:11:21                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:11:21                         pktgen: trex port <0> not support flow control
16/10/2020 01:11:21                         pktgen: check the trex port link status
16/10/2020 01:11:21                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:11:21                         pktgen: begin traffic ......
16/10/2020 01:11:21                         pktgen: {'ports': [0], 'mult': '100%', 'core_mask': None, 'force': True}
16/10/2020 01:11:41                         pktgen: begin get port statistic ...
16/10/2020 01:11:41                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_0.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_0.pcap',
 'rx_port': 0,
 'tx_port': 0}
16/10/2020 01:11:41                         pktgen: {0: {'ibytes': 47046368512,
     'ierrors': 0,
     'ipackets': 183774882,
     'obytes': 91011269632,
     'oerrors': 0,
     'opackets': 355512787,
     'rx_bps': 18973253632.0,
     'rx_bps_L1': 20455539072.0,
     'rx_pps': 9264284.0,
     'rx_util': 51.13884768,
     'tx_bps': 36254179328.0,
     'tx_bps_L1': 39086537088.0,
     'tx_pps': 17702236.0,
     'tx_util': 97.71634272},
 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': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 18.168210983276367,
            'cpu_util': 99.77366638183594,
            'cpu_util_raw': 100.0,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 28601933,
            'rx_bps': 18973253632.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 17280925696.0,
            'rx_pps': 9264284.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 36254179328.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 17702236.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 47046368512,
           'ierrors': 0,
           'ipackets': 183774882,
           'obytes': 91011269632,
           'oerrors': 0,
           'opackets': 355512787,
           'rx_bps': 18973253632.0,
           'rx_bps_L1': 20455539072.0,
           'rx_pps': 9264284.0,
           'rx_util': 51.13884768,
           'tx_bps': 36254179328.0,
           'tx_bps_L1': 39086537088.0,
           'tx_pps': 17702236.0,
           'tx_util': 97.71634272}}
16/10/2020 01:11:41                         pktgen: {'ibytes': 47046368512,
 'ierrors': 0,
 'ipackets': 183774882,
 'obytes': 91011269632,
 'oerrors': 0,
 'opackets': 355512787,
 'rx_bps': 18973253632.0,
 'rx_bps_L1': 20455539072.0,
 'rx_pps': 9264284.0,
 'rx_util': 51.13884768,
 'tx_bps': 36254179328.0,
 'tx_bps_L1': 39086537088.0,
 'tx_pps': 17702236.0,
 'tx_util': 97.71634272}
16/10/2020 01:11:41                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 36254179328.000000, tx_pps: 17702236.000000 
16/10/2020 01:11:41                         pktgen: {'ibytes': 47046368512,
 'ierrors': 0,
 'ipackets': 183774882,
 'obytes': 91011269632,
 'oerrors': 0,
 'opackets': 355512787,
 'rx_bps': 18973253632.0,
 'rx_bps_L1': 20455539072.0,
 'rx_pps': 9264284.0,
 'rx_util': 51.13884768,
 'tx_bps': 36254179328.0,
 'tx_bps_L1': 39086537088.0,
 'tx_pps': 17702236.0,
 'tx_util': 97.71634272}
16/10/2020 01:11:41                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 18973253632.000000, rx_pps: 9264284.000000
16/10/2020 01:11:41                         pktgen: throughput: pps_rx 9264284.000000, bps_rx 18973253632.000000
16/10/2020 01:11:41                         pktgen: traffic completed. 
16/10/2020 01:11:41                         tester: ls -d /tmp/tester
16/10/2020 01:11:41                         tester: /tmp/tester
16/10/2020 01:11:41                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_0.pcap root@10.240.183.217:/tmp/tester/cbdma_0.pcap
16/10/2020 01:11:43                         pktgen: test port 0 map gen port 0
16/10/2020 01:11:43                         pktgen: test port 0 map gen port 0
16/10/2020 01:11:43                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:11:43                         pktgen: trex port <0> not support flow control
16/10/2020 01:11:43                         pktgen: check the trex port link status
16/10/2020 01:11:43                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:11:43                         pktgen: begin traffic ......
16/10/2020 01:11:43                         pktgen: {'ports': [0], 'mult': '100%', 'core_mask': None, 'force': True}
16/10/2020 01:12:03                         pktgen: begin get port statistic ...
16/10/2020 01:12:03                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_0.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_0.pcap',
 'rx_port': 0,
 'tx_port': 0}
16/10/2020 01:12:03                         pktgen: {0: {'ibytes': 77106791936,
     'ierrors': 0,
     'ipackets': 150599211,
     'obytes': 96337960448,
     'oerrors': 0,
     'opackets': 188160091,
     'rx_bps': 31602032640.0,
     'rx_bps_L1': 32836487199.999996,
     'rx_pps': 7715341.0,
     'rx_util': 82.09121799999998,
     'tx_bps': 38531031040.0,
     'tx_bps_L1': 40036149760.0,
     'tx_pps': 9406992.0,
     'tx_util': 100.09037439999999},
 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': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 51.70210266113281,
            'cpu_util': 37.26253890991211,
            'cpu_util_raw': 36.5,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 4312992,
            'rx_bps': 31602032640.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 6928997888.0,
            'rx_pps': 7715341.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 38531031040.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 9406992.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 77106791936,
           'ierrors': 0,
           'ipackets': 150599211,
           'obytes': 96337960448,
           'oerrors': 0,
           'opackets': 188160091,
           'rx_bps': 31602032640.0,
           'rx_bps_L1': 32836487199.999996,
           'rx_pps': 7715341.0,
           'rx_util': 82.09121799999998,
           'tx_bps': 38531031040.0,
           'tx_bps_L1': 40036149760.0,
           'tx_pps': 9406992.0,
           'tx_util': 100.09037439999999}}
16/10/2020 01:12:03                         pktgen: {'ibytes': 77106791936,
 'ierrors': 0,
 'ipackets': 150599211,
 'obytes': 96337960448,
 'oerrors': 0,
 'opackets': 188160091,
 'rx_bps': 31602032640.0,
 'rx_bps_L1': 32836487199.999996,
 'rx_pps': 7715341.0,
 'rx_util': 82.09121799999998,
 'tx_bps': 38531031040.0,
 'tx_bps_L1': 40036149760.0,
 'tx_pps': 9406992.0,
 'tx_util': 100.09037439999999}
16/10/2020 01:12:03                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 38531031040.000000, tx_pps: 9406992.000000 
16/10/2020 01:12:03                         pktgen: {'ibytes': 77106791936,
 'ierrors': 0,
 'ipackets': 150599211,
 'obytes': 96337960448,
 'oerrors': 0,
 'opackets': 188160091,
 'rx_bps': 31602032640.0,
 'rx_bps_L1': 32836487199.999996,
 'rx_pps': 7715341.0,
 'rx_util': 82.09121799999998,
 'tx_bps': 38531031040.0,
 'tx_bps_L1': 40036149760.0,
 'tx_pps': 9406992.0,
 'tx_util': 100.09037439999999}
16/10/2020 01:12:03                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 31602032640.000000, rx_pps: 7715341.000000
16/10/2020 01:12:03                         pktgen: throughput: pps_rx 7715341.000000, bps_rx 31602032640.000000
16/10/2020 01:12:03                         pktgen: traffic completed. 
16/10/2020 01:12:03                         tester: ls -d /tmp/tester
16/10/2020 01:12:03                         tester: /tmp/tester
16/10/2020 01:12:03                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_0.pcap root@10.240.183.217:/tmp/tester/cbdma_0.pcap
16/10/2020 01:12:06                         pktgen: test port 0 map gen port 0
16/10/2020 01:12:06                         pktgen: test port 0 map gen port 0
16/10/2020 01:12:06                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:12:06                         pktgen: trex port <0> not support flow control
16/10/2020 01:12:06                         pktgen: check the trex port link status
16/10/2020 01:12:06                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:12:06                         pktgen: begin traffic ......
16/10/2020 01:12:06                         pktgen: {'ports': [0], 'mult': '100%', 'core_mask': None, 'force': True}
16/10/2020 01:12:26                         pktgen: begin get port statistic ...
16/10/2020 01:12:26                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_0.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_0.pcap',
 'rx_port': 0,
 'tx_port': 0}
16/10/2020 01:12:26                         pktgen: {0: {'ibytes': 98182124032,
     'ierrors': 0,
     'ipackets': 95881033,
     'obytes': 98181932032,
     'oerrors': 0,
     'opackets': 95880799,
     'rx_bps': 39149232128.0,
     'rx_bps_L1': 39913865728.0,
     'rx_pps': 4778960.0,
     'rx_util': 99.78466432,
     'tx_bps': 39149207552.0,
     'tx_bps_L1': 39913840832.00001,
     'tx_pps': 4778958.0,
     'tx_util': 99.78460208000001},
 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': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 20.727035522460938,
            'cpu_util': 94.43995666503906,
            'cpu_util_raw': 93.75,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 59187191,
            'rx_bps': 39149232128.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 4778960.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 39149207552.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 4778958.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 98182124032,
           'ierrors': 0,
           'ipackets': 95881033,
           'obytes': 98181932032,
           'oerrors': 0,
           'opackets': 95880799,
           'rx_bps': 39149232128.0,
           'rx_bps_L1': 39913865728.0,
           'rx_pps': 4778960.0,
           'rx_util': 99.78466432,
           'tx_bps': 39149207552.0,
           'tx_bps_L1': 39913840832.00001,
           'tx_pps': 4778958.0,
           'tx_util': 99.78460208000001}}
16/10/2020 01:12:26                         pktgen: {'ibytes': 98182124032,
 'ierrors': 0,
 'ipackets': 95881033,
 'obytes': 98181932032,
 'oerrors': 0,
 'opackets': 95880799,
 'rx_bps': 39149232128.0,
 'rx_bps_L1': 39913865728.0,
 'rx_pps': 4778960.0,
 'rx_util': 99.78466432,
 'tx_bps': 39149207552.0,
 'tx_bps_L1': 39913840832.00001,
 'tx_pps': 4778958.0,
 'tx_util': 99.78460208000001}
16/10/2020 01:12:26                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 39149207552.000000, tx_pps: 4778958.000000 
16/10/2020 01:12:26                         pktgen: {'ibytes': 98182124032,
 'ierrors': 0,
 'ipackets': 95881033,
 'obytes': 98181932032,
 'oerrors': 0,
 'opackets': 95880799,
 'rx_bps': 39149232128.0,
 'rx_bps_L1': 39913865728.0,
 'rx_pps': 4778960.0,
 'rx_util': 99.78466432,
 'tx_bps': 39149207552.0,
 'tx_bps_L1': 39913840832.00001,
 'tx_pps': 4778958.0,
 'tx_util': 99.78460208000001}
16/10/2020 01:12:26                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 39149232128.000000, rx_pps: 4778960.000000
16/10/2020 01:12:26                         pktgen: throughput: pps_rx 4778960.000000, bps_rx 39149232128.000000
16/10/2020 01:12:26                         pktgen: traffic completed. 
16/10/2020 01:12:26                         tester: ls -d /tmp/tester
16/10/2020 01:12:26                         tester: /tmp/tester
16/10/2020 01:12:26                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_0.pcap root@10.240.183.217:/tmp/tester/cbdma_0.pcap
16/10/2020 01:12:28                         pktgen: test port 0 map gen port 0
16/10/2020 01:12:28                         pktgen: test port 0 map gen port 0
16/10/2020 01:12:28                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:12:28                         pktgen: trex port <0> not support flow control
16/10/2020 01:12:28                         pktgen: check the trex port link status
16/10/2020 01:12:28                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:12:28                         pktgen: begin traffic ......
16/10/2020 01:12:28                         pktgen: {'ports': [0], 'mult': '100%', 'core_mask': None, 'force': True}
16/10/2020 01:12:48                         pktgen: begin get port statistic ...
16/10/2020 01:12:48                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_0.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_0.pcap',
 'rx_port': 0,
 'tx_port': 0}
16/10/2020 01:12:48                         pktgen: {0: {'ibytes': 98797444714,
     'ierrors': 0,
     'ipackets': 65083959,
     'obytes': 98797323768,
     'oerrors': 0,
     'opackets': 65083879,
     'rx_bps': 39565369344.0,
     'rx_bps_L1': 40086652304.0,
     'rx_pps': 3258018.5,
     'rx_util': 100.21663076,
     'tx_bps': 39565410304.0,
     'tx_bps_L1': 40086693944.0,
     'tx_pps': 3258022.75,
     'tx_util': 100.21673486},
 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': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 23.199148178100586,
            'cpu_util': 85.2734146118164,
            'cpu_util_raw': 85.25,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 56401997,
            'rx_bps': 39565369344.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 3258018.5,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 39565410304.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 3258022.75},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 98797444714,
           'ierrors': 0,
           'ipackets': 65083959,
           'obytes': 98797323768,
           'oerrors': 0,
           'opackets': 65083879,
           'rx_bps': 39565369344.0,
           'rx_bps_L1': 40086652304.0,
           'rx_pps': 3258018.5,
           'rx_util': 100.21663076,
           'tx_bps': 39565410304.0,
           'tx_bps_L1': 40086693944.0,
           'tx_pps': 3258022.75,
           'tx_util': 100.21673486}}
16/10/2020 01:12:48                         pktgen: {'ibytes': 98797444714,
 'ierrors': 0,
 'ipackets': 65083959,
 'obytes': 98797323768,
 'oerrors': 0,
 'opackets': 65083879,
 'rx_bps': 39565369344.0,
 'rx_bps_L1': 40086652304.0,
 'rx_pps': 3258018.5,
 'rx_util': 100.21663076,
 'tx_bps': 39565410304.0,
 'tx_bps_L1': 40086693944.0,
 'tx_pps': 3258022.75,
 'tx_util': 100.21673486}
16/10/2020 01:12:48                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 39565410304.000000, tx_pps: 3258022.750000 
16/10/2020 01:12:48                         pktgen: {'ibytes': 98797444714,
 'ierrors': 0,
 'ipackets': 65083959,
 'obytes': 98797323768,
 'oerrors': 0,
 'opackets': 65083879,
 'rx_bps': 39565369344.0,
 'rx_bps_L1': 40086652304.0,
 'rx_pps': 3258018.5,
 'rx_util': 100.21663076,
 'tx_bps': 39565410304.0,
 'tx_bps_L1': 40086693944.0,
 'tx_pps': 3258022.75,
 'tx_util': 100.21673486}
16/10/2020 01:12:48                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 39565369344.000000, rx_pps: 3258018.500000
16/10/2020 01:12:48                         pktgen: throughput: pps_rx 3258018.500000, bps_rx 39565369344.000000
16/10/2020 01:12:48                         pktgen: traffic completed. 
16/10/2020 01:12:48                      TestCBDMA: 
+-------+--------+------------+-----------+-----------+--------------+------------+
| Frame |  Mpps  | Thread Num | Queue Num | Copy Mode | Updating MAC | % linerate |
+=======+========+============+===========+===========+==============+============+
| 64    | 11.278 | 1          | 2         | hw        | enable       | 18.948     |
+-------+--------+------------+-----------+-----------+--------------+------------+
| 256   | 9.305  | 1          | 2         | hw        | enable       | 51.366     |
+-------+--------+------------+-----------+-----------+--------------+------------+
| 512   | 7.798  | 1          | 2         | hw        | enable       | 82.974     |
+-------+--------+------------+-----------+-----------+--------------+------------+
| 1024  | 4.799  | 1          | 2         | hw        | enable       | 100.200    |
+-------+--------+------------+-----------+-----------+--------------+------------+
| 1518  | 3.242  | 1          | 2         | hw        | enable       | 99.726     |
+-------+--------+------------+-----------+-----------+--------------+------------+
| 64    | 11.422 | 1          | 2         | hw        | disable      | 19.190     |
+-------+--------+------------+-----------+-----------+--------------+------------+
| 256   | 9.264  | 1          | 2         | hw        | disable      | 51.139     |
+-------+--------+------------+-----------+-----------+--------------+------------+
| 512   | 7.715  | 1          | 2         | hw        | disable      | 82.091     |
+-------+--------+------------+-----------+-----------+--------------+------------+
| 1024  | 4.779  | 1          | 2         | hw        | disable      | 99.785     |
+-------+--------+------------+-----------+-----------+--------------+------------+
| 1518  | 3.258  | 1          | 2         | hw        | disable      | 100.217    |
+-------+--------+------------+-----------+-----------+--------------+------------+
16/10/2020 01:12:48                      TestCBDMA: Test Case test_perf_cbdma_with_diff_update_mac Result PASSED:
16/10/2020 01:12:48             dut.10.240.183.220: kill_all: called by dut and prefix list has value.
16/10/2020 01:12:49                      TestCBDMA: Test Case test_perf_cbdma_with_multi_nic_ports Begin
16/10/2020 01:12:49             dut.10.240.183.220: 
16/10/2020 01:12:49                         tester: 
16/10/2020 01:12:57                         tester: ls -d /tmp/tester
16/10/2020 01:12:57                         tester: /tmp/tester
16/10/2020 01:12:57                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_0.pcap root@10.240.183.217:/tmp/tester/cbdma_0.pcap
16/10/2020 01:12:59                         pktgen: test port 0 map gen port 0
16/10/2020 01:12:59                         pktgen: test port 0 map gen port 0
16/10/2020 01:12:59                         tester: ls -d /tmp/tester
16/10/2020 01:12:59                         tester: /tmp/tester
16/10/2020 01:12:59                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_1.pcap root@10.240.183.217:/tmp/tester/cbdma_1.pcap
16/10/2020 01:13:02                         pktgen: test port 1 map gen port 1
16/10/2020 01:13:02                         pktgen: test port 1 map gen port 1
16/10/2020 01:13:02                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:13:02                         pktgen: trex port <0> not support flow control
16/10/2020 01:13:02                         pktgen: check the trex port link status
16/10/2020 01:13:02                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:13:02                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5d',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d1',
 'index': 1,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.1',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d1',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:13:02                         pktgen: begin traffic ......
16/10/2020 01:13:02                         pktgen: {'ports': [0, 1], 'mult': '100%', 'core_mask': None, 'force': True}
16/10/2020 01:13:22                         pktgen: begin get port statistic ...
16/10/2020 01:13:22                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_0.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_0.pcap',
 'rx_port': 0,
 'tx_port': 0}
16/10/2020 01:13:22                         pktgen: {0: {'ibytes': 5021440064,
     'ierrors': 0,
     'ipackets': 78460001,
     'obytes': 14902846336,
     'oerrors': 0,
     'opackets': 232856986,
     'rx_bps': 2010110592.0,
     'rx_bps_L1': 2638269992.0,
     'rx_pps': 3925996.25,
     'rx_util': 6.595674980000001,
     'tx_bps': 5969689600.0,
     'tx_bps_L1': 7835216320.0,
     'tx_pps': 11659542.0,
     'tx_util': 19.5880408},
 1: {'ibytes': 5020643392,
     'ierrors': 0,
     'ipackets': 78447553,
     'obytes': 14898387776,
     'oerrors': 0,
     'opackets': 232787309,
     'rx_bps': 2010110720.0,
     'rx_bps_L1': 2638270040.0,
     'rx_pps': 3925995.75,
     'rx_util': 6.595675099999999,
     'tx_bps': 5969665024.0,
     'tx_bps_L1': 7835185184.0,
     'tx_pps': 11659501.0,
     'tx_util': 19.58796296},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 5.991228103637695,
            'cpu_util': 99.64029693603516,
            'cpu_util_raw': 100.0,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 0,
            'rx_bps': 4020221184.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 7919133184.0,
            'rx_pps': 7851992.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 11939354624.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 23319044.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 10042083456,
           'ierrors': 0,
           'ipackets': 156907554,
           'obytes': 29801234112,
           'oerrors': 0,
           'opackets': 465644295,
           'rx_bps': 4020221312.0,
           'rx_bps_L1': 5276540032.0,
           'rx_pps': 7851992.0,
           'rx_util': 13.19135008,
           'tx_bps': 11939354624.0,
           'tx_bps_L1': 15670401504.0,
           'tx_pps': 23319043.0,
           'tx_util': 39.17600376}}
16/10/2020 01:13:22                         pktgen: {'ibytes': 5021440064,
 'ierrors': 0,
 'ipackets': 78460001,
 'obytes': 14902846336,
 'oerrors': 0,
 'opackets': 232856986,
 'rx_bps': 2010110592.0,
 'rx_bps_L1': 2638269992.0,
 'rx_pps': 3925996.25,
 'rx_util': 6.595674980000001,
 'tx_bps': 5969689600.0,
 'tx_bps_L1': 7835216320.0,
 'tx_pps': 11659542.0,
 'tx_util': 19.5880408}
16/10/2020 01:13:22                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 5969689600.000000, tx_pps: 11659542.000000 
16/10/2020 01:13:22                         pktgen: {'ibytes': 5021440064,
 'ierrors': 0,
 'ipackets': 78460001,
 'obytes': 14902846336,
 'oerrors': 0,
 'opackets': 232856986,
 'rx_bps': 2010110592.0,
 'rx_bps_L1': 2638269992.0,
 'rx_pps': 3925996.25,
 'rx_util': 6.595674980000001,
 'tx_bps': 5969689600.0,
 'tx_bps_L1': 7835216320.0,
 'tx_pps': 11659542.0,
 'tx_util': 19.5880408}
16/10/2020 01:13:22                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 2010110592.000000, rx_pps: 3925996.250000
16/10/2020 01:13:22                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_1.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_1.pcap',
 'rx_port': 1,
 'tx_port': 1}
16/10/2020 01:13:22                         pktgen: {0: {'ibytes': 5023013952,
     'ierrors': 0,
     'ipackets': 78484609,
     'obytes': 14907513856,
     'oerrors': 0,
     'opackets': 232929904,
     'rx_bps': 2010110592.0,
     'rx_bps_L1': 2638269992.0,
     'rx_pps': 3925996.25,
     'rx_util': 6.595674980000001,
     'tx_bps': 5969689600.0,
     'tx_bps_L1': 7835216320.0,
     'tx_pps': 11659542.0,
     'tx_util': 19.5880408},
 1: {'ibytes': 5022217280,
     'ierrors': 0,
     'ipackets': 78472145,
     'obytes': 14903049152,
     'oerrors': 0,
     'opackets': 232860149,
     'rx_bps': 2010110720.0,
     'rx_bps_L1': 2638270040.0,
     'rx_pps': 3925995.75,
     'rx_util': 6.595675099999999,
     'tx_bps': 5969665024.0,
     'tx_bps_L1': 7835185184.0,
     'tx_pps': 11659501.0,
     'tx_util': 19.58796296},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 5.991228103637695,
            'cpu_util': 99.64029693603516,
            'cpu_util_raw': 100.0,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 0,
            'rx_bps': 4020221184.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 7919133184.0,
            'rx_pps': 7851992.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 11939354624.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 23319044.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 10045231232,
           'ierrors': 0,
           'ipackets': 156956754,
           'obytes': 29810563008,
           'oerrors': 0,
           'opackets': 465790053,
           'rx_bps': 4020221312.0,
           'rx_bps_L1': 5276540032.0,
           'rx_pps': 7851992.0,
           'rx_util': 13.19135008,
           'tx_bps': 11939354624.0,
           'tx_bps_L1': 15670401504.0,
           'tx_pps': 23319043.0,
           'tx_util': 39.17600376}}
16/10/2020 01:13:22                         pktgen: {'ibytes': 5022217280,
 'ierrors': 0,
 'ipackets': 78472145,
 'obytes': 14903049152,
 'oerrors': 0,
 'opackets': 232860149,
 'rx_bps': 2010110720.0,
 'rx_bps_L1': 2638270040.0,
 'rx_pps': 3925995.75,
 'rx_util': 6.595675099999999,
 'tx_bps': 5969665024.0,
 'tx_bps_L1': 7835185184.0,
 'tx_pps': 11659501.0,
 'tx_util': 19.58796296}
16/10/2020 01:13:22                         pktgen: Tx Port 1 stats: 
tx_port: 1,  tx_bps: 5969665024.000000, tx_pps: 11659501.000000 
16/10/2020 01:13:22                         pktgen: {'ibytes': 5022217280,
 'ierrors': 0,
 'ipackets': 78472145,
 'obytes': 14903049152,
 'oerrors': 0,
 'opackets': 232860149,
 'rx_bps': 2010110720.0,
 'rx_bps_L1': 2638270040.0,
 'rx_pps': 3925995.75,
 'rx_util': 6.595675099999999,
 'tx_bps': 5969665024.0,
 'tx_bps_L1': 7835185184.0,
 'tx_pps': 11659501.0,
 'tx_util': 19.58796296}
16/10/2020 01:13:22                         pktgen: Rx Port 1 stats: 
rx_port: 1,  rx_bps: 2010110720.000000, rx_pps: 3925995.750000
16/10/2020 01:13:22                         pktgen: throughput: pps_rx 7851992.000000, bps_rx 4020221312.000000
16/10/2020 01:13:22                         pktgen: traffic completed. 
16/10/2020 01:13:24                         tester: ls -d /tmp/tester
16/10/2020 01:13:24                         tester: /tmp/tester
16/10/2020 01:13:24                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_0.pcap root@10.240.183.217:/tmp/tester/cbdma_0.pcap
16/10/2020 01:13:26                         pktgen: test port 0 map gen port 0
16/10/2020 01:13:26                         pktgen: test port 0 map gen port 0
16/10/2020 01:13:26                         tester: ls -d /tmp/tester
16/10/2020 01:13:26                         tester: /tmp/tester
16/10/2020 01:13:26                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_1.pcap root@10.240.183.217:/tmp/tester/cbdma_1.pcap
16/10/2020 01:13:29                         pktgen: test port 1 map gen port 1
16/10/2020 01:13:29                         pktgen: test port 1 map gen port 1
16/10/2020 01:13:29                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:13:29                         pktgen: trex port <0> not support flow control
16/10/2020 01:13:29                         pktgen: check the trex port link status
16/10/2020 01:13:29                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:13:29                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5d',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d1',
 'index': 1,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.1',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d1',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:13:29                         pktgen: begin traffic ......
16/10/2020 01:13:29                         pktgen: {'ports': [0, 1], 'mult': '100%', 'core_mask': None, 'force': True}
16/10/2020 01:13:49                         pktgen: begin get port statistic ...
16/10/2020 01:13:49                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_0.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_0.pcap',
 'rx_port': 0,
 'tx_port': 0}
16/10/2020 01:13:49                         pktgen: {0: {'ibytes': 17413529344,
     'ierrors': 0,
     'ipackets': 68021608,
     'obytes': 52524207360,
     'oerrors': 0,
     'opackets': 205172693,
     'rx_bps': 6991446528.0,
     'rx_bps_L1': 7537653328.000001,
     'rx_pps': 3413792.5,
     'rx_util': 18.844133320000005,
     'tx_bps': 21022777344.0,
     'tx_bps_L1': 22665181824.0,
     'tx_pps': 10265028.0,
     'tx_util': 56.66295456},
 1: {'ibytes': 17411007488,
     'ierrors': 0,
     'ipackets': 68011748,
     'obytes': 52518047232,
     'oerrors': 0,
     'opackets': 205148631,
     'rx_bps': 6991482880.0,
     'rx_bps_L1': 7537692560.0,
     'rx_pps': 3413810.5,
     'rx_util': 18.844231399999998,
     'tx_bps': 21022769152.0,
     'tx_bps_L1': 22665172992.0,
     'tx_pps': 10265024.0,
     'tx_util': 56.662932479999995},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 21.103050231933594,
            'cpu_util': 99.61959838867188,
            'cpu_util_raw': 100.0,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 17447805,
            'rx_bps': 13982929920.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 28062617600.0,
            'rx_pps': 6827603.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 42045546496.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 20530052.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 34824536832,
           'ierrors': 0,
           'ipackets': 136033356,
           'obytes': 105042254592,
           'oerrors': 0,
           'opackets': 410321324,
           'rx_bps': 13982929408.0,
           'rx_bps_L1': 15075345888.0,
           'rx_pps': 6827603.0,
           'rx_util': 37.68836472,
           'tx_bps': 42045546496.0,
           'tx_bps_L1': 45330354816.0,
           'tx_pps': 20530052.0,
           'tx_util': 113.32588704}}
16/10/2020 01:13:49                         pktgen: {'ibytes': 17413529344,
 'ierrors': 0,
 'ipackets': 68021608,
 'obytes': 52524207360,
 'oerrors': 0,
 'opackets': 205172693,
 'rx_bps': 6991446528.0,
 'rx_bps_L1': 7537653328.000001,
 'rx_pps': 3413792.5,
 'rx_util': 18.844133320000005,
 'tx_bps': 21022777344.0,
 'tx_bps_L1': 22665181824.0,
 'tx_pps': 10265028.0,
 'tx_util': 56.66295456}
16/10/2020 01:13:49                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 21022777344.000000, tx_pps: 10265028.000000 
16/10/2020 01:13:49                         pktgen: {'ibytes': 17413529344,
 'ierrors': 0,
 'ipackets': 68021608,
 'obytes': 52524207360,
 'oerrors': 0,
 'opackets': 205172693,
 'rx_bps': 6991446528.0,
 'rx_bps_L1': 7537653328.000001,
 'rx_pps': 3413792.5,
 'rx_util': 18.844133320000005,
 'tx_bps': 21022777344.0,
 'tx_bps_L1': 22665181824.0,
 'tx_pps': 10265028.0,
 'tx_util': 56.66295456}
16/10/2020 01:13:49                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 6991446528.000000, rx_pps: 3413792.500000
16/10/2020 01:13:49                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_1.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_1.pcap',
 'rx_port': 1,
 'tx_port': 1}
16/10/2020 01:13:49                         pktgen: {0: {'ibytes': 17419071232,
     'ierrors': 0,
     'ipackets': 68043250,
     'obytes': 52540198400,
     'oerrors': 0,
     'opackets': 205235159,
     'rx_bps': 6991446528.0,
     'rx_bps_L1': 7537653328.000001,
     'rx_pps': 3413792.5,
     'rx_util': 18.844133320000005,
     'tx_bps': 21022777344.0,
     'tx_bps_L1': 22665181824.0,
     'tx_pps': 10265028.0,
     'tx_util': 56.66295456},
 1: {'ibytes': 17416549376,
     'ierrors': 0,
     'ipackets': 68033408,
     'obytes': 52534144768,
     'oerrors': 0,
     'opackets': 205211511,
     'rx_bps': 6991482880.0,
     'rx_bps_L1': 7537692560.0,
     'rx_pps': 3413810.5,
     'rx_util': 18.844231399999998,
     'tx_bps': 21022769152.0,
     'tx_bps_L1': 22665172992.0,
     'tx_pps': 10265024.0,
     'tx_util': 56.662932479999995},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 21.103050231933594,
            'cpu_util': 99.61959838867188,
            'cpu_util_raw': 100.0,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 17454136,
            'rx_bps': 13982929920.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 28062617600.0,
            'rx_pps': 6827603.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 42045546496.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 20530052.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 34835620608,
           'ierrors': 0,
           'ipackets': 136076658,
           'obytes': 105074343168,
           'oerrors': 0,
           'opackets': 410446670,
           'rx_bps': 13982929408.0,
           'rx_bps_L1': 15075345888.0,
           'rx_pps': 6827603.0,
           'rx_util': 37.68836472,
           'tx_bps': 42045546496.0,
           'tx_bps_L1': 45330354816.0,
           'tx_pps': 20530052.0,
           'tx_util': 113.32588704}}
16/10/2020 01:13:49                         pktgen: {'ibytes': 17416549376,
 'ierrors': 0,
 'ipackets': 68033408,
 'obytes': 52534144768,
 'oerrors': 0,
 'opackets': 205211511,
 'rx_bps': 6991482880.0,
 'rx_bps_L1': 7537692560.0,
 'rx_pps': 3413810.5,
 'rx_util': 18.844231399999998,
 'tx_bps': 21022769152.0,
 'tx_bps_L1': 22665172992.0,
 'tx_pps': 10265024.0,
 'tx_util': 56.662932479999995}
16/10/2020 01:13:49                         pktgen: Tx Port 1 stats: 
tx_port: 1,  tx_bps: 21022769152.000000, tx_pps: 10265024.000000 
16/10/2020 01:13:49                         pktgen: {'ibytes': 17416549376,
 'ierrors': 0,
 'ipackets': 68033408,
 'obytes': 52534144768,
 'oerrors': 0,
 'opackets': 205211511,
 'rx_bps': 6991482880.0,
 'rx_bps_L1': 7537692560.0,
 'rx_pps': 3413810.5,
 'rx_util': 18.844231399999998,
 'tx_bps': 21022769152.0,
 'tx_bps_L1': 22665172992.0,
 'tx_pps': 10265024.0,
 'tx_util': 56.662932479999995}
16/10/2020 01:13:49                         pktgen: Rx Port 1 stats: 
rx_port: 1,  rx_bps: 6991482880.000000, rx_pps: 3413810.500000
16/10/2020 01:13:49                         pktgen: throughput: pps_rx 6827603.000000, bps_rx 13982929408.000000
16/10/2020 01:13:49                         pktgen: traffic completed. 
16/10/2020 01:13:51                         tester: ls -d /tmp/tester
16/10/2020 01:13:51                         tester: /tmp/tester
16/10/2020 01:13:51                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_0.pcap root@10.240.183.217:/tmp/tester/cbdma_0.pcap
16/10/2020 01:13:53                         pktgen: test port 0 map gen port 0
16/10/2020 01:13:53                         pktgen: test port 0 map gen port 0
16/10/2020 01:13:53                         tester: ls -d /tmp/tester
16/10/2020 01:13:53                         tester: /tmp/tester
16/10/2020 01:13:53                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_1.pcap root@10.240.183.217:/tmp/tester/cbdma_1.pcap
16/10/2020 01:13:56                         pktgen: test port 1 map gen port 1
16/10/2020 01:13:56                         pktgen: test port 1 map gen port 1
16/10/2020 01:13:56                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:13:56                         pktgen: trex port <0> not support flow control
16/10/2020 01:13:56                         pktgen: check the trex port link status
16/10/2020 01:13:56                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:13:56                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5d',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d1',
 'index': 1,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.1',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d1',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:13:56                         pktgen: begin traffic ......
16/10/2020 01:13:56                         pktgen: {'ports': [0, 1], 'mult': '100%', 'core_mask': None, 'force': True}
16/10/2020 01:14:16                         pktgen: begin get port statistic ...
16/10/2020 01:14:16                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_0.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_0.pcap',
 'rx_port': 0,
 'tx_port': 0}
16/10/2020 01:14:16                         pktgen: {0: {'ibytes': 32005380096,
     'ierrors': 0,
     'ipackets': 62510513,
     'obytes': 57208643584,
     'oerrors': 0,
     'opackets': 111735639,
     'rx_bps': 12811369472.0,
     'rx_bps_L1': 13311814152.0,
     'rx_pps': 3127779.25,
     'rx_util': 33.279535380000006,
     'tx_bps': 22874583040.0,
     'tx_bps_L1': 23768121360.0,
     'tx_pps': 5584614.5,
     'tx_util': 59.420303399999995},
 1: {'ibytes': 32002141696,
     'ierrors': 0,
     'ipackets': 62504184,
     'obytes': 57202842624,
     'oerrors': 0,
     'opackets': 111724306,
     'rx_bps': 12811381760.0,
     'rx_bps_L1': 13311826520.0,
     'rx_pps': 3127779.75,
     'rx_util': 33.2795663,
     'tx_bps': 22874576896.0,
     'tx_bps_L1': 23768114976.0,
     'tx_pps': 5584613.0,
     'tx_util': 59.420287439999996},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 22.953807830810547,
            'cpu_util': 99.65484619140625,
            'cpu_util_raw': 100.0,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 43969059,
            'rx_bps': 25622749184.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 20126410752.0,
            'rx_pps': 6255559.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 45749161984.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 11169228.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 64007521792,
           'ierrors': 0,
           'ipackets': 125014697,
           'obytes': 114411486208,
           'oerrors': 0,
           'opackets': 223459945,
           'rx_bps': 25622751232.0,
           'rx_bps_L1': 26623640672.0,
           'rx_pps': 6255559.0,
           'rx_util': 66.55910168,
           'tx_bps': 45749159936.0,
           'tx_bps_L1': 47536236336.0,
           'tx_pps': 11169227.5,
           'tx_util': 118.84059083999999}}
16/10/2020 01:14:16                         pktgen: {'ibytes': 32005380096,
 'ierrors': 0,
 'ipackets': 62510513,
 'obytes': 57208643584,
 'oerrors': 0,
 'opackets': 111735639,
 'rx_bps': 12811369472.0,
 'rx_bps_L1': 13311814152.0,
 'rx_pps': 3127779.25,
 'rx_util': 33.279535380000006,
 'tx_bps': 22874583040.0,
 'tx_bps_L1': 23768121360.0,
 'tx_pps': 5584614.5,
 'tx_util': 59.420303399999995}
16/10/2020 01:14:16                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 22874583040.000000, tx_pps: 5584614.500000 
16/10/2020 01:14:16                         pktgen: {'ibytes': 32005380096,
 'ierrors': 0,
 'ipackets': 62510513,
 'obytes': 57208643584,
 'oerrors': 0,
 'opackets': 111735639,
 'rx_bps': 12811369472.0,
 'rx_bps_L1': 13311814152.0,
 'rx_pps': 3127779.25,
 'rx_util': 33.279535380000006,
 'tx_bps': 22874583040.0,
 'tx_bps_L1': 23768121360.0,
 'tx_pps': 5584614.5,
 'tx_util': 59.420303399999995}
16/10/2020 01:14:16                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 12811369472.000000, rx_pps: 3127779.250000
16/10/2020 01:14:16                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_1.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_1.pcap',
 'rx_port': 1,
 'tx_port': 1}
16/10/2020 01:14:16                         pktgen: {0: {'ibytes': 32015678976,
     'ierrors': 0,
     'ipackets': 62530623,
     'obytes': 57227021824,
     'oerrors': 0,
     'opackets': 111771534,
     'rx_bps': 12811369472.0,
     'rx_bps_L1': 13311814152.0,
     'rx_pps': 3127779.25,
     'rx_util': 33.279535380000006,
     'tx_bps': 22874583040.0,
     'tx_bps_L1': 23768121360.0,
     'tx_pps': 5584614.5,
     'tx_util': 59.420303399999995},
 1: {'ibytes': 32012429824,
     'ierrors': 0,
     'ipackets': 62524280,
     'obytes': 57221210112,
     'oerrors': 0,
     'opackets': 111760180,
     'rx_bps': 12811381760.0,
     'rx_bps_L1': 13311826520.0,
     'rx_pps': 3127779.75,
     'rx_util': 33.2795663,
     'tx_bps': 22874576896.0,
     'tx_bps_L1': 23768114976.0,
     'tx_pps': 5584613.0,
     'tx_util': 59.420287439999996},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 22.953807830810547,
            'cpu_util': 99.65484619140625,
            'cpu_util_raw': 100.0,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 43983380,
            'rx_bps': 25622749184.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 20126410752.0,
            'rx_pps': 6255559.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 45749161984.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 11169228.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 64028108800,
           'ierrors': 0,
           'ipackets': 125054903,
           'obytes': 114448231936,
           'oerrors': 0,
           'opackets': 223531714,
           'rx_bps': 25622751232.0,
           'rx_bps_L1': 26623640672.0,
           'rx_pps': 6255559.0,
           'rx_util': 66.55910168,
           'tx_bps': 45749159936.0,
           'tx_bps_L1': 47536236336.0,
           'tx_pps': 11169227.5,
           'tx_util': 118.84059083999999}}
16/10/2020 01:14:16                         pktgen: {'ibytes': 32012429824,
 'ierrors': 0,
 'ipackets': 62524280,
 'obytes': 57221210112,
 'oerrors': 0,
 'opackets': 111760180,
 'rx_bps': 12811381760.0,
 'rx_bps_L1': 13311826520.0,
 'rx_pps': 3127779.75,
 'rx_util': 33.2795663,
 'tx_bps': 22874576896.0,
 'tx_bps_L1': 23768114976.0,
 'tx_pps': 5584613.0,
 'tx_util': 59.420287439999996}
16/10/2020 01:14:16                         pktgen: Tx Port 1 stats: 
tx_port: 1,  tx_bps: 22874576896.000000, tx_pps: 5584613.000000 
16/10/2020 01:14:16                         pktgen: {'ibytes': 32012429824,
 'ierrors': 0,
 'ipackets': 62524280,
 'obytes': 57221210112,
 'oerrors': 0,
 'opackets': 111760180,
 'rx_bps': 12811381760.0,
 'rx_bps_L1': 13311826520.0,
 'rx_pps': 3127779.75,
 'rx_util': 33.2795663,
 'tx_bps': 22874576896.0,
 'tx_bps_L1': 23768114976.0,
 'tx_pps': 5584613.0,
 'tx_util': 59.420287439999996}
16/10/2020 01:14:16                         pktgen: Rx Port 1 stats: 
rx_port: 1,  rx_bps: 12811381760.000000, rx_pps: 3127779.750000
16/10/2020 01:14:16                         pktgen: throughput: pps_rx 6255559.000000, bps_rx 25622751232.000000
16/10/2020 01:14:16                         pktgen: traffic completed. 
16/10/2020 01:14:18                         tester: ls -d /tmp/tester
16/10/2020 01:14:18                         tester: /tmp/tester
16/10/2020 01:14:18                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_0.pcap root@10.240.183.217:/tmp/tester/cbdma_0.pcap
16/10/2020 01:14:20                         pktgen: test port 0 map gen port 0
16/10/2020 01:14:20                         pktgen: test port 0 map gen port 0
16/10/2020 01:14:20                         tester: ls -d /tmp/tester
16/10/2020 01:14:20                         tester: /tmp/tester
16/10/2020 01:14:20                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_1.pcap root@10.240.183.217:/tmp/tester/cbdma_1.pcap
16/10/2020 01:14:23                         pktgen: test port 1 map gen port 1
16/10/2020 01:14:23                         pktgen: test port 1 map gen port 1
16/10/2020 01:14:23                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:14:23                         pktgen: trex port <0> not support flow control
16/10/2020 01:14:23                         pktgen: check the trex port link status
16/10/2020 01:14:23                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:14:23                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5d',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d1',
 'index': 1,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.1',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d1',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:14:23                         pktgen: begin traffic ......
16/10/2020 01:14:23                         pktgen: {'ports': [0, 1], 'mult': '100%', 'core_mask': None, 'force': True}
16/10/2020 01:14:43                         pktgen: begin get port statistic ...
16/10/2020 01:14:43                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_0.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_0.pcap',
 'rx_port': 0,
 'tx_port': 0}
16/10/2020 01:14:43                         pktgen: {0: {'ibytes': 49775119360,
     'ierrors': 0,
     'ipackets': 48608515,
     'obytes': 59766435840,
     'oerrors': 0,
     'opackets': 58365663,
     'rx_bps': 19914729472.0,
     'rx_bps_L1': 20303688872.000004,
     'rx_pps': 2430996.25,
     'rx_util': 50.75922218000001,
     'tx_bps': 23832985600.0,
     'tx_bps_L1': 24298473600.0,
     'tx_pps': 2909300.0,
     'tx_util': 60.746184},
 1: {'ibytes': 49770571776,
     'ierrors': 0,
     'ipackets': 48604078,
     'obytes': 59760929792,
     'oerrors': 0,
     'opackets': 58360286,
     'rx_bps': 19914737664.0,
     'rx_bps_L1': 20303697264.0,
     'rx_pps': 2430997.5,
     'rx_util': 50.75924316,
     'tx_bps': 23832989696.0,
     'tx_bps_L1': 24298477776.0,
     'tx_pps': 2909300.5,
     'tx_util': 60.746194440000004},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 24.244247436523438,
            'cpu_util': 98.30368041992188,
            'cpu_util_raw': 98.75,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 58982897,
            'rx_bps': 39829467136.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 7836507648.0,
            'rx_pps': 4861994.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 47665975296.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 5818600.5},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 99545691136,
           'ierrors': 0,
           'ipackets': 97212593,
           'obytes': 119527365632,
           'oerrors': 0,
           'opackets': 116725949,
           'rx_bps': 39829467136.0,
           'rx_bps_L1': 40607386136.0,
           'rx_pps': 4861993.75,
           'rx_util': 101.51846534,
           'tx_bps': 47665975296.0,
           'tx_bps_L1': 48596951376.0,
           'tx_pps': 5818600.5,
           'tx_util': 121.49237844000001}}
16/10/2020 01:14:43                         pktgen: {'ibytes': 49775119360,
 'ierrors': 0,
 'ipackets': 48608515,
 'obytes': 59766435840,
 'oerrors': 0,
 'opackets': 58365663,
 'rx_bps': 19914729472.0,
 'rx_bps_L1': 20303688872.000004,
 'rx_pps': 2430996.25,
 'rx_util': 50.75922218000001,
 'tx_bps': 23832985600.0,
 'tx_bps_L1': 24298473600.0,
 'tx_pps': 2909300.0,
 'tx_util': 60.746184}
16/10/2020 01:14:43                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 23832985600.000000, tx_pps: 2909300.000000 
16/10/2020 01:14:43                         pktgen: {'ibytes': 49775119360,
 'ierrors': 0,
 'ipackets': 48608515,
 'obytes': 59766435840,
 'oerrors': 0,
 'opackets': 58365663,
 'rx_bps': 19914729472.0,
 'rx_bps_L1': 20303688872.000004,
 'rx_pps': 2430996.25,
 'rx_util': 50.75922218000001,
 'tx_bps': 23832985600.0,
 'tx_bps_L1': 24298473600.0,
 'tx_pps': 2909300.0,
 'tx_util': 60.746184}
16/10/2020 01:14:43                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 19914729472.000000, rx_pps: 2430996.250000
16/10/2020 01:14:43                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_1.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_1.pcap',
 'rx_port': 1,
 'tx_port': 1}
16/10/2020 01:14:43                         pktgen: {0: {'ibytes': 49791331328,
     'ierrors': 0,
     'ipackets': 48624352,
     'obytes': 59785797632,
     'oerrors': 0,
     'opackets': 58384571,
     'rx_bps': 19914729472.0,
     'rx_bps_L1': 20303688872.000004,
     'rx_pps': 2430996.25,
     'rx_util': 50.75922218000001,
     'tx_bps': 23832985600.0,
     'tx_bps_L1': 24298473600.0,
     'tx_pps': 2909300.0,
     'tx_util': 60.746184},
 1: {'ibytes': 49786786816,
     'ierrors': 0,
     'ipackets': 48619913,
     'obytes': 59780292608,
     'oerrors': 0,
     'opackets': 58379196,
     'rx_bps': 19914737664.0,
     'rx_bps_L1': 20303697264.0,
     'rx_pps': 2430997.5,
     'rx_util': 50.75924316,
     'tx_bps': 23832989696.0,
     'tx_bps_L1': 24298477776.0,
     'tx_pps': 2909300.5,
     'tx_util': 60.746194440000004},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 24.244247436523438,
            'cpu_util': 98.30368041992188,
            'cpu_util_raw': 98.75,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 59002096,
            'rx_bps': 39829467136.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 7836507648.0,
            'rx_pps': 4861994.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 47665975296.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 5818600.5},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 99578118144,
           'ierrors': 0,
           'ipackets': 97244265,
           'obytes': 119566090240,
           'oerrors': 0,
           'opackets': 116763767,
           'rx_bps': 39829467136.0,
           'rx_bps_L1': 40607386136.0,
           'rx_pps': 4861993.75,
           'rx_util': 101.51846534,
           'tx_bps': 47665975296.0,
           'tx_bps_L1': 48596951376.0,
           'tx_pps': 5818600.5,
           'tx_util': 121.49237844000001}}
16/10/2020 01:14:43                         pktgen: {'ibytes': 49786786816,
 'ierrors': 0,
 'ipackets': 48619913,
 'obytes': 59780292608,
 'oerrors': 0,
 'opackets': 58379196,
 'rx_bps': 19914737664.0,
 'rx_bps_L1': 20303697264.0,
 'rx_pps': 2430997.5,
 'rx_util': 50.75924316,
 'tx_bps': 23832989696.0,
 'tx_bps_L1': 24298477776.0,
 'tx_pps': 2909300.5,
 'tx_util': 60.746194440000004}
16/10/2020 01:14:43                         pktgen: Tx Port 1 stats: 
tx_port: 1,  tx_bps: 23832989696.000000, tx_pps: 2909300.500000 
16/10/2020 01:14:43                         pktgen: {'ibytes': 49786786816,
 'ierrors': 0,
 'ipackets': 48619913,
 'obytes': 59780292608,
 'oerrors': 0,
 'opackets': 58379196,
 'rx_bps': 19914737664.0,
 'rx_bps_L1': 20303697264.0,
 'rx_pps': 2430997.5,
 'rx_util': 50.75924316,
 'tx_bps': 23832989696.0,
 'tx_bps_L1': 24298477776.0,
 'tx_pps': 2909300.5,
 'tx_util': 60.746194440000004}
16/10/2020 01:14:43                         pktgen: Rx Port 1 stats: 
rx_port: 1,  rx_bps: 19914737664.000000, rx_pps: 2430997.500000
16/10/2020 01:14:43                         pktgen: throughput: pps_rx 4861993.750000, bps_rx 39829467136.000000
16/10/2020 01:14:43                         pktgen: traffic completed. 
16/10/2020 01:14:45                         tester: ls -d /tmp/tester
16/10/2020 01:14:45                         tester: /tmp/tester
16/10/2020 01:14:45                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_0.pcap root@10.240.183.217:/tmp/tester/cbdma_0.pcap
16/10/2020 01:14:47                         pktgen: test port 0 map gen port 0
16/10/2020 01:14:47                         pktgen: test port 0 map gen port 0
16/10/2020 01:14:47                         tester: ls -d /tmp/tester
16/10/2020 01:14:48                         tester: /tmp/tester
16/10/2020 01:14:48                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_1.pcap root@10.240.183.217:/tmp/tester/cbdma_1.pcap
16/10/2020 01:14:50                         pktgen: test port 1 map gen port 1
16/10/2020 01:14:50                         pktgen: test port 1 map gen port 1
16/10/2020 01:14:50                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:14:50                         pktgen: trex port <0> not support flow control
16/10/2020 01:14:50                         pktgen: check the trex port link status
16/10/2020 01:14:50                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:14:50                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5d',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d1',
 'index': 1,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.1',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d1',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:14:50                         pktgen: begin traffic ......
16/10/2020 01:14:50                         pktgen: {'ports': [0, 1], 'mult': '100%', 'core_mask': None, 'force': True}
16/10/2020 01:15:10                         pktgen: begin get port statistic ...
16/10/2020 01:15:10                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_0.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_0.pcap',
 'rx_port': 0,
 'tx_port': 0}
16/10/2020 01:15:10                         pktgen: {0: {'ibytes': 59731771374,
     'ierrors': 0,
     'ipackets': 39348995,
     'obytes': 60575841612,
     'oerrors': 0,
     'opackets': 39905035,
     'rx_bps': 23886368768.0,
     'rx_bps_L1': 24201077168.000004,
     'rx_pps': 1966927.5,
     'rx_util': 60.502692920000015,
     'tx_bps': 24224727040.0,
     'tx_bps_L1': 24543893340.0,
     'tx_pps': 1994789.375,
     'tx_util': 61.35973335},
 1: {'ibytes': 59722845534,
     'ierrors': 0,
     'ipackets': 39343116,
     'obytes': 60569998830,
     'oerrors': 0,
     'opackets': 39901187,
     'rx_bps': 23886358528.0,
     'rx_bps_L1': 24201066828.0,
     'rx_pps': 1966926.875,
     'rx_util': 60.50266707,
     'tx_bps': 24224727040.0,
     'tx_bps_L1': 24543893280.0,
     'tx_pps': 1994789.0,
     'tx_util': 61.3597332},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 25.336633682250977,
            'cpu_util': 95.61146545410156,
            'cpu_util_raw': 95.75,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 62067923,
            'rx_bps': 47772725248.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 3933854.5,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 48449454080.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 3989578.5},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 119454616908,
           'ierrors': 0,
           'ipackets': 78692111,
           'obytes': 121145840442,
           'oerrors': 0,
           'opackets': 79806222,
           'rx_bps': 47772727296.0,
           'rx_bps_L1': 48402143996.0,
           'rx_pps': 3933854.375,
           'rx_util': 121.00535999000002,
           'tx_bps': 48449454080.0,
           'tx_bps_L1': 49087786620.0,
           'tx_pps': 3989578.375,
           'tx_util': 122.71946654999999}}
16/10/2020 01:15:10                         pktgen: {'ibytes': 59731771374,
 'ierrors': 0,
 'ipackets': 39348995,
 'obytes': 60575841612,
 'oerrors': 0,
 'opackets': 39905035,
 'rx_bps': 23886368768.0,
 'rx_bps_L1': 24201077168.000004,
 'rx_pps': 1966927.5,
 'rx_util': 60.502692920000015,
 'tx_bps': 24224727040.0,
 'tx_bps_L1': 24543893340.0,
 'tx_pps': 1994789.375,
 'tx_util': 61.35973335}
16/10/2020 01:15:10                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 24224727040.000000, tx_pps: 1994789.375000 
16/10/2020 01:15:10                         pktgen: {'ibytes': 59731771374,
 'ierrors': 0,
 'ipackets': 39348995,
 'obytes': 60575841612,
 'oerrors': 0,
 'opackets': 39905035,
 'rx_bps': 23886368768.0,
 'rx_bps_L1': 24201077168.000004,
 'rx_pps': 1966927.5,
 'rx_util': 60.502692920000015,
 'tx_bps': 24224727040.0,
 'tx_bps_L1': 24543893340.0,
 'tx_pps': 1994789.375,
 'tx_util': 61.35973335}
16/10/2020 01:15:10                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 23886368768.000000, rx_pps: 1966927.500000
16/10/2020 01:15:10                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_1.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_1.pcap',
 'rx_port': 1,
 'tx_port': 1}
16/10/2020 01:15:10                         pktgen: {0: {'ibytes': 59750479206,
     'ierrors': 0,
     'ipackets': 39361319,
     'obytes': 60594850008,
     'oerrors': 0,
     'opackets': 39917559,
     'rx_bps': 23886368768.0,
     'rx_bps_L1': 24201077168.000004,
     'rx_pps': 1966927.5,
     'rx_util': 60.502692920000015,
     'tx_bps': 24224727040.0,
     'tx_bps_L1': 24543893340.0,
     'tx_pps': 1994789.375,
     'tx_util': 61.35973335},
 1: {'ibytes': 59741545776,
     'ierrors': 0,
     'ipackets': 39355434,
     'obytes': 60588963204,
     'oerrors': 0,
     'opackets': 39913680,
     'rx_bps': 23886358528.0,
     'rx_bps_L1': 24201066828.0,
     'rx_pps': 1966926.875,
     'rx_util': 60.50266707,
     'tx_bps': 24224727040.0,
     'tx_bps_L1': 24543893280.0,
     'tx_pps': 1994789.0,
     'tx_util': 61.3597332},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 25.336633682250977,
            'cpu_util': 95.61146545410156,
            'cpu_util_raw': 95.75,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 62087413,
            'rx_bps': 47772725248.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 3933854.5,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 48449454080.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 3989578.5},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 119492024982,
           'ierrors': 0,
           'ipackets': 78716753,
           'obytes': 121183813212,
           'oerrors': 0,
           'opackets': 79831239,
           'rx_bps': 47772727296.0,
           'rx_bps_L1': 48402143996.0,
           'rx_pps': 3933854.375,
           'rx_util': 121.00535999000002,
           'tx_bps': 48449454080.0,
           'tx_bps_L1': 49087786620.0,
           'tx_pps': 3989578.375,
           'tx_util': 122.71946654999999}}
16/10/2020 01:15:10                         pktgen: {'ibytes': 59741545776,
 'ierrors': 0,
 'ipackets': 39355434,
 'obytes': 60588963204,
 'oerrors': 0,
 'opackets': 39913680,
 'rx_bps': 23886358528.0,
 'rx_bps_L1': 24201066828.0,
 'rx_pps': 1966926.875,
 'rx_util': 60.50266707,
 'tx_bps': 24224727040.0,
 'tx_bps_L1': 24543893280.0,
 'tx_pps': 1994789.0,
 'tx_util': 61.3597332}
16/10/2020 01:15:10                         pktgen: Tx Port 1 stats: 
tx_port: 1,  tx_bps: 24224727040.000000, tx_pps: 1994789.000000 
16/10/2020 01:15:10                         pktgen: {'ibytes': 59741545776,
 'ierrors': 0,
 'ipackets': 39355434,
 'obytes': 60588963204,
 'oerrors': 0,
 'opackets': 39913680,
 'rx_bps': 23886358528.0,
 'rx_bps_L1': 24201066828.0,
 'rx_pps': 1966926.875,
 'rx_util': 60.50266707,
 'tx_bps': 24224727040.0,
 'tx_bps_L1': 24543893280.0,
 'tx_pps': 1994789.0,
 'tx_util': 61.3597332}
16/10/2020 01:15:10                         pktgen: Rx Port 1 stats: 
rx_port: 1,  rx_bps: 23886358528.000000, rx_pps: 1966926.875000
16/10/2020 01:15:10                         pktgen: throughput: pps_rx 3933854.375000, bps_rx 47772727296.000000
16/10/2020 01:15:10                         pktgen: traffic completed. 
16/10/2020 01:15:12                      TestCBDMA: 
+-------+-------+------------+-----------+-----------+--------------+------------+
| Frame | Mpps  | Thread Num | Queue Num | Copy Mode | Updating MAC | % linerate |
+=======+=======+============+===========+===========+==============+============+
| 64    | 7.852 | 2          | 1         | hw        | enable       | 6.596      |
+-------+-------+------------+-----------+-----------+--------------+------------+
| 256   | 6.828 | 2          | 1         | hw        | enable       | 18.844     |
+-------+-------+------------+-----------+-----------+--------------+------------+
| 512   | 6.256 | 2          | 1         | hw        | enable       | 33.280     |
+-------+-------+------------+-----------+-----------+--------------+------------+
| 1024  | 4.862 | 2          | 1         | hw        | enable       | 50.759     |
+-------+-------+------------+-----------+-----------+--------------+------------+
| 1518  | 3.934 | 2          | 1         | hw        | enable       | 60.503     |
+-------+-------+------------+-----------+-----------+--------------+------------+
16/10/2020 01:15:12                      TestCBDMA: Test Case test_perf_cbdma_with_multi_nic_ports Result PASSED:
16/10/2020 01:15:12             dut.10.240.183.220: kill_all: called by dut and prefix list has value.
16/10/2020 01:15:13                      TestCBDMA: Test Case test_perf_cbdma_with_multi_queues Begin
16/10/2020 01:15:13             dut.10.240.183.220: 
16/10/2020 01:15:13                         tester: 
16/10/2020 01:15:20                         tester: ls -d /tmp/tester
16/10/2020 01:15:20                         tester: /tmp/tester
16/10/2020 01:15:20                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_0.pcap root@10.240.183.217:/tmp/tester/cbdma_0.pcap
16/10/2020 01:15:23                         pktgen: test port 0 map gen port 0
16/10/2020 01:15:23                         pktgen: test port 0 map gen port 0
16/10/2020 01:15:23                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:15:23                         pktgen: trex port <0> not support flow control
16/10/2020 01:15:23                         pktgen: check the trex port link status
16/10/2020 01:15:23                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:15:23                         pktgen: begin traffic ......
16/10/2020 01:15:23                         pktgen: {'ports': [0], 'mult': '100%', 'core_mask': None, 'force': True}
16/10/2020 01:15:43                         pktgen: begin get port statistic ...
16/10/2020 01:15:43                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_0.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_0.pcap',
 'rx_port': 0,
 'tx_port': 0}
16/10/2020 01:15:43                         pktgen: {0: {'ibytes': 9975465152,
     'ierrors': 0,
     'ipackets': 155866672,
     'obytes': 44895418880,
     'oerrors': 0,
     'opackets': 701490973,
     'rx_bps': 3987966720.0,
     'rx_bps_L1': 5234206800.0,
     'rx_pps': 7789000.5,
     'rx_util': 13.085517,
     'tx_bps': 17935290368.0,
     'tx_bps_L1': 23540067968.000004,
     'tx_pps': 35029860.0,
     'tx_util': 58.850169920000006},
 1: {'ibytes': 0,
     'ierrors': 0,
     'ipackets': 0,
     'obytes': 0,
     'oerrors': 0,
     'opackets': 0,
     'rx_bps': 8.033711433410645,
     'rx_bps_L1': 8.139557352289557,
     'rx_pps': 0.0006615369929932058,
     'rx_util': 0,
     'tx_bps': 8.147013664245605,
     'tx_bps_L1': 8.254352381452918,
     'tx_pps': 0.0006708669825457036,
     'tx_util': 0},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 9.000587463378906,
            'cpu_util': 99.63399505615234,
            'cpu_util_raw': 100.0,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 0,
            'rx_bps': 3987966720.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 13947324416.0,
            'rx_pps': 7789000.5,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 17935290368.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 35029860.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 9975465152,
           'ierrors': 0,
           'ipackets': 155866672,
           'obytes': 44895418880,
           'oerrors': 0,
           'opackets': 701490973,
           'rx_bps': 3987966728.0337114,
           'rx_bps_L1': 5234206808.139557,
           'rx_pps': 7789000.500661537,
           'rx_util': 13.085517,
           'tx_bps': 17935290376.147015,
           'tx_bps_L1': 23540067976.254356,
           'tx_pps': 35029860.000670865,
           'tx_util': 58.850169920000006}}
16/10/2020 01:15:43                         pktgen: {'ibytes': 9975465152,
 'ierrors': 0,
 'ipackets': 155866672,
 'obytes': 44895418880,
 'oerrors': 0,
 'opackets': 701490973,
 'rx_bps': 3987966720.0,
 'rx_bps_L1': 5234206800.0,
 'rx_pps': 7789000.5,
 'rx_util': 13.085517,
 'tx_bps': 17935290368.0,
 'tx_bps_L1': 23540067968.000004,
 'tx_pps': 35029860.0,
 'tx_util': 58.850169920000006}
16/10/2020 01:15:43                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 17935290368.000000, tx_pps: 35029860.000000 
16/10/2020 01:15:43                         pktgen: {'ibytes': 9975465152,
 'ierrors': 0,
 'ipackets': 155866672,
 'obytes': 44895418880,
 'oerrors': 0,
 'opackets': 701490973,
 'rx_bps': 3987966720.0,
 'rx_bps_L1': 5234206800.0,
 'rx_pps': 7789000.5,
 'rx_util': 13.085517,
 'tx_bps': 17935290368.0,
 'tx_bps_L1': 23540067968.000004,
 'tx_pps': 35029860.0,
 'tx_util': 58.850169920000006}
16/10/2020 01:15:43                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 3987966720.000000, rx_pps: 7789000.500000
16/10/2020 01:15:43                         pktgen: throughput: pps_rx 7789000.500000, bps_rx 3987966720.000000
16/10/2020 01:15:43                         pktgen: traffic completed. 
16/10/2020 01:15:45                         tester: ls -d /tmp/tester
16/10/2020 01:15:45                         tester: /tmp/tester
16/10/2020 01:15:45                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_0.pcap root@10.240.183.217:/tmp/tester/cbdma_0.pcap
16/10/2020 01:15:47                         pktgen: test port 0 map gen port 0
16/10/2020 01:15:47                         pktgen: test port 0 map gen port 0
16/10/2020 01:15:47                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:15:47                         pktgen: trex port <0> not support flow control
16/10/2020 01:15:47                         pktgen: check the trex port link status
16/10/2020 01:15:47                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:15:47                         pktgen: begin traffic ......
16/10/2020 01:15:47                         pktgen: {'ports': [0], 'mult': '100%', 'core_mask': None, 'force': True}
16/10/2020 01:16:07                         pktgen: begin get port statistic ...
16/10/2020 01:16:07                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_0.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_0.pcap',
 'rx_port': 0,
 'tx_port': 0}
16/10/2020 01:16:07                         pktgen: {0: {'ibytes': 34979533568,
     'ierrors': 0,
     'ipackets': 136638803,
     'obytes': 88841524736,
     'oerrors': 0,
     'opackets': 347037229,
     'rx_bps': 14036823040.0,
     'rx_bps_L1': 15133449439.999998,
     'rx_pps': 6853915.0,
     'rx_util': 37.833623599999996,
     'tx_bps': 35536818176.0,
     'tx_bps_L1': 38313131776.0,
     'tx_pps': 17351960.0,
     'tx_util': 95.78282944},
 1: {'ibytes': 0,
     'ierrors': 0,
     'ipackets': 0,
     'obytes': 0,
     'oerrors': 0,
     'opackets': 0,
     'rx_bps': 2.3942325810821785e-07,
     'rx_bps_L1': 2.4257771230606906e-07,
     'rx_pps': 1.9715338736570054e-11,
     'rx_util': 0,
     'tx_bps': 2.4279992771880643e-07,
     'tx_bps_L1': 2.459988707737004e-07,
     'tx_pps': 1.9993394093087424e-11,
     'tx_util': 0},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 17.819965362548828,
            'cpu_util': 99.71068572998047,
            'cpu_util_raw': 100.0,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 34935952,
            'rx_bps': 14036823040.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 21499992064.0,
            'rx_pps': 6853915.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 35536818176.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 17351960.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 34979533568,
           'ierrors': 0,
           'ipackets': 136638803,
           'obytes': 88841524736,
           'oerrors': 0,
           'opackets': 347037229,
           'rx_bps': 14036823040.0,
           'rx_bps_L1': 15133449439.999998,
           'rx_pps': 6853915.0,
           'rx_util': 37.833623599999996,
           'tx_bps': 35536818176.0,
           'tx_bps_L1': 38313131776.0,
           'tx_pps': 17351960.0,
           'tx_util': 95.78282944}}
16/10/2020 01:16:07                         pktgen: {'ibytes': 34979533568,
 'ierrors': 0,
 'ipackets': 136638803,
 'obytes': 88841524736,
 'oerrors': 0,
 'opackets': 347037229,
 'rx_bps': 14036823040.0,
 'rx_bps_L1': 15133449439.999998,
 'rx_pps': 6853915.0,
 'rx_util': 37.833623599999996,
 'tx_bps': 35536818176.0,
 'tx_bps_L1': 38313131776.0,
 'tx_pps': 17351960.0,
 'tx_util': 95.78282944}
16/10/2020 01:16:07                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 35536818176.000000, tx_pps: 17351960.000000 
16/10/2020 01:16:07                         pktgen: {'ibytes': 34979533568,
 'ierrors': 0,
 'ipackets': 136638803,
 'obytes': 88841524736,
 'oerrors': 0,
 'opackets': 347037229,
 'rx_bps': 14036823040.0,
 'rx_bps_L1': 15133449439.999998,
 'rx_pps': 6853915.0,
 'rx_util': 37.833623599999996,
 'tx_bps': 35536818176.0,
 'tx_bps_L1': 38313131776.0,
 'tx_pps': 17351960.0,
 'tx_util': 95.78282944}
16/10/2020 01:16:07                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 14036823040.000000, rx_pps: 6853915.000000
16/10/2020 01:16:07                         pktgen: throughput: pps_rx 6853915.000000, bps_rx 14036823040.000000
16/10/2020 01:16:07                         pktgen: traffic completed. 
16/10/2020 01:16:09                         tester: ls -d /tmp/tester
16/10/2020 01:16:10                         tester: /tmp/tester
16/10/2020 01:16:10                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_0.pcap root@10.240.183.217:/tmp/tester/cbdma_0.pcap
16/10/2020 01:16:12                         pktgen: test port 0 map gen port 0
16/10/2020 01:16:12                         pktgen: test port 0 map gen port 0
16/10/2020 01:16:12                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:16:12                         pktgen: trex port <0> not support flow control
16/10/2020 01:16:12                         pktgen: check the trex port link status
16/10/2020 01:16:12                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:16:12                         pktgen: begin traffic ......
16/10/2020 01:16:12                         pktgen: {'ports': [0], 'mult': '100%', 'core_mask': None, 'force': True}
16/10/2020 01:16:32                         pktgen: begin get port statistic ...
16/10/2020 01:16:32                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_0.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_0.pcap',
 'rx_port': 0,
 'tx_port': 0}
16/10/2020 01:16:32                         pktgen: {0: {'ibytes': 64016008960,
     'ierrors': 0,
     'ipackets': 125031276,
     'obytes': 96338766848,
     'oerrors': 0,
     'opackets': 188161662,
     'rx_bps': 25562023936.0,
     'rx_bps_L1': 26560540736.0,
     'rx_pps': 6240730.0,
     'rx_util': 66.40135184,
     'tx_bps': 38414487552.0,
     'tx_bps_L1': 39915053472.0,
     'tx_pps': 9378537.0,
     'tx_util': 99.78763368},
 1: {'ibytes': 0,
     'ierrors': 0,
     'ipackets': 0,
     'obytes': 0,
     'oerrors': 0,
     'opackets': 0,
     'rx_bps': 1.4270738250506988e-14,
     'rx_bps_L1': 1.445875837243015e-14,
     'rx_pps': 1.1751257620197567e-18,
     'rx_util': 0,
     'tx_bps': 1.4472003443169977e-14,
     'tx_bps_L1': 1.4662675307613636e-14,
     'tx_pps': 1.1916991527728691e-18,
     'tx_util': 0},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 55.61145782470703,
            'cpu_util': 34.53828430175781,
            'cpu_util_raw': 34.75,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 4390017,
            'rx_bps': 25562023936.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 12852464640.0,
            'rx_pps': 6240730.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 38414487552.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 9378537.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 64016008960,
           'ierrors': 0,
           'ipackets': 125031276,
           'obytes': 96338766848,
           'oerrors': 0,
           'opackets': 188161662,
           'rx_bps': 25562023936.0,
           'rx_bps_L1': 26560540736.0,
           'rx_pps': 6240730.0,
           'rx_util': 66.40135184,
           'tx_bps': 38414487552.0,
           'tx_bps_L1': 39915053472.0,
           'tx_pps': 9378537.0,
           'tx_util': 99.78763368}}
16/10/2020 01:16:32                         pktgen: {'ibytes': 64016008960,
 'ierrors': 0,
 'ipackets': 125031276,
 'obytes': 96338766848,
 'oerrors': 0,
 'opackets': 188161662,
 'rx_bps': 25562023936.0,
 'rx_bps_L1': 26560540736.0,
 'rx_pps': 6240730.0,
 'rx_util': 66.40135184,
 'tx_bps': 38414487552.0,
 'tx_bps_L1': 39915053472.0,
 'tx_pps': 9378537.0,
 'tx_util': 99.78763368}
16/10/2020 01:16:32                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 38414487552.000000, tx_pps: 9378537.000000 
16/10/2020 01:16:32                         pktgen: {'ibytes': 64016008960,
 'ierrors': 0,
 'ipackets': 125031276,
 'obytes': 96338766848,
 'oerrors': 0,
 'opackets': 188161662,
 'rx_bps': 25562023936.0,
 'rx_bps_L1': 26560540736.0,
 'rx_pps': 6240730.0,
 'rx_util': 66.40135184,
 'tx_bps': 38414487552.0,
 'tx_bps_L1': 39915053472.0,
 'tx_pps': 9378537.0,
 'tx_util': 99.78763368}
16/10/2020 01:16:32                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 25562023936.000000, rx_pps: 6240730.000000
16/10/2020 01:16:32                         pktgen: throughput: pps_rx 6240730.000000, bps_rx 25562023936.000000
16/10/2020 01:16:32                         pktgen: traffic completed. 
16/10/2020 01:16:34                         tester: ls -d /tmp/tester
16/10/2020 01:16:34                         tester: /tmp/tester
16/10/2020 01:16:34                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_0.pcap root@10.240.183.217:/tmp/tester/cbdma_0.pcap
16/10/2020 01:16:36                         pktgen: test port 0 map gen port 0
16/10/2020 01:16:36                         pktgen: test port 0 map gen port 0
16/10/2020 01:16:36                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:16:36                         pktgen: trex port <0> not support flow control
16/10/2020 01:16:36                         pktgen: check the trex port link status
16/10/2020 01:16:37                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:16:37                         pktgen: begin traffic ......
16/10/2020 01:16:37                         pktgen: {'ports': [0], 'mult': '100%', 'core_mask': None, 'force': True}
16/10/2020 01:16:57                         pktgen: begin get port statistic ...
16/10/2020 01:16:57                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_0.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_0.pcap',
 'rx_port': 0,
 'tx_port': 0}
16/10/2020 01:16:57                         pktgen: {0: {'ibytes': 98180886528,
     'ierrors': 0,
     'ipackets': 95879777,
     'obytes': 98180783104,
     'oerrors': 0,
     'opackets': 95879675,
     'rx_bps': 39263477760.0,
     'rx_bps_L1': 40030342560.0,
     'rx_pps': 4792905.0,
     'rx_util': 100.0758564,
     'tx_bps': 39263469568.0,
     'tx_bps_L1': 40030334368.0,
     'tx_pps': 4792905.0,
     'tx_util': 100.07583592},
 1: {'ibytes': 0,
     'ierrors': 0,
     'ipackets': 0,
     'obytes': 0,
     'oerrors': 0,
     'opackets': 0,
     'rx_bps': 8.506022841040485e-22,
     'rx_bps_L1': 8.618091566819042e-22,
     'rx_pps': 7.004295361159782e-26,
     'rx_util': 0,
     'tx_bps': 8.625986244183765e-22,
     'tx_bps_L1': 8.739635531672022e-22,
     'tx_pps': 7.103080468016083e-26,
     'tx_util': 0},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 20.92896842956543,
            'cpu_util': 93.8017349243164,
            'cpu_util_raw': 93.5,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 60279704,
            'rx_bps': 39263477760.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 4792905.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 39263469568.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 4792905.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 98180886528,
           'ierrors': 0,
           'ipackets': 95879777,
           'obytes': 98180783104,
           'oerrors': 0,
           'opackets': 95879675,
           'rx_bps': 39263477760.0,
           'rx_bps_L1': 40030342560.0,
           'rx_pps': 4792905.0,
           'rx_util': 100.0758564,
           'tx_bps': 39263469568.0,
           'tx_bps_L1': 40030334368.0,
           'tx_pps': 4792905.0,
           'tx_util': 100.07583592}}
16/10/2020 01:16:57                         pktgen: {'ibytes': 98180886528,
 'ierrors': 0,
 'ipackets': 95879777,
 'obytes': 98180783104,
 'oerrors': 0,
 'opackets': 95879675,
 'rx_bps': 39263477760.0,
 'rx_bps_L1': 40030342560.0,
 'rx_pps': 4792905.0,
 'rx_util': 100.0758564,
 'tx_bps': 39263469568.0,
 'tx_bps_L1': 40030334368.0,
 'tx_pps': 4792905.0,
 'tx_util': 100.07583592}
16/10/2020 01:16:57                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 39263469568.000000, tx_pps: 4792905.000000 
16/10/2020 01:16:57                         pktgen: {'ibytes': 98180886528,
 'ierrors': 0,
 'ipackets': 95879777,
 'obytes': 98180783104,
 'oerrors': 0,
 'opackets': 95879675,
 'rx_bps': 39263477760.0,
 'rx_bps_L1': 40030342560.0,
 'rx_pps': 4792905.0,
 'rx_util': 100.0758564,
 'tx_bps': 39263469568.0,
 'tx_bps_L1': 40030334368.0,
 'tx_pps': 4792905.0,
 'tx_util': 100.07583592}
16/10/2020 01:16:57                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 39263477760.000000, rx_pps: 4792905.000000
16/10/2020 01:16:57                         pktgen: throughput: pps_rx 4792905.000000, bps_rx 39263477760.000000
16/10/2020 01:16:57                         pktgen: traffic completed. 
16/10/2020 01:16:59                         tester: ls -d /tmp/tester
16/10/2020 01:16:59                         tester: /tmp/tester
16/10/2020 01:16:59                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_0.pcap root@10.240.183.217:/tmp/tester/cbdma_0.pcap
16/10/2020 01:17:01                         pktgen: test port 0 map gen port 0
16/10/2020 01:17:01                         pktgen: test port 0 map gen port 0
16/10/2020 01:17:01                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:17:01                         pktgen: trex port <0> not support flow control
16/10/2020 01:17:01                         pktgen: check the trex port link status
16/10/2020 01:17:01                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:17:01                         pktgen: begin traffic ......
16/10/2020 01:17:01                         pktgen: {'ports': [0], 'mult': '100%', 'core_mask': None, 'force': True}
16/10/2020 01:17:21                         pktgen: begin get port statistic ...
16/10/2020 01:17:21                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_0.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_0.pcap',
 'rx_port': 0,
 'tx_port': 0}
16/10/2020 01:17:21                         pktgen: {0: {'ibytes': 98766857014,
     'ierrors': 0,
     'ipackets': 65063810,
     'obytes': 98766740622,
     'oerrors': 0,
     'opackets': 65063732,
     'rx_bps': 39398174720.0,
     'rx_bps_L1': 39917254760.00001,
     'rx_pps': 3244250.25,
     'rx_util': 99.79313690000002,
     'tx_bps': 39398154240.0,
     'tx_bps_L1': 39917234039.99999,
     'tx_pps': 3244248.75,
     'tx_util': 99.79308509999998},
 1: {'ibytes': 0,
     'ierrors': 0,
     'ipackets': 0,
     'obytes': 0,
     'oerrors': 0,
     'opackets': 0,
     'rx_bps': 5.069984698915771e-29,
     'rx_bps_L1': 5.136782864820386e-29,
     'rx_pps': 4.174885369038452e-33,
     'rx_util': 0,
     'tx_bps': 5.141488459219793e-29,
     'tx_bps_L1': 5.209228713316931e-29,
     'tx_pps': 4.23376588107114e-33,
     'tx_util': 0},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 23.34010124206543,
            'cpu_util': 84.40013885498047,
            'cpu_util_raw': 83.0,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 56329880,
            'rx_bps': 39398174720.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 3244250.25,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 39398154240.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 3244248.75},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 98766857014,
           'ierrors': 0,
           'ipackets': 65063810,
           'obytes': 98766740622,
           'oerrors': 0,
           'opackets': 65063732,
           'rx_bps': 39398174720.0,
           'rx_bps_L1': 39917254760.00001,
           'rx_pps': 3244250.25,
           'rx_util': 99.79313690000002,
           'tx_bps': 39398154240.0,
           'tx_bps_L1': 39917234039.99999,
           'tx_pps': 3244248.75,
           'tx_util': 99.79308509999998}}
16/10/2020 01:17:21                         pktgen: {'ibytes': 98766857014,
 'ierrors': 0,
 'ipackets': 65063810,
 'obytes': 98766740622,
 'oerrors': 0,
 'opackets': 65063732,
 'rx_bps': 39398174720.0,
 'rx_bps_L1': 39917254760.00001,
 'rx_pps': 3244250.25,
 'rx_util': 99.79313690000002,
 'tx_bps': 39398154240.0,
 'tx_bps_L1': 39917234039.99999,
 'tx_pps': 3244248.75,
 'tx_util': 99.79308509999998}
16/10/2020 01:17:21                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 39398154240.000000, tx_pps: 3244248.750000 
16/10/2020 01:17:21                         pktgen: {'ibytes': 98766857014,
 'ierrors': 0,
 'ipackets': 65063810,
 'obytes': 98766740622,
 'oerrors': 0,
 'opackets': 65063732,
 'rx_bps': 39398174720.0,
 'rx_bps_L1': 39917254760.00001,
 'rx_pps': 3244250.25,
 'rx_util': 99.79313690000002,
 'tx_bps': 39398154240.0,
 'tx_bps_L1': 39917234039.99999,
 'tx_pps': 3244248.75,
 'tx_util': 99.79308509999998}
16/10/2020 01:17:21                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 39398174720.000000, rx_pps: 3244250.250000
16/10/2020 01:17:21                         pktgen: throughput: pps_rx 3244250.250000, bps_rx 39398174720.000000
16/10/2020 01:17:21                         pktgen: traffic completed. 
16/10/2020 01:17:29                         tester: ls -d /tmp/tester
16/10/2020 01:17:29                         tester: /tmp/tester
16/10/2020 01:17:29                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_0.pcap root@10.240.183.217:/tmp/tester/cbdma_0.pcap
16/10/2020 01:17:31                         pktgen: test port 0 map gen port 0
16/10/2020 01:17:31                         pktgen: test port 0 map gen port 0
16/10/2020 01:17:31                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:17:31                         pktgen: trex port <0> not support flow control
16/10/2020 01:17:31                         pktgen: check the trex port link status
16/10/2020 01:17:31                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:17:31                         pktgen: begin traffic ......
16/10/2020 01:17:31                         pktgen: {'ports': [0], 'mult': '100%', 'core_mask': None, 'force': True}
16/10/2020 01:17:51                         pktgen: begin get port statistic ...
16/10/2020 01:17:51                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_0.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_0.pcap',
 'rx_port': 0,
 'tx_port': 0}
16/10/2020 01:17:51                         pktgen: {0: {'ibytes': 16455016704,
     'ierrors': 0,
     'ipackets': 257109636,
     'obytes': 44890520576,
     'oerrors': 0,
     'opackets': 701414421,
     'rx_bps': 6556087808.0,
     'rx_bps_L1': 8604865408.0,
     'rx_pps': 12804860.0,
     'rx_util': 21.512163519999998,
     'tx_bps': 17892255744.0,
     'tx_bps_L1': 23483586944.0,
     'tx_pps': 34945820.0,
     'tx_util': 58.708967359999995},
 1: {'ibytes': 0,
     'ierrors': 0,
     'ipackets': 0,
     'obytes': 0,
     'oerrors': 0,
     'opackets': 0,
     'rx_bps': 4.764414778704378e-38,
     'rx_bps_L1': 4.8266324305204e-38,
     'rx_pps': 3.8886032385013674e-42,
     'rx_util': 0,
     'tx_bps': 4.764414778704378e-38,
     'tx_bps_L1': 4.827506840762139e-38,
     'tx_pps': 3.943253878610035e-42,
     'tx_util': 0},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 8.983139991760254,
            'cpu_util': 99.58798217773438,
            'cpu_util_raw': 100.0,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 0,
            'rx_bps': 6556087808.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 11336168448.0,
            'rx_pps': 12804860.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 17892255744.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 34945820.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 16455016704,
           'ierrors': 0,
           'ipackets': 257109636,
           'obytes': 44890520576,
           'oerrors': 0,
           'opackets': 701414421,
           'rx_bps': 6556087808.0,
           'rx_bps_L1': 8604865408.0,
           'rx_pps': 12804860.0,
           'rx_util': 21.512163519999998,
           'tx_bps': 17892255744.0,
           'tx_bps_L1': 23483586944.0,
           'tx_pps': 34945820.0,
           'tx_util': 58.708967359999995}}
16/10/2020 01:17:51                         pktgen: {'ibytes': 16455016704,
 'ierrors': 0,
 'ipackets': 257109636,
 'obytes': 44890520576,
 'oerrors': 0,
 'opackets': 701414421,
 'rx_bps': 6556087808.0,
 'rx_bps_L1': 8604865408.0,
 'rx_pps': 12804860.0,
 'rx_util': 21.512163519999998,
 'tx_bps': 17892255744.0,
 'tx_bps_L1': 23483586944.0,
 'tx_pps': 34945820.0,
 'tx_util': 58.708967359999995}
16/10/2020 01:17:51                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 17892255744.000000, tx_pps: 34945820.000000 
16/10/2020 01:17:51                         pktgen: {'ibytes': 16455016704,
 'ierrors': 0,
 'ipackets': 257109636,
 'obytes': 44890520576,
 'oerrors': 0,
 'opackets': 701414421,
 'rx_bps': 6556087808.0,
 'rx_bps_L1': 8604865408.0,
 'rx_pps': 12804860.0,
 'rx_util': 21.512163519999998,
 'tx_bps': 17892255744.0,
 'tx_bps_L1': 23483586944.0,
 'tx_pps': 34945820.0,
 'tx_util': 58.708967359999995}
16/10/2020 01:17:51                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 6556087808.000000, rx_pps: 12804860.000000
16/10/2020 01:17:51                         pktgen: throughput: pps_rx 12804860.000000, bps_rx 6556087808.000000
16/10/2020 01:17:51                         pktgen: traffic completed. 
16/10/2020 01:17:53                         tester: ls -d /tmp/tester
16/10/2020 01:17:53                         tester: /tmp/tester
16/10/2020 01:17:53                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_0.pcap root@10.240.183.217:/tmp/tester/cbdma_0.pcap
16/10/2020 01:17:56                         pktgen: test port 0 map gen port 0
16/10/2020 01:17:56                         pktgen: test port 0 map gen port 0
16/10/2020 01:17:56                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:17:56                         pktgen: trex port <0> not support flow control
16/10/2020 01:17:56                         pktgen: check the trex port link status
16/10/2020 01:17:56                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:17:56                         pktgen: begin traffic ......
16/10/2020 01:17:56                         pktgen: {'ports': [0], 'mult': '100%', 'core_mask': None, 'force': True}
16/10/2020 01:18:16                         pktgen: begin get port statistic ...
16/10/2020 01:18:16                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_0.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_0.pcap',
 'rx_port': 0,
 'tx_port': 0}
16/10/2020 01:18:16                         pktgen: {0: {'ibytes': 57179953024,
     'ierrors': 0,
     'ipackets': 223359224,
     'obytes': 88892151808,
     'oerrors': 0,
     'opackets': 347234990,
     'rx_bps': 23008104448.0,
     'rx_bps_L1': 24805612288.0,
     'rx_pps': 11234424.0,
     'rx_util': 62.01403072,
     'tx_bps': 35558371328.0,
     'tx_bps_L1': 38336369408.0,
     'tx_pps': 17362488.0,
     'tx_util': 95.84092352},
 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,
     'tx_bps': 0.0,
     'tx_bps_L1': 0,
     'tx_pps': 0.0,
     'tx_util': 0},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 17.823959350585938,
            'cpu_util': 99.7488021850586,
            'cpu_util_raw': 100.0,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 34485589,
            'rx_bps': 23008104448.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 12550267904.0,
            'rx_pps': 11234424.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 35558371328.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 17362488.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 57179953024,
           'ierrors': 0,
           'ipackets': 223359224,
           'obytes': 88892151808,
           'oerrors': 0,
           'opackets': 347234990,
           'rx_bps': 23008104448.0,
           'rx_bps_L1': 24805612288.0,
           'rx_pps': 11234424.0,
           'rx_util': 62.01403072,
           'tx_bps': 35558371328.0,
           'tx_bps_L1': 38336369408.0,
           'tx_pps': 17362488.0,
           'tx_util': 95.84092352}}
16/10/2020 01:18:16                         pktgen: {'ibytes': 57179953024,
 'ierrors': 0,
 'ipackets': 223359224,
 'obytes': 88892151808,
 'oerrors': 0,
 'opackets': 347234990,
 'rx_bps': 23008104448.0,
 'rx_bps_L1': 24805612288.0,
 'rx_pps': 11234424.0,
 'rx_util': 62.01403072,
 'tx_bps': 35558371328.0,
 'tx_bps_L1': 38336369408.0,
 'tx_pps': 17362488.0,
 'tx_util': 95.84092352}
16/10/2020 01:18:16                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 35558371328.000000, tx_pps: 17362488.000000 
16/10/2020 01:18:16                         pktgen: {'ibytes': 57179953024,
 'ierrors': 0,
 'ipackets': 223359224,
 'obytes': 88892151808,
 'oerrors': 0,
 'opackets': 347234990,
 'rx_bps': 23008104448.0,
 'rx_bps_L1': 24805612288.0,
 'rx_pps': 11234424.0,
 'rx_util': 62.01403072,
 'tx_bps': 35558371328.0,
 'tx_bps_L1': 38336369408.0,
 'tx_pps': 17362488.0,
 'tx_util': 95.84092352}
16/10/2020 01:18:16                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 23008104448.000000, rx_pps: 11234424.000000
16/10/2020 01:18:16                         pktgen: throughput: pps_rx 11234424.000000, bps_rx 23008104448.000000
16/10/2020 01:18:16                         pktgen: traffic completed. 
16/10/2020 01:18:18                         tester: ls -d /tmp/tester
16/10/2020 01:18:18                         tester: /tmp/tester
16/10/2020 01:18:18                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_0.pcap root@10.240.183.217:/tmp/tester/cbdma_0.pcap
16/10/2020 01:18:20                         pktgen: test port 0 map gen port 0
16/10/2020 01:18:20                         pktgen: test port 0 map gen port 0
16/10/2020 01:18:20                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:18:20                         pktgen: trex port <0> not support flow control
16/10/2020 01:18:20                         pktgen: check the trex port link status
16/10/2020 01:18:20                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:18:20                         pktgen: begin traffic ......
16/10/2020 01:18:20                         pktgen: {'ports': [0], 'mult': '100%', 'core_mask': None, 'force': True}
16/10/2020 01:18:40                         pktgen: begin get port statistic ...
16/10/2020 01:18:40                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_0.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_0.pcap',
 'rx_port': 0,
 'tx_port': 0}
16/10/2020 01:18:40                         pktgen: {0: {'ibytes': 80354410496,
     'ierrors': 0,
     'ipackets': 156942216,
     'obytes': 96337595392,
     'oerrors': 0,
     'opackets': 188159378,
     'rx_bps': 32043696128.0,
     'rx_bps_L1': 33295403008.0,
     'rx_pps': 7823168.0,
     'rx_util': 83.23850752,
     'tx_bps': 38388563968.0,
     'tx_bps_L1': 39888116928.0,
     'tx_pps': 9372206.0,
     'tx_util': 99.72029232},
 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,
     'tx_bps': 0.0,
     'tx_bps_L1': 0,
     'tx_pps': 0.0,
     'tx_util': 0},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 55.742332458496094,
            'cpu_util': 34.43394088745117,
            'cpu_util_raw': 34.25,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 4548468,
            'rx_bps': 32043696128.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 6344867328.0,
            'rx_pps': 7823168.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 38388563968.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 9372206.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 80354410496,
           'ierrors': 0,
           'ipackets': 156942216,
           'obytes': 96337595392,
           'oerrors': 0,
           'opackets': 188159378,
           'rx_bps': 32043696128.0,
           'rx_bps_L1': 33295403008.0,
           'rx_pps': 7823168.0,
           'rx_util': 83.23850752,
           'tx_bps': 38388563968.0,
           'tx_bps_L1': 39888116928.0,
           'tx_pps': 9372206.0,
           'tx_util': 99.72029232}}
16/10/2020 01:18:40                         pktgen: {'ibytes': 80354410496,
 'ierrors': 0,
 'ipackets': 156942216,
 'obytes': 96337595392,
 'oerrors': 0,
 'opackets': 188159378,
 'rx_bps': 32043696128.0,
 'rx_bps_L1': 33295403008.0,
 'rx_pps': 7823168.0,
 'rx_util': 83.23850752,
 'tx_bps': 38388563968.0,
 'tx_bps_L1': 39888116928.0,
 'tx_pps': 9372206.0,
 'tx_util': 99.72029232}
16/10/2020 01:18:40                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 38388563968.000000, tx_pps: 9372206.000000 
16/10/2020 01:18:40                         pktgen: {'ibytes': 80354410496,
 'ierrors': 0,
 'ipackets': 156942216,
 'obytes': 96337595392,
 'oerrors': 0,
 'opackets': 188159378,
 'rx_bps': 32043696128.0,
 'rx_bps_L1': 33295403008.0,
 'rx_pps': 7823168.0,
 'rx_util': 83.23850752,
 'tx_bps': 38388563968.0,
 'tx_bps_L1': 39888116928.0,
 'tx_pps': 9372206.0,
 'tx_util': 99.72029232}
16/10/2020 01:18:40                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 32043696128.000000, rx_pps: 7823168.000000
16/10/2020 01:18:40                         pktgen: throughput: pps_rx 7823168.000000, bps_rx 32043696128.000000
16/10/2020 01:18:40                         pktgen: traffic completed. 
16/10/2020 01:18:42                         tester: ls -d /tmp/tester
16/10/2020 01:18:43                         tester: /tmp/tester
16/10/2020 01:18:43                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_0.pcap root@10.240.183.217:/tmp/tester/cbdma_0.pcap
16/10/2020 01:18:45                         pktgen: test port 0 map gen port 0
16/10/2020 01:18:45                         pktgen: test port 0 map gen port 0
16/10/2020 01:18:45                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:18:45                         pktgen: trex port <0> not support flow control
16/10/2020 01:18:45                         pktgen: check the trex port link status
16/10/2020 01:18:45                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:18:45                         pktgen: begin traffic ......
16/10/2020 01:18:45                         pktgen: {'ports': [0], 'mult': '100%', 'core_mask': None, 'force': True}
16/10/2020 01:19:05                         pktgen: begin get port statistic ...
16/10/2020 01:19:05                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_0.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_0.pcap',
 'rx_port': 0,
 'tx_port': 0}
16/10/2020 01:19:05                         pktgen: {0: {'ibytes': 98183269376,
     'ierrors': 0,
     'ipackets': 95882144,
     'obytes': 98183152640,
     'oerrors': 0,
     'opackets': 95881990,
     'rx_bps': 39155195904.0,
     'rx_bps_L1': 39919945824.0,
     'rx_pps': 4779687.0,
     'rx_util': 99.79986455999999,
     'tx_bps': 39155224576.0,
     'tx_bps_L1': 39919975296.0,
     'tx_pps': 4779692.0,
     'tx_util': 99.79993824},
 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,
     'tx_bps': 0.0,
     'tx_bps_L1': 0,
     'tx_pps': 0.0,
     'tx_util': 0},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 20.78005599975586,
            'cpu_util': 94.21347045898438,
            'cpu_util_raw': 93.75,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 60294808,
            'rx_bps': 39155195904.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 4779687.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 39155224576.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 4779692.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 98183269376,
           'ierrors': 0,
           'ipackets': 95882144,
           'obytes': 98183152640,
           'oerrors': 0,
           'opackets': 95881990,
           'rx_bps': 39155195904.0,
           'rx_bps_L1': 39919945824.0,
           'rx_pps': 4779687.0,
           'rx_util': 99.79986455999999,
           'tx_bps': 39155224576.0,
           'tx_bps_L1': 39919975296.0,
           'tx_pps': 4779692.0,
           'tx_util': 99.79993824}}
16/10/2020 01:19:05                         pktgen: {'ibytes': 98183269376,
 'ierrors': 0,
 'ipackets': 95882144,
 'obytes': 98183152640,
 'oerrors': 0,
 'opackets': 95881990,
 'rx_bps': 39155195904.0,
 'rx_bps_L1': 39919945824.0,
 'rx_pps': 4779687.0,
 'rx_util': 99.79986455999999,
 'tx_bps': 39155224576.0,
 'tx_bps_L1': 39919975296.0,
 'tx_pps': 4779692.0,
 'tx_util': 99.79993824}
16/10/2020 01:19:05                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 39155224576.000000, tx_pps: 4779692.000000 
16/10/2020 01:19:05                         pktgen: {'ibytes': 98183269376,
 'ierrors': 0,
 'ipackets': 95882144,
 'obytes': 98183152640,
 'oerrors': 0,
 'opackets': 95881990,
 'rx_bps': 39155195904.0,
 'rx_bps_L1': 39919945824.0,
 'rx_pps': 4779687.0,
 'rx_util': 99.79986455999999,
 'tx_bps': 39155224576.0,
 'tx_bps_L1': 39919975296.0,
 'tx_pps': 4779692.0,
 'tx_util': 99.79993824}
16/10/2020 01:19:05                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 39155195904.000000, rx_pps: 4779687.000000
16/10/2020 01:19:05                         pktgen: throughput: pps_rx 4779687.000000, bps_rx 39155195904.000000
16/10/2020 01:19:05                         pktgen: traffic completed. 
16/10/2020 01:19:07                         tester: ls -d /tmp/tester
16/10/2020 01:19:07                         tester: /tmp/tester
16/10/2020 01:19:07                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_0.pcap root@10.240.183.217:/tmp/tester/cbdma_0.pcap
16/10/2020 01:19:09                         pktgen: test port 0 map gen port 0
16/10/2020 01:19:09                         pktgen: test port 0 map gen port 0
16/10/2020 01:19:09                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:19:09                         pktgen: trex port <0> not support flow control
16/10/2020 01:19:09                         pktgen: check the trex port link status
16/10/2020 01:19:09                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:19:09                         pktgen: begin traffic ......
16/10/2020 01:19:09                         pktgen: {'ports': [0], 'mult': '100%', 'core_mask': None, 'force': True}
16/10/2020 01:19:29                         pktgen: begin get port statistic ...
16/10/2020 01:19:30                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_0.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_0.pcap',
 'rx_port': 0,
 'tx_port': 0}
16/10/2020 01:19:30                         pktgen: {0: {'ibytes': 98761136310,
     'ierrors': 0,
     'ipackets': 65060044,
     'obytes': 98761083036,
     'oerrors': 0,
     'opackets': 65060005,
     'rx_bps': 39396941824.0,
     'rx_bps_L1': 39916005664.0,
     'rx_pps': 3244149.0,
     'rx_util': 99.79001416,
     'tx_bps': 39397060608.0,
     'tx_bps_L1': 39916125888.0,
     'tx_pps': 3244158.0,
     'tx_util': 99.79031472},
 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,
     'tx_bps': 0.0,
     'tx_bps_L1': 0,
     'tx_pps': 0.0,
     'tx_util': 0},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 23.26947593688965,
            'cpu_util': 84.65394592285156,
            'cpu_util_raw': 83.75,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 56565365,
            'rx_bps': 39396941824.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 3244149.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 39397060608.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 3244158.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 98761136310,
           'ierrors': 0,
           'ipackets': 65060044,
           'obytes': 98761083036,
           'oerrors': 0,
           'opackets': 65060005,
           'rx_bps': 39396941824.0,
           'rx_bps_L1': 39916005664.0,
           'rx_pps': 3244149.0,
           'rx_util': 99.79001416,
           'tx_bps': 39397060608.0,
           'tx_bps_L1': 39916125888.0,
           'tx_pps': 3244158.0,
           'tx_util': 99.79031472}}
16/10/2020 01:19:30                         pktgen: {'ibytes': 98761136310,
 'ierrors': 0,
 'ipackets': 65060044,
 'obytes': 98761083036,
 'oerrors': 0,
 'opackets': 65060005,
 'rx_bps': 39396941824.0,
 'rx_bps_L1': 39916005664.0,
 'rx_pps': 3244149.0,
 'rx_util': 99.79001416,
 'tx_bps': 39397060608.0,
 'tx_bps_L1': 39916125888.0,
 'tx_pps': 3244158.0,
 'tx_util': 99.79031472}
16/10/2020 01:19:30                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 39397060608.000000, tx_pps: 3244158.000000 
16/10/2020 01:19:30                         pktgen: {'ibytes': 98761136310,
 'ierrors': 0,
 'ipackets': 65060044,
 'obytes': 98761083036,
 'oerrors': 0,
 'opackets': 65060005,
 'rx_bps': 39396941824.0,
 'rx_bps_L1': 39916005664.0,
 'rx_pps': 3244149.0,
 'rx_util': 99.79001416,
 'tx_bps': 39397060608.0,
 'tx_bps_L1': 39916125888.0,
 'tx_pps': 3244158.0,
 'tx_util': 99.79031472}
16/10/2020 01:19:30                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 39396941824.000000, rx_pps: 3244149.000000
16/10/2020 01:19:30                         pktgen: throughput: pps_rx 3244149.000000, bps_rx 39396941824.000000
16/10/2020 01:19:30                         pktgen: traffic completed. 
16/10/2020 01:19:37                         tester: ls -d /tmp/tester
16/10/2020 01:19:37                         tester: /tmp/tester
16/10/2020 01:19:37                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_0.pcap root@10.240.183.217:/tmp/tester/cbdma_0.pcap
16/10/2020 01:19:40                         pktgen: test port 0 map gen port 0
16/10/2020 01:19:40                         pktgen: test port 0 map gen port 0
16/10/2020 01:19:40                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:19:40                         pktgen: trex port <0> not support flow control
16/10/2020 01:19:40                         pktgen: check the trex port link status
16/10/2020 01:19:40                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:19:40                         pktgen: begin traffic ......
16/10/2020 01:19:40                         pktgen: {'ports': [0], 'mult': '100%', 'core_mask': None, 'force': True}
16/10/2020 01:20:00                         pktgen: begin get port statistic ...
16/10/2020 01:20:00                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_0.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_0.pcap',
 'rx_port': 0,
 'tx_port': 0}
16/10/2020 01:20:00                         pktgen: {0: {'ibytes': 21462124032,
     'ierrors': 0,
     'ipackets': 335345712,
     'obytes': 42595825280,
     'oerrors': 0,
     'opackets': 665559819,
     'rx_bps': 8581448192.0,
     'rx_bps_L1': 11263151392.0,
     'rx_pps': 16760645.0,
     'rx_util': 28.157878479999997,
     'tx_bps': 17032556544.0,
     'tx_bps_L1': 22355228544.0,
     'tx_pps': 33266700.0,
     'tx_util': 55.888071360000005},
 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,
     'tx_bps': 0.0,
     'tx_bps_L1': 0,
     'tx_pps': 0.0,
     'tx_util': 0},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 8.54720687866211,
            'cpu_util': 99.63814544677734,
            'cpu_util_raw': 100.0,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 0,
            'rx_bps': 8581448192.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 8451108352.0,
            'rx_pps': 16760645.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 17032556544.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 33266700.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 21462124032,
           'ierrors': 0,
           'ipackets': 335345712,
           'obytes': 42595825280,
           'oerrors': 0,
           'opackets': 665559819,
           'rx_bps': 8581448192.0,
           'rx_bps_L1': 11263151392.0,
           'rx_pps': 16760645.0,
           'rx_util': 28.157878479999997,
           'tx_bps': 17032556544.0,
           'tx_bps_L1': 22355228544.0,
           'tx_pps': 33266700.0,
           'tx_util': 55.888071360000005}}
16/10/2020 01:20:00                         pktgen: {'ibytes': 21462124032,
 'ierrors': 0,
 'ipackets': 335345712,
 'obytes': 42595825280,
 'oerrors': 0,
 'opackets': 665559819,
 'rx_bps': 8581448192.0,
 'rx_bps_L1': 11263151392.0,
 'rx_pps': 16760645.0,
 'rx_util': 28.157878479999997,
 'tx_bps': 17032556544.0,
 'tx_bps_L1': 22355228544.0,
 'tx_pps': 33266700.0,
 'tx_util': 55.888071360000005}
16/10/2020 01:20:00                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 17032556544.000000, tx_pps: 33266700.000000 
16/10/2020 01:20:00                         pktgen: {'ibytes': 21462124032,
 'ierrors': 0,
 'ipackets': 335345712,
 'obytes': 42595825280,
 'oerrors': 0,
 'opackets': 665559819,
 'rx_bps': 8581448192.0,
 'rx_bps_L1': 11263151392.0,
 'rx_pps': 16760645.0,
 'rx_util': 28.157878479999997,
 'tx_bps': 17032556544.0,
 'tx_bps_L1': 22355228544.0,
 'tx_pps': 33266700.0,
 'tx_util': 55.888071360000005}
16/10/2020 01:20:00                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 8581448192.000000, rx_pps: 16760645.000000
16/10/2020 01:20:00                         pktgen: throughput: pps_rx 16760645.000000, bps_rx 8581448192.000000
16/10/2020 01:20:00                         pktgen: traffic completed. 
16/10/2020 01:20:02                         tester: ls -d /tmp/tester
16/10/2020 01:20:02                         tester: /tmp/tester
16/10/2020 01:20:02                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_0.pcap root@10.240.183.217:/tmp/tester/cbdma_0.pcap
16/10/2020 01:20:04                         pktgen: test port 0 map gen port 0
16/10/2020 01:20:04                         pktgen: test port 0 map gen port 0
16/10/2020 01:20:04                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:20:04                         pktgen: trex port <0> not support flow control
16/10/2020 01:20:04                         pktgen: check the trex port link status
16/10/2020 01:20:04                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:20:04                         pktgen: begin traffic ......
16/10/2020 01:20:04                         pktgen: {'ports': [0], 'mult': '100%', 'core_mask': None, 'force': True}
16/10/2020 01:20:24                         pktgen: begin get port statistic ...
16/10/2020 01:20:24                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_0.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_0.pcap',
 'rx_port': 0,
 'tx_port': 0}
16/10/2020 01:20:24                         pktgen: {0: {'ibytes': 64098010560,
     'ierrors': 0,
     'ipackets': 250382888,
     'obytes': 88800836096,
     'oerrors': 0,
     'opackets': 346878281,
     'rx_bps': 25653710848.0,
     'rx_bps_L1': 27657907328.0,
     'rx_pps': 12526228.0,
     'rx_util': 69.14476832000001,
     'tx_bps': 35519696896.0,
     'tx_bps_L1': 38294673536.0,
     'tx_pps': 17343604.0,
     'tx_util': 95.73668384},
 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,
     'tx_bps': 0.0,
     'tx_bps_L1': 0,
     'tx_pps': 0.0,
     'tx_util': 0},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 17.811779022216797,
            'cpu_util': 99.70845031738281,
            'cpu_util_raw': 100.0,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 35008255,
            'rx_bps': 25653710848.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 9865984000.0,
            'rx_pps': 12526228.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 35519696896.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 17343604.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 64098010560,
           'ierrors': 0,
           'ipackets': 250382888,
           'obytes': 88800836096,
           'oerrors': 0,
           'opackets': 346878281,
           'rx_bps': 25653710848.0,
           'rx_bps_L1': 27657907328.0,
           'rx_pps': 12526228.0,
           'rx_util': 69.14476832000001,
           'tx_bps': 35519696896.0,
           'tx_bps_L1': 38294673536.0,
           'tx_pps': 17343604.0,
           'tx_util': 95.73668384}}
16/10/2020 01:20:24                         pktgen: {'ibytes': 64098010560,
 'ierrors': 0,
 'ipackets': 250382888,
 'obytes': 88800836096,
 'oerrors': 0,
 'opackets': 346878281,
 'rx_bps': 25653710848.0,
 'rx_bps_L1': 27657907328.0,
 'rx_pps': 12526228.0,
 'rx_util': 69.14476832000001,
 'tx_bps': 35519696896.0,
 'tx_bps_L1': 38294673536.0,
 'tx_pps': 17343604.0,
 'tx_util': 95.73668384}
16/10/2020 01:20:24                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 35519696896.000000, tx_pps: 17343604.000000 
16/10/2020 01:20:24                         pktgen: {'ibytes': 64098010560,
 'ierrors': 0,
 'ipackets': 250382888,
 'obytes': 88800836096,
 'oerrors': 0,
 'opackets': 346878281,
 'rx_bps': 25653710848.0,
 'rx_bps_L1': 27657907328.0,
 'rx_pps': 12526228.0,
 'rx_util': 69.14476832000001,
 'tx_bps': 35519696896.0,
 'tx_bps_L1': 38294673536.0,
 'tx_pps': 17343604.0,
 'tx_util': 95.73668384}
16/10/2020 01:20:24                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 25653710848.000000, rx_pps: 12526228.000000
16/10/2020 01:20:24                         pktgen: throughput: pps_rx 12526228.000000, bps_rx 25653710848.000000
16/10/2020 01:20:24                         pktgen: traffic completed. 
16/10/2020 01:20:26                         tester: ls -d /tmp/tester
16/10/2020 01:20:26                         tester: /tmp/tester
16/10/2020 01:20:26                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_0.pcap root@10.240.183.217:/tmp/tester/cbdma_0.pcap
16/10/2020 01:20:29                         pktgen: test port 0 map gen port 0
16/10/2020 01:20:29                         pktgen: test port 0 map gen port 0
16/10/2020 01:20:29                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:20:29                         pktgen: trex port <0> not support flow control
16/10/2020 01:20:29                         pktgen: check the trex port link status
16/10/2020 01:20:29                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:20:29                         pktgen: begin traffic ......
16/10/2020 01:20:29                         pktgen: {'ports': [0], 'mult': '100%', 'core_mask': None, 'force': True}
16/10/2020 01:20:49                         pktgen: begin get port statistic ...
16/10/2020 01:20:49                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_0.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_0.pcap',
 'rx_port': 0,
 'tx_port': 0}
16/10/2020 01:20:49                         pktgen: {0: {'ibytes': 80183366656,
     'ierrors': 0,
     'ipackets': 156608197,
     'obytes': 96335913984,
     'oerrors': 0,
     'opackets': 188156090,
     'rx_bps': 31994449920.0,
     'rx_bps_L1': 33244233279.999996,
     'rx_pps': 7811146.0,
     'rx_util': 83.1105832,
     'tx_bps': 38422048768.0,
     'tx_bps_L1': 39922909888.0,
     'tx_pps': 9380382.0,
     'tx_util': 99.80727472000001},
 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,
     'tx_bps': 0.0,
     'tx_bps_L1': 0,
     'tx_pps': 0.0,
     'tx_util': 0},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 51.61220932006836,
            'cpu_util': 37.221858978271484,
            'cpu_util_raw': 37.25,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 4178951,
            'rx_bps': 31994449920.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 6427597824.0,
            'rx_pps': 7811146.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 38422048768.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 9380382.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 80183366656,
           'ierrors': 0,
           'ipackets': 156608197,
           'obytes': 96335913984,
           'oerrors': 0,
           'opackets': 188156090,
           'rx_bps': 31994449920.0,
           'rx_bps_L1': 33244233279.999996,
           'rx_pps': 7811146.0,
           'rx_util': 83.1105832,
           'tx_bps': 38422048768.0,
           'tx_bps_L1': 39922909888.0,
           'tx_pps': 9380382.0,
           'tx_util': 99.80727472000001}}
16/10/2020 01:20:49                         pktgen: {'ibytes': 80183366656,
 'ierrors': 0,
 'ipackets': 156608197,
 'obytes': 96335913984,
 'oerrors': 0,
 'opackets': 188156090,
 'rx_bps': 31994449920.0,
 'rx_bps_L1': 33244233279.999996,
 'rx_pps': 7811146.0,
 'rx_util': 83.1105832,
 'tx_bps': 38422048768.0,
 'tx_bps_L1': 39922909888.0,
 'tx_pps': 9380382.0,
 'tx_util': 99.80727472000001}
16/10/2020 01:20:49                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 38422048768.000000, tx_pps: 9380382.000000 
16/10/2020 01:20:49                         pktgen: {'ibytes': 80183366656,
 'ierrors': 0,
 'ipackets': 156608197,
 'obytes': 96335913984,
 'oerrors': 0,
 'opackets': 188156090,
 'rx_bps': 31994449920.0,
 'rx_bps_L1': 33244233279.999996,
 'rx_pps': 7811146.0,
 'rx_util': 83.1105832,
 'tx_bps': 38422048768.0,
 'tx_bps_L1': 39922909888.0,
 'tx_pps': 9380382.0,
 'tx_util': 99.80727472000001}
16/10/2020 01:20:49                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 31994449920.000000, rx_pps: 7811146.000000
16/10/2020 01:20:49                         pktgen: throughput: pps_rx 7811146.000000, bps_rx 31994449920.000000
16/10/2020 01:20:49                         pktgen: traffic completed. 
16/10/2020 01:20:51                         tester: ls -d /tmp/tester
16/10/2020 01:20:51                         tester: /tmp/tester
16/10/2020 01:20:51                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_0.pcap root@10.240.183.217:/tmp/tester/cbdma_0.pcap
16/10/2020 01:20:53                         pktgen: test port 0 map gen port 0
16/10/2020 01:20:53                         pktgen: test port 0 map gen port 0
16/10/2020 01:20:53                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:20:53                         pktgen: trex port <0> not support flow control
16/10/2020 01:20:53                         pktgen: check the trex port link status
16/10/2020 01:20:53                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:20:53                         pktgen: begin traffic ......
16/10/2020 01:20:53                         pktgen: {'ports': [0], 'mult': '100%', 'core_mask': None, 'force': True}
16/10/2020 01:21:13                         pktgen: begin get port statistic ...
16/10/2020 01:21:13                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_0.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_0.pcap',
 'rx_port': 0,
 'tx_port': 0}
16/10/2020 01:21:13                         pktgen: {0: {'ibytes': 98145883136,
     'ierrors': 0,
     'ipackets': 95845603,
     'obytes': 98145965056,
     'oerrors': 0,
     'opackets': 95845673,
     'rx_bps': 39315918848.0,
     'rx_bps_L1': 40083807888.0,
     'rx_pps': 4799306.5,
     'rx_util': 100.20951972,
     'tx_bps': 39315894272.0,
     'tx_bps_L1': 40083782912.0,
     'tx_pps': 4799304.0,
     'tx_util': 100.20945728},
 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,
     'tx_bps': 0.0,
     'tx_bps_L1': 0,
     'tx_pps': 0.0,
     'tx_util': 0},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 20.838573455810547,
            'cpu_util': 94.33441925048828,
            'cpu_util_raw': 93.75,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 60066247,
            'rx_bps': 39315918848.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 4799306.5,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 39315894272.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 4799304.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 98145883136,
           'ierrors': 0,
           'ipackets': 95845603,
           'obytes': 98145965056,
           'oerrors': 0,
           'opackets': 95845673,
           'rx_bps': 39315918848.0,
           'rx_bps_L1': 40083807888.0,
           'rx_pps': 4799306.5,
           'rx_util': 100.20951972,
           'tx_bps': 39315894272.0,
           'tx_bps_L1': 40083782912.0,
           'tx_pps': 4799304.0,
           'tx_util': 100.20945728}}
16/10/2020 01:21:13                         pktgen: {'ibytes': 98145883136,
 'ierrors': 0,
 'ipackets': 95845603,
 'obytes': 98145965056,
 'oerrors': 0,
 'opackets': 95845673,
 'rx_bps': 39315918848.0,
 'rx_bps_L1': 40083807888.0,
 'rx_pps': 4799306.5,
 'rx_util': 100.20951972,
 'tx_bps': 39315894272.0,
 'tx_bps_L1': 40083782912.0,
 'tx_pps': 4799304.0,
 'tx_util': 100.20945728}
16/10/2020 01:21:13                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 39315894272.000000, tx_pps: 4799304.000000 
16/10/2020 01:21:13                         pktgen: {'ibytes': 98145883136,
 'ierrors': 0,
 'ipackets': 95845603,
 'obytes': 98145965056,
 'oerrors': 0,
 'opackets': 95845673,
 'rx_bps': 39315918848.0,
 'rx_bps_L1': 40083807888.0,
 'rx_pps': 4799306.5,
 'rx_util': 100.20951972,
 'tx_bps': 39315894272.0,
 'tx_bps_L1': 40083782912.0,
 'tx_pps': 4799304.0,
 'tx_util': 100.20945728}
16/10/2020 01:21:13                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 39315918848.000000, rx_pps: 4799306.500000
16/10/2020 01:21:13                         pktgen: throughput: pps_rx 4799306.500000, bps_rx 39315918848.000000
16/10/2020 01:21:13                         pktgen: traffic completed. 
16/10/2020 01:21:15                         tester: ls -d /tmp/tester
16/10/2020 01:21:15                         tester: /tmp/tester
16/10/2020 01:21:15                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_0.pcap root@10.240.183.217:/tmp/tester/cbdma_0.pcap
16/10/2020 01:21:18                         pktgen: test port 0 map gen port 0
16/10/2020 01:21:18                         pktgen: test port 0 map gen port 0
16/10/2020 01:21:18                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:21:18                         pktgen: trex port <0> not support flow control
16/10/2020 01:21:18                         pktgen: check the trex port link status
16/10/2020 01:21:18                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:21:18                         pktgen: begin traffic ......
16/10/2020 01:21:18                         pktgen: {'ports': [0], 'mult': '100%', 'core_mask': None, 'force': True}
16/10/2020 01:21:38                         pktgen: begin get port statistic ...
16/10/2020 01:21:38                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_0.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_0.pcap',
 'rx_port': 0,
 'tx_port': 0}
16/10/2020 01:21:38                         pktgen: {0: {'ibytes': 98797294432,
     'ierrors': 0,
     'ipackets': 65083861,
     'obytes': 98797402704,
     'oerrors': 0,
     'opackets': 65083932,
     'rx_bps': 39510196224.0,
     'rx_bps_L1': 40030752224.0,
     'rx_pps': 3253475.0,
     'rx_util': 100.07688055999999,
     'tx_bps': 39510179840.0,
     'tx_bps_L1': 40030735560.0,
     'tx_pps': 3253473.25,
     'tx_util': 100.07683890000001},
 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,
     'tx_bps': 0.0,
     'tx_bps_L1': 0,
     'tx_pps': 0.0,
     'tx_util': 0},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 23.20140838623047,
            'cpu_util': 85.14608001708984,
            'cpu_util_raw': 85.0,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 56602815,
            'rx_bps': 39510196224.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 3253475.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 39510179840.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 3253473.25},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 98797294432,
           'ierrors': 0,
           'ipackets': 65083861,
           'obytes': 98797402704,
           'oerrors': 0,
           'opackets': 65083932,
           'rx_bps': 39510196224.0,
           'rx_bps_L1': 40030752224.0,
           'rx_pps': 3253475.0,
           'rx_util': 100.07688055999999,
           'tx_bps': 39510179840.0,
           'tx_bps_L1': 40030735560.0,
           'tx_pps': 3253473.25,
           'tx_util': 100.07683890000001}}
16/10/2020 01:21:38                         pktgen: {'ibytes': 98797294432,
 'ierrors': 0,
 'ipackets': 65083861,
 'obytes': 98797402704,
 'oerrors': 0,
 'opackets': 65083932,
 'rx_bps': 39510196224.0,
 'rx_bps_L1': 40030752224.0,
 'rx_pps': 3253475.0,
 'rx_util': 100.07688055999999,
 'tx_bps': 39510179840.0,
 'tx_bps_L1': 40030735560.0,
 'tx_pps': 3253473.25,
 'tx_util': 100.07683890000001}
16/10/2020 01:21:38                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 39510179840.000000, tx_pps: 3253473.250000 
16/10/2020 01:21:38                         pktgen: {'ibytes': 98797294432,
 'ierrors': 0,
 'ipackets': 65083861,
 'obytes': 98797402704,
 'oerrors': 0,
 'opackets': 65083932,
 'rx_bps': 39510196224.0,
 'rx_bps_L1': 40030752224.0,
 'rx_pps': 3253475.0,
 'rx_util': 100.07688055999999,
 'tx_bps': 39510179840.0,
 'tx_bps_L1': 40030735560.0,
 'tx_pps': 3253473.25,
 'tx_util': 100.07683890000001}
16/10/2020 01:21:38                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 39510196224.000000, rx_pps: 3253475.000000
16/10/2020 01:21:38                         pktgen: throughput: pps_rx 3253475.000000, bps_rx 39510196224.000000
16/10/2020 01:21:38                         pktgen: traffic completed. 
16/10/2020 01:21:40                      TestCBDMA: 
+-------+--------+------------+-----------+-----------+--------------+------------+
| Frame |  Mpps  | Thread Num | Queue Num | Copy Mode | Updating MAC | % linerate |
+=======+========+============+===========+===========+==============+============+
| 64    | 7.789  | 2          | 2         | hw        | enable       | 13.086     |
+-------+--------+------------+-----------+-----------+--------------+------------+
| 256   | 6.854  | 2          | 2         | hw        | enable       | 37.834     |
+-------+--------+------------+-----------+-----------+--------------+------------+
| 512   | 6.241  | 2          | 2         | hw        | enable       | 66.401     |
+-------+--------+------------+-----------+-----------+--------------+------------+
| 1024  | 4.793  | 2          | 2         | hw        | enable       | 100.076    |
+-------+--------+------------+-----------+-----------+--------------+------------+
| 1518  | 3.244  | 2          | 2         | hw        | enable       | 99.793     |
+-------+--------+------------+-----------+-----------+--------------+------------+
| 64    | 12.805 | 2          | 4         | hw        | enable       | 21.512     |
+-------+--------+------------+-----------+-----------+--------------+------------+
| 256   | 11.234 | 2          | 4         | hw        | enable       | 62.014     |
+-------+--------+------------+-----------+-----------+--------------+------------+
| 512   | 7.823  | 2          | 4         | hw        | enable       | 83.239     |
+-------+--------+------------+-----------+-----------+--------------+------------+
| 1024  | 4.780  | 2          | 4         | hw        | enable       | 99.800     |
+-------+--------+------------+-----------+-----------+--------------+------------+
| 1518  | 3.244  | 2          | 4         | hw        | enable       | 99.790     |
+-------+--------+------------+-----------+-----------+--------------+------------+
| 64    | 16.761 | 2          | 8         | hw        | enable       | 28.158     |
+-------+--------+------------+-----------+-----------+--------------+------------+
| 256   | 12.526 | 2          | 8         | hw        | enable       | 69.145     |
+-------+--------+------------+-----------+-----------+--------------+------------+
| 512   | 7.811  | 2          | 8         | hw        | enable       | 83.111     |
+-------+--------+------------+-----------+-----------+--------------+------------+
| 1024  | 4.799  | 2          | 8         | hw        | enable       | 100.210    |
+-------+--------+------------+-----------+-----------+--------------+------------+
| 1518  | 3.253  | 2          | 8         | hw        | enable       | 100.077    |
+-------+--------+------------+-----------+-----------+--------------+------------+
16/10/2020 01:21:40                      TestCBDMA: Test Case test_perf_cbdma_with_multi_queues Result PASSED:
16/10/2020 01:21:40             dut.10.240.183.220: kill_all: called by dut and prefix list has value.
16/10/2020 01:21:40                      TestCBDMA: Test Case test_perf_cbdma_with_multi_thread Begin
16/10/2020 01:21:41             dut.10.240.183.220: 
16/10/2020 01:21:41                         tester: 
16/10/2020 01:21:48                         tester: ls -d /tmp/tester
16/10/2020 01:21:48                         tester: /tmp/tester
16/10/2020 01:21:48                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_0.pcap root@10.240.183.217:/tmp/tester/cbdma_0.pcap
16/10/2020 01:21:51                         pktgen: test port 0 map gen port 0
16/10/2020 01:21:51                         pktgen: test port 0 map gen port 0
16/10/2020 01:21:51                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:21:51                         pktgen: trex port <0> not support flow control
16/10/2020 01:21:51                         pktgen: check the trex port link status
16/10/2020 01:21:51                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:21:51                         pktgen: begin traffic ......
16/10/2020 01:21:51                         pktgen: {'ports': [0], 'mult': '100%', 'core_mask': None, 'force': True}
16/10/2020 01:22:11                         pktgen: begin get port statistic ...
16/10/2020 01:22:11                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_0.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_0.pcap',
 'rx_port': 0,
 'tx_port': 0}
16/10/2020 01:22:11                         pktgen: {0: {'ibytes': 6325654592,
     'ierrors': 0,
     'ipackets': 98838353,
     'obytes': 45076491264,
     'oerrors': 0,
     'opackets': 704320202,
     'rx_bps': 2520126976.0,
     'rx_bps_L1': 3307666976.0,
     'rx_pps': 4922125.0,
     'rx_util': 8.26916744,
     'tx_bps': 17951092736.0,
     'tx_bps_L1': 23560810496.0,
     'tx_pps': 35060736.0,
     'tx_util': 58.902026240000005},
 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,
     'tx_bps': 0.0,
     'tx_bps_L1': 0,
     'tx_pps': 0.0,
     'tx_util': 0},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 9.01130199432373,
            'cpu_util': 99.60321807861328,
            'cpu_util_raw': 100.0,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 0,
            'rx_bps': 2520126976.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 15430967296.0,
            'rx_pps': 4922125.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 17951092736.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 35060736.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 6325654592,
           'ierrors': 0,
           'ipackets': 98838353,
           'obytes': 45076491264,
           'oerrors': 0,
           'opackets': 704320202,
           'rx_bps': 2520126976.0,
           'rx_bps_L1': 3307666976.0,
           'rx_pps': 4922125.0,
           'rx_util': 8.26916744,
           'tx_bps': 17951092736.0,
           'tx_bps_L1': 23560810496.0,
           'tx_pps': 35060736.0,
           'tx_util': 58.902026240000005}}
16/10/2020 01:22:11                         pktgen: {'ibytes': 6325654592,
 'ierrors': 0,
 'ipackets': 98838353,
 'obytes': 45076491264,
 'oerrors': 0,
 'opackets': 704320202,
 'rx_bps': 2520126976.0,
 'rx_bps_L1': 3307666976.0,
 'rx_pps': 4922125.0,
 'rx_util': 8.26916744,
 'tx_bps': 17951092736.0,
 'tx_bps_L1': 23560810496.0,
 'tx_pps': 35060736.0,
 'tx_util': 58.902026240000005}
16/10/2020 01:22:11                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 17951092736.000000, tx_pps: 35060736.000000 
16/10/2020 01:22:11                         pktgen: {'ibytes': 6325654592,
 'ierrors': 0,
 'ipackets': 98838353,
 'obytes': 45076491264,
 'oerrors': 0,
 'opackets': 704320202,
 'rx_bps': 2520126976.0,
 'rx_bps_L1': 3307666976.0,
 'rx_pps': 4922125.0,
 'rx_util': 8.26916744,
 'tx_bps': 17951092736.0,
 'tx_bps_L1': 23560810496.0,
 'tx_pps': 35060736.0,
 'tx_util': 58.902026240000005}
16/10/2020 01:22:11                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 2520126976.000000, rx_pps: 4922125.000000
16/10/2020 01:22:11                         pktgen: throughput: pps_rx 4922125.000000, bps_rx 2520126976.000000
16/10/2020 01:22:11                         pktgen: traffic completed. 
16/10/2020 01:22:11                         tester: ls -d /tmp/tester
16/10/2020 01:22:11                         tester: /tmp/tester
16/10/2020 01:22:11                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_0.pcap root@10.240.183.217:/tmp/tester/cbdma_0.pcap
16/10/2020 01:22:13                         pktgen: test port 0 map gen port 0
16/10/2020 01:22:13                         pktgen: test port 0 map gen port 0
16/10/2020 01:22:13                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:22:13                         pktgen: trex port <0> not support flow control
16/10/2020 01:22:13                         pktgen: check the trex port link status
16/10/2020 01:22:13                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:22:13                         pktgen: begin traffic ......
16/10/2020 01:22:13                         pktgen: {'ports': [0], 'mult': '100%', 'core_mask': None, 'force': True}
16/10/2020 01:22:33                         pktgen: begin get port statistic ...
16/10/2020 01:22:33                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_0.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_0.pcap',
 'rx_port': 0,
 'tx_port': 0}
16/10/2020 01:22:33                         pktgen: {0: {'ibytes': 23252318464,
     'ierrors': 0,
     'ipackets': 90829372,
     'obytes': 88865265408,
     'oerrors': 0,
     'opackets': 347129966,
     'rx_bps': 9327899648.0,
     'rx_bps_L1': 10056642768.0,
     'rx_pps': 4554644.5,
     'rx_util': 25.141606919999997,
     'tx_bps': 35587903488.0,
     'tx_bps_L1': 38368208768.0,
     'tx_pps': 17376908.0,
     'tx_util': 95.92052192},
 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,
     'tx_bps': 0.0,
     'tx_bps_L1': 0,
     'tx_pps': 0.0,
     'tx_util': 0},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 17.834665298461914,
            'cpu_util': 99.77172088623047,
            'cpu_util_raw': 100.0,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 34641722,
            'rx_bps': 9327899648.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 26260004864.0,
            'rx_pps': 4554644.5,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 35587903488.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 17376908.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 23252318464,
           'ierrors': 0,
           'ipackets': 90829372,
           'obytes': 88865265408,
           'oerrors': 0,
           'opackets': 347129966,
           'rx_bps': 9327899648.0,
           'rx_bps_L1': 10056642768.0,
           'rx_pps': 4554644.5,
           'rx_util': 25.141606919999997,
           'tx_bps': 35587903488.0,
           'tx_bps_L1': 38368208768.0,
           'tx_pps': 17376908.0,
           'tx_util': 95.92052192}}
16/10/2020 01:22:33                         pktgen: {'ibytes': 23252318464,
 'ierrors': 0,
 'ipackets': 90829372,
 'obytes': 88865265408,
 'oerrors': 0,
 'opackets': 347129966,
 'rx_bps': 9327899648.0,
 'rx_bps_L1': 10056642768.0,
 'rx_pps': 4554644.5,
 'rx_util': 25.141606919999997,
 'tx_bps': 35587903488.0,
 'tx_bps_L1': 38368208768.0,
 'tx_pps': 17376908.0,
 'tx_util': 95.92052192}
16/10/2020 01:22:33                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 35587903488.000000, tx_pps: 17376908.000000 
16/10/2020 01:22:33                         pktgen: {'ibytes': 23252318464,
 'ierrors': 0,
 'ipackets': 90829372,
 'obytes': 88865265408,
 'oerrors': 0,
 'opackets': 347129966,
 'rx_bps': 9327899648.0,
 'rx_bps_L1': 10056642768.0,
 'rx_pps': 4554644.5,
 'rx_util': 25.141606919999997,
 'tx_bps': 35587903488.0,
 'tx_bps_L1': 38368208768.0,
 'tx_pps': 17376908.0,
 'tx_util': 95.92052192}
16/10/2020 01:22:33                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 9327899648.000000, rx_pps: 4554644.500000
16/10/2020 01:22:33                         pktgen: throughput: pps_rx 4554644.500000, bps_rx 9327899648.000000
16/10/2020 01:22:33                         pktgen: traffic completed. 
16/10/2020 01:22:33                         tester: ls -d /tmp/tester
16/10/2020 01:22:33                         tester: /tmp/tester
16/10/2020 01:22:33                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_0.pcap root@10.240.183.217:/tmp/tester/cbdma_0.pcap
16/10/2020 01:22:36                         pktgen: test port 0 map gen port 0
16/10/2020 01:22:36                         pktgen: test port 0 map gen port 0
16/10/2020 01:22:36                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:22:36                         pktgen: trex port <0> not support flow control
16/10/2020 01:22:36                         pktgen: check the trex port link status
16/10/2020 01:22:36                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:22:36                         pktgen: begin traffic ......
16/10/2020 01:22:36                         pktgen: {'ports': [0], 'mult': '100%', 'core_mask': None, 'force': True}
16/10/2020 01:22:56                         pktgen: begin get port statistic ...
16/10/2020 01:22:56                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_0.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_0.pcap',
 'rx_port': 0,
 'tx_port': 0}
16/10/2020 01:22:56                         pktgen: {0: {'ibytes': 43105019904,
     'ierrors': 0,
     'ipackets': 84189492,
     'obytes': 96335497728,
     'oerrors': 0,
     'opackets': 188155281,
     'rx_bps': 17237090304.0,
     'rx_bps_L1': 17910414304.0,
     'rx_pps': 4208275.0,
     'rx_util': 44.77603576,
     'tx_bps': 38531751936.0,
     'tx_bps_L1': 40036898976.0,
     'tx_pps': 9407169.0,
     'tx_util': 100.09224744000001},
 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,
     'tx_bps': 0.0,
     'tx_bps_L1': 0,
     'tx_pps': 0.0,
     'tx_util': 0},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 55.417606353759766,
            'cpu_util': 34.76490020751953,
            'cpu_util_raw': 34.25,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 4466644,
            'rx_bps': 17237090304.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 21294663680.0,
            'rx_pps': 4208275.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 38531751936.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 9407169.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 43105019904,
           'ierrors': 0,
           'ipackets': 84189492,
           'obytes': 96335497728,
           'oerrors': 0,
           'opackets': 188155281,
           'rx_bps': 17237090304.0,
           'rx_bps_L1': 17910414304.0,
           'rx_pps': 4208275.0,
           'rx_util': 44.77603576,
           'tx_bps': 38531751936.0,
           'tx_bps_L1': 40036898976.0,
           'tx_pps': 9407169.0,
           'tx_util': 100.09224744000001}}
16/10/2020 01:22:56                         pktgen: {'ibytes': 43105019904,
 'ierrors': 0,
 'ipackets': 84189492,
 'obytes': 96335497728,
 'oerrors': 0,
 'opackets': 188155281,
 'rx_bps': 17237090304.0,
 'rx_bps_L1': 17910414304.0,
 'rx_pps': 4208275.0,
 'rx_util': 44.77603576,
 'tx_bps': 38531751936.0,
 'tx_bps_L1': 40036898976.0,
 'tx_pps': 9407169.0,
 'tx_util': 100.09224744000001}
16/10/2020 01:22:56                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 38531751936.000000, tx_pps: 9407169.000000 
16/10/2020 01:22:56                         pktgen: {'ibytes': 43105019904,
 'ierrors': 0,
 'ipackets': 84189492,
 'obytes': 96335497728,
 'oerrors': 0,
 'opackets': 188155281,
 'rx_bps': 17237090304.0,
 'rx_bps_L1': 17910414304.0,
 'rx_pps': 4208275.0,
 'rx_util': 44.77603576,
 'tx_bps': 38531751936.0,
 'tx_bps_L1': 40036898976.0,
 'tx_pps': 9407169.0,
 'tx_util': 100.09224744000001}
16/10/2020 01:22:56                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 17237090304.000000, rx_pps: 4208275.000000
16/10/2020 01:22:56                         pktgen: throughput: pps_rx 4208275.000000, bps_rx 17237090304.000000
16/10/2020 01:22:56                         pktgen: traffic completed. 
16/10/2020 01:22:56                         tester: ls -d /tmp/tester
16/10/2020 01:22:56                         tester: /tmp/tester
16/10/2020 01:22:56                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_0.pcap root@10.240.183.217:/tmp/tester/cbdma_0.pcap
16/10/2020 01:22:58                         pktgen: test port 0 map gen port 0
16/10/2020 01:22:58                         pktgen: test port 0 map gen port 0
16/10/2020 01:22:58                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:22:58                         pktgen: trex port <0> not support flow control
16/10/2020 01:22:58                         pktgen: check the trex port link status
16/10/2020 01:22:58                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:22:58                         pktgen: begin traffic ......
16/10/2020 01:22:58                         pktgen: {'ports': [0], 'mult': '100%', 'core_mask': None, 'force': True}
16/10/2020 01:23:18                         pktgen: begin get port statistic ...
16/10/2020 01:23:18                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_0.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_0.pcap',
 'rx_port': 0,
 'tx_port': 0}
16/10/2020 01:23:18                         pktgen: {0: {'ibytes': 75854064640,
     'ierrors': 0,
     'ipackets': 74076240,
     'obytes': 98184881152,
     'oerrors': 0,
     'opackets': 95883677,
     'rx_bps': 30326177792.0,
     'rx_bps_L1': 30918486112.0,
     'rx_pps': 3701927.0,
     'rx_util': 77.29621528,
     'tx_bps': 39259656192.0,
     'tx_bps_L1': 40026446752.0,
     'tx_pps': 4792441.0,
     'tx_util': 100.06611688},
 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,
     'tx_bps': 0.0,
     'tx_bps_L1': 0,
     'tx_pps': 0.0,
     'tx_util': 0},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 20.862810134887695,
            'cpu_util': 94.09004974365234,
            'cpu_util_raw': 93.25,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 60189647,
            'rx_bps': 30326177792.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 8933478400.0,
            'rx_pps': 3701927.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 39259656192.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 4792441.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 75854064640,
           'ierrors': 0,
           'ipackets': 74076240,
           'obytes': 98184881152,
           'oerrors': 0,
           'opackets': 95883677,
           'rx_bps': 30326177792.0,
           'rx_bps_L1': 30918486112.0,
           'rx_pps': 3701927.0,
           'rx_util': 77.29621528,
           'tx_bps': 39259656192.0,
           'tx_bps_L1': 40026446752.0,
           'tx_pps': 4792441.0,
           'tx_util': 100.06611688}}
16/10/2020 01:23:18                         pktgen: {'ibytes': 75854064640,
 'ierrors': 0,
 'ipackets': 74076240,
 'obytes': 98184881152,
 'oerrors': 0,
 'opackets': 95883677,
 'rx_bps': 30326177792.0,
 'rx_bps_L1': 30918486112.0,
 'rx_pps': 3701927.0,
 'rx_util': 77.29621528,
 'tx_bps': 39259656192.0,
 'tx_bps_L1': 40026446752.0,
 'tx_pps': 4792441.0,
 'tx_util': 100.06611688}
16/10/2020 01:23:18                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 39259656192.000000, tx_pps: 4792441.000000 
16/10/2020 01:23:18                         pktgen: {'ibytes': 75854064640,
 'ierrors': 0,
 'ipackets': 74076240,
 'obytes': 98184881152,
 'oerrors': 0,
 'opackets': 95883677,
 'rx_bps': 30326177792.0,
 'rx_bps_L1': 30918486112.0,
 'rx_pps': 3701927.0,
 'rx_util': 77.29621528,
 'tx_bps': 39259656192.0,
 'tx_bps_L1': 40026446752.0,
 'tx_pps': 4792441.0,
 'tx_util': 100.06611688}
16/10/2020 01:23:18                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 30326177792.000000, rx_pps: 3701927.000000
16/10/2020 01:23:18                         pktgen: throughput: pps_rx 3701927.000000, bps_rx 30326177792.000000
16/10/2020 01:23:18                         pktgen: traffic completed. 
16/10/2020 01:23:18                         tester: ls -d /tmp/tester
16/10/2020 01:23:19                         tester: /tmp/tester
16/10/2020 01:23:19                         tester: scp -v /home/autoregression/dts/output/tmp/pcap/cbdma_0.pcap root@10.240.183.217:/tmp/tester/cbdma_0.pcap
16/10/2020 01:23:21                         pktgen: test port 0 map gen port 0
16/10/2020 01:23:21                         pktgen: test port 0 map gen port 0
16/10/2020 01:23:21                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:23:21                         pktgen: trex port <0> not support flow control
16/10/2020 01:23:21                         pktgen: check the trex port link status
16/10/2020 01:23:21                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3],
 'description': 'Ethernet Controller XL710 for 40GbE QSFP+',
 'dest': 'b4:96:91:46:e0:5c',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:c8:17:d0',
 'index': 0,
 'ipv6': 'off',
 'is_fc_supported': False,
 'is_led_supported': True,
 'is_link_supported': True,
 'is_prom_supported': True,
 'is_virtual': 'no',
 'is_vxlan_supported': 'yes',
 'layer_mode': 'Ethernet',
 'led_change_supported': 'yes',
 'link': 'UP',
 'link_change_supported': 'yes',
 'mult': 'off',
 'numa': 1,
 'pci_addr': '0000:82:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 40.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:c8:17:d0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [40000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/10/2020 01:23:21                         pktgen: begin traffic ......
16/10/2020 01:23:21                         pktgen: {'ports': [0], 'mult': '100%', 'core_mask': None, 'force': True}
16/10/2020 01:23:41                         pktgen: begin get port statistic ...
16/10/2020 01:23:41                         pktgen: {'options': {'fields_config': {'ip': {'src': {'action': 'random',
                                              'end': '16.0.0.64',
                                              'start': '16.0.0.1',
                                              'step': 1}}},
             'pcap': '/tmp/tester//cbdma_0.pcap',
             'stream_config': {'rate': 100, 'transmit_mode': 'continuous'}},
 'pcap_file': '/tmp/tester//cbdma_0.pcap',
 'rx_port': 0,
 'tx_port': 0}
16/10/2020 01:23:41                         pktgen: {0: {'ibytes': 98798167776,
     'ierrors': 0,
     'ipackets': 65084435,
     'obytes': 98798050890,
     'oerrors': 0,
     'opackets': 65084360,
     'rx_bps': 39569022976.0,
     'rx_bps_L1': 40090354016.0,
     'rx_pps': 3258319.0,
     'rx_util': 100.22588504000001,
     'tx_bps': 39569076224.0,
     'tx_bps_L1': 40090407824.0,
     'tx_pps': 3258322.5,
     'tx_util': 100.22601956},
 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,
     'tx_bps': 0.0,
     'tx_bps_L1': 0,
     'tx_pps': 0.0,
     'tx_util': 0},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 23.346426010131836,
            'cpu_util': 84.74332427978516,
            'cpu_util_raw': 84.75,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 56469858,
            'rx_bps': 39569022976.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 3258319.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 39569076224.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 3258322.5},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 98798167776,
           'ierrors': 0,
           'ipackets': 65084435,
           'obytes': 98798050890,
           'oerrors': 0,
           'opackets': 65084360,
           'rx_bps': 39569022976.0,
           'rx_bps_L1': 40090354016.0,
           'rx_pps': 3258319.0,
           'rx_util': 100.22588504000001,
           'tx_bps': 39569076224.0,
           'tx_bps_L1': 40090407824.0,
           'tx_pps': 3258322.5,
           'tx_util': 100.22601956}}
16/10/2020 01:23:41                         pktgen: {'ibytes': 98798167776,
 'ierrors': 0,
 'ipackets': 65084435,
 'obytes': 98798050890,
 'oerrors': 0,
 'opackets': 65084360,
 'rx_bps': 39569022976.0,
 'rx_bps_L1': 40090354016.0,
 'rx_pps': 3258319.0,
 'rx_util': 100.22588504000001,
 'tx_bps': 39569076224.0,
 'tx_bps_L1': 40090407824.0,
 'tx_pps': 3258322.5,
 'tx_util': 100.22601956}
16/10/2020 01:23:41                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 39569076224.000000, tx_pps: 3258322.500000 
16/10/2020 01:23:41                         pktgen: {'ibytes': 98798167776,
 'ierrors': 0,
 'ipackets': 65084435,
 'obytes': 98798050890,
 'oerrors': 0,
 'opackets': 65084360,
 'rx_bps': 39569022976.0,
 'rx_bps_L1': 40090354016.0,
 'rx_pps': 3258319.0,
 'rx_util': 100.22588504000001,
 'tx_bps': 39569076224.0,
 'tx_bps_L1': 40090407824.0,
 'tx_pps': 3258322.5,
 'tx_util': 100.22601956}
16/10/2020 01:23:41                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 39569022976.000000, rx_pps: 3258319.000000
16/10/2020 01:23:41                         pktgen: throughput: pps_rx 3258319.000000, bps_rx 39569022976.000000
16/10/2020 01:23:41                         pktgen: traffic completed. 
16/10/2020 01:23:41                      TestCBDMA: 
+-------+-------+------------+-----------+-----------+--------------+------------+
| Frame | Mpps  | Thread Num | Queue Num | Copy Mode | Updating MAC | % linerate |
+=======+=======+============+===========+===========+==============+============+
| 64    | 4.922 | 2          | 1         | hw        | enable       | 8.269      |
+-------+-------+------------+-----------+-----------+--------------+------------+
| 256   | 4.555 | 2          | 1         | hw        | enable       | 25.142     |
+-------+-------+------------+-----------+-----------+--------------+------------+
| 512   | 4.208 | 2          | 1         | hw        | enable       | 44.776     |
+-------+-------+------------+-----------+-----------+--------------+------------+
| 1024  | 3.702 | 2          | 1         | hw        | enable       | 77.296     |
+-------+-------+------------+-----------+-----------+--------------+------------+
| 1518  | 3.258 | 2          | 1         | hw        | enable       | 100.226    |
+-------+-------+------------+-----------+-----------+--------------+------------+
16/10/2020 01:23:41                      TestCBDMA: Test Case test_perf_cbdma_with_multi_thread Result PASSED:
16/10/2020 01:23:41             dut.10.240.183.220: kill_all: called by dut and prefix list has value.
16/10/2020 01:23:42                            dts: 
TEST SUITE ENDED: TestCBDMA

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dts] [PATCH V2] tests/TestSuite_cbdma:fixed-session-error
  2020-10-16  7:24 [dts] [PATCH V2] tests/TestSuite_cbdma:fixed-session-error xizhan4x
  2020-10-16  7:26 ` Zhang, XiX
@ 2020-10-16  8:48 ` Ma, LihongX
  1 sibling, 0 replies; 3+ messages in thread
From: Ma, LihongX @ 2020-10-16  8:48 UTC (permalink / raw)
  To: Zhang, XiX, dts; +Cc: Zhang, XiX


> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of xizhan4x
> Sent: Friday, October 16, 2020 3:24 PM
> To: dts@dpdk.org
> Cc: Zhang, XiX <xix.zhang@intel.com>
> Subject: [dts] [PATCH V2] tests/TestSuite_cbdma:fixed-session-error
> 
> v1:fixed session error
> v2:fixed session error and close new session
> 
> Signed-off-by: xizhan4x <xix.zhang@intel.com>
> ---
>      def tear_down_all(self):
>          """
>          Run after each test suite.
>          """
> +        self.dut.close_session(self.send_session)
>          self.bind_cbdma_device_to_kernel()
> --
> 1.8.3.1

You create the new session in set_up, but destroy it in tear_down_all.
It will invite a issue of create many sessions but only close one in them.


Regards,
Ma,lihong

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-10-16  8:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-16  7:24 [dts] [PATCH V2] tests/TestSuite_cbdma:fixed-session-error xizhan4x
2020-10-16  7:26 ` Zhang, XiX
2020-10-16  8:48 ` Ma, LihongX

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).