test suite reviews and discussions
 help / color / mirror / Atom feed
* Re: [dts] [PATCH V1] tests/l3fwd_base:support CVL100g and CVL25g NIC type
  2020-09-16 10:09 [dts] [PATCH V1] tests/l3fwd_base:support CVL100g and CVL25g NIC type lingwei
@ 2020-09-16  2:24 ` Ling, WeiX
  2020-09-16  3:27 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Ling, WeiX @ 2020-09-16  2:24 UTC (permalink / raw)
  To: dts

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

Tested-by: Ling, Wei <weix.ling@intel.com>

Regards,
Ling Wei

-----Original Message-----
From: Ling, WeiX <weix.ling@intel.com> 
Sent: Wednesday, September 16, 2020 06:09 PM
To: dts@dpdk.org
Cc: Ling, WeiX <weix.ling@intel.com>
Subject: [dts][PATCH V1] tests/l3fwd_base:support CVL100g and CVL25g NIC type

support CVL100g and CVL25g NIC type

Signed-off-by: lingwei <weix.ling@intel.com>
---
 tests/l3fwd_base.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/l3fwd_base.py b/tests/l3fwd_base.py index 6f7af8a..94b6834 100644
--- a/tests/l3fwd_base.py
+++ b/tests/l3fwd_base.py
@@ -677,7 +677,7 @@ class L3fwdBase(object):
                 'whitelist': self.__l3fwd_white_list if self.__l3fwd_white_list else '',
                 'port_mask': utils.create_mask(self.__valports),
                 'config': config, })
-        if self.nic == "niantic":
+        if self.nic in ["niantic", "columbiaville_100g", "columbiaville_25g"]:
             command_line += " --parse-ptype"
         if frame_size > 1518:
             command_line += " --enable-jumbo --max-pkt-len %d" % frame_size
--
2.17.1


[-- Attachment #2: TestVfL3fwdKernelPf.log --]
[-- Type: application/octet-stream, Size: 2159205 bytes --]

15/09/2020 17:51:20                            dts: 
TEST SUITE : TestVfL3fwdKernelPf
15/09/2020 17:51:20                            dts: NIC :        columbiaville_25g
15/09/2020 17:51:20             dut.10.240.183.113: 
15/09/2020 17:51:20                         tester: 
15/09/2020 17:51:20            TestVfL3fwdKernelPf: [0, 1]
15/09/2020 17:51:20            TestVfL3fwdKernelPf: current using ports [0, 1] for testing
15/09/2020 17:51:20            TestVfL3fwdKernelPf: {'accepted_tolerance': 6,
 'cores_for_all': True,
 'expected_throughput': {'test_perf_vf_throughput_ipv4_lpm': {'columbiaville_25g': {'1C/1T-1Q': {'1024': '5.983',
                                                                                                 '128': '33.409',
                                                                                                 '1280': '4.800',
                                                                                                 '1518': '4.067',
                                                                                                 '256': '21.226',
                                                                                                 '512': '11.735',
                                                                                                 '64': '32.765'},
                                                                                    '1C/1T-2Q': {'1024': '5.990',
                                                                                                 '128': '32.963',
                                                                                                 '1280': '4.800',
                                                                                                 '1518': '4.061',
                                                                                                 '256': '21.100',
                                                                                                 '512': '11.783',
                                                                                                 '64': '31.843'},
                                                                                    '1C/2T-2Q': {'1024': '5.990',
                                                                                                 '128': '33.144',
                                                                                                 '1280': '4.800',
                                                                                                 '1518': '4.056',
                                                                                                 '256': '21.223',
                                                                                                 '512': '11.733',
                                                                                                 '64': '35.923'},
                                                                                    '2C/2T-2Q': {'1024': '5.989',
                                                                                                 '128': '33.212',
                                                                                                 '1280': '4.809',
                                                                                                 '1518': '4.065',
                                                                                                 '256': '21.211',
                                                                                                 '512': '11.780',
                                                                                                 '64': '46.497'},
                                                                                    '2C/4T-2Q': {'1024': '6.005',
                                                                                                 '128': '32.935',
                                                                                                 '1280': '4.810',
                                                                                                 '1518': '4.058',
                                                                                                 '256': '20.877',
                                                                                                 '512': '11.749',
                                                                                                 '64': '45.473'},
                                                                                    '4C/4T-2Q': {'1024': '5.981',
                                                                                                 '128': '30.950',
                                                                                                 '1280': '4.809',
                                                                                                 '1518': '4.077',
                                                                                                 '256': '20.501',
                                                                                                 '512': '11.722',
                                                                                                 '64': '38.221'}}}},
 'l3fwd_restart': False,
 'l3fwd_wait_up': 10,
 'port_list': [0, 1],
 'test_duration': 20,
 'test_parameters': {'1C/1T-1Q': ['64',
                                  '128',
                                  '256',
                                  '512',
                                  '1024',
                                  '1280',
                                  '1518'],
                     '1C/1T-2Q': ['64',
                                  '128',
                                  '256',
                                  '512',
                                  '1024',
                                  '1280',
                                  '1518'],
                     '1C/2T-2Q': ['64',
                                  '128',
                                  '256',
                                  '512',
                                  '1024',
                                  '1280',
                                  '1518'],
                     '2C/2T-2Q': ['64',
                                  '128',
                                  '256',
                                  '512',
                                  '1024',
                                  '1280',
                                  '1518'],
                     '2C/4T-2Q': ['64',
                                  '128',
                                  '256',
                                  '512',
                                  '1024',
                                  '1280',
                                  '1518'],
                     '4C/4T-2Q': ['64',
                                  '128',
                                  '256',
                                  '512',
                                  '1024',
                                  '1280',
                                  '1518']},
 'traffic_stop_wait_time': 10,
 'update_expected': True,
 'vf_driver': 'vfio-pci'}
15/09/2020 17:51:20            TestVfL3fwdKernelPf: use default stream format RAW
15/09/2020 17:51:20            TestVfL3fwdKernelPf: vf driver use NIC_DRV.VFIO_PCI, None is set in cfg file
15/09/2020 17:51:20            TestVfL3fwdKernelPf: pf driver type: NIC_DRV.PCI_STUB, vf driver type: NIC_DRV.VFIO_PCI
15/09/2020 17:51:20            TestVfL3fwdKernelPf: {'accepted_tolerance': 6,
 'cores_for_all': True,
 'expected_throughput': {'test_perf_vf_throughput_ipv4_lpm': {'columbiaville_25g': {'1C/1T-1Q': {'1024': '5.983',
                                                                                                 '128': '33.409',
                                                                                                 '1280': '4.800',
                                                                                                 '1518': '4.067',
                                                                                                 '256': '21.226',
                                                                                                 '512': '11.735',
                                                                                                 '64': '32.765'},
                                                                                    '1C/1T-2Q': {'1024': '5.990',
                                                                                                 '128': '32.963',
                                                                                                 '1280': '4.800',
                                                                                                 '1518': '4.061',
                                                                                                 '256': '21.100',
                                                                                                 '512': '11.783',
                                                                                                 '64': '31.843'},
                                                                                    '1C/2T-2Q': {'1024': '5.990',
                                                                                                 '128': '33.144',
                                                                                                 '1280': '4.800',
                                                                                                 '1518': '4.056',
                                                                                                 '256': '21.223',
                                                                                                 '512': '11.733',
                                                                                                 '64': '35.923'},
                                                                                    '2C/2T-2Q': {'1024': '5.989',
                                                                                                 '128': '33.212',
                                                                                                 '1280': '4.809',
                                                                                                 '1518': '4.065',
                                                                                                 '256': '21.211',
                                                                                                 '512': '11.780',
                                                                                                 '64': '46.497'},
                                                                                    '2C/4T-2Q': {'1024': '6.005',
                                                                                                 '128': '32.935',
                                                                                                 '1280': '4.810',
                                                                                                 '1518': '4.058',
                                                                                                 '256': '20.877',
                                                                                                 '512': '11.749',
                                                                                                 '64': '45.473'},
                                                                                    '4C/4T-2Q': {'1024': '5.981',
                                                                                                 '128': '30.950',
                                                                                                 '1280': '4.809',
                                                                                                 '1518': '4.077',
                                                                                                 '256': '20.501',
                                                                                                 '512': '11.722',
                                                                                                 '64': '38.221'}}}},
 'flows': {'ipv4': {'lpm': ['198.18.0.0/24',
                            '198.18.1.0/24',
                            '198.18.2.0/24',
                            '198.18.3.0/24',
                            '198.18.4.0/24',
                            '198.18.5.0/24',
                            '198.18.6.0/24',
                            '198.18.7.0/24']}},
 'frame_sizes': [64, 128, 256, 512, 1024, 1280, 1518],
 'l3fwd_restart': False,
 'l3fwd_wait_up': 10,
 'port_configs': [['1C/1T-1Q', '0x40000000', '(0,0,30),(1,0,30)', 64],
                  ['1C/1T-1Q', '0x40000000', '(0,0,30),(1,0,30)', 128],
                  ['1C/1T-1Q', '0x40000000', '(0,0,30),(1,0,30)', 256],
                  ['1C/1T-1Q', '0x40000000', '(0,0,30),(1,0,30)', 512],
                  ['1C/1T-1Q', '0x40000000', '(0,0,30),(1,0,30)', 1024],
                  ['1C/1T-1Q', '0x40000000', '(0,0,30),(1,0,30)', 1280],
                  ['1C/1T-1Q', '0x40000000', '(0,0,30),(1,0,30)', 1518],
                  ['1C/1T-2Q',
                   '0x40000000',
                   '(0,0,30),(0,1,30),(1,0,30),(1,1,30)',
                   64],
                  ['1C/1T-2Q',
                   '0x40000000',
                   '(0,0,30),(0,1,30),(1,0,30),(1,1,30)',
                   128],
                  ['1C/1T-2Q',
                   '0x40000000',
                   '(0,0,30),(0,1,30),(1,0,30),(1,1,30)',
                   256],
                  ['1C/1T-2Q',
                   '0x40000000',
                   '(0,0,30),(0,1,30),(1,0,30),(1,1,30)',
                   512],
                  ['1C/1T-2Q',
                   '0x40000000',
                   '(0,0,30),(0,1,30),(1,0,30),(1,1,30)',
                   1024],
                  ['1C/1T-2Q',
                   '0x40000000',
                   '(0,0,30),(0,1,30),(1,0,30),(1,1,30)',
                   1280],
                  ['1C/1T-2Q',
                   '0x40000000',
                   '(0,0,30),(0,1,30),(1,0,30),(1,1,30)',
                   1518],
                  ['1C/2T-2Q',
                   '0x4000000000000040000000',
                   '(0,0,30),(0,1,86),(1,0,30),(1,1,86)',
                   64],
                  ['1C/2T-2Q',
                   '0x4000000000000040000000',
                   '(0,0,30),(0,1,86),(1,0,30),(1,1,86)',
                   128],
                  ['1C/2T-2Q',
                   '0x4000000000000040000000',
                   '(0,0,30),(0,1,86),(1,0,30),(1,1,86)',
                   256],
                  ['1C/2T-2Q',
                   '0x4000000000000040000000',
                   '(0,0,30),(0,1,86),(1,0,30),(1,1,86)',
                   512],
                  ['1C/2T-2Q',
                   '0x4000000000000040000000',
                   '(0,0,30),(0,1,86),(1,0,30),(1,1,86)',
                   1024],
                  ['1C/2T-2Q',
                   '0x4000000000000040000000',
                   '(0,0,30),(0,1,86),(1,0,30),(1,1,86)',
                   1280],
                  ['1C/2T-2Q',
                   '0x4000000000000040000000',
                   '(0,0,30),(0,1,86),(1,0,30),(1,1,86)',
                   1518],
                  ['2C/2T-2Q',
                   '0xc0000000',
                   '(0,0,30),(0,1,31),(1,0,30),(1,1,31)',
                   64],
                  ['2C/2T-2Q',
                   '0xc0000000',
                   '(0,0,30),(0,1,31),(1,0,30),(1,1,31)',
                   128],
                  ['2C/2T-2Q',
                   '0xc0000000',
                   '(0,0,30),(0,1,31),(1,0,30),(1,1,31)',
                   256],
                  ['2C/2T-2Q',
                   '0xc0000000',
                   '(0,0,30),(0,1,31),(1,0,30),(1,1,31)',
                   512],
                  ['2C/2T-2Q',
                   '0xc0000000',
                   '(0,0,30),(0,1,31),(1,0,30),(1,1,31)',
                   1024],
                  ['2C/2T-2Q',
                   '0xc0000000',
                   '(0,0,30),(0,1,31),(1,0,30),(1,1,31)',
                   1280],
                  ['2C/2T-2Q',
                   '0xc0000000',
                   '(0,0,30),(0,1,31),(1,0,30),(1,1,31)',
                   1518],
                  ['2C/4T-2Q',
                   '0xc0000000000000c0000000',
                   '(0,0,30),(0,1,31),(1,0,86),(1,1,87)',
                   64],
                  ['2C/4T-2Q',
                   '0xc0000000000000c0000000',
                   '(0,0,30),(0,1,31),(1,0,86),(1,1,87)',
                   128],
                  ['2C/4T-2Q',
                   '0xc0000000000000c0000000',
                   '(0,0,30),(0,1,31),(1,0,86),(1,1,87)',
                   256],
                  ['2C/4T-2Q',
                   '0xc0000000000000c0000000',
                   '(0,0,30),(0,1,31),(1,0,86),(1,1,87)',
                   512],
                  ['2C/4T-2Q',
                   '0xc0000000000000c0000000',
                   '(0,0,30),(0,1,31),(1,0,86),(1,1,87)',
                   1024],
                  ['2C/4T-2Q',
                   '0xc0000000000000c0000000',
                   '(0,0,30),(0,1,31),(1,0,86),(1,1,87)',
                   1280],
                  ['2C/4T-2Q',
                   '0xc0000000000000c0000000',
                   '(0,0,30),(0,1,31),(1,0,86),(1,1,87)',
                   1518],
                  ['4C/4T-2Q',
                   '0x3c0000000',
                   '(0,0,30),(0,1,31),(1,0,32),(1,1,33)',
                   64],
                  ['4C/4T-2Q',
                   '0x3c0000000',
                   '(0,0,30),(0,1,31),(1,0,32),(1,1,33)',
                   128],
                  ['4C/4T-2Q',
                   '0x3c0000000',
                   '(0,0,30),(0,1,31),(1,0,32),(1,1,33)',
                   256],
                  ['4C/4T-2Q',
                   '0x3c0000000',
                   '(0,0,30),(0,1,31),(1,0,32),(1,1,33)',
                   512],
                  ['4C/4T-2Q',
                   '0x3c0000000',
                   '(0,0,30),(0,1,31),(1,0,32),(1,1,33)',
                   1024],
                  ['4C/4T-2Q',
                   '0x3c0000000',
                   '(0,0,30),(0,1,31),(1,0,32),(1,1,33)',
                   1280],
                  ['4C/4T-2Q',
                   '0x3c0000000',
                   '(0,0,30),(0,1,31),(1,0,32),(1,1,33)',
                   1518]],
 'port_list': [0, 1],
 'test_duration': 20,
 'test_parameters': {'1C/1T-1Q': ['64',
                                  '128',
                                  '256',
                                  '512',
                                  '1024',
                                  '1280',
                                  '1518'],
                     '1C/1T-2Q': ['64',
                                  '128',
                                  '256',
                                  '512',
                                  '1024',
                                  '1280',
                                  '1518'],
                     '1C/2T-2Q': ['64',
                                  '128',
                                  '256',
                                  '512',
                                  '1024',
                                  '1280',
                                  '1518'],
                     '2C/2T-2Q': ['64',
                                  '128',
                                  '256',
                                  '512',
                                  '1024',
                                  '1280',
                                  '1518'],
                     '2C/4T-2Q': ['64',
                                  '128',
                                  '256',
                                  '512',
                                  '1024',
                                  '1280',
                                  '1518'],
                     '4C/4T-2Q': ['64',
                                  '128',
                                  '256',
                                  '512',
                                  '1024',
                                  '1280',
                                  '1518']},
 'traffic_stop_wait_time': 10,
 'update_expected': True,
 'vf_driver': 'vfio-pci'}
15/09/2020 17:51:20             dut.10.240.183.113: meson configure -Dexamples=l3fwd x86_64-native-linuxapp-gcc
15/09/2020 17:51:21             dut.10.240.183.113: 
15/09/2020 17:51:21             dut.10.240.183.113: ninja -C x86_64-native-linuxapp-gcc
15/09/2020 17:51:26             dut.10.240.183.113: 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
Library m found: YES
Library numa found: YES
Has header "numaif.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 pcap found: YES 1.9.1 (cached)
Library pcap found: YES
Has header "pcap.h" with dependency -lpcap: YES (cached)
Compiler for C supports arguments -Wextra: YES (cached)
../config/meson.build:220: 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 "__PCLMUL__" : 1 (cached)
Fetching value of define "__AVX__" : 1 (cached)
Fetching value of define "__AVX2__" : 1 (cached)
Fetching value of define "__AVX512F__" : 1 (cached)
Fetching value of define "__RDRND__" : 1 (cached)
Fetching value of define "__RDSEED__" : 1 (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)
Has header "getopt.h" : 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"
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"
Run-time dependency jansson found: NO (tried pkgconfig and cmake)
Message: lib/librte_metrics: Defining dependency "metrics"
Message: lib/librte_hash: Defining dependency "hash"
Message: lib/librte_timer: Defining dependency "timer"
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"
Dependency libelf found: YES 0.176 (cached)
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 -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"
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)
Message: drivers/net/i40e: Defining dependency "pmd_i40e"
Message: drivers/net/hinic: Defining dependency "pmd_hinic"
Message: drivers/net/hns3: Defining dependency "pmd_hns3"
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)
Message: drivers/net/ice: Defining dependency "pmd_ice"
Message: drivers/net/igc: Defining dependency "pmd_igc"
Run-time dependency libfdt found: NO (tried pkgconfig and cmake)
Library libfdt found: YES
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)
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/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"
Run-time dependency libfdt found: NO (tried pkgconfig and cmake)
Library libfdt found: YES
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"
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, 
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:
	
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: 962

Found ninja-1.10.0.git.kitware.jobserver-1 at /usr/local/bin/ninja
[1/7] Compiling C object examples/dpdk-l3fwd.p/l3fwd_l3fwd_event.c.o
[2/7] Compiling C object examples/dpdk-l3fwd.p/l3fwd_l3fwd_event_internal_port.c.o
[3/7] Compiling C object examples/dpdk-l3fwd.p/l3fwd_l3fwd_event_generic.c.o
[4/7] Compiling C object examples/dpdk-l3fwd.p/l3fwd_main.c.o
[5/7] Compiling C object examples/dpdk-l3fwd.p/l3fwd_l3fwd_lpm.c.o
[6/7] Compiling C object examples/dpdk-l3fwd.p/l3fwd_l3fwd_em.c.o
[7/7] Linking target examples/dpdk-l3fwd
15/09/2020 17:51:26             dut.10.240.183.113: ls x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd 
15/09/2020 17:51:26             dut.10.240.183.113: x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd
15/09/2020 17:51:30             dut.10.240.183.113: cat /sys/bus/pci/devices/0000\:af\:01.0/vendor
15/09/2020 17:51:30             dut.10.240.183.113: 0x8086
15/09/2020 17:51:30             dut.10.240.183.113: cat /sys/bus/pci/devices/0000\:af\:01.0/device
15/09/2020 17:51:30             dut.10.240.183.113: 0x1889
15/09/2020 17:51:30             dut.10.240.183.113: cat /sys/bus/pci/devices/0000\:af\:01.0/vendor
15/09/2020 17:51:31             dut.10.240.183.113: 0x8086
15/09/2020 17:51:31             dut.10.240.183.113: cat /sys/bus/pci/devices/0000\:af\:01.0/device
15/09/2020 17:51:31             dut.10.240.183.113: 0x1889
15/09/2020 17:51:33             dut.10.240.183.113: ifconfig ens801f0 up;ethtool ens801f0 | grep Speed
15/09/2020 17:51:34             dut.10.240.183.113: 	Speed: 25000Mb/s
15/09/2020 17:51:38             dut.10.240.183.113: cat /sys/bus/pci/devices/0000\:af\:11.0/vendor
15/09/2020 17:51:38             dut.10.240.183.113: 0x8086
15/09/2020 17:51:38             dut.10.240.183.113: cat /sys/bus/pci/devices/0000\:af\:11.0/device
15/09/2020 17:51:38             dut.10.240.183.113: 0x1889
15/09/2020 17:51:38             dut.10.240.183.113: cat /sys/bus/pci/devices/0000\:af\:11.0/vendor
15/09/2020 17:51:38             dut.10.240.183.113: 0x8086
15/09/2020 17:51:38             dut.10.240.183.113: cat /sys/bus/pci/devices/0000\:af\:11.0/device
15/09/2020 17:51:38             dut.10.240.183.113: 0x1889
15/09/2020 17:51:41             dut.10.240.183.113: ifconfig ens801f1 up;ethtool ens801f1 | grep Speed
15/09/2020 17:51:41             dut.10.240.183.113: 	Speed: 25000Mb/s
15/09/2020 17:51:41            TestVfL3fwdKernelPf: {0: {'pf_pci': '0000:af:00.0', 'vfs_pci': ['0000:af:01.0'], 'vf_mac': '00:12:34:56:78:01', 'src_mac': '02:00:00:00:00:00'}, 1: {'pf_pci': '0000:af:00.1', 'vfs_pci': ['0000:af:11.0'], 'vf_mac': '00:12:34:56:78:02', 'src_mac': '02:00:00:00:00:01'}}
15/09/2020 17:51:41            TestVfL3fwdKernelPf: {'pkt_layers': {'ether': {'dst': '00:12:34:56:78:01',
                          'src': '02:00:00:00:00:00'},
                'ipv4': {'src': '198.18.0.1'},
                'raw': {'payload': ['58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58']}},
 'type': 'IP_RAW'}
15/09/2020 17:51:41            TestVfL3fwdKernelPf: "Ether(dst='00:12:34:56:78:01',src='02:00:00:00:00:00')/IP(version=4,tos=0,id=1,frag=0,ttl=64,src='198.18.0.1',dst='127.0.0.1')/Raw(load=b'XXXXXXXXXXXXXXXXXXXXXXXXXX')"
15/09/2020 17:51:41            TestVfL3fwdKernelPf: {'pkt_layers': {'ether': {'dst': '00:12:34:56:78:02',
                          'src': '02:00:00:00:00:01'},
                'ipv4': {'src': '198.18.1.1'},
                'raw': {'payload': ['58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58']}},
 'type': 'IP_RAW'}
15/09/2020 17:51:41            TestVfL3fwdKernelPf: "Ether(dst='00:12:34:56:78:02',src='02:00:00:00:00:01')/IP(version=4,tos=0,id=1,frag=0,ttl=64,src='198.18.1.1',dst='127.0.0.1')/Raw(load=b'XXXXXXXXXXXXXXXXXXXXXXXXXX')"
15/09/2020 17:51:41            TestVfL3fwdKernelPf: {'pkt_layers': {'ether': {'dst': '00:12:34:56:78:01',
                          'src': '02:00:00:00:00:00'},
                'ipv4': {'src': '198.18.0.1'},
                'raw': {'payload': ['58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58']}},
 'type': 'IP_RAW'}
15/09/2020 17:51:41            TestVfL3fwdKernelPf: "Ether(dst='00:12:34:56:78:01',src='02:00:00:00:00:00')/IP(version=4,tos=0,id=1,frag=0,ttl=64,src='198.18.0.1',dst='127.0.0.1')/Raw(load=b'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX')"
15/09/2020 17:51:41            TestVfL3fwdKernelPf: {'pkt_layers': {'ether': {'dst': '00:12:34:56:78:02',
                          'src': '02:00:00:00:00:01'},
                'ipv4': {'src': '198.18.1.1'},
                'raw': {'payload': ['58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58']}},
 'type': 'IP_RAW'}
15/09/2020 17:51:41            TestVfL3fwdKernelPf: "Ether(dst='00:12:34:56:78:02',src='02:00:00:00:00:01')/IP(version=4,tos=0,id=1,frag=0,ttl=64,src='198.18.1.1',dst='127.0.0.1')/Raw(load=b'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX')"
15/09/2020 17:51:41            TestVfL3fwdKernelPf: {'pkt_layers': {'ether': {'dst': '00:12:34:56:78:01',
                          'src': '02:00:00:00:00:00'},
                'ipv4': {'src': '198.18.0.1'},
                'raw': {'payload': ['58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58']}},
 'type': 'IP_RAW'}
15/09/2020 17:51:41            TestVfL3fwdKernelPf: "Ether(dst='00:12:34:56:78:01',src='02:00:00:00:00:00')/IP(version=4,tos=0,id=1,frag=0,ttl=64,src='198.18.0.1',dst='127.0.0.1')/Raw(load=b'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX')"
15/09/2020 17:51:41            TestVfL3fwdKernelPf: {'pkt_layers': {'ether': {'dst': '00:12:34:56:78:02',
                          'src': '02:00:00:00:00:01'},
                'ipv4': {'src': '198.18.1.1'},
                'raw': {'payload': ['58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58']}},
 'type': 'IP_RAW'}
15/09/2020 17:51:41            TestVfL3fwdKernelPf: "Ether(dst='00:12:34:56:78:02',src='02:00:00:00:00:01')/IP(version=4,tos=0,id=1,frag=0,ttl=64,src='198.18.1.1',dst='127.0.0.1')/Raw(load=b'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX')"
15/09/2020 17:51:41            TestVfL3fwdKernelPf: {'pkt_layers': {'ether': {'dst': '00:12:34:56:78:01',
                          'src': '02:00:00:00:00:00'},
                'ipv4': {'src': '198.18.0.1'},
                'raw': {'payload': ['58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58']}},
 'type': 'IP_RAW'}
15/09/2020 17:51:41            TestVfL3fwdKernelPf: "Ether(dst='00:12:34:56:78:01',src='02:00:00:00:00:00')/IP(version=4,tos=0,id=1,frag=0,ttl=64,src='198.18.0.1',dst='127.0.0.1')/Raw(load=b'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX')"
15/09/2020 17:51:41            TestVfL3fwdKernelPf: {'pkt_layers': {'ether': {'dst': '00:12:34:56:78:02',
                          'src': '02:00:00:00:00:01'},
                'ipv4': {'src': '198.18.1.1'},
                'raw': {'payload': ['58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58']}},
 'type': 'IP_RAW'}
15/09/2020 17:51:41            TestVfL3fwdKernelPf: "Ether(dst='00:12:34:56:78:02',src='02:00:00:00:00:01')/IP(version=4,tos=0,id=1,frag=0,ttl=64,src='198.18.1.1',dst='127.0.0.1')/Raw(load=b'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX')"
15/09/2020 17:51:41            TestVfL3fwdKernelPf: {'pkt_layers': {'ether': {'dst': '00:12:34:56:78:01',
                          'src': '02:00:00:00:00:00'},
                'ipv4': {'src': '198.18.0.1'},
                'raw': {'payload': ['58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58']}},
 'type': 'IP_RAW'}
15/09/2020 17:51:41            TestVfL3fwdKernelPf: "Ether(dst='00:12:34:56:78:01',src='02:00:00:00:00:00')/IP(version=4,tos=0,id=1,frag=0,ttl=64,src='198.18.0.1',dst='127.0.0.1')/Raw(load=b'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX')"
15/09/2020 17:51:41            TestVfL3fwdKernelPf: {'pkt_layers': {'ether': {'dst': '00:12:34:56:78:02',
                          'src': '02:00:00:00:00:01'},
                'ipv4': {'src': '198.18.1.1'},
                'raw': {'payload': ['58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58']}},
 'type': 'IP_RAW'}
15/09/2020 17:51:41            TestVfL3fwdKernelPf: "Ether(dst='00:12:34:56:78:02',src='02:00:00:00:00:01')/IP(version=4,tos=0,id=1,frag=0,ttl=64,src='198.18.1.1',dst='127.0.0.1')/Raw(load=b'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX')"
15/09/2020 17:51:41            TestVfL3fwdKernelPf: {'pkt_layers': {'ether': {'dst': '00:12:34:56:78:01',
                          'src': '02:00:00:00:00:00'},
                'ipv4': {'src': '198.18.0.1'},
                'raw': {'payload': ['58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58']}},
 'type': 'IP_RAW'}
15/09/2020 17:51:41            TestVfL3fwdKernelPf: "Ether(dst='00:12:34:56:78:01',src='02:00:00:00:00:00')/IP(version=4,tos=0,id=1,frag=0,ttl=64,src='198.18.0.1',dst='127.0.0.1')/Raw(load=b'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX')"
15/09/2020 17:51:41            TestVfL3fwdKernelPf: {'pkt_layers': {'ether': {'dst': '00:12:34:56:78:02',
                          'src': '02:00:00:00:00:01'},
                'ipv4': {'src': '198.18.1.1'},
                'raw': {'payload': ['58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58']}},
 'type': 'IP_RAW'}
15/09/2020 17:51:41            TestVfL3fwdKernelPf: "Ether(dst='00:12:34:56:78:02',src='02:00:00:00:00:01')/IP(version=4,tos=0,id=1,frag=0,ttl=64,src='198.18.1.1',dst='127.0.0.1')/Raw(load=b'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX')"
15/09/2020 17:51:41            TestVfL3fwdKernelPf: {'pkt_layers': {'ether': {'dst': '00:12:34:56:78:01',
                          'src': '02:00:00:00:00:00'},
                'ipv4': {'src': '198.18.0.1'},
                'raw': {'payload': ['58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58']}},
 'type': 'IP_RAW'}
15/09/2020 17:51:41            TestVfL3fwdKernelPf: "Ether(dst='00:12:34:56:78:01',src='02:00:00:00:00:00')/IP(version=4,tos=0,id=1,frag=0,ttl=64,src='198.18.0.1',dst='127.0.0.1')/Raw(load=b'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX')"
15/09/2020 17:51:41            TestVfL3fwdKernelPf: {'pkt_layers': {'ether': {'dst': '00:12:34:56:78:02',
                          'src': '02:00:00:00:00:01'},
                'ipv4': {'src': '198.18.1.1'},
                'raw': {'payload': ['58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58']}},
 'type': 'IP_RAW'}
15/09/2020 17:51:41            TestVfL3fwdKernelPf: "Ether(dst='00:12:34:56:78:02',src='02:00:00:00:00:01')/IP(version=4,tos=0,id=1,frag=0,ttl=64,src='198.18.1.1',dst='127.0.0.1')/Raw(load=b'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX')"
15/09/2020 17:51:41            TestVfL3fwdKernelPf: {(<IP_TYPE.V4: 'ipv4'>, <MATCH_MODE.LPM: 'lpm'>, 64): [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
                                                        {'ip': {'dst': {'action': 'random',
                                                                        'dst': '198.18.0.255',
                                                                        'src': '198.18.0.1',
                                                                        'step': 1}}}],
                                                       [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
                                                        {'ip': {'dst': {'action': 'random',
                                                                        'dst': '198.18.1.255',
                                                                        'src': '198.18.1.1',
                                                                        'step': 1}}}]],
 (<IP_TYPE.V4: 'ipv4'>, <MATCH_MODE.LPM: 'lpm'>, 128): [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
                                                         {'ip': {'dst': {'action': 'random',
                                                                         'dst': '198.18.0.255',
                                                                         'src': '198.18.0.1',
                                                                         'step': 1}}}],
                                                        [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
                                                         {'ip': {'dst': {'action': 'random',
                                                                         'dst': '198.18.1.255',
                                                                         'src': '198.18.1.1',
                                                                         'step': 1}}}]],
 (<IP_TYPE.V4: 'ipv4'>, <MATCH_MODE.LPM: 'lpm'>, 256): [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
                                                         {'ip': {'dst': {'action': 'random',
                                                                         'dst': '198.18.0.255',
                                                                         'src': '198.18.0.1',
                                                                         'step': 1}}}],
                                                        [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
                                                         {'ip': {'dst': {'action': 'random',
                                                                         'dst': '198.18.1.255',
                                                                         'src': '198.18.1.1',
                                                                         'step': 1}}}]],
 (<IP_TYPE.V4: 'ipv4'>, <MATCH_MODE.LPM: 'lpm'>, 512): [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
                                                         {'ip': {'dst': {'action': 'random',
                                                                         'dst': '198.18.0.255',
                                                                         'src': '198.18.0.1',
                                                                         'step': 1}}}],
                                                        [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
                                                         {'ip': {'dst': {'action': 'random',
                                                                         'dst': '198.18.1.255',
                                                                         'src': '198.18.1.1',
                                                                         'step': 1}}}]],
 (<IP_TYPE.V4: 'ipv4'>, <MATCH_MODE.LPM: 'lpm'>, 1024): [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
                                                          {'ip': {'dst': {'action': 'random',
                                                                          'dst': '198.18.0.255',
                                                                          'src': '198.18.0.1',
                                                                          'step': 1}}}],
                                                         [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
                                                          {'ip': {'dst': {'action': 'random',
                                                                          'dst': '198.18.1.255',
                                                                          'src': '198.18.1.1',
                                                                          'step': 1}}}]],
 (<IP_TYPE.V4: 'ipv4'>, <MATCH_MODE.LPM: 'lpm'>, 1280): [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
                                                          {'ip': {'dst': {'action': 'random',
                                                                          'dst': '198.18.0.255',
                                                                          'src': '198.18.0.1',
                                                                          'step': 1}}}],
                                                         [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
                                                          {'ip': {'dst': {'action': 'random',
                                                                          'dst': '198.18.1.255',
                                                                          'src': '198.18.1.1',
                                                                          'step': 1}}}]],
 (<IP_TYPE.V4: 'ipv4'>, <MATCH_MODE.LPM: 'lpm'>, 1518): [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
                                                          {'ip': {'dst': {'action': 'random',
                                                                          'dst': '198.18.0.255',
                                                                          'src': '198.18.0.1',
                                                                          'step': 1}}}],
                                                         [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
                                                          {'ip': {'dst': {'action': 'random',
                                                                          'dst': '198.18.1.255',
                                                                          'src': '198.18.1.1',
                                                                          'step': 1}}}]]}
15/09/2020 17:51:41            TestVfL3fwdKernelPf: Test Case test_perf_vf_throughput_ipv4_lpm Begin
15/09/2020 17:51:41             dut.10.240.183.113: 
15/09/2020 17:51:41                         tester: 
15/09/2020 17:51:41            TestVfL3fwdKernelPf: Executing l3fwd with MATCH_MODE.LPM mode, 2 ports, 1C/1T-1Q and 64 frame size
15/09/2020 17:51:41             dut.10.240.183.113: ./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd -v -c 0x40000000 -n 4 -w 0000:af:01.0 -w 0000:af:11.0 -- -p 0x3 --config '(0,0,30),(1,0,30)'
15/09/2020 17:53:42            TestVfL3fwdKernelPf: Traceback (most recent call last):
  File "tests/l3fwd_base.py", line 938, in ms_throughput
    self.__start_l3fwd(mode, core_mask, port_conf, frame_size)
  File "tests/l3fwd_base.py", line 687, in __start_l3fwd
    self.d_con([command_line, "L3FWD:", 120])
  File "tests/l3fwd_base.py", line 198, in d_con
    return self.dut.send_expect(*_cmd)
  File "/home/autoregression/dts/dts/framework/crb.py", line 93, in send_expect
    return self.session.send_expect(cmds, expected, timeout, verify)
  File "/home/autoregression/dts/dts/framework/ssh_connection.py", line 64, in send_expect
    out = self.session.send_expect(cmds, expected, timeout, verify)
  File "/home/autoregression/dts/dts/framework/ssh_pexpect.py", line 103, in send_expect
    raise(e)
  File "/home/autoregression/dts/dts/framework/ssh_pexpect.py", line 90, in send_expect
    ret = self.send_expect_base(command, expected, timeout)
  File "/home/autoregression/dts/dts/framework/ssh_pexpect.py", line 81, in send_expect_base
    self.__prompt(command, timeout)
  File "/home/autoregression/dts/dts/framework/ssh_pexpect.py", line 149, in __prompt
    raise TimeoutException(command, self.get_output_all()) from None
exception.TimeoutException: TIMEOUT on ./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd -v -c 0x40000000 -n 4 -w 0000:af:01.0 -w 0000:af:11.0 -- -p 0x3 --config '(0,0,30),(1,0,30)'

15/09/2020 17:53:42            TestVfL3fwdKernelPf: Test Case test_perf_vf_throughput_ipv4_lpm Result FAILED: TimeoutException("./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd -v -c 0x40000000 -n 4 -w 0000:af:01.0 -w 0000:af:11.0 -- -p 0x3 --config '(0,0,30),(1,0,30)'", "EAL: Detected 112 lcore(s)\r\nEAL: Detected 2 NUMA nodes\r\nEAL: RTE Version: 'DPDK 20.11.0-rc0'\r\nEAL: Multi-process socket /var/run/dpdk/rte/mp_socket\r\nEAL: Selected IOVA mode 'VA'\r\nEAL: Probing VFIO support...\r\nEAL: VFIO support initialized\r\nEAL:   using IOMMU type 1 (Type 1)\r\nEAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:af:01.0 (socket 1)\r\niavf_read_msg_from_pf(): command mismatch, expect 44, get 17\r\nEAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:af:11.0 (socket 1)\r\niavf_read_msg_from_pf(): command mismatch, expect 44, get 17\r\nEAL: No legacy callbacks, legacy socket not created\r\nLPM or EM none selected, default LPM on\r\nInitializing port 0 ... Creating queues: nb_rxq=1 nb_txq=1... Port 0 modified RSS hash function based on hardware support,requested:0xa38c configured:0x88\r\n Address:00:12:34:56:78:01, Destination:02:00:00:00:00:00, Allocated mbuf pool on socket 1\r\nLPM: Adding route 198.18.0.0 / 24 (0)\r\nLPM: Adding route 198.18.1.0 / 24 (1)\r\nLPM: Adding route 2001:200:: / 48 (0)\r\nLPM: Adding route 2001:200:0:0:1:: / 48 (1)\r\ntxq=30,0,1 \r\nInitializing port 1 ... Creating queues: nb_rxq=1 nb_txq=1... Port 1 modified RSS hash function based on hardware support,requested:0xa38c configured:0x88\r\n Address:00:12:34:56:78:02, Destination:02:00:00:00:00:01, txq=30,0,1 \r\n\r\nInitializing rx queues on lcore 30 ... rxq=0,0,1 rxq=1,0,1 iavf_configure_queues(): request RXDID == 22 in Queue[0]\r\niavf_configure_queues(): request RXDID == 22 in Queue[0]\r\n\r\nport 0 cannot parse RTE_PTYPE_L3_IPV6\r\nport 0 cannot parse packet type, please add --parse-ptype\r\nEAL: Error - exiting with code: 1\r\n  Cause: ptype check fails\r\n[PEXPECT]# ")
15/09/2020 17:53:42             dut.10.240.183.113: kill_all: called by dut and has no prefix list.
15/09/2020 17:53:43                            dts: 
TEST SUITE ENDED: TestVfL3fwdKernelPf
15/09/2020 17:53:55            TestVfL3fwdKernelPf: json results data is empty
16/09/2020 09:38:48                            dts: 
TEST SUITE : TestVfL3fwdKernelPf
16/09/2020 09:38:48                            dts: NIC :        columbiaville_25g
16/09/2020 09:38:48             dut.10.240.183.113: 
16/09/2020 09:38:48                         tester: 
16/09/2020 09:38:48            TestVfL3fwdKernelPf: [0, 1]
16/09/2020 09:38:48            TestVfL3fwdKernelPf: current using ports [0, 1] for testing
16/09/2020 09:38:48            TestVfL3fwdKernelPf: {'accepted_tolerance': 6,
 'cores_for_all': True,
 'expected_throughput': {'test_perf_vf_throughput_ipv4_lpm': {'columbiaville_25g': {'1C/1T-1Q': {'1024': '5.983',
                                                                                                 '128': '33.409',
                                                                                                 '1280': '4.800',
                                                                                                 '1518': '4.067',
                                                                                                 '256': '21.226',
                                                                                                 '512': '11.735',
                                                                                                 '64': '32.765'},
                                                                                    '1C/1T-2Q': {'1024': '5.990',
                                                                                                 '128': '32.963',
                                                                                                 '1280': '4.800',
                                                                                                 '1518': '4.061',
                                                                                                 '256': '21.100',
                                                                                                 '512': '11.783',
                                                                                                 '64': '31.843'},
                                                                                    '1C/2T-2Q': {'1024': '5.990',
                                                                                                 '128': '33.144',
                                                                                                 '1280': '4.800',
                                                                                                 '1518': '4.056',
                                                                                                 '256': '21.223',
                                                                                                 '512': '11.733',
                                                                                                 '64': '35.923'},
                                                                                    '2C/2T-2Q': {'1024': '5.989',
                                                                                                 '128': '33.212',
                                                                                                 '1280': '4.809',
                                                                                                 '1518': '4.065',
                                                                                                 '256': '21.211',
                                                                                                 '512': '11.780',
                                                                                                 '64': '46.497'},
                                                                                    '2C/4T-2Q': {'1024': '6.005',
                                                                                                 '128': '32.935',
                                                                                                 '1280': '4.810',
                                                                                                 '1518': '4.058',
                                                                                                 '256': '20.877',
                                                                                                 '512': '11.749',
                                                                                                 '64': '45.473'},
                                                                                    '4C/4T-2Q': {'1024': '5.981',
                                                                                                 '128': '30.950',
                                                                                                 '1280': '4.809',
                                                                                                 '1518': '4.077',
                                                                                                 '256': '20.501',
                                                                                                 '512': '11.722',
                                                                                                 '64': '38.221'}}}},
 'l3fwd_restart': False,
 'l3fwd_wait_up': 10,
 'port_list': [0, 1],
 'test_duration': 20,
 'test_parameters': {'1C/1T-1Q': ['64',
                                  '128',
                                  '256',
                                  '512',
                                  '1024',
                                  '1280',
                                  '1518'],
                     '1C/1T-2Q': ['64',
                                  '128',
                                  '256',
                                  '512',
                                  '1024',
                                  '1280',
                                  '1518'],
                     '1C/2T-2Q': ['64',
                                  '128',
                                  '256',
                                  '512',
                                  '1024',
                                  '1280',
                                  '1518'],
                     '2C/2T-2Q': ['64',
                                  '128',
                                  '256',
                                  '512',
                                  '1024',
                                  '1280',
                                  '1518'],
                     '2C/4T-2Q': ['64',
                                  '128',
                                  '256',
                                  '512',
                                  '1024',
                                  '1280',
                                  '1518'],
                     '4C/4T-2Q': ['64',
                                  '128',
                                  '256',
                                  '512',
                                  '1024',
                                  '1280',
                                  '1518']},
 'traffic_stop_wait_time': 10,
 'update_expected': True,
 'vf_driver': 'vfio-pci'}
16/09/2020 09:38:48            TestVfL3fwdKernelPf: use default stream format RAW
16/09/2020 09:38:48            TestVfL3fwdKernelPf: vf driver use NIC_DRV.VFIO_PCI, None is set in cfg file
16/09/2020 09:38:48            TestVfL3fwdKernelPf: pf driver type: NIC_DRV.PCI_STUB, vf driver type: NIC_DRV.VFIO_PCI
16/09/2020 09:38:48            TestVfL3fwdKernelPf: {'accepted_tolerance': 6,
 'cores_for_all': True,
 'expected_throughput': {'test_perf_vf_throughput_ipv4_lpm': {'columbiaville_25g': {'1C/1T-1Q': {'1024': '5.983',
                                                                                                 '128': '33.409',
                                                                                                 '1280': '4.800',
                                                                                                 '1518': '4.067',
                                                                                                 '256': '21.226',
                                                                                                 '512': '11.735',
                                                                                                 '64': '32.765'},
                                                                                    '1C/1T-2Q': {'1024': '5.990',
                                                                                                 '128': '32.963',
                                                                                                 '1280': '4.800',
                                                                                                 '1518': '4.061',
                                                                                                 '256': '21.100',
                                                                                                 '512': '11.783',
                                                                                                 '64': '31.843'},
                                                                                    '1C/2T-2Q': {'1024': '5.990',
                                                                                                 '128': '33.144',
                                                                                                 '1280': '4.800',
                                                                                                 '1518': '4.056',
                                                                                                 '256': '21.223',
                                                                                                 '512': '11.733',
                                                                                                 '64': '35.923'},
                                                                                    '2C/2T-2Q': {'1024': '5.989',
                                                                                                 '128': '33.212',
                                                                                                 '1280': '4.809',
                                                                                                 '1518': '4.065',
                                                                                                 '256': '21.211',
                                                                                                 '512': '11.780',
                                                                                                 '64': '46.497'},
                                                                                    '2C/4T-2Q': {'1024': '6.005',
                                                                                                 '128': '32.935',
                                                                                                 '1280': '4.810',
                                                                                                 '1518': '4.058',
                                                                                                 '256': '20.877',
                                                                                                 '512': '11.749',
                                                                                                 '64': '45.473'},
                                                                                    '4C/4T-2Q': {'1024': '5.981',
                                                                                                 '128': '30.950',
                                                                                                 '1280': '4.809',
                                                                                                 '1518': '4.077',
                                                                                                 '256': '20.501',
                                                                                                 '512': '11.722',
                                                                                                 '64': '38.221'}}}},
 'flows': {'ipv4': {'lpm': ['198.18.0.0/24',
                            '198.18.1.0/24',
                            '198.18.2.0/24',
                            '198.18.3.0/24',
                            '198.18.4.0/24',
                            '198.18.5.0/24',
                            '198.18.6.0/24',
                            '198.18.7.0/24']}},
 'frame_sizes': [64, 128, 256, 512, 1024, 1280, 1518],
 'l3fwd_restart': False,
 'l3fwd_wait_up': 10,
 'port_configs': [['1C/1T-1Q', '0x40000000', '(0,0,30),(1,0,30)', 64],
                  ['1C/1T-1Q', '0x40000000', '(0,0,30),(1,0,30)', 128],
                  ['1C/1T-1Q', '0x40000000', '(0,0,30),(1,0,30)', 256],
                  ['1C/1T-1Q', '0x40000000', '(0,0,30),(1,0,30)', 512],
                  ['1C/1T-1Q', '0x40000000', '(0,0,30),(1,0,30)', 1024],
                  ['1C/1T-1Q', '0x40000000', '(0,0,30),(1,0,30)', 1280],
                  ['1C/1T-1Q', '0x40000000', '(0,0,30),(1,0,30)', 1518],
                  ['1C/1T-2Q',
                   '0x40000000',
                   '(0,0,30),(0,1,30),(1,0,30),(1,1,30)',
                   64],
                  ['1C/1T-2Q',
                   '0x40000000',
                   '(0,0,30),(0,1,30),(1,0,30),(1,1,30)',
                   128],
                  ['1C/1T-2Q',
                   '0x40000000',
                   '(0,0,30),(0,1,30),(1,0,30),(1,1,30)',
                   256],
                  ['1C/1T-2Q',
                   '0x40000000',
                   '(0,0,30),(0,1,30),(1,0,30),(1,1,30)',
                   512],
                  ['1C/1T-2Q',
                   '0x40000000',
                   '(0,0,30),(0,1,30),(1,0,30),(1,1,30)',
                   1024],
                  ['1C/1T-2Q',
                   '0x40000000',
                   '(0,0,30),(0,1,30),(1,0,30),(1,1,30)',
                   1280],
                  ['1C/1T-2Q',
                   '0x40000000',
                   '(0,0,30),(0,1,30),(1,0,30),(1,1,30)',
                   1518],
                  ['1C/2T-2Q',
                   '0x4000000000000040000000',
                   '(0,0,30),(0,1,86),(1,0,30),(1,1,86)',
                   64],
                  ['1C/2T-2Q',
                   '0x4000000000000040000000',
                   '(0,0,30),(0,1,86),(1,0,30),(1,1,86)',
                   128],
                  ['1C/2T-2Q',
                   '0x4000000000000040000000',
                   '(0,0,30),(0,1,86),(1,0,30),(1,1,86)',
                   256],
                  ['1C/2T-2Q',
                   '0x4000000000000040000000',
                   '(0,0,30),(0,1,86),(1,0,30),(1,1,86)',
                   512],
                  ['1C/2T-2Q',
                   '0x4000000000000040000000',
                   '(0,0,30),(0,1,86),(1,0,30),(1,1,86)',
                   1024],
                  ['1C/2T-2Q',
                   '0x4000000000000040000000',
                   '(0,0,30),(0,1,86),(1,0,30),(1,1,86)',
                   1280],
                  ['1C/2T-2Q',
                   '0x4000000000000040000000',
                   '(0,0,30),(0,1,86),(1,0,30),(1,1,86)',
                   1518],
                  ['2C/2T-2Q',
                   '0xc0000000',
                   '(0,0,30),(0,1,31),(1,0,30),(1,1,31)',
                   64],
                  ['2C/2T-2Q',
                   '0xc0000000',
                   '(0,0,30),(0,1,31),(1,0,30),(1,1,31)',
                   128],
                  ['2C/2T-2Q',
                   '0xc0000000',
                   '(0,0,30),(0,1,31),(1,0,30),(1,1,31)',
                   256],
                  ['2C/2T-2Q',
                   '0xc0000000',
                   '(0,0,30),(0,1,31),(1,0,30),(1,1,31)',
                   512],
                  ['2C/2T-2Q',
                   '0xc0000000',
                   '(0,0,30),(0,1,31),(1,0,30),(1,1,31)',
                   1024],
                  ['2C/2T-2Q',
                   '0xc0000000',
                   '(0,0,30),(0,1,31),(1,0,30),(1,1,31)',
                   1280],
                  ['2C/2T-2Q',
                   '0xc0000000',
                   '(0,0,30),(0,1,31),(1,0,30),(1,1,31)',
                   1518],
                  ['2C/4T-2Q',
                   '0xc0000000000000c0000000',
                   '(0,0,30),(0,1,31),(1,0,86),(1,1,87)',
                   64],
                  ['2C/4T-2Q',
                   '0xc0000000000000c0000000',
                   '(0,0,30),(0,1,31),(1,0,86),(1,1,87)',
                   128],
                  ['2C/4T-2Q',
                   '0xc0000000000000c0000000',
                   '(0,0,30),(0,1,31),(1,0,86),(1,1,87)',
                   256],
                  ['2C/4T-2Q',
                   '0xc0000000000000c0000000',
                   '(0,0,30),(0,1,31),(1,0,86),(1,1,87)',
                   512],
                  ['2C/4T-2Q',
                   '0xc0000000000000c0000000',
                   '(0,0,30),(0,1,31),(1,0,86),(1,1,87)',
                   1024],
                  ['2C/4T-2Q',
                   '0xc0000000000000c0000000',
                   '(0,0,30),(0,1,31),(1,0,86),(1,1,87)',
                   1280],
                  ['2C/4T-2Q',
                   '0xc0000000000000c0000000',
                   '(0,0,30),(0,1,31),(1,0,86),(1,1,87)',
                   1518],
                  ['4C/4T-2Q',
                   '0x3c0000000',
                   '(0,0,30),(0,1,31),(1,0,32),(1,1,33)',
                   64],
                  ['4C/4T-2Q',
                   '0x3c0000000',
                   '(0,0,30),(0,1,31),(1,0,32),(1,1,33)',
                   128],
                  ['4C/4T-2Q',
                   '0x3c0000000',
                   '(0,0,30),(0,1,31),(1,0,32),(1,1,33)',
                   256],
                  ['4C/4T-2Q',
                   '0x3c0000000',
                   '(0,0,30),(0,1,31),(1,0,32),(1,1,33)',
                   512],
                  ['4C/4T-2Q',
                   '0x3c0000000',
                   '(0,0,30),(0,1,31),(1,0,32),(1,1,33)',
                   1024],
                  ['4C/4T-2Q',
                   '0x3c0000000',
                   '(0,0,30),(0,1,31),(1,0,32),(1,1,33)',
                   1280],
                  ['4C/4T-2Q',
                   '0x3c0000000',
                   '(0,0,30),(0,1,31),(1,0,32),(1,1,33)',
                   1518]],
 'port_list': [0, 1],
 'test_duration': 20,
 'test_parameters': {'1C/1T-1Q': ['64',
                                  '128',
                                  '256',
                                  '512',
                                  '1024',
                                  '1280',
                                  '1518'],
                     '1C/1T-2Q': ['64',
                                  '128',
                                  '256',
                                  '512',
                                  '1024',
                                  '1280',
                                  '1518'],
                     '1C/2T-2Q': ['64',
                                  '128',
                                  '256',
                                  '512',
                                  '1024',
                                  '1280',
                                  '1518'],
                     '2C/2T-2Q': ['64',
                                  '128',
                                  '256',
                                  '512',
                                  '1024',
                                  '1280',
                                  '1518'],
                     '2C/4T-2Q': ['64',
                                  '128',
                                  '256',
                                  '512',
                                  '1024',
                                  '1280',
                                  '1518'],
                     '4C/4T-2Q': ['64',
                                  '128',
                                  '256',
                                  '512',
                                  '1024',
                                  '1280',
                                  '1518']},
 'traffic_stop_wait_time': 10,
 'update_expected': True,
 'vf_driver': 'vfio-pci'}
16/09/2020 09:38:48             dut.10.240.183.113: meson configure -Dexamples=l3fwd x86_64-native-linuxapp-gcc
16/09/2020 09:38:48             dut.10.240.183.113: 
16/09/2020 09:38:48             dut.10.240.183.113: ninja -C x86_64-native-linuxapp-gcc
16/09/2020 09:38:53             dut.10.240.183.113: 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
Library m found: YES
Library numa found: YES
Has header "numaif.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 pcap found: YES 1.9.1 (cached)
Library pcap found: YES
Has header "pcap.h" with dependency -lpcap: YES (cached)
Compiler for C supports arguments -Wextra: YES (cached)
../config/meson.build:220: 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 "__PCLMUL__" : 1 (cached)
Fetching value of define "__AVX__" : 1 (cached)
Fetching value of define "__AVX2__" : 1 (cached)
Fetching value of define "__AVX512F__" : 1 (cached)
Fetching value of define "__RDRND__" : 1 (cached)
Fetching value of define "__RDSEED__" : 1 (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)
Has header "getopt.h" : 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"
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"
Run-time dependency jansson found: NO (tried pkgconfig and cmake)
Message: lib/librte_metrics: Defining dependency "metrics"
Message: lib/librte_hash: Defining dependency "hash"
Message: lib/librte_timer: Defining dependency "timer"
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"
Dependency libelf found: YES 0.176 (cached)
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 -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"
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)
Message: drivers/net/i40e: Defining dependency "pmd_i40e"
Message: drivers/net/hinic: Defining dependency "pmd_hinic"
Message: drivers/net/hns3: Defining dependency "pmd_hns3"
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)
Message: drivers/net/ice: Defining dependency "pmd_ice"
Message: drivers/net/igc: Defining dependency "pmd_igc"
Run-time dependency libfdt found: NO (tried pkgconfig and cmake)
Library libfdt found: YES
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)
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/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"
Run-time dependency libfdt found: NO (tried pkgconfig and cmake)
Library libfdt found: YES
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"
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, 
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:
	
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: 962

Found ninja-1.10.0.git.kitware.jobserver-1 at /usr/local/bin/ninja
[1/7] Compiling C object examples/dpdk-l3fwd.p/l3fwd_l3fwd_event.c.o
[2/7] Compiling C object examples/dpdk-l3fwd.p/l3fwd_l3fwd_event_internal_port.c.o
[3/7] Compiling C object examples/dpdk-l3fwd.p/l3fwd_l3fwd_event_generic.c.o
[4/7] Compiling C object examples/dpdk-l3fwd.p/l3fwd_main.c.o
[5/7] Compiling C object examples/dpdk-l3fwd.p/l3fwd_l3fwd_lpm.c.o
[6/7] Compiling C object examples/dpdk-l3fwd.p/l3fwd_l3fwd_em.c.o
[7/7] Linking target examples/dpdk-l3fwd
16/09/2020 09:38:53             dut.10.240.183.113: ls x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd 
16/09/2020 09:38:54             dut.10.240.183.113: x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd
16/09/2020 09:38:58             dut.10.240.183.113: cat /sys/bus/pci/devices/0000\:af\:01.0/vendor
16/09/2020 09:38:58             dut.10.240.183.113: 0x8086
16/09/2020 09:38:58             dut.10.240.183.113: cat /sys/bus/pci/devices/0000\:af\:01.0/device
16/09/2020 09:38:58             dut.10.240.183.113: 0x1889
16/09/2020 09:38:58             dut.10.240.183.113: cat /sys/bus/pci/devices/0000\:af\:01.0/vendor
16/09/2020 09:38:58             dut.10.240.183.113: 0x8086
16/09/2020 09:38:58             dut.10.240.183.113: cat /sys/bus/pci/devices/0000\:af\:01.0/device
16/09/2020 09:38:58             dut.10.240.183.113: 0x1889
16/09/2020 09:39:01             dut.10.240.183.113: ifconfig ens801f0 up;ethtool ens801f0 | grep Speed
16/09/2020 09:39:01             dut.10.240.183.113: 	Speed: 25000Mb/s
16/09/2020 09:39:06             dut.10.240.183.113: cat /sys/bus/pci/devices/0000\:af\:11.0/vendor
16/09/2020 09:39:06             dut.10.240.183.113: 0x8086
16/09/2020 09:39:06             dut.10.240.183.113: cat /sys/bus/pci/devices/0000\:af\:11.0/device
16/09/2020 09:39:06             dut.10.240.183.113: 0x1889
16/09/2020 09:39:06             dut.10.240.183.113: cat /sys/bus/pci/devices/0000\:af\:11.0/vendor
16/09/2020 09:39:06             dut.10.240.183.113: 0x8086
16/09/2020 09:39:06             dut.10.240.183.113: cat /sys/bus/pci/devices/0000\:af\:11.0/device
16/09/2020 09:39:06             dut.10.240.183.113: 0x1889
16/09/2020 09:39:09             dut.10.240.183.113: ifconfig ens801f1 up;ethtool ens801f1 | grep Speed
16/09/2020 09:39:09             dut.10.240.183.113: 	Speed: 25000Mb/s
16/09/2020 09:39:09            TestVfL3fwdKernelPf: {0: {'pf_pci': '0000:af:00.0', 'vfs_pci': ['0000:af:01.0'], 'vf_mac': '00:12:34:56:78:01', 'src_mac': '02:00:00:00:00:00'}, 1: {'pf_pci': '0000:af:00.1', 'vfs_pci': ['0000:af:11.0'], 'vf_mac': '00:12:34:56:78:02', 'src_mac': '02:00:00:00:00:01'}}
16/09/2020 09:39:09            TestVfL3fwdKernelPf: {'pkt_layers': {'ether': {'dst': '00:12:34:56:78:01',
                          'src': '02:00:00:00:00:00'},
                'ipv4': {'src': '198.18.0.1'},
                'raw': {'payload': ['58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58']}},
 'type': 'IP_RAW'}
16/09/2020 09:39:09            TestVfL3fwdKernelPf: "Ether(dst='00:12:34:56:78:01',src='02:00:00:00:00:00')/IP(version=4,tos=0,id=1,frag=0,ttl=64,src='198.18.0.1',dst='127.0.0.1')/Raw(load=b'XXXXXXXXXXXXXXXXXXXXXXXXXX')"
16/09/2020 09:39:09            TestVfL3fwdKernelPf: {'pkt_layers': {'ether': {'dst': '00:12:34:56:78:02',
                          'src': '02:00:00:00:00:01'},
                'ipv4': {'src': '198.18.1.1'},
                'raw': {'payload': ['58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58']}},
 'type': 'IP_RAW'}
16/09/2020 09:39:09            TestVfL3fwdKernelPf: "Ether(dst='00:12:34:56:78:02',src='02:00:00:00:00:01')/IP(version=4,tos=0,id=1,frag=0,ttl=64,src='198.18.1.1',dst='127.0.0.1')/Raw(load=b'XXXXXXXXXXXXXXXXXXXXXXXXXX')"
16/09/2020 09:39:09            TestVfL3fwdKernelPf: {'pkt_layers': {'ether': {'dst': '00:12:34:56:78:01',
                          'src': '02:00:00:00:00:00'},
                'ipv4': {'src': '198.18.0.1'},
                'raw': {'payload': ['58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58']}},
 'type': 'IP_RAW'}
16/09/2020 09:39:09            TestVfL3fwdKernelPf: "Ether(dst='00:12:34:56:78:01',src='02:00:00:00:00:00')/IP(version=4,tos=0,id=1,frag=0,ttl=64,src='198.18.0.1',dst='127.0.0.1')/Raw(load=b'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX')"
16/09/2020 09:39:09            TestVfL3fwdKernelPf: {'pkt_layers': {'ether': {'dst': '00:12:34:56:78:02',
                          'src': '02:00:00:00:00:01'},
                'ipv4': {'src': '198.18.1.1'},
                'raw': {'payload': ['58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58']}},
 'type': 'IP_RAW'}
16/09/2020 09:39:09            TestVfL3fwdKernelPf: "Ether(dst='00:12:34:56:78:02',src='02:00:00:00:00:01')/IP(version=4,tos=0,id=1,frag=0,ttl=64,src='198.18.1.1',dst='127.0.0.1')/Raw(load=b'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX')"
16/09/2020 09:39:09            TestVfL3fwdKernelPf: {'pkt_layers': {'ether': {'dst': '00:12:34:56:78:01',
                          'src': '02:00:00:00:00:00'},
                'ipv4': {'src': '198.18.0.1'},
                'raw': {'payload': ['58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58']}},
 'type': 'IP_RAW'}
16/09/2020 09:39:09            TestVfL3fwdKernelPf: "Ether(dst='00:12:34:56:78:01',src='02:00:00:00:00:00')/IP(version=4,tos=0,id=1,frag=0,ttl=64,src='198.18.0.1',dst='127.0.0.1')/Raw(load=b'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX')"
16/09/2020 09:39:09            TestVfL3fwdKernelPf: {'pkt_layers': {'ether': {'dst': '00:12:34:56:78:02',
                          'src': '02:00:00:00:00:01'},
                'ipv4': {'src': '198.18.1.1'},
                'raw': {'payload': ['58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58']}},
 'type': 'IP_RAW'}
16/09/2020 09:39:09            TestVfL3fwdKernelPf: "Ether(dst='00:12:34:56:78:02',src='02:00:00:00:00:01')/IP(version=4,tos=0,id=1,frag=0,ttl=64,src='198.18.1.1',dst='127.0.0.1')/Raw(load=b'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX')"
16/09/2020 09:39:09            TestVfL3fwdKernelPf: {'pkt_layers': {'ether': {'dst': '00:12:34:56:78:01',
                          'src': '02:00:00:00:00:00'},
                'ipv4': {'src': '198.18.0.1'},
                'raw': {'payload': ['58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58']}},
 'type': 'IP_RAW'}
16/09/2020 09:39:09            TestVfL3fwdKernelPf: "Ether(dst='00:12:34:56:78:01',src='02:00:00:00:00:00')/IP(version=4,tos=0,id=1,frag=0,ttl=64,src='198.18.0.1',dst='127.0.0.1')/Raw(load=b'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX')"
16/09/2020 09:39:09            TestVfL3fwdKernelPf: {'pkt_layers': {'ether': {'dst': '00:12:34:56:78:02',
                          'src': '02:00:00:00:00:01'},
                'ipv4': {'src': '198.18.1.1'},
                'raw': {'payload': ['58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58']}},
 'type': 'IP_RAW'}
16/09/2020 09:39:09            TestVfL3fwdKernelPf: "Ether(dst='00:12:34:56:78:02',src='02:00:00:00:00:01')/IP(version=4,tos=0,id=1,frag=0,ttl=64,src='198.18.1.1',dst='127.0.0.1')/Raw(load=b'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX')"
16/09/2020 09:39:09            TestVfL3fwdKernelPf: {'pkt_layers': {'ether': {'dst': '00:12:34:56:78:01',
                          'src': '02:00:00:00:00:00'},
                'ipv4': {'src': '198.18.0.1'},
                'raw': {'payload': ['58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58']}},
 'type': 'IP_RAW'}
16/09/2020 09:39:09            TestVfL3fwdKernelPf: "Ether(dst='00:12:34:56:78:01',src='02:00:00:00:00:00')/IP(version=4,tos=0,id=1,frag=0,ttl=64,src='198.18.0.1',dst='127.0.0.1')/Raw(load=b'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX')"
16/09/2020 09:39:09            TestVfL3fwdKernelPf: {'pkt_layers': {'ether': {'dst': '00:12:34:56:78:02',
                          'src': '02:00:00:00:00:01'},
                'ipv4': {'src': '198.18.1.1'},
                'raw': {'payload': ['58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58']}},
 'type': 'IP_RAW'}
16/09/2020 09:39:09            TestVfL3fwdKernelPf: "Ether(dst='00:12:34:56:78:02',src='02:00:00:00:00:01')/IP(version=4,tos=0,id=1,frag=0,ttl=64,src='198.18.1.1',dst='127.0.0.1')/Raw(load=b'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX')"
16/09/2020 09:39:09            TestVfL3fwdKernelPf: {'pkt_layers': {'ether': {'dst': '00:12:34:56:78:01',
                          'src': '02:00:00:00:00:00'},
                'ipv4': {'src': '198.18.0.1'},
                'raw': {'payload': ['58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58']}},
 'type': 'IP_RAW'}
16/09/2020 09:39:09            TestVfL3fwdKernelPf: "Ether(dst='00:12:34:56:78:01',src='02:00:00:00:00:00')/IP(version=4,tos=0,id=1,frag=0,ttl=64,src='198.18.0.1',dst='127.0.0.1')/Raw(load=b'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX')"
16/09/2020 09:39:09            TestVfL3fwdKernelPf: {'pkt_layers': {'ether': {'dst': '00:12:34:56:78:02',
                          'src': '02:00:00:00:00:01'},
                'ipv4': {'src': '198.18.1.1'},
                'raw': {'payload': ['58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58']}},
 'type': 'IP_RAW'}
16/09/2020 09:39:09            TestVfL3fwdKernelPf: "Ether(dst='00:12:34:56:78:02',src='02:00:00:00:00:01')/IP(version=4,tos=0,id=1,frag=0,ttl=64,src='198.18.1.1',dst='127.0.0.1')/Raw(load=b'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX')"
16/09/2020 09:39:09            TestVfL3fwdKernelPf: {'pkt_layers': {'ether': {'dst': '00:12:34:56:78:01',
                          'src': '02:00:00:00:00:00'},
                'ipv4': {'src': '198.18.0.1'},
                'raw': {'payload': ['58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58']}},
 'type': 'IP_RAW'}
16/09/2020 09:39:09            TestVfL3fwdKernelPf: "Ether(dst='00:12:34:56:78:01',src='02:00:00:00:00:00')/IP(version=4,tos=0,id=1,frag=0,ttl=64,src='198.18.0.1',dst='127.0.0.1')/Raw(load=b'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX')"
16/09/2020 09:39:09            TestVfL3fwdKernelPf: {'pkt_layers': {'ether': {'dst': '00:12:34:56:78:02',
                          'src': '02:00:00:00:00:01'},
                'ipv4': {'src': '198.18.1.1'},
                'raw': {'payload': ['58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58']}},
 'type': 'IP_RAW'}
16/09/2020 09:39:09            TestVfL3fwdKernelPf: "Ether(dst='00:12:34:56:78:02',src='02:00:00:00:00:01')/IP(version=4,tos=0,id=1,frag=0,ttl=64,src='198.18.1.1',dst='127.0.0.1')/Raw(load=b'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX')"
16/09/2020 09:39:09            TestVfL3fwdKernelPf: {(<IP_TYPE.V4: 'ipv4'>, <MATCH_MODE.LPM: 'lpm'>, 64): [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
                                                        {'ip': {'dst': {'action': 'random',
                                                                        'dst': '198.18.0.255',
                                                                        'src': '198.18.0.1',
                                                                        'step': 1}}}],
                                                       [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
                                                        {'ip': {'dst': {'action': 'random',
                                                                        'dst': '198.18.1.255',
                                                                        'src': '198.18.1.1',
                                                                        'step': 1}}}]],
 (<IP_TYPE.V4: 'ipv4'>, <MATCH_MODE.LPM: 'lpm'>, 128): [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
                                                         {'ip': {'dst': {'action': 'random',
                                                                         'dst': '198.18.0.255',
                                                                         'src': '198.18.0.1',
                                                                         'step': 1}}}],
                                                        [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
                                                         {'ip': {'dst': {'action': 'random',
                                                                         'dst': '198.18.1.255',
                                                                         'src': '198.18.1.1',
                                                                         'step': 1}}}]],
 (<IP_TYPE.V4: 'ipv4'>, <MATCH_MODE.LPM: 'lpm'>, 256): [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
                                                         {'ip': {'dst': {'action': 'random',
                                                                         'dst': '198.18.0.255',
                                                                         'src': '198.18.0.1',
                                                                         'step': 1}}}],
                                                        [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
                                                         {'ip': {'dst': {'action': 'random',
                                                                         'dst': '198.18.1.255',
                                                                         'src': '198.18.1.1',
                                                                         'step': 1}}}]],
 (<IP_TYPE.V4: 'ipv4'>, <MATCH_MODE.LPM: 'lpm'>, 512): [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
                                                         {'ip': {'dst': {'action': 'random',
                                                                         'dst': '198.18.0.255',
                                                                         'src': '198.18.0.1',
                                                                         'step': 1}}}],
                                                        [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
                                                         {'ip': {'dst': {'action': 'random',
                                                                         'dst': '198.18.1.255',
                                                                         'src': '198.18.1.1',
                                                                         'step': 1}}}]],
 (<IP_TYPE.V4: 'ipv4'>, <MATCH_MODE.LPM: 'lpm'>, 1024): [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
                                                          {'ip': {'dst': {'action': 'random',
                                                                          'dst': '198.18.0.255',
                                                                          'src': '198.18.0.1',
                                                                          'step': 1}}}],
                                                         [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
                                                          {'ip': {'dst': {'action': 'random',
                                                                          'dst': '198.18.1.255',
                                                                          'src': '198.18.1.1',
                                                                          'step': 1}}}]],
 (<IP_TYPE.V4: 'ipv4'>, <MATCH_MODE.LPM: 'lpm'>, 1280): [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
                                                          {'ip': {'dst': {'action': 'random',
                                                                          'dst': '198.18.0.255',
                                                                          'src': '198.18.0.1',
                                                                          'step': 1}}}],
                                                         [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
                                                          {'ip': {'dst': {'action': 'random',
                                                                          'dst': '198.18.1.255',
                                                                          'src': '198.18.1.1',
                                                                          'step': 1}}}]],
 (<IP_TYPE.V4: 'ipv4'>, <MATCH_MODE.LPM: 'lpm'>, 1518): [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
                                                          {'ip': {'dst': {'action': 'random',
                                                                          'dst': '198.18.0.255',
                                                                          'src': '198.18.0.1',
                                                                          'step': 1}}}],
                                                         [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
                                                          {'ip': {'dst': {'action': 'random',
                                                                          'dst': '198.18.1.255',
                                                                          'src': '198.18.1.1',
                                                                          'step': 1}}}]]}
16/09/2020 09:39:09            TestVfL3fwdKernelPf: Test Case test_perf_vf_throughput_ipv4_lpm Begin
16/09/2020 09:39:09             dut.10.240.183.113: 
16/09/2020 09:39:09                         tester: 
16/09/2020 09:39:09            TestVfL3fwdKernelPf: Executing l3fwd with MATCH_MODE.LPM mode, 2 ports, 1C/1T-1Q and 64 frame size
16/09/2020 09:39:09             dut.10.240.183.113: ./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd -v -c 0x40000000 -n 4 -w 0000:af:01.0 -w 0000:af:11.0 -- -p 0x3 --config '(0,0,30),(1,0,30)'
16/09/2020 09:41:09            TestVfL3fwdKernelPf: Traceback (most recent call last):
  File "tests/l3fwd_base.py", line 938, in ms_throughput
    self.__start_l3fwd(mode, core_mask, port_conf, frame_size)
  File "tests/l3fwd_base.py", line 687, in __start_l3fwd
    self.d_con([command_line, "L3FWD:", 120])
  File "tests/l3fwd_base.py", line 198, in d_con
    return self.dut.send_expect(*_cmd)
  File "/home/lingwei/dts/framework/crb.py", line 93, in send_expect
    return self.session.send_expect(cmds, expected, timeout, verify)
  File "/home/lingwei/dts/framework/ssh_connection.py", line 64, in send_expect
    out = self.session.send_expect(cmds, expected, timeout, verify)
  File "/home/lingwei/dts/framework/ssh_pexpect.py", line 103, in send_expect
    raise(e)
  File "/home/lingwei/dts/framework/ssh_pexpect.py", line 90, in send_expect
    ret = self.send_expect_base(command, expected, timeout)
  File "/home/lingwei/dts/framework/ssh_pexpect.py", line 81, in send_expect_base
    self.__prompt(command, timeout)
  File "/home/lingwei/dts/framework/ssh_pexpect.py", line 149, in __prompt
    raise TimeoutException(command, self.get_output_all()) from None
exception.TimeoutException: TIMEOUT on ./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd -v -c 0x40000000 -n 4 -w 0000:af:01.0 -w 0000:af:11.0 -- -p 0x3 --config '(0,0,30),(1,0,30)'

16/09/2020 09:41:09            TestVfL3fwdKernelPf: Test Case test_perf_vf_throughput_ipv4_lpm Result FAILED: TimeoutException("./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd -v -c 0x40000000 -n 4 -w 0000:af:01.0 -w 0000:af:11.0 -- -p 0x3 --config '(0,0,30),(1,0,30)'", "EAL: Detected 112 lcore(s)\r\nEAL: Detected 2 NUMA nodes\r\nEAL: RTE Version: 'DPDK 20.11.0-rc0'\r\nEAL: Multi-process socket /var/run/dpdk/rte/mp_socket\r\nEAL: Selected IOVA mode 'VA'\r\nEAL: Probing VFIO support...\r\nEAL: VFIO support initialized\r\nEAL:   using IOMMU type 1 (Type 1)\r\nEAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:af:01.0 (socket 1)\r\niavf_read_msg_from_pf(): command mismatch, expect 44, get 17\r\nEAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:af:11.0 (socket 1)\r\niavf_read_msg_from_pf(): command mismatch, expect 44, get 17\r\nEAL: No legacy callbacks, legacy socket not created\r\nLPM or EM none selected, default LPM on\r\nInitializing port 0 ... Creating queues: nb_rxq=1 nb_txq=1... Port 0 modified RSS hash function based on hardware support,requested:0xa38c configured:0x88\r\n Address:00:12:34:56:78:01, Destination:02:00:00:00:00:00, Allocated mbuf pool on socket 1\r\nLPM: Adding route 198.18.0.0 / 24 (0)\r\nLPM: Adding route 198.18.1.0 / 24 (1)\r\nLPM: Adding route 2001:200:: / 48 (0)\r\nLPM: Adding route 2001:200:0:0:1:: / 48 (1)\r\ntxq=30,0,1 \r\nInitializing port 1 ... Creating queues: nb_rxq=1 nb_txq=1... Port 1 modified RSS hash function based on hardware support,requested:0xa38c configured:0x88\r\n Address:00:12:34:56:78:02, Destination:02:00:00:00:00:01, txq=30,0,1 \r\n\r\nInitializing rx queues on lcore 30 ... rxq=0,0,1 rxq=1,0,1 iavf_configure_queues(): request RXDID == 22 in Queue[0]\r\niavf_configure_queues(): request RXDID == 22 in Queue[0]\r\n\r\nport 0 cannot parse RTE_PTYPE_L3_IPV6\r\nport 0 cannot parse packet type, please add --parse-ptype\r\nEAL: Error - exiting with code: 1\r\n  Cause: ptype check fails\r\n[PEXPECT]# ")
16/09/2020 09:41:09             dut.10.240.183.113: kill_all: called by dut and has no prefix list.
16/09/2020 09:41:11                            dts: 
TEST SUITE ENDED: TestVfL3fwdKernelPf
16/09/2020 09:41:23            TestVfL3fwdKernelPf: json results data is empty
16/09/2020 09:54:42                            dts: 
TEST SUITE : TestVfL3fwdKernelPf
16/09/2020 09:54:42                            dts: NIC :        columbiaville_25g
16/09/2020 09:54:42             dut.10.240.183.113: 
16/09/2020 09:54:42                         tester: 
16/09/2020 09:54:42            TestVfL3fwdKernelPf: [0, 1]
16/09/2020 09:54:42            TestVfL3fwdKernelPf: current using ports [0, 1] for testing
16/09/2020 09:54:42            TestVfL3fwdKernelPf: {'accepted_tolerance': 6,
 'cores_for_all': True,
 'expected_throughput': {'test_perf_vf_throughput_ipv4_lpm': {'columbiaville_25g': {'1C/1T-1Q': {'1024': '5.983',
                                                                                                 '128': '33.409',
                                                                                                 '1280': '4.800',
                                                                                                 '1518': '4.067',
                                                                                                 '256': '21.226',
                                                                                                 '512': '11.735',
                                                                                                 '64': '32.765'},
                                                                                    '1C/1T-2Q': {'1024': '5.990',
                                                                                                 '128': '32.963',
                                                                                                 '1280': '4.800',
                                                                                                 '1518': '4.061',
                                                                                                 '256': '21.100',
                                                                                                 '512': '11.783',
                                                                                                 '64': '31.843'},
                                                                                    '1C/2T-2Q': {'1024': '5.990',
                                                                                                 '128': '33.144',
                                                                                                 '1280': '4.800',
                                                                                                 '1518': '4.056',
                                                                                                 '256': '21.223',
                                                                                                 '512': '11.733',
                                                                                                 '64': '35.923'},
                                                                                    '2C/2T-2Q': {'1024': '5.989',
                                                                                                 '128': '33.212',
                                                                                                 '1280': '4.809',
                                                                                                 '1518': '4.065',
                                                                                                 '256': '21.211',
                                                                                                 '512': '11.780',
                                                                                                 '64': '46.497'},
                                                                                    '2C/4T-2Q': {'1024': '6.005',
                                                                                                 '128': '32.935',
                                                                                                 '1280': '4.810',
                                                                                                 '1518': '4.058',
                                                                                                 '256': '20.877',
                                                                                                 '512': '11.749',
                                                                                                 '64': '45.473'},
                                                                                    '4C/4T-2Q': {'1024': '5.981',
                                                                                                 '128': '30.950',
                                                                                                 '1280': '4.809',
                                                                                                 '1518': '4.077',
                                                                                                 '256': '20.501',
                                                                                                 '512': '11.722',
                                                                                                 '64': '38.221'}}}},
 'l3fwd_restart': False,
 'l3fwd_wait_up': 10,
 'port_list': [0, 1],
 'test_duration': 20,
 'test_parameters': {'1C/1T-1Q': ['64',
                                  '128',
                                  '256',
                                  '512',
                                  '1024',
                                  '1280',
                                  '1518'],
                     '1C/1T-2Q': ['64',
                                  '128',
                                  '256',
                                  '512',
                                  '1024',
                                  '1280',
                                  '1518'],
                     '1C/2T-2Q': ['64',
                                  '128',
                                  '256',
                                  '512',
                                  '1024',
                                  '1280',
                                  '1518'],
                     '2C/2T-2Q': ['64',
                                  '128',
                                  '256',
                                  '512',
                                  '1024',
                                  '1280',
                                  '1518'],
                     '2C/4T-2Q': ['64',
                                  '128',
                                  '256',
                                  '512',
                                  '1024',
                                  '1280',
                                  '1518'],
                     '4C/4T-2Q': ['64',
                                  '128',
                                  '256',
                                  '512',
                                  '1024',
                                  '1280',
                                  '1518']},
 'traffic_stop_wait_time': 10,
 'update_expected': True,
 'vf_driver': 'vfio-pci'}
16/09/2020 09:54:42            TestVfL3fwdKernelPf: use default stream format RAW
16/09/2020 09:54:42            TestVfL3fwdKernelPf: vf driver use NIC_DRV.VFIO_PCI, None is set in cfg file
16/09/2020 09:54:42            TestVfL3fwdKernelPf: pf driver type: NIC_DRV.PCI_STUB, vf driver type: NIC_DRV.VFIO_PCI
16/09/2020 09:54:42            TestVfL3fwdKernelPf: {'accepted_tolerance': 6,
 'cores_for_all': True,
 'expected_throughput': {'test_perf_vf_throughput_ipv4_lpm': {'columbiaville_25g': {'1C/1T-1Q': {'1024': '5.983',
                                                                                                 '128': '33.409',
                                                                                                 '1280': '4.800',
                                                                                                 '1518': '4.067',
                                                                                                 '256': '21.226',
                                                                                                 '512': '11.735',
                                                                                                 '64': '32.765'},
                                                                                    '1C/1T-2Q': {'1024': '5.990',
                                                                                                 '128': '32.963',
                                                                                                 '1280': '4.800',
                                                                                                 '1518': '4.061',
                                                                                                 '256': '21.100',
                                                                                                 '512': '11.783',
                                                                                                 '64': '31.843'},
                                                                                    '1C/2T-2Q': {'1024': '5.990',
                                                                                                 '128': '33.144',
                                                                                                 '1280': '4.800',
                                                                                                 '1518': '4.056',
                                                                                                 '256': '21.223',
                                                                                                 '512': '11.733',
                                                                                                 '64': '35.923'},
                                                                                    '2C/2T-2Q': {'1024': '5.989',
                                                                                                 '128': '33.212',
                                                                                                 '1280': '4.809',
                                                                                                 '1518': '4.065',
                                                                                                 '256': '21.211',
                                                                                                 '512': '11.780',
                                                                                                 '64': '46.497'},
                                                                                    '2C/4T-2Q': {'1024': '6.005',
                                                                                                 '128': '32.935',
                                                                                                 '1280': '4.810',
                                                                                                 '1518': '4.058',
                                                                                                 '256': '20.877',
                                                                                                 '512': '11.749',
                                                                                                 '64': '45.473'},
                                                                                    '4C/4T-2Q': {'1024': '5.981',
                                                                                                 '128': '30.950',
                                                                                                 '1280': '4.809',
                                                                                                 '1518': '4.077',
                                                                                                 '256': '20.501',
                                                                                                 '512': '11.722',
                                                                                                 '64': '38.221'}}}},
 'flows': {'ipv4': {'lpm': ['198.18.0.0/24',
                            '198.18.1.0/24',
                            '198.18.2.0/24',
                            '198.18.3.0/24',
                            '198.18.4.0/24',
                            '198.18.5.0/24',
                            '198.18.6.0/24',
                            '198.18.7.0/24']}},
 'frame_sizes': [64, 128, 256, 512, 1024, 1280, 1518],
 'l3fwd_restart': False,
 'l3fwd_wait_up': 10,
 'port_configs': [['1C/1T-1Q', '0x40000000', '(0,0,30),(1,0,30)', 64],
                  ['1C/1T-1Q', '0x40000000', '(0,0,30),(1,0,30)', 128],
                  ['1C/1T-1Q', '0x40000000', '(0,0,30),(1,0,30)', 256],
                  ['1C/1T-1Q', '0x40000000', '(0,0,30),(1,0,30)', 512],
                  ['1C/1T-1Q', '0x40000000', '(0,0,30),(1,0,30)', 1024],
                  ['1C/1T-1Q', '0x40000000', '(0,0,30),(1,0,30)', 1280],
                  ['1C/1T-1Q', '0x40000000', '(0,0,30),(1,0,30)', 1518],
                  ['1C/1T-2Q',
                   '0x40000000',
                   '(0,0,30),(0,1,30),(1,0,30),(1,1,30)',
                   64],
                  ['1C/1T-2Q',
                   '0x40000000',
                   '(0,0,30),(0,1,30),(1,0,30),(1,1,30)',
                   128],
                  ['1C/1T-2Q',
                   '0x40000000',
                   '(0,0,30),(0,1,30),(1,0,30),(1,1,30)',
                   256],
                  ['1C/1T-2Q',
                   '0x40000000',
                   '(0,0,30),(0,1,30),(1,0,30),(1,1,30)',
                   512],
                  ['1C/1T-2Q',
                   '0x40000000',
                   '(0,0,30),(0,1,30),(1,0,30),(1,1,30)',
                   1024],
                  ['1C/1T-2Q',
                   '0x40000000',
                   '(0,0,30),(0,1,30),(1,0,30),(1,1,30)',
                   1280],
                  ['1C/1T-2Q',
                   '0x40000000',
                   '(0,0,30),(0,1,30),(1,0,30),(1,1,30)',
                   1518],
                  ['1C/2T-2Q',
                   '0x4000000000000040000000',
                   '(0,0,30),(0,1,86),(1,0,30),(1,1,86)',
                   64],
                  ['1C/2T-2Q',
                   '0x4000000000000040000000',
                   '(0,0,30),(0,1,86),(1,0,30),(1,1,86)',
                   128],
                  ['1C/2T-2Q',
                   '0x4000000000000040000000',
                   '(0,0,30),(0,1,86),(1,0,30),(1,1,86)',
                   256],
                  ['1C/2T-2Q',
                   '0x4000000000000040000000',
                   '(0,0,30),(0,1,86),(1,0,30),(1,1,86)',
                   512],
                  ['1C/2T-2Q',
                   '0x4000000000000040000000',
                   '(0,0,30),(0,1,86),(1,0,30),(1,1,86)',
                   1024],
                  ['1C/2T-2Q',
                   '0x4000000000000040000000',
                   '(0,0,30),(0,1,86),(1,0,30),(1,1,86)',
                   1280],
                  ['1C/2T-2Q',
                   '0x4000000000000040000000',
                   '(0,0,30),(0,1,86),(1,0,30),(1,1,86)',
                   1518],
                  ['2C/2T-2Q',
                   '0xc0000000',
                   '(0,0,30),(0,1,31),(1,0,30),(1,1,31)',
                   64],
                  ['2C/2T-2Q',
                   '0xc0000000',
                   '(0,0,30),(0,1,31),(1,0,30),(1,1,31)',
                   128],
                  ['2C/2T-2Q',
                   '0xc0000000',
                   '(0,0,30),(0,1,31),(1,0,30),(1,1,31)',
                   256],
                  ['2C/2T-2Q',
                   '0xc0000000',
                   '(0,0,30),(0,1,31),(1,0,30),(1,1,31)',
                   512],
                  ['2C/2T-2Q',
                   '0xc0000000',
                   '(0,0,30),(0,1,31),(1,0,30),(1,1,31)',
                   1024],
                  ['2C/2T-2Q',
                   '0xc0000000',
                   '(0,0,30),(0,1,31),(1,0,30),(1,1,31)',
                   1280],
                  ['2C/2T-2Q',
                   '0xc0000000',
                   '(0,0,30),(0,1,31),(1,0,30),(1,1,31)',
                   1518],
                  ['2C/4T-2Q',
                   '0xc0000000000000c0000000',
                   '(0,0,30),(0,1,31),(1,0,86),(1,1,87)',
                   64],
                  ['2C/4T-2Q',
                   '0xc0000000000000c0000000',
                   '(0,0,30),(0,1,31),(1,0,86),(1,1,87)',
                   128],
                  ['2C/4T-2Q',
                   '0xc0000000000000c0000000',
                   '(0,0,30),(0,1,31),(1,0,86),(1,1,87)',
                   256],
                  ['2C/4T-2Q',
                   '0xc0000000000000c0000000',
                   '(0,0,30),(0,1,31),(1,0,86),(1,1,87)',
                   512],
                  ['2C/4T-2Q',
                   '0xc0000000000000c0000000',
                   '(0,0,30),(0,1,31),(1,0,86),(1,1,87)',
                   1024],
                  ['2C/4T-2Q',
                   '0xc0000000000000c0000000',
                   '(0,0,30),(0,1,31),(1,0,86),(1,1,87)',
                   1280],
                  ['2C/4T-2Q',
                   '0xc0000000000000c0000000',
                   '(0,0,30),(0,1,31),(1,0,86),(1,1,87)',
                   1518],
                  ['4C/4T-2Q',
                   '0x3c0000000',
                   '(0,0,30),(0,1,31),(1,0,32),(1,1,33)',
                   64],
                  ['4C/4T-2Q',
                   '0x3c0000000',
                   '(0,0,30),(0,1,31),(1,0,32),(1,1,33)',
                   128],
                  ['4C/4T-2Q',
                   '0x3c0000000',
                   '(0,0,30),(0,1,31),(1,0,32),(1,1,33)',
                   256],
                  ['4C/4T-2Q',
                   '0x3c0000000',
                   '(0,0,30),(0,1,31),(1,0,32),(1,1,33)',
                   512],
                  ['4C/4T-2Q',
                   '0x3c0000000',
                   '(0,0,30),(0,1,31),(1,0,32),(1,1,33)',
                   1024],
                  ['4C/4T-2Q',
                   '0x3c0000000',
                   '(0,0,30),(0,1,31),(1,0,32),(1,1,33)',
                   1280],
                  ['4C/4T-2Q',
                   '0x3c0000000',
                   '(0,0,30),(0,1,31),(1,0,32),(1,1,33)',
                   1518]],
 'port_list': [0, 1],
 'test_duration': 20,
 'test_parameters': {'1C/1T-1Q': ['64',
                                  '128',
                                  '256',
                                  '512',
                                  '1024',
                                  '1280',
                                  '1518'],
                     '1C/1T-2Q': ['64',
                                  '128',
                                  '256',
                                  '512',
                                  '1024',
                                  '1280',
                                  '1518'],
                     '1C/2T-2Q': ['64',
                                  '128',
                                  '256',
                                  '512',
                                  '1024',
                                  '1280',
                                  '1518'],
                     '2C/2T-2Q': ['64',
                                  '128',
                                  '256',
                                  '512',
                                  '1024',
                                  '1280',
                                  '1518'],
                     '2C/4T-2Q': ['64',
                                  '128',
                                  '256',
                                  '512',
                                  '1024',
                                  '1280',
                                  '1518'],
                     '4C/4T-2Q': ['64',
                                  '128',
                                  '256',
                                  '512',
                                  '1024',
                                  '1280',
                                  '1518']},
 'traffic_stop_wait_time': 10,
 'update_expected': True,
 'vf_driver': 'vfio-pci'}
16/09/2020 09:54:42             dut.10.240.183.113: meson configure -Dexamples=l3fwd x86_64-native-linuxapp-gcc
16/09/2020 09:54:42             dut.10.240.183.113: 
16/09/2020 09:54:42             dut.10.240.183.113: ninja -C x86_64-native-linuxapp-gcc
16/09/2020 09:54:47             dut.10.240.183.113: 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
Library m found: YES
Library numa found: YES
Has header "numaif.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 pcap found: YES 1.9.1 (cached)
Library pcap found: YES
Has header "pcap.h" with dependency -lpcap: YES (cached)
Compiler for C supports arguments -Wextra: YES (cached)
../config/meson.build:220: 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 "__PCLMUL__" : 1 (cached)
Fetching value of define "__AVX__" : 1 (cached)
Fetching value of define "__AVX2__" : 1 (cached)
Fetching value of define "__AVX512F__" : 1 (cached)
Fetching value of define "__RDRND__" : 1 (cached)
Fetching value of define "__RDSEED__" : 1 (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)
Has header "getopt.h" : 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"
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"
Run-time dependency jansson found: NO (tried pkgconfig and cmake)
Message: lib/librte_metrics: Defining dependency "metrics"
Message: lib/librte_hash: Defining dependency "hash"
Message: lib/librte_timer: Defining dependency "timer"
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"
Dependency libelf found: YES 0.176 (cached)
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 -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"
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)
Message: drivers/net/i40e: Defining dependency "pmd_i40e"
Message: drivers/net/hinic: Defining dependency "pmd_hinic"
Message: drivers/net/hns3: Defining dependency "pmd_hns3"
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)
Message: drivers/net/ice: Defining dependency "pmd_ice"
Message: drivers/net/igc: Defining dependency "pmd_igc"
Run-time dependency libfdt found: NO (tried pkgconfig and cmake)
Library libfdt found: YES
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)
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/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"
Run-time dependency libfdt found: NO (tried pkgconfig and cmake)
Library libfdt found: YES
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"
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, 
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:
	
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: 962

Found ninja-1.10.0.git.kitware.jobserver-1 at /usr/local/bin/ninja
[1/7] Compiling C object examples/dpdk-l3fwd.p/l3fwd_l3fwd_event_internal_port.c.o
[2/7] Compiling C object examples/dpdk-l3fwd.p/l3fwd_l3fwd_event_generic.c.o
[3/7] Compiling C object examples/dpdk-l3fwd.p/l3fwd_l3fwd_event.c.o
[4/7] Compiling C object examples/dpdk-l3fwd.p/l3fwd_main.c.o
[5/7] Compiling C object examples/dpdk-l3fwd.p/l3fwd_l3fwd_lpm.c.o
[6/7] Compiling C object examples/dpdk-l3fwd.p/l3fwd_l3fwd_em.c.o
[7/7] Linking target examples/dpdk-l3fwd
16/09/2020 09:54:47             dut.10.240.183.113: ls x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd 
16/09/2020 09:54:47             dut.10.240.183.113: x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd
16/09/2020 09:54:52             dut.10.240.183.113: cat /sys/bus/pci/devices/0000\:af\:01.0/vendor
16/09/2020 09:54:52             dut.10.240.183.113: 0x8086
16/09/2020 09:54:52             dut.10.240.183.113: cat /sys/bus/pci/devices/0000\:af\:01.0/device
16/09/2020 09:54:52             dut.10.240.183.113: 0x1889
16/09/2020 09:54:52             dut.10.240.183.113: cat /sys/bus/pci/devices/0000\:af\:01.0/vendor
16/09/2020 09:54:52             dut.10.240.183.113: 0x8086
16/09/2020 09:54:52             dut.10.240.183.113: cat /sys/bus/pci/devices/0000\:af\:01.0/device
16/09/2020 09:54:52             dut.10.240.183.113: 0x1889
16/09/2020 09:54:55             dut.10.240.183.113: ifconfig ens801f0 up;ethtool ens801f0 | grep Speed
16/09/2020 09:54:55             dut.10.240.183.113: 	Speed: 25000Mb/s
16/09/2020 09:55:00             dut.10.240.183.113: cat /sys/bus/pci/devices/0000\:af\:11.0/vendor
16/09/2020 09:55:00             dut.10.240.183.113: 0x8086
16/09/2020 09:55:00             dut.10.240.183.113: cat /sys/bus/pci/devices/0000\:af\:11.0/device
16/09/2020 09:55:00             dut.10.240.183.113: 0x1889
16/09/2020 09:55:00             dut.10.240.183.113: cat /sys/bus/pci/devices/0000\:af\:11.0/vendor
16/09/2020 09:55:00             dut.10.240.183.113: 0x8086
16/09/2020 09:55:00             dut.10.240.183.113: cat /sys/bus/pci/devices/0000\:af\:11.0/device
16/09/2020 09:55:00             dut.10.240.183.113: 0x1889
16/09/2020 09:55:03             dut.10.240.183.113: ifconfig ens801f1 up;ethtool ens801f1 | grep Speed
16/09/2020 09:55:03             dut.10.240.183.113: 	Speed: 25000Mb/s
16/09/2020 09:55:03            TestVfL3fwdKernelPf: {0: {'pf_pci': '0000:af:00.0', 'vfs_pci': ['0000:af:01.0'], 'vf_mac': '00:12:34:56:78:01', 'src_mac': '02:00:00:00:00:00'}, 1: {'pf_pci': '0000:af:00.1', 'vfs_pci': ['0000:af:11.0'], 'vf_mac': '00:12:34:56:78:02', 'src_mac': '02:00:00:00:00:01'}}
16/09/2020 09:55:03            TestVfL3fwdKernelPf: {'pkt_layers': {'ether': {'dst': '00:12:34:56:78:01',
                          'src': '02:00:00:00:00:00'},
                'ipv4': {'src': '198.18.0.1'},
                'raw': {'payload': ['58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58']}},
 'type': 'IP_RAW'}
16/09/2020 09:55:03            TestVfL3fwdKernelPf: "Ether(dst='00:12:34:56:78:01',src='02:00:00:00:00:00')/IP(version=4,tos=0,id=1,frag=0,ttl=64,src='198.18.0.1',dst='127.0.0.1')/Raw(load=b'XXXXXXXXXXXXXXXXXXXXXXXXXX')"
16/09/2020 09:55:03            TestVfL3fwdKernelPf: {'pkt_layers': {'ether': {'dst': '00:12:34:56:78:02',
                          'src': '02:00:00:00:00:01'},
                'ipv4': {'src': '198.18.1.1'},
                'raw': {'payload': ['58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58']}},
 'type': 'IP_RAW'}
16/09/2020 09:55:03            TestVfL3fwdKernelPf: "Ether(dst='00:12:34:56:78:02',src='02:00:00:00:00:01')/IP(version=4,tos=0,id=1,frag=0,ttl=64,src='198.18.1.1',dst='127.0.0.1')/Raw(load=b'XXXXXXXXXXXXXXXXXXXXXXXXXX')"
16/09/2020 09:55:03            TestVfL3fwdKernelPf: {'pkt_layers': {'ether': {'dst': '00:12:34:56:78:01',
                          'src': '02:00:00:00:00:00'},
                'ipv4': {'src': '198.18.0.1'},
                'raw': {'payload': ['58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58']}},
 'type': 'IP_RAW'}
16/09/2020 09:55:03            TestVfL3fwdKernelPf: "Ether(dst='00:12:34:56:78:01',src='02:00:00:00:00:00')/IP(version=4,tos=0,id=1,frag=0,ttl=64,src='198.18.0.1',dst='127.0.0.1')/Raw(load=b'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX')"
16/09/2020 09:55:03            TestVfL3fwdKernelPf: {'pkt_layers': {'ether': {'dst': '00:12:34:56:78:02',
                          'src': '02:00:00:00:00:01'},
                'ipv4': {'src': '198.18.1.1'},
                'raw': {'payload': ['58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58']}},
 'type': 'IP_RAW'}
16/09/2020 09:55:03            TestVfL3fwdKernelPf: "Ether(dst='00:12:34:56:78:02',src='02:00:00:00:00:01')/IP(version=4,tos=0,id=1,frag=0,ttl=64,src='198.18.1.1',dst='127.0.0.1')/Raw(load=b'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX')"
16/09/2020 09:55:03            TestVfL3fwdKernelPf: {'pkt_layers': {'ether': {'dst': '00:12:34:56:78:01',
                          'src': '02:00:00:00:00:00'},
                'ipv4': {'src': '198.18.0.1'},
                'raw': {'payload': ['58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58']}},
 'type': 'IP_RAW'}
16/09/2020 09:55:03            TestVfL3fwdKernelPf: "Ether(dst='00:12:34:56:78:01',src='02:00:00:00:00:00')/IP(version=4,tos=0,id=1,frag=0,ttl=64,src='198.18.0.1',dst='127.0.0.1')/Raw(load=b'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX')"
16/09/2020 09:55:03            TestVfL3fwdKernelPf: {'pkt_layers': {'ether': {'dst': '00:12:34:56:78:02',
                          'src': '02:00:00:00:00:01'},
                'ipv4': {'src': '198.18.1.1'},
                'raw': {'payload': ['58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58']}},
 'type': 'IP_RAW'}
16/09/2020 09:55:03            TestVfL3fwdKernelPf: "Ether(dst='00:12:34:56:78:02',src='02:00:00:00:00:01')/IP(version=4,tos=0,id=1,frag=0,ttl=64,src='198.18.1.1',dst='127.0.0.1')/Raw(load=b'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX')"
16/09/2020 09:55:03            TestVfL3fwdKernelPf: {'pkt_layers': {'ether': {'dst': '00:12:34:56:78:01',
                          'src': '02:00:00:00:00:00'},
                'ipv4': {'src': '198.18.0.1'},
                'raw': {'payload': ['58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58']}},
 'type': 'IP_RAW'}
16/09/2020 09:55:03            TestVfL3fwdKernelPf: "Ether(dst='00:12:34:56:78:01',src='02:00:00:00:00:00')/IP(version=4,tos=0,id=1,frag=0,ttl=64,src='198.18.0.1',dst='127.0.0.1')/Raw(load=b'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX')"
16/09/2020 09:55:03            TestVfL3fwdKernelPf: {'pkt_layers': {'ether': {'dst': '00:12:34:56:78:02',
                          'src': '02:00:00:00:00:01'},
                'ipv4': {'src': '198.18.1.1'},
                'raw': {'payload': ['58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58']}},
 'type': 'IP_RAW'}
16/09/2020 09:55:03            TestVfL3fwdKernelPf: "Ether(dst='00:12:34:56:78:02',src='02:00:00:00:00:01')/IP(version=4,tos=0,id=1,frag=0,ttl=64,src='198.18.1.1',dst='127.0.0.1')/Raw(load=b'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX')"
16/09/2020 09:55:03            TestVfL3fwdKernelPf: {'pkt_layers': {'ether': {'dst': '00:12:34:56:78:01',
                          'src': '02:00:00:00:00:00'},
                'ipv4': {'src': '198.18.0.1'},
                'raw': {'payload': ['58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58']}},
 'type': 'IP_RAW'}
16/09/2020 09:55:03            TestVfL3fwdKernelPf: "Ether(dst='00:12:34:56:78:01',src='02:00:00:00:00:00')/IP(version=4,tos=0,id=1,frag=0,ttl=64,src='198.18.0.1',dst='127.0.0.1')/Raw(load=b'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX')"
16/09/2020 09:55:03            TestVfL3fwdKernelPf: {'pkt_layers': {'ether': {'dst': '00:12:34:56:78:02',
                          'src': '02:00:00:00:00:01'},
                'ipv4': {'src': '198.18.1.1'},
                'raw': {'payload': ['58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58']}},
 'type': 'IP_RAW'}
16/09/2020 09:55:03            TestVfL3fwdKernelPf: "Ether(dst='00:12:34:56:78:02',src='02:00:00:00:00:01')/IP(version=4,tos=0,id=1,frag=0,ttl=64,src='198.18.1.1',dst='127.0.0.1')/Raw(load=b'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX')"
16/09/2020 09:55:03            TestVfL3fwdKernelPf: {'pkt_layers': {'ether': {'dst': '00:12:34:56:78:01',
                          'src': '02:00:00:00:00:00'},
                'ipv4': {'src': '198.18.0.1'},
                'raw': {'payload': ['58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58']}},
 'type': 'IP_RAW'}
16/09/2020 09:55:03            TestVfL3fwdKernelPf: "Ether(dst='00:12:34:56:78:01',src='02:00:00:00:00:00')/IP(version=4,tos=0,id=1,frag=0,ttl=64,src='198.18.0.1',dst='127.0.0.1')/Raw(load=b'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX')"
16/09/2020 09:55:03            TestVfL3fwdKernelPf: {'pkt_layers': {'ether': {'dst': '00:12:34:56:78:02',
                          'src': '02:00:00:00:00:01'},
                'ipv4': {'src': '198.18.1.1'},
                'raw': {'payload': ['58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58']}},
 'type': 'IP_RAW'}
16/09/2020 09:55:03            TestVfL3fwdKernelPf: "Ether(dst='00:12:34:56:78:02',src='02:00:00:00:00:01')/IP(version=4,tos=0,id=1,frag=0,ttl=64,src='198.18.1.1',dst='127.0.0.1')/Raw(load=b'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX')"
16/09/2020 09:55:03            TestVfL3fwdKernelPf: {'pkt_layers': {'ether': {'dst': '00:12:34:56:78:01',
                          'src': '02:00:00:00:00:00'},
                'ipv4': {'src': '198.18.0.1'},
                'raw': {'payload': ['58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58']}},
 'type': 'IP_RAW'}
16/09/2020 09:55:03            TestVfL3fwdKernelPf: "Ether(dst='00:12:34:56:78:01',src='02:00:00:00:00:00')/IP(version=4,tos=0,id=1,frag=0,ttl=64,src='198.18.0.1',dst='127.0.0.1')/Raw(load=b'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX')"
16/09/2020 09:55:03            TestVfL3fwdKernelPf: {'pkt_layers': {'ether': {'dst': '00:12:34:56:78:02',
                          'src': '02:00:00:00:00:01'},
                'ipv4': {'src': '198.18.1.1'},
                'raw': {'payload': ['58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58',
                                    '58']}},
 'type': 'IP_RAW'}
16/09/2020 09:55:03            TestVfL3fwdKernelPf: "Ether(dst='00:12:34:56:78:02',src='02:00:00:00:00:01')/IP(version=4,tos=0,id=1,frag=0,ttl=64,src='198.18.1.1',dst='127.0.0.1')/Raw(load=b'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX')"
16/09/2020 09:55:03            TestVfL3fwdKernelPf: {(<IP_TYPE.V4: 'ipv4'>, <MATCH_MODE.LPM: 'lpm'>, 64): [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
                                                        {'ip': {'dst': {'action': 'random',
                                                                        'dst': '198.18.0.255',
                                                                        'src': '198.18.0.1',
                                                                        'step': 1}}}],
                                                       [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
                                                        {'ip': {'dst': {'action': 'random',
                                                                        'dst': '198.18.1.255',
                                                                        'src': '198.18.1.1',
                                                                        'step': 1}}}]],
 (<IP_TYPE.V4: 'ipv4'>, <MATCH_MODE.LPM: 'lpm'>, 128): [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
                                                         {'ip': {'dst': {'action': 'random',
                                                                         'dst': '198.18.0.255',
                                                                         'src': '198.18.0.1',
                                                                         'step': 1}}}],
                                                        [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
                                                         {'ip': {'dst': {'action': 'random',
                                                                         'dst': '198.18.1.255',
                                                                         'src': '198.18.1.1',
                                                                         'step': 1}}}]],
 (<IP_TYPE.V4: 'ipv4'>, <MATCH_MODE.LPM: 'lpm'>, 256): [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
                                                         {'ip': {'dst': {'action': 'random',
                                                                         'dst': '198.18.0.255',
                                                                         'src': '198.18.0.1',
                                                                         'step': 1}}}],
                                                        [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
                                                         {'ip': {'dst': {'action': 'random',
                                                                         'dst': '198.18.1.255',
                                                                         'src': '198.18.1.1',
                                                                         'step': 1}}}]],
 (<IP_TYPE.V4: 'ipv4'>, <MATCH_MODE.LPM: 'lpm'>, 512): [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
                                                         {'ip': {'dst': {'action': 'random',
                                                                         'dst': '198.18.0.255',
                                                                         'src': '198.18.0.1',
                                                                         'step': 1}}}],
                                                        [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
                                                         {'ip': {'dst': {'action': 'random',
                                                                         'dst': '198.18.1.255',
                                                                         'src': '198.18.1.1',
                                                                         'step': 1}}}]],
 (<IP_TYPE.V4: 'ipv4'>, <MATCH_MODE.LPM: 'lpm'>, 1024): [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
                                                          {'ip': {'dst': {'action': 'random',
                                                                          'dst': '198.18.0.255',
                                                                          'src': '198.18.0.1',
                                                                          'step': 1}}}],
                                                         [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
                                                          {'ip': {'dst': {'action': 'random',
                                                                          'dst': '198.18.1.255',
                                                                          'src': '198.18.1.1',
                                                                          'step': 1}}}]],
 (<IP_TYPE.V4: 'ipv4'>, <MATCH_MODE.LPM: 'lpm'>, 1280): [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
                                                          {'ip': {'dst': {'action': 'random',
                                                                          'dst': '198.18.0.255',
                                                                          'src': '198.18.0.1',
                                                                          'step': 1}}}],
                                                         [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
                                                          {'ip': {'dst': {'action': 'random',
                                                                          'dst': '198.18.1.255',
                                                                          'src': '198.18.1.1',
                                                                          'step': 1}}}]],
 (<IP_TYPE.V4: 'ipv4'>, <MATCH_MODE.LPM: 'lpm'>, 1518): [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
                                                          {'ip': {'dst': {'action': 'random',
                                                                          'dst': '198.18.0.255',
                                                                          'src': '198.18.0.1',
                                                                          'step': 1}}}],
                                                         [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
                                                          {'ip': {'dst': {'action': 'random',
                                                                          'dst': '198.18.1.255',
                                                                          'src': '198.18.1.1',
                                                                          'step': 1}}}]]}
16/09/2020 09:55:03            TestVfL3fwdKernelPf: Test Case test_perf_vf_throughput_ipv4_lpm Begin
16/09/2020 09:55:03             dut.10.240.183.113: 
16/09/2020 09:55:03                         tester: 
16/09/2020 09:55:03            TestVfL3fwdKernelPf: Executing l3fwd with MATCH_MODE.LPM mode, 2 ports, 1C/1T-1Q and 64 frame size
16/09/2020 09:55:03             dut.10.240.183.113: ./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd -v -c 0x40000000 -n 4 -w 0000:af:01.0 -w 0000:af:11.0 -- -p 0x3 --config '(0,0,30),(1,0,30)' --parse-ptype
16/09/2020 09:55:04             dut.10.240.183.113: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: RTE Version: 'DPDK 20.11.0-rc0'
EAL: Multi-process socket /var/run/dpdk/rte/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:af:01.0 (socket 1)
iavf_read_msg_from_pf(): command mismatch, expect 44, get 17
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:af:11.0 (socket 1)
iavf_read_msg_from_pf(): command mismatch, expect 44, get 17
EAL: No legacy callbacks, legacy socket not created
soft parse-ptype is enabled
LPM or EM none selected, default LPM on
Initializing port 0 ... Creating queues: nb_rxq=1 nb_txq=1... Port 0 modified RSS hash function based on hardware support,requested:0xa38c configured:0x88
 Address:00:12:34:56:78:01, Destination:02:00:00:00:00:00, Allocated mbuf pool on socket 1
LPM: Adding route 198.18.0.0 / 24 (0)
LPM: Adding route 198.18.1.0 / 24 (1)
LPM: Adding route 2001:200:: / 48 (0)
LPM: Adding route 2001:200:0:0:1:: / 48 (1)
txq=30,0,1 
Initializing port 1 ... Creating queues: nb_rxq=1 nb_txq=1... Port 1 modified RSS hash function based on hardware support,requested:0xa38c configured:0x88
 Address:00:12:34:56:78:02, Destination:02:00:00:00:00:01, txq=30,0,1 

Initializing rx queues on lcore 30 ... rxq=0,0,1 rxq=1,0,1 iavf_configure_queues(): request RXDID == 22 in Queue[0]
iavf_configure_queues(): request RXDID == 22 in Queue[0]

Port 0: softly parse packet type info
Port 1: softly parse packet type info

Checking link statusdone
Port0 Link Up. Speed 25000 Mbps -full-duplex
Port1 Link Up. Speed 25000 Mbps -full-duplex
16/09/2020 09:55:04            TestVfL3fwdKernelPf: wait 10 seconds for port link up
16/09/2020 09:55:14            TestVfL3fwdKernelPf: {'stream': [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.0.1', 'dst': '198.18.0.255', 'step': 1, 'action': 'random'}}}], [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.1.1', 'dst': '198.18.1.255', 'step': 1, 'action': 'random'}}}]], 'rate': 100, 'traffic_opt': {'method': 'throughput', 'duration': 20}}
16/09/2020 09:55:14                         pktgen: test port 0 map gen port 0
16/09/2020 09:55:14                         pktgen: test port 1 map gen port 1
16/09/2020 09:55:14                         pktgen: test port 1 map gen port 1
16/09/2020 09:55:14                         pktgen: test port 0 map gen port 0
16/09/2020 09:55:14                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 09:55:14                         pktgen: trex port <1> not support flow control
16/09/2020 09:55:14                         pktgen: check the trex port link status
16/09/2020 09:55:14                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:00',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:31:ac',
 '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': 0,
 'pci_addr': '0000:18:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:31:ac',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 09:55:14                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 09:55:14                         pktgen: begin traffic ......
16/09/2020 09:55:14                         pktgen: {'ports': [0, 1], 'mult': '100%', 'core_mask': None, 'force': True}
16/09/2020 09:55:35                         pktgen: begin get port statistic ...
16/09/2020 09:55:35                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.0.255',
                                              'src': '198.18.0.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 1,
 'tx_port': 0}
16/09/2020 09:55:35                         pktgen: {0: {'ibytes': 20661974114,
     'ierrors': 0,
     'ipackets': 322843345,
     'obytes': 46324403392,
     'oerrors': 0,
     'opackets': 723818825,
     'rx_bps': 8238149632.0,
     'rx_bps_L1': 10812570112.0,
     'rx_pps': 16090128.0,
     'rx_util': 43.250280448,
     'tx_bps': 18515777536.0,
     'tx_bps_L1': 24301956096.0,
     'tx_pps': 36163616.0,
     'tx_util': 97.20782438399999},
 1: {'ibytes': 20660577101,
     'ierrors': 0,
     'ipackets': 322821546,
     'obytes': 46322552320,
     'oerrors': 0,
     'opackets': 723789932,
     'rx_bps': 8238149632.0,
     'rx_bps_L1': 10812569792.0,
     'rx_pps': 16090126.0,
     'rx_util': 43.250279168,
     'tx_bps': 18515769344.0,
     'tx_bps_L1': 24301949184.0,
     'tx_pps': 36163624.0,
     'tx_util': 97.20779673599999},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 5.401167392730713,
            'cpu_util': 85.70264434814453,
            'cpu_util_raw': 85.4375,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 0,
            'rx_bps': 16476299264.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 20555247616.0,
            'rx_pps': 32180254.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 37031546880.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 72327240.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 41322551215,
           'ierrors': 0,
           'ipackets': 645664891,
           'obytes': 92646955712,
           'oerrors': 0,
           'opackets': 1447608757,
           'rx_bps': 16476299264.0,
           'rx_bps_L1': 21625139904.0,
           'rx_pps': 32180254.0,
           'rx_util': 86.500559616,
           'tx_bps': 37031546880.0,
           'tx_bps_L1': 48603905280.0,
           'tx_pps': 72327240.0,
           'tx_util': 194.41562111999997}}
16/09/2020 09:55:35                         pktgen: {'ibytes': 20661974114,
 'ierrors': 0,
 'ipackets': 322843345,
 'obytes': 46324403392,
 'oerrors': 0,
 'opackets': 723818825,
 'rx_bps': 8238149632.0,
 'rx_bps_L1': 10812570112.0,
 'rx_pps': 16090128.0,
 'rx_util': 43.250280448,
 'tx_bps': 18515777536.0,
 'tx_bps_L1': 24301956096.0,
 'tx_pps': 36163616.0,
 'tx_util': 97.20782438399999}
16/09/2020 09:55:35                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 18515777536.000000, tx_pps: 36163616.000000 
16/09/2020 09:55:35                         pktgen: {'ibytes': 20660577101,
 'ierrors': 0,
 'ipackets': 322821546,
 'obytes': 46322552320,
 'oerrors': 0,
 'opackets': 723789932,
 'rx_bps': 8238149632.0,
 'rx_bps_L1': 10812569792.0,
 'rx_pps': 16090126.0,
 'rx_util': 43.250279168,
 'tx_bps': 18515769344.0,
 'tx_bps_L1': 24301949184.0,
 'tx_pps': 36163624.0,
 'tx_util': 97.20779673599999}
16/09/2020 09:55:35                         pktgen: Rx Port 1 stats: 
rx_port: 1,  rx_bps: 8238149632.000000, rx_pps: 16090126.000000
16/09/2020 09:55:35                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.1.255',
                                              'src': '198.18.1.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 0,
 'tx_port': 1}
16/09/2020 09:55:35                         pktgen: {0: {'ibytes': 20667454626,
     'ierrors': 0,
     'ipackets': 322928990,
     'obytes': 46336625152,
     'oerrors': 0,
     'opackets': 724009813,
     'rx_bps': 8238149632.0,
     'rx_bps_L1': 10812570112.0,
     'rx_pps': 16090128.0,
     'rx_util': 43.250280448,
     'tx_bps': 18515777536.0,
     'tx_bps_L1': 24301956096.0,
     'tx_pps': 36163616.0,
     'tx_util': 97.20782438399999},
 1: {'ibytes': 20666056205,
     'ierrors': 0,
     'ipackets': 322907146,
     'obytes': 46334768768,
     'oerrors': 0,
     'opackets': 723980795,
     'rx_bps': 8238149632.0,
     'rx_bps_L1': 10812569792.0,
     'rx_pps': 16090126.0,
     'rx_util': 43.250279168,
     'tx_bps': 18515769344.0,
     'tx_bps_L1': 24301949184.0,
     'tx_pps': 36163624.0,
     'tx_util': 97.20779673599999},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 5.401167392730713,
            'cpu_util': 85.70264434814453,
            'cpu_util_raw': 85.4375,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 0,
            'rx_bps': 16476299264.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 20555247616.0,
            'rx_pps': 32180254.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 37031546880.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 72327240.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 41333510831,
           'ierrors': 0,
           'ipackets': 645836136,
           'obytes': 92671393920,
           'oerrors': 0,
           'opackets': 1447990608,
           'rx_bps': 16476299264.0,
           'rx_bps_L1': 21625139904.0,
           'rx_pps': 32180254.0,
           'rx_util': 86.500559616,
           'tx_bps': 37031546880.0,
           'tx_bps_L1': 48603905280.0,
           'tx_pps': 72327240.0,
           'tx_util': 194.41562111999997}}
16/09/2020 09:55:35                         pktgen: {'ibytes': 20666056205,
 'ierrors': 0,
 'ipackets': 322907146,
 'obytes': 46334768768,
 'oerrors': 0,
 'opackets': 723980795,
 'rx_bps': 8238149632.0,
 'rx_bps_L1': 10812569792.0,
 'rx_pps': 16090126.0,
 'rx_util': 43.250279168,
 'tx_bps': 18515769344.0,
 'tx_bps_L1': 24301949184.0,
 'tx_pps': 36163624.0,
 'tx_util': 97.20779673599999}
16/09/2020 09:55:35                         pktgen: Tx Port 1 stats: 
tx_port: 1,  tx_bps: 18515769344.000000, tx_pps: 36163624.000000 
16/09/2020 09:55:35                         pktgen: {'ibytes': 20667454626,
 'ierrors': 0,
 'ipackets': 322928990,
 'obytes': 46336625152,
 'oerrors': 0,
 'opackets': 724009813,
 'rx_bps': 8238149632.0,
 'rx_bps_L1': 10812570112.0,
 'rx_pps': 16090128.0,
 'rx_util': 43.250280448,
 'tx_bps': 18515777536.0,
 'tx_bps_L1': 24301956096.0,
 'tx_pps': 36163616.0,
 'tx_util': 97.20782438399999}
16/09/2020 09:55:35                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 8238149632.000000, rx_pps: 16090128.000000
16/09/2020 09:55:35                         pktgen: throughput: pps_rx 32180254.000000, bps_rx 16476299264.000000
16/09/2020 09:55:35                         pktgen: traffic completed. 
16/09/2020 09:55:35            TestVfL3fwdKernelPf: wait 10 second after traffic stop
16/09/2020 09:55:45            TestVfL3fwdKernelPf: Executing l3fwd with MATCH_MODE.LPM mode, 2 ports, 1C/1T-1Q and 128 frame size
16/09/2020 09:55:45            TestVfL3fwdKernelPf: <./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd -v -c 0x40000000 -n 4 -w 0000:af:01.0 -w 0000:af:11.0 -- -p 0x3 --config '(0,0,30),(1,0,30)' --parse-ptype> is the same command as previous one, ignore re-start l3fwd
16/09/2020 09:55:45            TestVfL3fwdKernelPf: {'stream': [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.0.1', 'dst': '198.18.0.255', 'step': 1, 'action': 'random'}}}], [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.1.1', 'dst': '198.18.1.255', 'step': 1, 'action': 'random'}}}]], 'rate': 100, 'traffic_opt': {'method': 'throughput', 'duration': 20}}
16/09/2020 09:55:45                         pktgen: test port 0 map gen port 0
16/09/2020 09:55:45                         pktgen: test port 1 map gen port 1
16/09/2020 09:55:45                         pktgen: test port 1 map gen port 1
16/09/2020 09:55:45                         pktgen: test port 0 map gen port 0
16/09/2020 09:55:45                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 09:55:45                         pktgen: trex port <1> not support flow control
16/09/2020 09:55:45                         pktgen: check the trex port link status
16/09/2020 09:55:45                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:00',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:31:ac',
 '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': 0,
 'pci_addr': '0000:18:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:31:ac',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 09:55:45                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 09:55:45                         pktgen: begin traffic ......
16/09/2020 09:55:45                         pktgen: {'ports': [0, 1], 'mult': '100%', 'core_mask': None, 'force': True}
16/09/2020 09:56:05                         pktgen: begin get port statistic ...
16/09/2020 09:56:05                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.0.255',
                                              'src': '198.18.0.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 1,
 'tx_port': 0}
16/09/2020 09:56:05                         pktgen: {0: {'ibytes': 42418897869,
     'ierrors': 0,
     'ipackets': 331397658,
     'obytes': 54116274944,
     'oerrors': 0,
     'opackets': 422783427,
     'rx_bps': 16926327808.0,
     'rx_bps_L1': 19571066368.0,
     'rx_pps': 16529616.0,
     'rx_util': 78.284265472,
     'tx_bps': 21589762048.0,
     'tx_bps_L1': 24963161408.0,
     'tx_pps': 21083746.0,
     'tx_util': 99.852645632},
 1: {'ibytes': 42416960203,
     'ierrors': 0,
     'ipackets': 331382518,
     'obytes': 54114606848,
     'oerrors': 0,
     'opackets': 422770391,
     'rx_bps': 16926320640.0,
     'rx_bps_L1': 19571058080.0,
     'rx_pps': 16529609.0,
     'rx_util': 78.28423232,
     'tx_bps': 21589889024.0,
     'tx_bps_L1': 24963309184.0,
     'tx_pps': 21083876.0,
     'tx_util': 99.853236736},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 5.990426063537598,
            'cpu_util': 90.10137176513672,
            'cpu_util_raw': 90.0,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 160802098,
            'rx_bps': 33852647424.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 9326999552.0,
            'rx_pps': 33059224.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 43179646976.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 42167624.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 84835858072,
           'ierrors': 0,
           'ipackets': 662780176,
           'obytes': 108230881792,
           'oerrors': 0,
           'opackets': 845553818,
           'rx_bps': 33852648448.0,
           'rx_bps_L1': 39142124448.0,
           'rx_pps': 33059225.0,
           'rx_util': 156.56849779200002,
           'tx_bps': 43179651072.0,
           'tx_bps_L1': 49926470592.0,
           'tx_pps': 42167622.0,
           'tx_util': 199.705882368}}
16/09/2020 09:56:05                         pktgen: {'ibytes': 42418897869,
 'ierrors': 0,
 'ipackets': 331397658,
 'obytes': 54116274944,
 'oerrors': 0,
 'opackets': 422783427,
 'rx_bps': 16926327808.0,
 'rx_bps_L1': 19571066368.0,
 'rx_pps': 16529616.0,
 'rx_util': 78.284265472,
 'tx_bps': 21589762048.0,
 'tx_bps_L1': 24963161408.0,
 'tx_pps': 21083746.0,
 'tx_util': 99.852645632}
16/09/2020 09:56:05                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 21589762048.000000, tx_pps: 21083746.000000 
16/09/2020 09:56:05                         pktgen: {'ibytes': 42416960203,
 'ierrors': 0,
 'ipackets': 331382518,
 'obytes': 54114606848,
 'oerrors': 0,
 'opackets': 422770391,
 'rx_bps': 16926320640.0,
 'rx_bps_L1': 19571058080.0,
 'rx_pps': 16529609.0,
 'rx_util': 78.28423232,
 'tx_bps': 21589889024.0,
 'tx_bps_L1': 24963309184.0,
 'tx_pps': 21083876.0,
 'tx_util': 99.853236736}
16/09/2020 09:56:05                         pktgen: Rx Port 1 stats: 
rx_port: 1,  rx_bps: 16926320640.000000, rx_pps: 16529609.000000
16/09/2020 09:56:05                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.1.255',
                                              'src': '198.18.1.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 0,
 'tx_port': 1}
16/09/2020 09:56:05                         pktgen: {0: {'ibytes': 42429595341,
     'ierrors': 0,
     'ipackets': 331481232,
     'obytes': 54129934976,
     'oerrors': 0,
     'opackets': 422890142,
     'rx_bps': 16926327808.0,
     'rx_bps_L1': 19571066368.0,
     'rx_pps': 16529616.0,
     'rx_util': 78.284265472,
     'tx_bps': 21589762048.0,
     'tx_bps_L1': 24963161408.0,
     'tx_pps': 21083746.0,
     'tx_util': 99.852645632},
 1: {'ibytes': 42427651531,
     'ierrors': 0,
     'ipackets': 331466040,
     'obytes': 54128265856,
     'oerrors': 0,
     'opackets': 422877088,
     'rx_bps': 16926320640.0,
     'rx_bps_L1': 19571058080.0,
     'rx_pps': 16529609.0,
     'rx_util': 78.28423232,
     'tx_bps': 21589889024.0,
     'tx_bps_L1': 24963309184.0,
     'tx_pps': 21083876.0,
     'tx_util': 99.853236736},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 5.990426063537598,
            'cpu_util': 90.10137176513672,
            'cpu_util_raw': 90.0,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 160834886,
            'rx_bps': 33852647424.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 9326999552.0,
            'rx_pps': 33059224.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 43179646976.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 42167624.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 84857246872,
           'ierrors': 0,
           'ipackets': 662947272,
           'obytes': 108258200832,
           'oerrors': 0,
           'opackets': 845767230,
           'rx_bps': 33852648448.0,
           'rx_bps_L1': 39142124448.0,
           'rx_pps': 33059225.0,
           'rx_util': 156.56849779200002,
           'tx_bps': 43179651072.0,
           'tx_bps_L1': 49926470592.0,
           'tx_pps': 42167622.0,
           'tx_util': 199.705882368}}
16/09/2020 09:56:05                         pktgen: {'ibytes': 42427651531,
 'ierrors': 0,
 'ipackets': 331466040,
 'obytes': 54128265856,
 'oerrors': 0,
 'opackets': 422877088,
 'rx_bps': 16926320640.0,
 'rx_bps_L1': 19571058080.0,
 'rx_pps': 16529609.0,
 'rx_util': 78.28423232,
 'tx_bps': 21589889024.0,
 'tx_bps_L1': 24963309184.0,
 'tx_pps': 21083876.0,
 'tx_util': 99.853236736}
16/09/2020 09:56:05                         pktgen: Tx Port 1 stats: 
tx_port: 1,  tx_bps: 21589889024.000000, tx_pps: 21083876.000000 
16/09/2020 09:56:05                         pktgen: {'ibytes': 42429595341,
 'ierrors': 0,
 'ipackets': 331481232,
 'obytes': 54129934976,
 'oerrors': 0,
 'opackets': 422890142,
 'rx_bps': 16926327808.0,
 'rx_bps_L1': 19571066368.0,
 'rx_pps': 16529616.0,
 'rx_util': 78.284265472,
 'tx_bps': 21589762048.0,
 'tx_bps_L1': 24963161408.0,
 'tx_pps': 21083746.0,
 'tx_util': 99.852645632}
16/09/2020 09:56:05                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 16926327808.000000, rx_pps: 16529616.000000
16/09/2020 09:56:05                         pktgen: throughput: pps_rx 33059225.000000, bps_rx 33852648448.000000
16/09/2020 09:56:05                         pktgen: traffic completed. 
16/09/2020 09:56:05            TestVfL3fwdKernelPf: wait 10 second after traffic stop
16/09/2020 09:56:15            TestVfL3fwdKernelPf: Executing l3fwd with MATCH_MODE.LPM mode, 2 ports, 1C/1T-1Q and 256 frame size
16/09/2020 09:56:15            TestVfL3fwdKernelPf: <./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd -v -c 0x40000000 -n 4 -w 0000:af:01.0 -w 0000:af:11.0 -- -p 0x3 --config '(0,0,30),(1,0,30)' --parse-ptype> is the same command as previous one, ignore re-start l3fwd
16/09/2020 09:56:15            TestVfL3fwdKernelPf: {'stream': [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.0.1', 'dst': '198.18.0.255', 'step': 1, 'action': 'random'}}}], [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.1.1', 'dst': '198.18.1.255', 'step': 1, 'action': 'random'}}}]], 'rate': 100, 'traffic_opt': {'method': 'throughput', 'duration': 20}}
16/09/2020 09:56:15                         pktgen: test port 0 map gen port 0
16/09/2020 09:56:15                         pktgen: test port 1 map gen port 1
16/09/2020 09:56:15                         pktgen: test port 1 map gen port 1
16/09/2020 09:56:15                         pktgen: test port 0 map gen port 0
16/09/2020 09:56:15                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 09:56:15                         pktgen: trex port <1> not support flow control
16/09/2020 09:56:15                         pktgen: check the trex port link status
16/09/2020 09:56:15                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:00',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:31:ac',
 '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': 0,
 'pci_addr': '0000:18:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:31:ac',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 09:56:15                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 09:56:15                         pktgen: begin traffic ......
16/09/2020 09:56:15                         pktgen: {'ports': [0, 1], 'mult': '100%', 'core_mask': None, 'force': True}
16/09/2020 09:56:35                         pktgen: begin get port statistic ...
16/09/2020 09:56:35                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.0.255',
                                              'src': '198.18.0.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 1,
 'tx_port': 0}
16/09/2020 09:56:35                         pktgen: {0: {'ibytes': 54410699085,
     'ierrors': 0,
     'ipackets': 212541806,
     'obytes': 57828585472,
     'oerrors': 0,
     'opackets': 225892925,
     'rx_bps': 21720645632.0,
     'rx_bps_L1': 23417571392.000004,
     'rx_pps': 10605786.0,
     'rx_util': 93.67028556800001,
     'tx_bps': 23084529664.0,
     'tx_bps_L1': 24888008064.000004,
     'tx_pps': 11271740.0,
     'tx_util': 99.55203225600002},
 1: {'ibytes': 54408684621,
     'ierrors': 0,
     'ipackets': 212533935,
     'obytes': 57826807808,
     'oerrors': 0,
     'opackets': 225885983,
     'rx_bps': 21720848384.0,
     'rx_bps_L1': 23417789344.0,
     'rx_pps': 10605881.0,
     'rx_util': 93.671157376,
     'tx_bps': 23084449792.0,
     'tx_bps_L1': 24887921792.0,
     'tx_pps': 11271700.0,
     'tx_util': 99.551687168},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 25.9508113861084,
            'cpu_util': 22.238697052001953,
            'cpu_util_raw': 21.9375,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 6104116,
            'rx_bps': 43441491968.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 21211668.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 46168977408.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 22543440.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 108819383706,
           'ierrors': 0,
           'ipackets': 425075741,
           'obytes': 115655393280,
           'oerrors': 0,
           'opackets': 451778908,
           'rx_bps': 43441494016.0,
           'rx_bps_L1': 46835360736.0,
           'rx_pps': 21211667.0,
           'rx_util': 187.341442944,
           'tx_bps': 46168979456.0,
           'tx_bps_L1': 49775929856.0,
           'tx_pps': 22543440.0,
           'tx_util': 199.10371942400002}}
16/09/2020 09:56:35                         pktgen: {'ibytes': 54410699085,
 'ierrors': 0,
 'ipackets': 212541806,
 'obytes': 57828585472,
 'oerrors': 0,
 'opackets': 225892925,
 'rx_bps': 21720645632.0,
 'rx_bps_L1': 23417571392.000004,
 'rx_pps': 10605786.0,
 'rx_util': 93.67028556800001,
 'tx_bps': 23084529664.0,
 'tx_bps_L1': 24888008064.000004,
 'tx_pps': 11271740.0,
 'tx_util': 99.55203225600002}
16/09/2020 09:56:35                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 23084529664.000000, tx_pps: 11271740.000000 
16/09/2020 09:56:35                         pktgen: {'ibytes': 54408684621,
 'ierrors': 0,
 'ipackets': 212533935,
 'obytes': 57826807808,
 'oerrors': 0,
 'opackets': 225885983,
 'rx_bps': 21720848384.0,
 'rx_bps_L1': 23417789344.0,
 'rx_pps': 10605881.0,
 'rx_util': 93.671157376,
 'tx_bps': 23084449792.0,
 'tx_bps_L1': 24887921792.0,
 'tx_pps': 11271700.0,
 'tx_util': 99.551687168}
16/09/2020 09:56:35                         pktgen: Rx Port 1 stats: 
rx_port: 1,  rx_bps: 21720848384.000000, rx_pps: 10605881.000000
16/09/2020 09:56:35                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.1.255',
                                              'src': '198.18.1.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 0,
 'tx_port': 1}
16/09/2020 09:56:35                         pktgen: {0: {'ibytes': 54424609869,
     'ierrors': 0,
     'ipackets': 212596144,
     'obytes': 57843285248,
     'oerrors': 0,
     'opackets': 225950348,
     'rx_bps': 21720645632.0,
     'rx_bps_L1': 23417571392.000004,
     'rx_pps': 10605786.0,
     'rx_util': 93.67028556800001,
     'tx_bps': 23084529664.0,
     'tx_bps_L1': 24888008064.000004,
     'tx_pps': 11271740.0,
     'tx_util': 99.55203225600002},
 1: {'ibytes': 54422588749,
     'ierrors': 0,
     'ipackets': 212588250,
     'obytes': 57841479424,
     'oerrors': 0,
     'opackets': 225943293,
     'rx_bps': 21720848384.0,
     'rx_bps_L1': 23417789344.0,
     'rx_pps': 10605881.0,
     'rx_util': 93.671157376,
     'tx_bps': 23084449792.0,
     'tx_bps_L1': 24887921792.0,
     'tx_pps': 11271700.0,
     'tx_util': 99.551687168},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 25.9508113861084,
            'cpu_util': 22.238697052001953,
            'cpu_util_raw': 21.9375,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 6104381,
            'rx_bps': 43441491968.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 21211668.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 46168977408.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 22543440.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 108847198618,
           'ierrors': 0,
           'ipackets': 425184394,
           'obytes': 115684764672,
           'oerrors': 0,
           'opackets': 451893641,
           'rx_bps': 43441494016.0,
           'rx_bps_L1': 46835360736.0,
           'rx_pps': 21211667.0,
           'rx_util': 187.341442944,
           'tx_bps': 46168979456.0,
           'tx_bps_L1': 49775929856.0,
           'tx_pps': 22543440.0,
           'tx_util': 199.10371942400002}}
16/09/2020 09:56:35                         pktgen: {'ibytes': 54422588749,
 'ierrors': 0,
 'ipackets': 212588250,
 'obytes': 57841479424,
 'oerrors': 0,
 'opackets': 225943293,
 'rx_bps': 21720848384.0,
 'rx_bps_L1': 23417789344.0,
 'rx_pps': 10605881.0,
 'rx_util': 93.671157376,
 'tx_bps': 23084449792.0,
 'tx_bps_L1': 24887921792.0,
 'tx_pps': 11271700.0,
 'tx_util': 99.551687168}
16/09/2020 09:56:35                         pktgen: Tx Port 1 stats: 
tx_port: 1,  tx_bps: 23084449792.000000, tx_pps: 11271700.000000 
16/09/2020 09:56:35                         pktgen: {'ibytes': 54424609869,
 'ierrors': 0,
 'ipackets': 212596144,
 'obytes': 57843285248,
 'oerrors': 0,
 'opackets': 225950348,
 'rx_bps': 21720645632.0,
 'rx_bps_L1': 23417571392.000004,
 'rx_pps': 10605786.0,
 'rx_util': 93.67028556800001,
 'tx_bps': 23084529664.0,
 'tx_bps_L1': 24888008064.000004,
 'tx_pps': 11271740.0,
 'tx_util': 99.55203225600002}
16/09/2020 09:56:35                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 21720645632.000000, rx_pps: 10605786.000000
16/09/2020 09:56:35                         pktgen: throughput: pps_rx 21211667.000000, bps_rx 43441494016.000000
16/09/2020 09:56:35                         pktgen: traffic completed. 
16/09/2020 09:56:35            TestVfL3fwdKernelPf: wait 10 second after traffic stop
16/09/2020 09:56:45            TestVfL3fwdKernelPf: Executing l3fwd with MATCH_MODE.LPM mode, 2 ports, 1C/1T-1Q and 512 frame size
16/09/2020 09:56:45            TestVfL3fwdKernelPf: <./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd -v -c 0x40000000 -n 4 -w 0000:af:01.0 -w 0000:af:11.0 -- -p 0x3 --config '(0,0,30),(1,0,30)' --parse-ptype> is the same command as previous one, ignore re-start l3fwd
16/09/2020 09:56:45            TestVfL3fwdKernelPf: {'stream': [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.0.1', 'dst': '198.18.0.255', 'step': 1, 'action': 'random'}}}], [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.1.1', 'dst': '198.18.1.255', 'step': 1, 'action': 'random'}}}]], 'rate': 100, 'traffic_opt': {'method': 'throughput', 'duration': 20}}
16/09/2020 09:56:45                         pktgen: test port 0 map gen port 0
16/09/2020 09:56:45                         pktgen: test port 1 map gen port 1
16/09/2020 09:56:45                         pktgen: test port 1 map gen port 1
16/09/2020 09:56:45                         pktgen: test port 0 map gen port 0
16/09/2020 09:56:45                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 09:56:45                         pktgen: trex port <1> not support flow control
16/09/2020 09:56:45                         pktgen: check the trex port link status
16/09/2020 09:56:45                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:00',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:31:ac',
 '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': 0,
 'pci_addr': '0000:18:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:31:ac',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 09:56:45                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 09:56:45                         pktgen: begin traffic ......
16/09/2020 09:56:45                         pktgen: {'ports': [0, 1], 'mult': '100%', 'core_mask': None, 'force': True}
16/09/2020 09:57:05                         pktgen: begin get port statistic ...
16/09/2020 09:57:05                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.0.255',
                                              'src': '198.18.0.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 1,
 'tx_port': 0}
16/09/2020 09:57:05                         pktgen: {0: {'ibytes': 60221604503,
     'ierrors': 0,
     'ipackets': 117620329,
     'obytes': 60221532160,
     'oerrors': 0,
     'opackets': 117620187,
     'rx_bps': 24129708032.0,
     'rx_bps_L1': 25072274752.0,
     'rx_pps': 5891042.0,
     'rx_util': 100.28909900800001,
     'tx_bps': 24129718272.0,
     'tx_bps_L1': 25072285392.0,
     'tx_pps': 5891044.5,
     'tx_util': 100.28914156799999},
 1: {'ibytes': 60218984525,
     'ierrors': 0,
     'ipackets': 117615210,
     'obytes': 60218910720,
     'oerrors': 0,
     'opackets': 117615065,
     'rx_bps': 24129843200.0,
     'rx_bps_L1': 25072415280.0,
     'rx_pps': 5891075.5,
     'rx_util': 100.28966111999999,
     'tx_bps': 24129849344.0,
     'tx_bps_L1': 25072421664.0,
     'tx_pps': 5891077.0,
     'tx_util': 100.289686656},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 9.836461067199707,
            'cpu_util': 61.3274040222168,
            'cpu_util_raw': 60.625,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 151598348,
            'rx_bps': 48259551232.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 11782118.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 48259571712.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 11782122.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 120440589028,
           'ierrors': 0,
           'ipackets': 235235539,
           'obytes': 120440442880,
           'oerrors': 0,
           'opackets': 235235252,
           'rx_bps': 48259551232.0,
           'rx_bps_L1': 50144690032.0,
           'rx_pps': 11782117.5,
           'rx_util': 200.578760128,
           'tx_bps': 48259567616.0,
           'tx_bps_L1': 50144707056.0,
           'tx_pps': 11782121.5,
           'tx_util': 200.578828224}}
16/09/2020 09:57:05                         pktgen: {'ibytes': 60221604503,
 'ierrors': 0,
 'ipackets': 117620329,
 'obytes': 60221532160,
 'oerrors': 0,
 'opackets': 117620187,
 'rx_bps': 24129708032.0,
 'rx_bps_L1': 25072274752.0,
 'rx_pps': 5891042.0,
 'rx_util': 100.28909900800001,
 'tx_bps': 24129718272.0,
 'tx_bps_L1': 25072285392.0,
 'tx_pps': 5891044.5,
 'tx_util': 100.28914156799999}
16/09/2020 09:57:05                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 24129718272.000000, tx_pps: 5891044.500000 
16/09/2020 09:57:05                         pktgen: {'ibytes': 60218984525,
 'ierrors': 0,
 'ipackets': 117615210,
 'obytes': 60218910720,
 'oerrors': 0,
 'opackets': 117615065,
 'rx_bps': 24129843200.0,
 'rx_bps_L1': 25072415280.0,
 'rx_pps': 5891075.5,
 'rx_util': 100.28966111999999,
 'tx_bps': 24129849344.0,
 'tx_bps_L1': 25072421664.0,
 'tx_pps': 5891077.0,
 'tx_util': 100.289686656}
16/09/2020 09:57:05                         pktgen: Rx Port 1 stats: 
rx_port: 1,  rx_bps: 24129843200.000000, rx_pps: 5891075.500000
16/09/2020 09:57:05                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.1.255',
                                              'src': '198.18.1.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 0,
 'tx_port': 1}
16/09/2020 09:57:05                         pktgen: {0: {'ibytes': 60236960407,
     'ierrors': 0,
     'ipackets': 117650321,
     'obytes': 60236887040,
     'oerrors': 0,
     'opackets': 117650174,
     'rx_bps': 24129708032.0,
     'rx_bps_L1': 25072274752.0,
     'rx_pps': 5891042.0,
     'rx_util': 100.28909900800001,
     'tx_bps': 24129718272.0,
     'tx_bps_L1': 25072285392.0,
     'tx_pps': 5891044.5,
     'tx_util': 100.28914156799999},
 1: {'ibytes': 60234342477,
     'ierrors': 0,
     'ipackets': 117645207,
     'obytes': 60234269184,
     'oerrors': 0,
     'opackets': 117645062,
     'rx_bps': 24129843200.0,
     'rx_bps_L1': 25072415280.0,
     'rx_pps': 5891075.5,
     'rx_util': 100.28966111999999,
     'tx_bps': 24129849344.0,
     'tx_bps_L1': 25072421664.0,
     'tx_pps': 5891077.0,
     'tx_util': 100.289686656},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 9.836461067199707,
            'cpu_util': 61.3274040222168,
            'cpu_util_raw': 60.625,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 151641575,
            'rx_bps': 48259551232.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 11782118.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 48259571712.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 11782122.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 120471302884,
           'ierrors': 0,
           'ipackets': 235295528,
           'obytes': 120471156224,
           'oerrors': 0,
           'opackets': 235295236,
           'rx_bps': 48259551232.0,
           'rx_bps_L1': 50144690032.0,
           'rx_pps': 11782117.5,
           'rx_util': 200.578760128,
           'tx_bps': 48259567616.0,
           'tx_bps_L1': 50144707056.0,
           'tx_pps': 11782121.5,
           'tx_util': 200.578828224}}
16/09/2020 09:57:05                         pktgen: {'ibytes': 60234342477,
 'ierrors': 0,
 'ipackets': 117645207,
 'obytes': 60234269184,
 'oerrors': 0,
 'opackets': 117645062,
 'rx_bps': 24129843200.0,
 'rx_bps_L1': 25072415280.0,
 'rx_pps': 5891075.5,
 'rx_util': 100.28966111999999,
 'tx_bps': 24129849344.0,
 'tx_bps_L1': 25072421664.0,
 'tx_pps': 5891077.0,
 'tx_util': 100.289686656}
16/09/2020 09:57:05                         pktgen: Tx Port 1 stats: 
tx_port: 1,  tx_bps: 24129849344.000000, tx_pps: 5891077.000000 
16/09/2020 09:57:05                         pktgen: {'ibytes': 60236960407,
 'ierrors': 0,
 'ipackets': 117650321,
 'obytes': 60236887040,
 'oerrors': 0,
 'opackets': 117650174,
 'rx_bps': 24129708032.0,
 'rx_bps_L1': 25072274752.0,
 'rx_pps': 5891042.0,
 'rx_util': 100.28909900800001,
 'tx_bps': 24129718272.0,
 'tx_bps_L1': 25072285392.0,
 'tx_pps': 5891044.5,
 'tx_util': 100.28914156799999}
16/09/2020 09:57:05                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 24129708032.000000, rx_pps: 5891042.000000
16/09/2020 09:57:05                         pktgen: throughput: pps_rx 11782117.500000, bps_rx 48259551232.000000
16/09/2020 09:57:05                         pktgen: traffic completed. 
16/09/2020 09:57:05            TestVfL3fwdKernelPf: wait 10 second after traffic stop
16/09/2020 09:57:15            TestVfL3fwdKernelPf: Executing l3fwd with MATCH_MODE.LPM mode, 2 ports, 1C/1T-1Q and 1024 frame size
16/09/2020 09:57:15            TestVfL3fwdKernelPf: <./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd -v -c 0x40000000 -n 4 -w 0000:af:01.0 -w 0000:af:11.0 -- -p 0x3 --config '(0,0,30),(1,0,30)' --parse-ptype> is the same command as previous one, ignore re-start l3fwd
16/09/2020 09:57:15            TestVfL3fwdKernelPf: {'stream': [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.0.1', 'dst': '198.18.0.255', 'step': 1, 'action': 'random'}}}], [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.1.1', 'dst': '198.18.1.255', 'step': 1, 'action': 'random'}}}]], 'rate': 100, 'traffic_opt': {'method': 'throughput', 'duration': 20}}
16/09/2020 09:57:15                         pktgen: test port 0 map gen port 0
16/09/2020 09:57:15                         pktgen: test port 1 map gen port 1
16/09/2020 09:57:15                         pktgen: test port 1 map gen port 1
16/09/2020 09:57:15                         pktgen: test port 0 map gen port 0
16/09/2020 09:57:15                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 09:57:15                         pktgen: trex port <1> not support flow control
16/09/2020 09:57:15                         pktgen: check the trex port link status
16/09/2020 09:57:15                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:00',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:31:ac',
 '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': 0,
 'pci_addr': '0000:18:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:31:ac',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 09:57:15                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 09:57:15                         pktgen: begin traffic ......
16/09/2020 09:57:15                         pktgen: {'ports': [0, 1], 'mult': '100%', 'core_mask': None, 'force': True}
16/09/2020 09:57:35                         pktgen: begin get port statistic ...
16/09/2020 09:57:35                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.0.255',
                                              'src': '198.18.0.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 1,
 'tx_port': 0}
16/09/2020 09:57:35                         pktgen: {0: {'ibytes': 61370070093,
     'ierrors': 0,
     'ipackets': 59931713,
     'obytes': 61370006528,
     'oerrors': 0,
     'opackets': 59931650,
     'rx_bps': 24605898752.0,
     'rx_bps_L1': 25086482752.0,
     'rx_pps': 3003650.0,
     'rx_util': 100.345931008,
     'tx_bps': 24605851648.0,
     'tx_bps_L1': 25086434688.0,
     'tx_pps': 3003644.0,
     'tx_util': 100.34573875199999},
 1: {'ibytes': 61370698829,
     'ierrors': 0,
     'ipackets': 59932327,
     'obytes': 61370642432,
     'oerrors': 0,
     'opackets': 59932272,
     'rx_bps': 24606015488.0,
     'rx_bps_L1': 25086601728.0,
     'rx_pps': 3003664.0,
     'rx_util': 100.346406912,
     'tx_bps': 24605980672.0,
     'tx_bps_L1': 25086566272.0,
     'tx_pps': 3003660.0,
     'tx_util': 100.346265088},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 31.48232078552246,
            'cpu_util': 19.539470672607422,
            'cpu_util_raw': 18.9375,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 43536107,
            'rx_bps': 49211912192.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 6007314.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 49211830272.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 6007304.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 122740768922,
           'ierrors': 0,
           'ipackets': 119864040,
           'obytes': 122740648960,
           'oerrors': 0,
           'opackets': 119863922,
           'rx_bps': 49211914240.0,
           'rx_bps_L1': 50173084480.0,
           'rx_pps': 6007314.0,
           'rx_util': 200.69233792,
           'tx_bps': 49211832320.0,
           'tx_bps_L1': 50173000960.0,
           'tx_pps': 6007304.0,
           'tx_util': 200.69200383999998}}
16/09/2020 09:57:35                         pktgen: {'ibytes': 61370070093,
 'ierrors': 0,
 'ipackets': 59931713,
 'obytes': 61370006528,
 'oerrors': 0,
 'opackets': 59931650,
 'rx_bps': 24605898752.0,
 'rx_bps_L1': 25086482752.0,
 'rx_pps': 3003650.0,
 'rx_util': 100.345931008,
 'tx_bps': 24605851648.0,
 'tx_bps_L1': 25086434688.0,
 'tx_pps': 3003644.0,
 'tx_util': 100.34573875199999}
16/09/2020 09:57:35                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 24605851648.000000, tx_pps: 3003644.000000 
16/09/2020 09:57:35                         pktgen: {'ibytes': 61370698829,
 'ierrors': 0,
 'ipackets': 59932327,
 'obytes': 61370642432,
 'oerrors': 0,
 'opackets': 59932272,
 'rx_bps': 24606015488.0,
 'rx_bps_L1': 25086601728.0,
 'rx_pps': 3003664.0,
 'rx_util': 100.346406912,
 'tx_bps': 24605980672.0,
 'tx_bps_L1': 25086566272.0,
 'tx_pps': 3003660.0,
 'tx_util': 100.346265088}
16/09/2020 09:57:35                         pktgen: Rx Port 1 stats: 
rx_port: 1,  rx_bps: 24606015488.000000, rx_pps: 3003664.000000
16/09/2020 09:57:35                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.1.255',
                                              'src': '198.18.1.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 0,
 'tx_port': 1}
16/09/2020 09:57:35                         pktgen: {0: {'ibytes': 61386171469,
     'ierrors': 0,
     'ipackets': 59947437,
     'obytes': 61386108928,
     'oerrors': 0,
     'opackets': 59947375,
     'rx_bps': 24605898752.0,
     'rx_bps_L1': 25086482752.0,
     'rx_pps': 3003650.0,
     'rx_util': 100.345931008,
     'tx_bps': 24605851648.0,
     'tx_bps_L1': 25086434688.0,
     'tx_pps': 3003644.0,
     'tx_util': 100.34573875199999},
 1: {'ibytes': 61386799181,
     'ierrors': 0,
     'ipackets': 59948050,
     'obytes': 61386741760,
     'oerrors': 0,
     'opackets': 59947993,
     'rx_bps': 24606015488.0,
     'rx_bps_L1': 25086601728.0,
     'rx_pps': 3003664.0,
     'rx_util': 100.346406912,
     'tx_bps': 24605980672.0,
     'tx_bps_L1': 25086566272.0,
     'tx_pps': 3003660.0,
     'tx_util': 100.346265088},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 31.48232078552246,
            'cpu_util': 19.539470672607422,
            'cpu_util_raw': 18.9375,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 43542981,
            'rx_bps': 49211912192.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 6007314.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 49211830272.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 6007304.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 122772970650,
           'ierrors': 0,
           'ipackets': 119895487,
           'obytes': 122772850688,
           'oerrors': 0,
           'opackets': 119895368,
           'rx_bps': 49211914240.0,
           'rx_bps_L1': 50173084480.0,
           'rx_pps': 6007314.0,
           'rx_util': 200.69233792,
           'tx_bps': 49211832320.0,
           'tx_bps_L1': 50173000960.0,
           'tx_pps': 6007304.0,
           'tx_util': 200.69200383999998}}
16/09/2020 09:57:35                         pktgen: {'ibytes': 61386799181,
 'ierrors': 0,
 'ipackets': 59948050,
 'obytes': 61386741760,
 'oerrors': 0,
 'opackets': 59947993,
 'rx_bps': 24606015488.0,
 'rx_bps_L1': 25086601728.0,
 'rx_pps': 3003664.0,
 'rx_util': 100.346406912,
 'tx_bps': 24605980672.0,
 'tx_bps_L1': 25086566272.0,
 'tx_pps': 3003660.0,
 'tx_util': 100.346265088}
16/09/2020 09:57:35                         pktgen: Tx Port 1 stats: 
tx_port: 1,  tx_bps: 24605980672.000000, tx_pps: 3003660.000000 
16/09/2020 09:57:35                         pktgen: {'ibytes': 61386171469,
 'ierrors': 0,
 'ipackets': 59947437,
 'obytes': 61386108928,
 'oerrors': 0,
 'opackets': 59947375,
 'rx_bps': 24605898752.0,
 'rx_bps_L1': 25086482752.0,
 'rx_pps': 3003650.0,
 'rx_util': 100.345931008,
 'tx_bps': 24605851648.0,
 'tx_bps_L1': 25086434688.0,
 'tx_pps': 3003644.0,
 'tx_util': 100.34573875199999}
16/09/2020 09:57:35                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 24605898752.000000, rx_pps: 3003650.000000
16/09/2020 09:57:35                         pktgen: throughput: pps_rx 6007314.000000, bps_rx 49211914240.000000
16/09/2020 09:57:35                         pktgen: traffic completed. 
16/09/2020 09:57:35            TestVfL3fwdKernelPf: wait 10 second after traffic stop
16/09/2020 09:57:45            TestVfL3fwdKernelPf: Executing l3fwd with MATCH_MODE.LPM mode, 2 ports, 1C/1T-1Q and 1280 frame size
16/09/2020 09:57:45            TestVfL3fwdKernelPf: <./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd -v -c 0x40000000 -n 4 -w 0000:af:01.0 -w 0000:af:11.0 -- -p 0x3 --config '(0,0,30),(1,0,30)' --parse-ptype> is the same command as previous one, ignore re-start l3fwd
16/09/2020 09:57:45            TestVfL3fwdKernelPf: {'stream': [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.0.1', 'dst': '198.18.0.255', 'step': 1, 'action': 'random'}}}], [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.1.1', 'dst': '198.18.1.255', 'step': 1, 'action': 'random'}}}]], 'rate': 100, 'traffic_opt': {'method': 'throughput', 'duration': 20}}
16/09/2020 09:57:45                         pktgen: test port 0 map gen port 0
16/09/2020 09:57:45                         pktgen: test port 1 map gen port 1
16/09/2020 09:57:45                         pktgen: test port 1 map gen port 1
16/09/2020 09:57:45                         pktgen: test port 0 map gen port 0
16/09/2020 09:57:45                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 09:57:45                         pktgen: trex port <1> not support flow control
16/09/2020 09:57:45                         pktgen: check the trex port link status
16/09/2020 09:57:45                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:00',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:31:ac',
 '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': 0,
 'pci_addr': '0000:18:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:31:ac',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 09:57:45                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 09:57:45                         pktgen: begin traffic ......
16/09/2020 09:57:45                         pktgen: {'ports': [0, 1], 'mult': '100%', 'core_mask': None, 'force': True}
16/09/2020 09:58:05                         pktgen: begin get port statistic ...
16/09/2020 09:58:05                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.0.255',
                                              'src': '198.18.0.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 1,
 'tx_port': 0}
16/09/2020 09:58:05                         pktgen: {0: {'ibytes': 61549118797,
     'ierrors': 0,
     'ipackets': 48085252,
     'obytes': 61549057280,
     'oerrors': 0,
     'opackets': 48085203,
     'rx_bps': 24630169600.0,
     'rx_bps_L1': 25015016040.0,
     'rx_pps': 2405290.25,
     'rx_util': 100.06006416,
     'tx_bps': 24630167552.0,
     'tx_bps_L1': 25015013872.0,
     'tx_pps': 2405289.5,
     'tx_util': 100.06005548800002},
 1: {'ibytes': 61546425751,
     'ierrors': 0,
     'ipackets': 48083149,
     'obytes': 61546362880,
     'oerrors': 0,
     'opackets': 48083098,
     'rx_bps': 24630323200.0,
     'rx_bps_L1': 25015172000.0,
     'rx_pps': 2405305.0,
     'rx_util': 100.06068800000001,
     'tx_bps': 24630312960.0,
     'tx_bps_L1': 25015161519.999996,
     'tx_pps': 2405303.5,
     'tx_util': 100.06064607999998},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 33.21487808227539,
            'cpu_util': 18.538558959960938,
            'cpu_util_raw': 17.6875,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 41486885,
            'rx_bps': 49260490752.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 4810595.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 49260478464.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 4810593.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 123095544548,
           'ierrors': 0,
           'ipackets': 96168401,
           'obytes': 123095420160,
           'oerrors': 0,
           'opackets': 96168301,
           'rx_bps': 49260492800.0,
           'rx_bps_L1': 50030188040.0,
           'rx_pps': 4810595.25,
           'rx_util': 200.12075216,
           'tx_bps': 49260480512.0,
           'tx_bps_L1': 50030175392.0,
           'tx_pps': 4810593.0,
           'tx_util': 200.12070156800002}}
16/09/2020 09:58:05                         pktgen: {'ibytes': 61549118797,
 'ierrors': 0,
 'ipackets': 48085252,
 'obytes': 61549057280,
 'oerrors': 0,
 'opackets': 48085203,
 'rx_bps': 24630169600.0,
 'rx_bps_L1': 25015016040.0,
 'rx_pps': 2405290.25,
 'rx_util': 100.06006416,
 'tx_bps': 24630167552.0,
 'tx_bps_L1': 25015013872.0,
 'tx_pps': 2405289.5,
 'tx_util': 100.06005548800002}
16/09/2020 09:58:05                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 24630167552.000000, tx_pps: 2405289.500000 
16/09/2020 09:58:05                         pktgen: {'ibytes': 61546425751,
 'ierrors': 0,
 'ipackets': 48083149,
 'obytes': 61546362880,
 'oerrors': 0,
 'opackets': 48083098,
 'rx_bps': 24630323200.0,
 'rx_bps_L1': 25015172000.0,
 'rx_pps': 2405305.0,
 'rx_util': 100.06068800000001,
 'tx_bps': 24630312960.0,
 'tx_bps_L1': 25015161519.999996,
 'tx_pps': 2405303.5,
 'tx_util': 100.06064607999998}
16/09/2020 09:58:05                         pktgen: Rx Port 1 stats: 
rx_port: 1,  rx_bps: 24630323200.000000, rx_pps: 2405305.000000
16/09/2020 09:58:05                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.1.255',
                                              'src': '198.18.1.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 0,
 'tx_port': 1}
16/09/2020 09:58:05                         pktgen: {0: {'ibytes': 61564245837,
     'ierrors': 0,
     'ipackets': 48097070,
     'obytes': 61564184320,
     'oerrors': 0,
     'opackets': 48097021,
     'rx_bps': 24630169600.0,
     'rx_bps_L1': 25015016040.0,
     'rx_pps': 2405290.25,
     'rx_util': 100.06006416,
     'tx_bps': 24630167552.0,
     'tx_bps_L1': 25015013872.0,
     'tx_pps': 2405289.5,
     'tx_util': 100.06005548800002},
 1: {'ibytes': 61561550231,
     'ierrors': 0,
     'ipackets': 48094966,
     'obytes': 61561487360,
     'oerrors': 0,
     'opackets': 48094916,
     'rx_bps': 24630323200.0,
     'rx_bps_L1': 25015172000.0,
     'rx_pps': 2405305.0,
     'rx_util': 100.06068800000001,
     'tx_bps': 24630312960.0,
     'tx_bps_L1': 25015161519.999996,
     'tx_pps': 2405303.5,
     'tx_util': 100.06064607999998},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 33.21487808227539,
            'cpu_util': 18.538558959960938,
            'cpu_util_raw': 17.6875,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 41496322,
            'rx_bps': 49260490752.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 4810595.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 49260478464.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 4810593.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 123125796068,
           'ierrors': 0,
           'ipackets': 96192036,
           'obytes': 123125671680,
           'oerrors': 0,
           'opackets': 96191937,
           'rx_bps': 49260492800.0,
           'rx_bps_L1': 50030188040.0,
           'rx_pps': 4810595.25,
           'rx_util': 200.12075216,
           'tx_bps': 49260480512.0,
           'tx_bps_L1': 50030175392.0,
           'tx_pps': 4810593.0,
           'tx_util': 200.12070156800002}}
16/09/2020 09:58:05                         pktgen: {'ibytes': 61561550231,
 'ierrors': 0,
 'ipackets': 48094966,
 'obytes': 61561487360,
 'oerrors': 0,
 'opackets': 48094916,
 'rx_bps': 24630323200.0,
 'rx_bps_L1': 25015172000.0,
 'rx_pps': 2405305.0,
 'rx_util': 100.06068800000001,
 'tx_bps': 24630312960.0,
 'tx_bps_L1': 25015161519.999996,
 'tx_pps': 2405303.5,
 'tx_util': 100.06064607999998}
16/09/2020 09:58:05                         pktgen: Tx Port 1 stats: 
tx_port: 1,  tx_bps: 24630312960.000000, tx_pps: 2405303.500000 
16/09/2020 09:58:05                         pktgen: {'ibytes': 61564245837,
 'ierrors': 0,
 'ipackets': 48097070,
 'obytes': 61564184320,
 'oerrors': 0,
 'opackets': 48097021,
 'rx_bps': 24630169600.0,
 'rx_bps_L1': 25015016040.0,
 'rx_pps': 2405290.25,
 'rx_util': 100.06006416,
 'tx_bps': 24630167552.0,
 'tx_bps_L1': 25015013872.0,
 'tx_pps': 2405289.5,
 'tx_util': 100.06005548800002}
16/09/2020 09:58:05                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 24630169600.000000, rx_pps: 2405290.250000
16/09/2020 09:58:05                         pktgen: throughput: pps_rx 4810595.250000, bps_rx 49260492800.000000
16/09/2020 09:58:05                         pktgen: traffic completed. 
16/09/2020 09:58:05            TestVfL3fwdKernelPf: wait 10 second after traffic stop
16/09/2020 09:58:15            TestVfL3fwdKernelPf: Executing l3fwd with MATCH_MODE.LPM mode, 2 ports, 1C/1T-1Q and 1518 frame size
16/09/2020 09:58:15            TestVfL3fwdKernelPf: <./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd -v -c 0x40000000 -n 4 -w 0000:af:01.0 -w 0000:af:11.0 -- -p 0x3 --config '(0,0,30),(1,0,30)' --parse-ptype> is the same command as previous one, ignore re-start l3fwd
16/09/2020 09:58:15            TestVfL3fwdKernelPf: {'stream': [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.0.1', 'dst': '198.18.0.255', 'step': 1, 'action': 'random'}}}], [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.1.1', 'dst': '198.18.1.255', 'step': 1, 'action': 'random'}}}]], 'rate': 100, 'traffic_opt': {'method': 'throughput', 'duration': 20}}
16/09/2020 09:58:15                         pktgen: test port 0 map gen port 0
16/09/2020 09:58:15                         pktgen: test port 1 map gen port 1
16/09/2020 09:58:15                         pktgen: test port 1 map gen port 1
16/09/2020 09:58:15                         pktgen: test port 0 map gen port 0
16/09/2020 09:58:15                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 09:58:15                         pktgen: trex port <1> not support flow control
16/09/2020 09:58:15                         pktgen: check the trex port link status
16/09/2020 09:58:15                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:00',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:31:ac',
 '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': 0,
 'pci_addr': '0000:18:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:31:ac',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 09:58:15                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 09:58:15                         pktgen: begin traffic ......
16/09/2020 09:58:15                         pktgen: {'ports': [0, 1], 'mult': '100%', 'core_mask': None, 'force': True}
16/09/2020 09:58:35                         pktgen: begin get port statistic ...
16/09/2020 09:58:35                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.0.255',
                                              'src': '198.18.0.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 1,
 'tx_port': 0}
16/09/2020 09:58:35                         pktgen: {0: {'ibytes': 61758847931,
     'ierrors': 0,
     'ipackets': 40684356,
     'obytes': 61758803832,
     'oerrors': 0,
     'opackets': 40684327,
     'rx_bps': 24751286272.0,
     'rx_bps_L1': 25077390231.999996,
     'rx_pps': 2038149.75,
     'rx_util': 100.30956092799998,
     'tx_bps': 24751271936.0,
     'tx_bps_L1': 25077375715.999996,
     'tx_pps': 2038148.625,
     'tx_util': 100.30950286399998},
 1: {'ibytes': 61756760681,
     'ierrors': 0,
     'ipackets': 40682981,
     'obytes': 61756718100,
     'oerrors': 0,
     'opackets': 40682953,
     'rx_bps': 24751413248.0,
     'rx_bps_L1': 25077518828.000004,
     'rx_pps': 2038159.875,
     'rx_util': 100.31007531200002,
     'tx_bps': 24751409152.0,
     'tx_bps_L1': 25077514672.0,
     'tx_pps': 2038159.5,
     'tx_util': 100.310058688},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 53.156036376953125,
            'cpu_util': 11.640888214111328,
            'cpu_util_raw': 11.0,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 23403241,
            'rx_bps': 49502703616.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 4076309.5,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 49502679040.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 4076308.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 123515608612,
           'ierrors': 0,
           'ipackets': 81367337,
           'obytes': 123515521932,
           'oerrors': 0,
           'opackets': 81367280,
           'rx_bps': 49502699520.0,
           'rx_bps_L1': 50154909060.0,
           'rx_pps': 4076309.625,
           'rx_util': 200.61963624,
           'tx_bps': 49502681088.0,
           'tx_bps_L1': 50154890388.0,
           'tx_pps': 4076308.125,
           'tx_util': 200.619561552}}
16/09/2020 09:58:35                         pktgen: {'ibytes': 61758847931,
 'ierrors': 0,
 'ipackets': 40684356,
 'obytes': 61758803832,
 'oerrors': 0,
 'opackets': 40684327,
 'rx_bps': 24751286272.0,
 'rx_bps_L1': 25077390231.999996,
 'rx_pps': 2038149.75,
 'rx_util': 100.30956092799998,
 'tx_bps': 24751271936.0,
 'tx_bps_L1': 25077375715.999996,
 'tx_pps': 2038148.625,
 'tx_util': 100.30950286399998}
16/09/2020 09:58:35                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 24751271936.000000, tx_pps: 2038148.625000 
16/09/2020 09:58:35                         pktgen: {'ibytes': 61756760681,
 'ierrors': 0,
 'ipackets': 40682981,
 'obytes': 61756718100,
 'oerrors': 0,
 'opackets': 40682953,
 'rx_bps': 24751413248.0,
 'rx_bps_L1': 25077518828.000004,
 'rx_pps': 2038159.875,
 'rx_util': 100.31007531200002,
 'tx_bps': 24751409152.0,
 'tx_bps_L1': 25077514672.0,
 'tx_pps': 2038159.5,
 'tx_util': 100.310058688}
16/09/2020 09:58:35                         pktgen: Rx Port 1 stats: 
rx_port: 1,  rx_bps: 24751413248.000000, rx_pps: 2038159.875000
16/09/2020 09:58:35                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.1.255',
                                              'src': '198.18.1.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 0,
 'tx_port': 1}
16/09/2020 09:58:35                         pktgen: {0: {'ibytes': 61774663973,
     'ierrors': 0,
     'ipackets': 40694775,
     'obytes': 61774618356,
     'oerrors': 0,
     'opackets': 40694744,
     'rx_bps': 24751286272.0,
     'rx_bps_L1': 25077390231.999996,
     'rx_pps': 2038149.75,
     'rx_util': 100.30956092799998,
     'tx_bps': 24751271936.0,
     'tx_bps_L1': 25077375715.999996,
     'tx_pps': 2038148.625,
     'tx_util': 100.30950286399998},
 1: {'ibytes': 61772566097,
     'ierrors': 0,
     'ipackets': 40693393,
     'obytes': 61772525034,
     'oerrors': 0,
     'opackets': 40693365,
     'rx_bps': 24751413248.0,
     'rx_bps_L1': 25077518828.000004,
     'rx_pps': 2038159.875,
     'rx_util': 100.31007531200002,
     'tx_bps': 24751409152.0,
     'tx_bps_L1': 25077514672.0,
     'tx_pps': 2038159.5,
     'tx_util': 100.310058688},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 53.156036376953125,
            'cpu_util': 11.640888214111328,
            'cpu_util_raw': 11.0,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 23412060,
            'rx_bps': 49502703616.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 4076309.5,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 49502679040.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 4076308.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 123547230070,
           'ierrors': 0,
           'ipackets': 81388168,
           'obytes': 123547143390,
           'oerrors': 0,
           'opackets': 81388109,
           'rx_bps': 49502699520.0,
           'rx_bps_L1': 50154909060.0,
           'rx_pps': 4076309.625,
           'rx_util': 200.61963624,
           'tx_bps': 49502681088.0,
           'tx_bps_L1': 50154890388.0,
           'tx_pps': 4076308.125,
           'tx_util': 200.619561552}}
16/09/2020 09:58:35                         pktgen: {'ibytes': 61772566097,
 'ierrors': 0,
 'ipackets': 40693393,
 'obytes': 61772525034,
 'oerrors': 0,
 'opackets': 40693365,
 'rx_bps': 24751413248.0,
 'rx_bps_L1': 25077518828.000004,
 'rx_pps': 2038159.875,
 'rx_util': 100.31007531200002,
 'tx_bps': 24751409152.0,
 'tx_bps_L1': 25077514672.0,
 'tx_pps': 2038159.5,
 'tx_util': 100.310058688}
16/09/2020 09:58:35                         pktgen: Tx Port 1 stats: 
tx_port: 1,  tx_bps: 24751409152.000000, tx_pps: 2038159.500000 
16/09/2020 09:58:35                         pktgen: {'ibytes': 61774663973,
 'ierrors': 0,
 'ipackets': 40694775,
 'obytes': 61774618356,
 'oerrors': 0,
 'opackets': 40694744,
 'rx_bps': 24751286272.0,
 'rx_bps_L1': 25077390231.999996,
 'rx_pps': 2038149.75,
 'rx_util': 100.30956092799998,
 'tx_bps': 24751271936.0,
 'tx_bps_L1': 25077375715.999996,
 'tx_pps': 2038148.625,
 'tx_util': 100.30950286399998}
16/09/2020 09:58:35                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 24751286272.000000, rx_pps: 2038149.750000
16/09/2020 09:58:35                         pktgen: throughput: pps_rx 4076309.625000, bps_rx 49502699520.000000
16/09/2020 09:58:35                         pktgen: traffic completed. 
16/09/2020 09:58:35            TestVfL3fwdKernelPf: wait 10 second after traffic stop
16/09/2020 09:58:45            TestVfL3fwdKernelPf: Executing l3fwd with MATCH_MODE.LPM mode, 2 ports, 1C/1T-2Q and 64 frame size
16/09/2020 09:58:45             dut.10.240.183.113: ^C
16/09/2020 09:58:46             dut.10.240.183.113: 

Signal 2 received, preparing to exit...
Closing port 0... Done
Closing port 1... Done
Bye...
16/09/2020 09:58:46             dut.10.240.183.113: ./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd -v -c 0x40000000 -n 4 -w 0000:af:01.0 -w 0000:af:11.0 -- -p 0x3 --config '(0,0,30),(0,1,30),(1,0,30),(1,1,30)' --parse-ptype
16/09/2020 09:58:47             dut.10.240.183.113: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: RTE Version: 'DPDK 20.11.0-rc0'
EAL: Multi-process socket /var/run/dpdk/rte/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:af:01.0 (socket 1)
iavf_read_msg_from_pf(): command mismatch, expect 44, get 17
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:af:11.0 (socket 1)
iavf_read_msg_from_pf(): command mismatch, expect 44, get 17
EAL: No legacy callbacks, legacy socket not created
soft parse-ptype is enabled
LPM or EM none selected, default LPM on
Initializing port 0 ... Creating queues: nb_rxq=2 nb_txq=1... Port 0 modified RSS hash function based on hardware support,requested:0xa38c configured:0x88
 Address:00:12:34:56:78:01, Destination:02:00:00:00:00:00, Allocated mbuf pool on socket 1
LPM: Adding route 198.18.0.0 / 24 (0)
LPM: Adding route 198.18.1.0 / 24 (1)
LPM: Adding route 2001:200:: / 48 (0)
LPM: Adding route 2001:200:0:0:1:: / 48 (1)
txq=30,0,1 
Initializing port 1 ... Creating queues: nb_rxq=2 nb_txq=1... Port 1 modified RSS hash function based on hardware support,requested:0xa38c configured:0x88
 Address:00:12:34:56:78:02, Destination:02:00:00:00:00:01, txq=30,0,1 

Initializing rx queues on lcore 30 ... rxq=0,0,1 rxq=0,1,1 rxq=1,0,1 rxq=1,1,1 iavf_configure_queues(): request RXDID == 22 in Queue[0]
iavf_configure_queues(): request RXDID == 22 in Queue[1]
iavf_configure_queues(): request RXDID == 22 in Queue[0]
iavf_configure_queues(): request RXDID == 22 in Queue[1]

Port 0: softly parse packet type info
Port 0: softly parse packet type info
Port 1: softly parse packet type info
Port 1: softly parse packet type info

Checking link statusdone
Port0 Link Up. Speed 25000 Mbps -full-duplex
Port1 Link Up. Speed 25000 Mbps -full-duplex
16/09/2020 09:58:47            TestVfL3fwdKernelPf: wait 10 seconds for port link up
16/09/2020 09:58:57            TestVfL3fwdKernelPf: {'stream': [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.0.1', 'dst': '198.18.0.255', 'step': 1, 'action': 'random'}}}], [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.1.1', 'dst': '198.18.1.255', 'step': 1, 'action': 'random'}}}]], 'rate': 100, 'traffic_opt': {'method': 'throughput', 'duration': 20}}
16/09/2020 09:58:57                         pktgen: test port 0 map gen port 0
16/09/2020 09:58:57                         pktgen: test port 1 map gen port 1
16/09/2020 09:58:57                         pktgen: test port 1 map gen port 1
16/09/2020 09:58:57                         pktgen: test port 0 map gen port 0
16/09/2020 09:58:57                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 09:58:57                         pktgen: trex port <1> not support flow control
16/09/2020 09:58:57                         pktgen: check the trex port link status
16/09/2020 09:58:57                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:00',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:31:ac',
 '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': 0,
 'pci_addr': '0000:18:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:31:ac',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 09:58:57                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 09:58:57                         pktgen: begin traffic ......
16/09/2020 09:58:57                         pktgen: {'ports': [0, 1], 'mult': '100%', 'core_mask': None, 'force': True}
16/09/2020 09:59:17                         pktgen: begin get port statistic ...
16/09/2020 09:59:17                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.0.255',
                                              'src': '198.18.0.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 1,
 'tx_port': 0}
16/09/2020 09:59:17                         pktgen: {0: {'ibytes': 19922401431,
     'ierrors': 0,
     'ipackets': 311287530,
     'obytes': 45782688960,
     'oerrors': 0,
     'opackets': 715354559,
     'rx_bps': 7979064320.0,
     'rx_bps_L1': 10472520960.0,
     'rx_pps': 15584104.0,
     'rx_util': 41.890083839999996,
     'tx_bps': 18274449408.0,
     'tx_bps_L1': 23985214208.0,
     'tx_pps': 35692280.0,
     'tx_util': 95.940856832},
 1: {'ibytes': 19919806592,
     'ierrors': 0,
     'ipackets': 311247008,
     'obytes': 45779900544,
     'oerrors': 0,
     'opackets': 715310980,
     'rx_bps': 7979065344.0,
     'rx_bps_L1': 10472523264.0,
     'rx_pps': 15584112.0,
     'rx_util': 41.890093056,
     'tx_bps': 18274451456.0,
     'tx_bps_L1': 23985217536.0,
     'tx_pps': 35692288.0,
     'tx_util': 95.940870144},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 5.277620792388916,
            'cpu_util': 86.56575775146484,
            'cpu_util_raw': 86.5,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 0,
            'rx_bps': 15958129664.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 20590770176.0,
            'rx_pps': 31168216.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 36548898816.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 71384568.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 39842208023,
           'ierrors': 0,
           'ipackets': 622534538,
           'obytes': 91562589504,
           'oerrors': 0,
           'opackets': 1430665539,
           'rx_bps': 15958129664.0,
           'rx_bps_L1': 20945044224.0,
           'rx_pps': 31168216.0,
           'rx_util': 83.780176896,
           'tx_bps': 36548900864.0,
           'tx_bps_L1': 47970431744.0,
           'tx_pps': 71384568.0,
           'tx_util': 191.88172697599998}}
16/09/2020 09:59:17                         pktgen: {'ibytes': 19922401431,
 'ierrors': 0,
 'ipackets': 311287530,
 'obytes': 45782688960,
 'oerrors': 0,
 'opackets': 715354559,
 'rx_bps': 7979064320.0,
 'rx_bps_L1': 10472520960.0,
 'rx_pps': 15584104.0,
 'rx_util': 41.890083839999996,
 'tx_bps': 18274449408.0,
 'tx_bps_L1': 23985214208.0,
 'tx_pps': 35692280.0,
 'tx_util': 95.940856832}
16/09/2020 09:59:17                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 18274449408.000000, tx_pps: 35692280.000000 
16/09/2020 09:59:17                         pktgen: {'ibytes': 19919806592,
 'ierrors': 0,
 'ipackets': 311247008,
 'obytes': 45779900544,
 'oerrors': 0,
 'opackets': 715310980,
 'rx_bps': 7979065344.0,
 'rx_bps_L1': 10472523264.0,
 'rx_pps': 15584112.0,
 'rx_util': 41.890093056,
 'tx_bps': 18274451456.0,
 'tx_bps_L1': 23985217536.0,
 'tx_pps': 35692288.0,
 'tx_util': 95.940870144}
16/09/2020 09:59:17                         pktgen: Rx Port 1 stats: 
rx_port: 1,  rx_bps: 7979065344.000000, rx_pps: 15584112.000000
16/09/2020 09:59:17                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.1.255',
                                              'src': '198.18.1.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 0,
 'tx_port': 1}
16/09/2020 09:59:17                         pktgen: {0: {'ibytes': 19927621911,
     'ierrors': 0,
     'ipackets': 311369122,
     'obytes': 45794583232,
     'oerrors': 0,
     'opackets': 715540399,
     'rx_bps': 7979064320.0,
     'rx_bps_L1': 10472520960.0,
     'rx_pps': 15584104.0,
     'rx_util': 41.890083839999996,
     'tx_bps': 18274449408.0,
     'tx_bps_L1': 23985214208.0,
     'tx_pps': 35692280.0,
     'tx_util': 95.940856832},
 1: {'ibytes': 19925026816,
     'ierrors': 0,
     'ipackets': 311328544,
     'obytes': 45791804928,
     'oerrors': 0,
     'opackets': 715497000,
     'rx_bps': 7979065344.0,
     'rx_bps_L1': 10472523264.0,
     'rx_pps': 15584112.0,
     'rx_util': 41.890093056,
     'tx_bps': 18274451456.0,
     'tx_bps_L1': 23985217536.0,
     'tx_pps': 35692288.0,
     'tx_util': 95.940870144},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 5.277620792388916,
            'cpu_util': 86.56575775146484,
            'cpu_util_raw': 86.5,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 0,
            'rx_bps': 15958129664.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 20590770176.0,
            'rx_pps': 31168216.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 36548898816.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 71384568.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 39852648727,
           'ierrors': 0,
           'ipackets': 622697666,
           'obytes': 91586388160,
           'oerrors': 0,
           'opackets': 1431037399,
           'rx_bps': 15958129664.0,
           'rx_bps_L1': 20945044224.0,
           'rx_pps': 31168216.0,
           'rx_util': 83.780176896,
           'tx_bps': 36548900864.0,
           'tx_bps_L1': 47970431744.0,
           'tx_pps': 71384568.0,
           'tx_util': 191.88172697599998}}
16/09/2020 09:59:17                         pktgen: {'ibytes': 19925026816,
 'ierrors': 0,
 'ipackets': 311328544,
 'obytes': 45791804928,
 'oerrors': 0,
 'opackets': 715497000,
 'rx_bps': 7979065344.0,
 'rx_bps_L1': 10472523264.0,
 'rx_pps': 15584112.0,
 'rx_util': 41.890093056,
 'tx_bps': 18274451456.0,
 'tx_bps_L1': 23985217536.0,
 'tx_pps': 35692288.0,
 'tx_util': 95.940870144}
16/09/2020 09:59:17                         pktgen: Tx Port 1 stats: 
tx_port: 1,  tx_bps: 18274451456.000000, tx_pps: 35692288.000000 
16/09/2020 09:59:17                         pktgen: {'ibytes': 19927621911,
 'ierrors': 0,
 'ipackets': 311369122,
 'obytes': 45794583232,
 'oerrors': 0,
 'opackets': 715540399,
 'rx_bps': 7979064320.0,
 'rx_bps_L1': 10472520960.0,
 'rx_pps': 15584104.0,
 'rx_util': 41.890083839999996,
 'tx_bps': 18274449408.0,
 'tx_bps_L1': 23985214208.0,
 'tx_pps': 35692280.0,
 'tx_util': 95.940856832}
16/09/2020 09:59:17                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 7979064320.000000, rx_pps: 15584104.000000
16/09/2020 09:59:17                         pktgen: throughput: pps_rx 31168216.000000, bps_rx 15958129664.000000
16/09/2020 09:59:17                         pktgen: traffic completed. 
16/09/2020 09:59:17            TestVfL3fwdKernelPf: wait 10 second after traffic stop
16/09/2020 09:59:27            TestVfL3fwdKernelPf: Executing l3fwd with MATCH_MODE.LPM mode, 2 ports, 1C/1T-2Q and 128 frame size
16/09/2020 09:59:27            TestVfL3fwdKernelPf: <./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd -v -c 0x40000000 -n 4 -w 0000:af:01.0 -w 0000:af:11.0 -- -p 0x3 --config '(0,0,30),(0,1,30),(1,0,30),(1,1,30)' --parse-ptype> is the same command as previous one, ignore re-start l3fwd
16/09/2020 09:59:27            TestVfL3fwdKernelPf: {'stream': [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.0.1', 'dst': '198.18.0.255', 'step': 1, 'action': 'random'}}}], [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.1.1', 'dst': '198.18.1.255', 'step': 1, 'action': 'random'}}}]], 'rate': 100, 'traffic_opt': {'method': 'throughput', 'duration': 20}}
16/09/2020 09:59:27                         pktgen: test port 0 map gen port 0
16/09/2020 09:59:27                         pktgen: test port 1 map gen port 1
16/09/2020 09:59:27                         pktgen: test port 1 map gen port 1
16/09/2020 09:59:27                         pktgen: test port 0 map gen port 0
16/09/2020 09:59:27                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 09:59:27                         pktgen: trex port <1> not support flow control
16/09/2020 09:59:27                         pktgen: check the trex port link status
16/09/2020 09:59:27                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:00',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:31:ac',
 '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': 0,
 'pci_addr': '0000:18:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:31:ac',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 09:59:27                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 09:59:27                         pktgen: begin traffic ......
16/09/2020 09:59:27                         pktgen: {'ports': [0, 1], 'mult': '100%', 'core_mask': None, 'force': True}
16/09/2020 09:59:47                         pktgen: begin get port statistic ...
16/09/2020 09:59:47                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.0.255',
                                              'src': '198.18.0.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 1,
 'tx_port': 0}
16/09/2020 09:59:47                         pktgen: {0: {'ibytes': 42130127437,
     'ierrors': 0,
     'ipackets': 329141629,
     'obytes': 54116655104,
     'oerrors': 0,
     'opackets': 422786394,
     'rx_bps': 16814583808.0,
     'rx_bps_L1': 19441862528.0,
     'rx_pps': 16420492.0,
     'rx_util': 77.767450112,
     'tx_bps': 21621016576.0,
     'tx_bps_L1': 24999299776.000004,
     'tx_pps': 21114270.0,
     'tx_util': 99.99719910400002},
 1: {'ibytes': 42128483712,
     'ierrors': 0,
     'ipackets': 329128795,
     'obytes': 54115239168,
     'oerrors': 0,
     'opackets': 422775316,
     'rx_bps': 16814592000.0,
     'rx_bps_L1': 19441872320.0,
     'rx_pps': 16420502.0,
     'rx_util': 77.76748928,
     'tx_bps': 21621135360.0,
     'tx_bps_L1': 24999437439.999996,
     'tx_pps': 21114388.0,
     'tx_util': 99.99774975999999},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 5.9414238929748535,
            'cpu_util': 90.9759750366211,
            'cpu_util_raw': 90.8125,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 148857812,
            'rx_bps': 33629175808.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 9612973056.0,
            'rx_pps': 32840994.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 43242147840.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 42228656.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 84258611149,
           'ierrors': 0,
           'ipackets': 658270424,
           'obytes': 108231894272,
           'oerrors': 0,
           'opackets': 845561710,
           'rx_bps': 33629175808.0,
           'rx_bps_L1': 38883734848.0,
           'rx_pps': 32840994.0,
           'rx_util': 155.534939392,
           'tx_bps': 43242151936.0,
           'tx_bps_L1': 49998737216.0,
           'tx_pps': 42228658.0,
           'tx_util': 199.994948864}}
16/09/2020 09:59:47                         pktgen: {'ibytes': 42130127437,
 'ierrors': 0,
 'ipackets': 329141629,
 'obytes': 54116655104,
 'oerrors': 0,
 'opackets': 422786394,
 'rx_bps': 16814583808.0,
 'rx_bps_L1': 19441862528.0,
 'rx_pps': 16420492.0,
 'rx_util': 77.767450112,
 'tx_bps': 21621016576.0,
 'tx_bps_L1': 24999299776.000004,
 'tx_pps': 21114270.0,
 'tx_util': 99.99719910400002}
16/09/2020 09:59:47                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 21621016576.000000, tx_pps: 21114270.000000 
16/09/2020 09:59:47                         pktgen: {'ibytes': 42128483712,
 'ierrors': 0,
 'ipackets': 329128795,
 'obytes': 54115239168,
 'oerrors': 0,
 'opackets': 422775316,
 'rx_bps': 16814592000.0,
 'rx_bps_L1': 19441872320.0,
 'rx_pps': 16420502.0,
 'rx_util': 77.76748928,
 'tx_bps': 21621135360.0,
 'tx_bps_L1': 24999437439.999996,
 'tx_pps': 21114388.0,
 'tx_util': 99.99774975999999}
16/09/2020 09:59:47                         pktgen: Rx Port 1 stats: 
rx_port: 1,  rx_bps: 16814592000.000000, rx_pps: 16420502.000000
16/09/2020 09:59:47                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.1.255',
                                              'src': '198.18.1.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 0,
 'tx_port': 1}
16/09/2020 09:59:47                         pktgen: {0: {'ibytes': 42140763213,
     'ierrors': 0,
     'ipackets': 329224734,
     'obytes': 54130350080,
     'oerrors': 0,
     'opackets': 422893371,
     'rx_bps': 16814583808.0,
     'rx_bps_L1': 19441862528.0,
     'rx_pps': 16420492.0,
     'rx_util': 77.767450112,
     'tx_bps': 21621016576.0,
     'tx_bps_L1': 24999299776.000004,
     'tx_pps': 21114270.0,
     'tx_util': 99.99719910400002},
 1: {'ibytes': 42139113984,
     'ierrors': 0,
     'ipackets': 329211849,
     'obytes': 54128918272,
     'oerrors': 0,
     'opackets': 422882194,
     'rx_bps': 16814592000.0,
     'rx_bps_L1': 19441872320.0,
     'rx_pps': 16420502.0,
     'rx_util': 77.76748928,
     'tx_bps': 21621135360.0,
     'tx_bps_L1': 24999437439.999996,
     'tx_pps': 21114388.0,
     'tx_util': 99.99774975999999},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 5.9414238929748535,
            'cpu_util': 90.9759750366211,
            'cpu_util_raw': 90.8125,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 148890623,
            'rx_bps': 33629175808.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 9612973056.0,
            'rx_pps': 32840994.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 43242147840.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 42228656.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 84279877197,
           'ierrors': 0,
           'ipackets': 658436583,
           'obytes': 108259268352,
           'oerrors': 0,
           'opackets': 845775565,
           'rx_bps': 33629175808.0,
           'rx_bps_L1': 38883734848.0,
           'rx_pps': 32840994.0,
           'rx_util': 155.534939392,
           'tx_bps': 43242151936.0,
           'tx_bps_L1': 49998737216.0,
           'tx_pps': 42228658.0,
           'tx_util': 199.994948864}}
16/09/2020 09:59:47                         pktgen: {'ibytes': 42139113984,
 'ierrors': 0,
 'ipackets': 329211849,
 'obytes': 54128918272,
 'oerrors': 0,
 'opackets': 422882194,
 'rx_bps': 16814592000.0,
 'rx_bps_L1': 19441872320.0,
 'rx_pps': 16420502.0,
 'rx_util': 77.76748928,
 'tx_bps': 21621135360.0,
 'tx_bps_L1': 24999437439.999996,
 'tx_pps': 21114388.0,
 'tx_util': 99.99774975999999}
16/09/2020 09:59:47                         pktgen: Tx Port 1 stats: 
tx_port: 1,  tx_bps: 21621135360.000000, tx_pps: 21114388.000000 
16/09/2020 09:59:47                         pktgen: {'ibytes': 42140763213,
 'ierrors': 0,
 'ipackets': 329224734,
 'obytes': 54130350080,
 'oerrors': 0,
 'opackets': 422893371,
 'rx_bps': 16814583808.0,
 'rx_bps_L1': 19441862528.0,
 'rx_pps': 16420492.0,
 'rx_util': 77.767450112,
 'tx_bps': 21621016576.0,
 'tx_bps_L1': 24999299776.000004,
 'tx_pps': 21114270.0,
 'tx_util': 99.99719910400002}
16/09/2020 09:59:47                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 16814583808.000000, rx_pps: 16420492.000000
16/09/2020 09:59:47                         pktgen: throughput: pps_rx 32840994.000000, bps_rx 33629175808.000000
16/09/2020 09:59:47                         pktgen: traffic completed. 
16/09/2020 09:59:47            TestVfL3fwdKernelPf: wait 10 second after traffic stop
16/09/2020 09:59:57            TestVfL3fwdKernelPf: Executing l3fwd with MATCH_MODE.LPM mode, 2 ports, 1C/1T-2Q and 256 frame size
16/09/2020 09:59:57            TestVfL3fwdKernelPf: <./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd -v -c 0x40000000 -n 4 -w 0000:af:01.0 -w 0000:af:11.0 -- -p 0x3 --config '(0,0,30),(0,1,30),(1,0,30),(1,1,30)' --parse-ptype> is the same command as previous one, ignore re-start l3fwd
16/09/2020 09:59:57            TestVfL3fwdKernelPf: {'stream': [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.0.1', 'dst': '198.18.0.255', 'step': 1, 'action': 'random'}}}], [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.1.1', 'dst': '198.18.1.255', 'step': 1, 'action': 'random'}}}]], 'rate': 100, 'traffic_opt': {'method': 'throughput', 'duration': 20}}
16/09/2020 09:59:57                         pktgen: test port 0 map gen port 0
16/09/2020 09:59:57                         pktgen: test port 1 map gen port 1
16/09/2020 09:59:57                         pktgen: test port 1 map gen port 1
16/09/2020 09:59:57                         pktgen: test port 0 map gen port 0
16/09/2020 09:59:57                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 09:59:57                         pktgen: trex port <1> not support flow control
16/09/2020 09:59:57                         pktgen: check the trex port link status
16/09/2020 09:59:57                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:00',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:31:ac',
 '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': 0,
 'pci_addr': '0000:18:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:31:ac',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 09:59:57                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 09:59:57                         pktgen: begin traffic ......
16/09/2020 09:59:57                         pktgen: {'ports': [0, 1], 'mult': '100%', 'core_mask': None, 'force': True}
16/09/2020 10:00:17                         pktgen: begin get port statistic ...
16/09/2020 10:00:17                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.0.255',
                                              'src': '198.18.0.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 1,
 'tx_port': 0}
16/09/2020 10:00:17                         pktgen: {0: {'ibytes': 54138517581,
     'ierrors': 0,
     'ipackets': 211478596,
     'obytes': 57831294464,
     'oerrors': 0,
     'opackets': 225903510,
     'rx_bps': 21619496960.0,
     'rx_bps_L1': 23308520000.000004,
     'rx_pps': 10556394.0,
     'rx_util': 93.23408000000002,
     'tx_bps': 23092031488.0,
     'tx_bps_L1': 24896096768.0,
     'tx_pps': 11275408.0,
     'tx_util': 99.584387072},
 1: {'ibytes': 54136255306,
     'ierrors': 0,
     'ipackets': 211469759,
     'obytes': 57828803072,
     'oerrors': 0,
     'opackets': 225893767,
     'rx_bps': 21619650560.0,
     'rx_bps_L1': 23308685920.0,
     'rx_pps': 10556471.0,
     'rx_util': 93.23474368,
     'tx_bps': 23092047872.0,
     'tx_bps_L1': 24896114112.0,
     'tx_pps': 11275414.0,
     'tx_util': 99.584456448},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 26.185775756835938,
            'cpu_util': 22.046358108520508,
            'cpu_util_raw': 21.3125,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 6109171,
            'rx_bps': 43239149568.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 21112864.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 46184079360.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 22550822.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 108274772887,
           'ierrors': 0,
           'ipackets': 422948355,
           'obytes': 115660097536,
           'oerrors': 0,
           'opackets': 451797277,
           'rx_bps': 43239147520.0,
           'rx_bps_L1': 46617205920.0,
           'rx_pps': 21112865.0,
           'rx_util': 186.46882368,
           'tx_bps': 46184079360.0,
           'tx_bps_L1': 49792210880.0,
           'tx_pps': 22550822.0,
           'tx_util': 199.16884352}}
16/09/2020 10:00:17                         pktgen: {'ibytes': 54138517581,
 'ierrors': 0,
 'ipackets': 211478596,
 'obytes': 57831294464,
 'oerrors': 0,
 'opackets': 225903510,
 'rx_bps': 21619496960.0,
 'rx_bps_L1': 23308520000.000004,
 'rx_pps': 10556394.0,
 'rx_util': 93.23408000000002,
 'tx_bps': 23092031488.0,
 'tx_bps_L1': 24896096768.0,
 'tx_pps': 11275408.0,
 'tx_util': 99.584387072}
16/09/2020 10:00:17                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 23092031488.000000, tx_pps: 11275408.000000 
16/09/2020 10:00:17                         pktgen: {'ibytes': 54136255306,
 'ierrors': 0,
 'ipackets': 211469759,
 'obytes': 57828803072,
 'oerrors': 0,
 'opackets': 225893767,
 'rx_bps': 21619650560.0,
 'rx_bps_L1': 23308685920.0,
 'rx_pps': 10556471.0,
 'rx_util': 93.23474368,
 'tx_bps': 23092047872.0,
 'tx_bps_L1': 24896114112.0,
 'tx_pps': 11275414.0,
 'tx_util': 99.584456448}
16/09/2020 10:00:17                         pktgen: Rx Port 1 stats: 
rx_port: 1,  rx_bps: 21619650560.000000, rx_pps: 10556471.000000
16/09/2020 10:00:17                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.1.255',
                                              'src': '198.18.1.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 0,
 'tx_port': 1}
16/09/2020 10:00:17                         pktgen: {0: {'ibytes': 54152377933,
     'ierrors': 0,
     'ipackets': 211532739,
     'obytes': 57846085120,
     'oerrors': 0,
     'opackets': 225961275,
     'rx_bps': 21619496960.0,
     'rx_bps_L1': 23308520000.000004,
     'rx_pps': 10556394.0,
     'rx_util': 93.23408000000002,
     'tx_bps': 23092031488.0,
     'tx_bps_L1': 24896096768.0,
     'tx_pps': 11275408.0,
     'tx_util': 99.584387072},
 1: {'ibytes': 54150115658,
     'ierrors': 0,
     'ipackets': 211523902,
     'obytes': 57843576064,
     'oerrors': 0,
     'opackets': 225951489,
     'rx_bps': 21619650560.0,
     'rx_bps_L1': 23308685920.0,
     'rx_pps': 10556471.0,
     'rx_util': 93.23474368,
     'tx_bps': 23092047872.0,
     'tx_bps_L1': 24896114112.0,
     'tx_pps': 11275414.0,
     'tx_util': 99.584456448},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 26.185775756835938,
            'cpu_util': 22.046358108520508,
            'cpu_util_raw': 21.3125,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 6109840,
            'rx_bps': 43239149568.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 21112864.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 46184079360.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 22550822.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 108302493591,
           'ierrors': 0,
           'ipackets': 423056641,
           'obytes': 115689661184,
           'oerrors': 0,
           'opackets': 451912764,
           'rx_bps': 43239147520.0,
           'rx_bps_L1': 46617205920.0,
           'rx_pps': 21112865.0,
           'rx_util': 186.46882368,
           'tx_bps': 46184079360.0,
           'tx_bps_L1': 49792210880.0,
           'tx_pps': 22550822.0,
           'tx_util': 199.16884352}}
16/09/2020 10:00:17                         pktgen: {'ibytes': 54150115658,
 'ierrors': 0,
 'ipackets': 211523902,
 'obytes': 57843576064,
 'oerrors': 0,
 'opackets': 225951489,
 'rx_bps': 21619650560.0,
 'rx_bps_L1': 23308685920.0,
 'rx_pps': 10556471.0,
 'rx_util': 93.23474368,
 'tx_bps': 23092047872.0,
 'tx_bps_L1': 24896114112.0,
 'tx_pps': 11275414.0,
 'tx_util': 99.584456448}
16/09/2020 10:00:17                         pktgen: Tx Port 1 stats: 
tx_port: 1,  tx_bps: 23092047872.000000, tx_pps: 11275414.000000 
16/09/2020 10:00:17                         pktgen: {'ibytes': 54152377933,
 'ierrors': 0,
 'ipackets': 211532739,
 'obytes': 57846085120,
 'oerrors': 0,
 'opackets': 225961275,
 'rx_bps': 21619496960.0,
 'rx_bps_L1': 23308520000.000004,
 'rx_pps': 10556394.0,
 'rx_util': 93.23408000000002,
 'tx_bps': 23092031488.0,
 'tx_bps_L1': 24896096768.0,
 'tx_pps': 11275408.0,
 'tx_util': 99.584387072}
16/09/2020 10:00:17                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 21619496960.000000, rx_pps: 10556394.000000
16/09/2020 10:00:17                         pktgen: throughput: pps_rx 21112865.000000, bps_rx 43239147520.000000
16/09/2020 10:00:17                         pktgen: traffic completed. 
16/09/2020 10:00:17            TestVfL3fwdKernelPf: wait 10 second after traffic stop
16/09/2020 10:00:27            TestVfL3fwdKernelPf: Executing l3fwd with MATCH_MODE.LPM mode, 2 ports, 1C/1T-2Q and 512 frame size
16/09/2020 10:00:27            TestVfL3fwdKernelPf: <./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd -v -c 0x40000000 -n 4 -w 0000:af:01.0 -w 0000:af:11.0 -- -p 0x3 --config '(0,0,30),(0,1,30),(1,0,30),(1,1,30)' --parse-ptype> is the same command as previous one, ignore re-start l3fwd
16/09/2020 10:00:27            TestVfL3fwdKernelPf: {'stream': [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.0.1', 'dst': '198.18.0.255', 'step': 1, 'action': 'random'}}}], [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.1.1', 'dst': '198.18.1.255', 'step': 1, 'action': 'random'}}}]], 'rate': 100, 'traffic_opt': {'method': 'throughput', 'duration': 20}}
16/09/2020 10:00:27                         pktgen: test port 0 map gen port 0
16/09/2020 10:00:27                         pktgen: test port 1 map gen port 1
16/09/2020 10:00:27                         pktgen: test port 1 map gen port 1
16/09/2020 10:00:27                         pktgen: test port 0 map gen port 0
16/09/2020 10:00:27                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:00:27                         pktgen: trex port <1> not support flow control
16/09/2020 10:00:27                         pktgen: check the trex port link status
16/09/2020 10:00:27                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:00',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:31:ac',
 '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': 0,
 'pci_addr': '0000:18:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:31:ac',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:00:27                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:00:27                         pktgen: begin traffic ......
16/09/2020 10:00:27                         pktgen: {'ports': [0, 1], 'mult': '100%', 'core_mask': None, 'force': True}
16/09/2020 10:00:47                         pktgen: begin get port statistic ...
16/09/2020 10:00:47                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.0.255',
                                              'src': '198.18.0.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 1,
 'tx_port': 0}
16/09/2020 10:00:47                         pktgen: {0: {'ibytes': 60223338061,
     'ierrors': 0,
     'ipackets': 117623714,
     'obytes': 60223258624,
     'oerrors': 0,
     'opackets': 117623556,
     'rx_bps': 24129454080.0,
     'rx_bps_L1': 25072010880.0,
     'rx_pps': 5890980.0,
     'rx_util': 100.28804352,
     'tx_bps': 24129460224.0,
     'tx_bps_L1': 25072017184.0,
     'tx_pps': 5890981.0,
     'tx_util': 100.288068736},
 1: {'ibytes': 60219637760,
     'ierrors': 0,
     'ipackets': 117616486,
     'obytes': 60219560960,
     'oerrors': 0,
     'opackets': 117616338,
     'rx_bps': 24129601536.0,
     'rx_bps_L1': 25072164096.0,
     'rx_pps': 5891016.0,
     'rx_util': 100.28865638399999,
     'tx_bps': 24129593344.0,
     'tx_bps_L1': 25072155744.0,
     'tx_pps': 5891015.0,
     'tx_util': 100.28862297600001},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 9.851103782653809,
            'cpu_util': 61.235591888427734,
            'cpu_util_raw': 60.5,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 150470940,
            'rx_bps': 48259055616.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 11781996.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 48259055616.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 11781996.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 120442975821,
           'ierrors': 0,
           'ipackets': 235240200,
           'obytes': 120442819584,
           'oerrors': 0,
           'opackets': 235239894,
           'rx_bps': 48259055616.0,
           'rx_bps_L1': 50144174976.0,
           'rx_pps': 11781996.0,
           'rx_util': 200.576699904,
           'tx_bps': 48259053568.0,
           'tx_bps_L1': 50144172928.0,
           'tx_pps': 11781996.0,
           'tx_util': 200.576691712}}
16/09/2020 10:00:47                         pktgen: {'ibytes': 60223338061,
 'ierrors': 0,
 'ipackets': 117623714,
 'obytes': 60223258624,
 'oerrors': 0,
 'opackets': 117623556,
 'rx_bps': 24129454080.0,
 'rx_bps_L1': 25072010880.0,
 'rx_pps': 5890980.0,
 'rx_util': 100.28804352,
 'tx_bps': 24129460224.0,
 'tx_bps_L1': 25072017184.0,
 'tx_pps': 5890981.0,
 'tx_util': 100.288068736}
16/09/2020 10:00:47                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 24129460224.000000, tx_pps: 5890981.000000 
16/09/2020 10:00:47                         pktgen: {'ibytes': 60219637760,
 'ierrors': 0,
 'ipackets': 117616486,
 'obytes': 60219560960,
 'oerrors': 0,
 'opackets': 117616338,
 'rx_bps': 24129601536.0,
 'rx_bps_L1': 25072164096.0,
 'rx_pps': 5891016.0,
 'rx_util': 100.28865638399999,
 'tx_bps': 24129593344.0,
 'tx_bps_L1': 25072155744.0,
 'tx_pps': 5891015.0,
 'tx_util': 100.28862297600001}
16/09/2020 10:00:47                         pktgen: Rx Port 1 stats: 
rx_port: 1,  rx_bps: 24129601536.000000, rx_pps: 5891016.000000
16/09/2020 10:00:47                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.1.255',
                                              'src': '198.18.1.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 0,
 'tx_port': 1}
16/09/2020 10:00:47                         pktgen: {0: {'ibytes': 60239376461,
     'ierrors': 0,
     'ipackets': 117655039,
     'obytes': 60239298048,
     'oerrors': 0,
     'opackets': 117654884,
     'rx_bps': 24129454080.0,
     'rx_bps_L1': 25072010880.0,
     'rx_pps': 5890980.0,
     'rx_util': 100.28804352,
     'tx_bps': 24129460224.0,
     'tx_bps_L1': 25072017184.0,
     'tx_pps': 5890981.0,
     'tx_util': 100.288068736},
 1: {'ibytes': 60235659776,
     'ierrors': 0,
     'ipackets': 117647779,
     'obytes': 60235584512,
     'oerrors': 0,
     'opackets': 117647629,
     'rx_bps': 24129601536.0,
     'rx_bps_L1': 25072164096.0,
     'rx_pps': 5891016.0,
     'rx_util': 100.28865638399999,
     'tx_bps': 24129593344.0,
     'tx_bps_L1': 25072155744.0,
     'tx_pps': 5891015.0,
     'tx_util': 100.28862297600001},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 9.851103782653809,
            'cpu_util': 61.235591888427734,
            'cpu_util_raw': 60.5,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 150500542,
            'rx_bps': 48259055616.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 11781996.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 48259055616.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 11781996.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 120475036237,
           'ierrors': 0,
           'ipackets': 235302818,
           'obytes': 120474882560,
           'oerrors': 0,
           'opackets': 235302513,
           'rx_bps': 48259055616.0,
           'rx_bps_L1': 50144174976.0,
           'rx_pps': 11781996.0,
           'rx_util': 200.576699904,
           'tx_bps': 48259053568.0,
           'tx_bps_L1': 50144172928.0,
           'tx_pps': 11781996.0,
           'tx_util': 200.576691712}}
16/09/2020 10:00:47                         pktgen: {'ibytes': 60235659776,
 'ierrors': 0,
 'ipackets': 117647779,
 'obytes': 60235584512,
 'oerrors': 0,
 'opackets': 117647629,
 'rx_bps': 24129601536.0,
 'rx_bps_L1': 25072164096.0,
 'rx_pps': 5891016.0,
 'rx_util': 100.28865638399999,
 'tx_bps': 24129593344.0,
 'tx_bps_L1': 25072155744.0,
 'tx_pps': 5891015.0,
 'tx_util': 100.28862297600001}
16/09/2020 10:00:47                         pktgen: Tx Port 1 stats: 
tx_port: 1,  tx_bps: 24129593344.000000, tx_pps: 5891015.000000 
16/09/2020 10:00:47                         pktgen: {'ibytes': 60239376461,
 'ierrors': 0,
 'ipackets': 117655039,
 'obytes': 60239298048,
 'oerrors': 0,
 'opackets': 117654884,
 'rx_bps': 24129454080.0,
 'rx_bps_L1': 25072010880.0,
 'rx_pps': 5890980.0,
 'rx_util': 100.28804352,
 'tx_bps': 24129460224.0,
 'tx_bps_L1': 25072017184.0,
 'tx_pps': 5890981.0,
 'tx_util': 100.288068736}
16/09/2020 10:00:47                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 24129454080.000000, rx_pps: 5890980.000000
16/09/2020 10:00:47                         pktgen: throughput: pps_rx 11781996.000000, bps_rx 48259055616.000000
16/09/2020 10:00:47                         pktgen: traffic completed. 
16/09/2020 10:00:47            TestVfL3fwdKernelPf: wait 10 second after traffic stop
16/09/2020 10:00:57            TestVfL3fwdKernelPf: Executing l3fwd with MATCH_MODE.LPM mode, 2 ports, 1C/1T-2Q and 1024 frame size
16/09/2020 10:00:57            TestVfL3fwdKernelPf: <./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd -v -c 0x40000000 -n 4 -w 0000:af:01.0 -w 0000:af:11.0 -- -p 0x3 --config '(0,0,30),(0,1,30),(1,0,30),(1,1,30)' --parse-ptype> is the same command as previous one, ignore re-start l3fwd
16/09/2020 10:00:57            TestVfL3fwdKernelPf: {'stream': [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.0.1', 'dst': '198.18.0.255', 'step': 1, 'action': 'random'}}}], [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.1.1', 'dst': '198.18.1.255', 'step': 1, 'action': 'random'}}}]], 'rate': 100, 'traffic_opt': {'method': 'throughput', 'duration': 20}}
16/09/2020 10:00:57                         pktgen: test port 0 map gen port 0
16/09/2020 10:00:57                         pktgen: test port 1 map gen port 1
16/09/2020 10:00:57                         pktgen: test port 1 map gen port 1
16/09/2020 10:00:57                         pktgen: test port 0 map gen port 0
16/09/2020 10:00:57                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:00:57                         pktgen: trex port <1> not support flow control
16/09/2020 10:00:57                         pktgen: check the trex port link status
16/09/2020 10:00:57                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:00',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:31:ac',
 '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': 0,
 'pci_addr': '0000:18:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:31:ac',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:00:57                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:00:57                         pktgen: begin traffic ......
16/09/2020 10:00:57                         pktgen: {'ports': [0, 1], 'mult': '100%', 'core_mask': None, 'force': True}
16/09/2020 10:01:17                         pktgen: begin get port statistic ...
16/09/2020 10:01:17                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.0.255',
                                              'src': '198.18.0.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 1,
 'tx_port': 0}
16/09/2020 10:01:17                         pktgen: {0: {'ibytes': 61375398989,
     'ierrors': 0,
     'ipackets': 59936917,
     'obytes': 61375336448,
     'oerrors': 0,
     'opackets': 59936854,
     'rx_bps': 24540553216.0,
     'rx_bps_L1': 25019860896.0,
     'rx_pps': 2995673.0,
     'rx_util': 100.079443584,
     'tx_bps': 24540522496.0,
     'tx_bps_L1': 25019829536.000004,
     'tx_pps': 2995669.0,
     'tx_util': 100.07931814400001},
 1: {'ibytes': 61373133824,
     'ierrors': 0,
     'ipackets': 59934704,
     'obytes': 61373070336,
     'oerrors': 0,
     'opackets': 59934643,
     'rx_bps': 24540657664.0,
     'rx_bps_L1': 25019967424.0,
     'rx_pps': 2995686.0,
     'rx_util': 100.079869696,
     'tx_bps': 24540649472.0,
     'tx_bps_L1': 25019959152.0,
     'tx_pps': 2995685.5,
     'tx_util': 100.079836608},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 30.691570281982422,
            'cpu_util': 19.98967933654785,
            'cpu_util_raw': 20.0,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 42627700,
            'rx_bps': 49081212928.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 5991359.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 49081171968.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 5991354.5},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 122748532813,
           'ierrors': 0,
           'ipackets': 119871621,
           'obytes': 122748406784,
           'oerrors': 0,
           'opackets': 119871497,
           'rx_bps': 49081210880.0,
           'rx_bps_L1': 50039828320.0,
           'rx_pps': 5991359.0,
           'rx_util': 200.15931328,
           'tx_bps': 49081171968.0,
           'tx_bps_L1': 50039788688.0,
           'tx_pps': 5991354.5,
           'tx_util': 200.159154752}}
16/09/2020 10:01:17                         pktgen: {'ibytes': 61375398989,
 'ierrors': 0,
 'ipackets': 59936917,
 'obytes': 61375336448,
 'oerrors': 0,
 'opackets': 59936854,
 'rx_bps': 24540553216.0,
 'rx_bps_L1': 25019860896.0,
 'rx_pps': 2995673.0,
 'rx_util': 100.079443584,
 'tx_bps': 24540522496.0,
 'tx_bps_L1': 25019829536.000004,
 'tx_pps': 2995669.0,
 'tx_util': 100.07931814400001}
16/09/2020 10:01:17                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 24540522496.000000, tx_pps: 2995669.000000 
16/09/2020 10:01:17                         pktgen: {'ibytes': 61373133824,
 'ierrors': 0,
 'ipackets': 59934704,
 'obytes': 61373070336,
 'oerrors': 0,
 'opackets': 59934643,
 'rx_bps': 24540657664.0,
 'rx_bps_L1': 25019967424.0,
 'rx_pps': 2995686.0,
 'rx_util': 100.079869696,
 'tx_bps': 24540649472.0,
 'tx_bps_L1': 25019959152.0,
 'tx_pps': 2995685.5,
 'tx_util': 100.079836608}
16/09/2020 10:01:17                         pktgen: Rx Port 1 stats: 
rx_port: 1,  rx_bps: 24540657664.000000, rx_pps: 2995686.000000
16/09/2020 10:01:17                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.1.255',
                                              'src': '198.18.1.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 0,
 'tx_port': 1}
16/09/2020 10:01:17                         pktgen: {0: {'ibytes': 61390906445,
     'ierrors': 0,
     'ipackets': 59952061,
     'obytes': 61390842880,
     'oerrors': 0,
     'opackets': 59951996,
     'rx_bps': 24540553216.0,
     'rx_bps_L1': 25019860896.0,
     'rx_pps': 2995673.0,
     'rx_util': 100.079443584,
     'tx_bps': 24540522496.0,
     'tx_bps_L1': 25019829536.000004,
     'tx_pps': 2995669.0,
     'tx_util': 100.07931814400001},
 1: {'ibytes': 61388641280,
     'ierrors': 0,
     'ipackets': 59949848,
     'obytes': 61388576768,
     'oerrors': 0,
     'opackets': 59949786,
     'rx_bps': 24540657664.0,
     'rx_bps_L1': 25019967424.0,
     'rx_pps': 2995686.0,
     'rx_util': 100.079869696,
     'tx_bps': 24540649472.0,
     'tx_bps_L1': 25019959152.0,
     'tx_pps': 2995685.5,
     'tx_util': 100.079836608},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 30.691570281982422,
            'cpu_util': 19.98967933654785,
            'cpu_util_raw': 20.0,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 42635257,
            'rx_bps': 49081212928.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 5991359.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 49081171968.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 5991354.5},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 122779547725,
           'ierrors': 0,
           'ipackets': 119901909,
           'obytes': 122779419648,
           'oerrors': 0,
           'opackets': 119901782,
           'rx_bps': 49081210880.0,
           'rx_bps_L1': 50039828320.0,
           'rx_pps': 5991359.0,
           'rx_util': 200.15931328,
           'tx_bps': 49081171968.0,
           'tx_bps_L1': 50039788688.0,
           'tx_pps': 5991354.5,
           'tx_util': 200.159154752}}
16/09/2020 10:01:17                         pktgen: {'ibytes': 61388641280,
 'ierrors': 0,
 'ipackets': 59949848,
 'obytes': 61388576768,
 'oerrors': 0,
 'opackets': 59949786,
 'rx_bps': 24540657664.0,
 'rx_bps_L1': 25019967424.0,
 'rx_pps': 2995686.0,
 'rx_util': 100.079869696,
 'tx_bps': 24540649472.0,
 'tx_bps_L1': 25019959152.0,
 'tx_pps': 2995685.5,
 'tx_util': 100.079836608}
16/09/2020 10:01:17                         pktgen: Tx Port 1 stats: 
tx_port: 1,  tx_bps: 24540649472.000000, tx_pps: 2995685.500000 
16/09/2020 10:01:17                         pktgen: {'ibytes': 61390906445,
 'ierrors': 0,
 'ipackets': 59952061,
 'obytes': 61390842880,
 'oerrors': 0,
 'opackets': 59951996,
 'rx_bps': 24540553216.0,
 'rx_bps_L1': 25019860896.0,
 'rx_pps': 2995673.0,
 'rx_util': 100.079443584,
 'tx_bps': 24540522496.0,
 'tx_bps_L1': 25019829536.000004,
 'tx_pps': 2995669.0,
 'tx_util': 100.07931814400001}
16/09/2020 10:01:17                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 24540553216.000000, rx_pps: 2995673.000000
16/09/2020 10:01:17                         pktgen: throughput: pps_rx 5991359.000000, bps_rx 49081210880.000000
16/09/2020 10:01:17                         pktgen: traffic completed. 
16/09/2020 10:01:17            TestVfL3fwdKernelPf: wait 10 second after traffic stop
16/09/2020 10:01:27            TestVfL3fwdKernelPf: Executing l3fwd with MATCH_MODE.LPM mode, 2 ports, 1C/1T-2Q and 1280 frame size
16/09/2020 10:01:27            TestVfL3fwdKernelPf: <./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd -v -c 0x40000000 -n 4 -w 0000:af:01.0 -w 0000:af:11.0 -- -p 0x3 --config '(0,0,30),(0,1,30),(1,0,30),(1,1,30)' --parse-ptype> is the same command as previous one, ignore re-start l3fwd
16/09/2020 10:01:27            TestVfL3fwdKernelPf: {'stream': [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.0.1', 'dst': '198.18.0.255', 'step': 1, 'action': 'random'}}}], [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.1.1', 'dst': '198.18.1.255', 'step': 1, 'action': 'random'}}}]], 'rate': 100, 'traffic_opt': {'method': 'throughput', 'duration': 20}}
16/09/2020 10:01:27                         pktgen: test port 0 map gen port 0
16/09/2020 10:01:27                         pktgen: test port 1 map gen port 1
16/09/2020 10:01:27                         pktgen: test port 1 map gen port 1
16/09/2020 10:01:27                         pktgen: test port 0 map gen port 0
16/09/2020 10:01:27                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:01:27                         pktgen: trex port <1> not support flow control
16/09/2020 10:01:27                         pktgen: check the trex port link status
16/09/2020 10:01:27                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:00',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:31:ac',
 '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': 0,
 'pci_addr': '0000:18:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:31:ac',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:01:27                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:01:27                         pktgen: begin traffic ......
16/09/2020 10:01:27                         pktgen: {'ports': [0, 1], 'mult': '100%', 'core_mask': None, 'force': True}
16/09/2020 10:01:47                         pktgen: begin get port statistic ...
16/09/2020 10:01:47                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.0.255',
                                              'src': '198.18.0.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 1,
 'tx_port': 0}
16/09/2020 10:01:47                         pktgen: {0: {'ibytes': 61611002957,
     'ierrors': 0,
     'ipackets': 48133599,
     'obytes': 61610945280,
     'oerrors': 0,
     'opackets': 48133554,
     'rx_bps': 24581679104.0,
     'rx_bps_L1': 24965767903.999996,
     'rx_pps': 2400555.0,
     'rx_util': 99.86307161599998,
     'tx_bps': 24581681152.0,
     'tx_bps_L1': 24965769952.0,
     'tx_pps': 2400555.0,
     'tx_util': 99.863079808},
 1: {'ibytes': 61607527680,
     'ierrors': 0,
     'ipackets': 48130884,
     'obytes': 61607473920,
     'oerrors': 0,
     'opackets': 48130840,
     'rx_bps': 24581826560.0,
     'rx_bps_L1': 24965917680.0,
     'rx_pps': 2400569.5,
     'rx_util': 99.86367072,
     'tx_bps': 24581824512.0,
     'tx_bps_L1': 24965915472.0,
     'tx_pps': 2400568.5,
     'tx_util': 99.863661888},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 32.83171463012695,
            'cpu_util': 18.717994689941406,
            'cpu_util_raw': 18.375,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 42461104,
            'rx_bps': 49163509760.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 4801124.5,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 49163509760.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 4801123.5},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 123218530637,
           'ierrors': 0,
           'ipackets': 96264483,
           'obytes': 123218419200,
           'oerrors': 0,
           'opackets': 96264394,
           'rx_bps': 49163505664.0,
           'rx_bps_L1': 49931685584.0,
           'rx_pps': 4801124.5,
           'rx_util': 199.72674233599997,
           'tx_bps': 49163505664.0,
           'tx_bps_L1': 49931685424.0,
           'tx_pps': 4801123.5,
           'tx_util': 199.72674169599998}}
16/09/2020 10:01:47                         pktgen: {'ibytes': 61611002957,
 'ierrors': 0,
 'ipackets': 48133599,
 'obytes': 61610945280,
 'oerrors': 0,
 'opackets': 48133554,
 'rx_bps': 24581679104.0,
 'rx_bps_L1': 24965767903.999996,
 'rx_pps': 2400555.0,
 'rx_util': 99.86307161599998,
 'tx_bps': 24581681152.0,
 'tx_bps_L1': 24965769952.0,
 'tx_pps': 2400555.0,
 'tx_util': 99.863079808}
16/09/2020 10:01:47                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 24581681152.000000, tx_pps: 2400555.000000 
16/09/2020 10:01:47                         pktgen: {'ibytes': 61607527680,
 'ierrors': 0,
 'ipackets': 48130884,
 'obytes': 61607473920,
 'oerrors': 0,
 'opackets': 48130840,
 'rx_bps': 24581826560.0,
 'rx_bps_L1': 24965917680.0,
 'rx_pps': 2400569.5,
 'rx_util': 99.86367072,
 'tx_bps': 24581824512.0,
 'tx_bps_L1': 24965915472.0,
 'tx_pps': 2400568.5,
 'tx_util': 99.863661888}
16/09/2020 10:01:47                         pktgen: Rx Port 1 stats: 
rx_port: 1,  rx_bps: 24581826560.000000, rx_pps: 2400569.500000
16/09/2020 10:01:47                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.1.255',
                                              'src': '198.18.1.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 0,
 'tx_port': 1}
16/09/2020 10:01:47                         pktgen: {0: {'ibytes': 61627139917,
     'ierrors': 0,
     'ipackets': 48146206,
     'obytes': 61627082240,
     'oerrors': 0,
     'opackets': 48146161,
     'rx_bps': 24581679104.0,
     'rx_bps_L1': 24965767903.999996,
     'rx_pps': 2400555.0,
     'rx_util': 99.86307161599998,
     'tx_bps': 24581681152.0,
     'tx_bps_L1': 24965769952.0,
     'tx_pps': 2400555.0,
     'tx_util': 99.863079808},
 1: {'ibytes': 61623663360,
     'ierrors': 0,
     'ipackets': 48143490,
     'obytes': 61623608320,
     'oerrors': 0,
     'opackets': 48143447,
     'rx_bps': 24581826560.0,
     'rx_bps_L1': 24965917680.0,
     'rx_pps': 2400569.5,
     'rx_util': 99.86367072,
     'tx_bps': 24581824512.0,
     'tx_bps_L1': 24965915472.0,
     'tx_pps': 2400568.5,
     'tx_util': 99.863661888},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 32.83171463012695,
            'cpu_util': 18.717994689941406,
            'cpu_util_raw': 18.375,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 42473381,
            'rx_bps': 49163509760.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 4801124.5,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 49163509760.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 4801123.5},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 123250803277,
           'ierrors': 0,
           'ipackets': 96289696,
           'obytes': 123250690560,
           'oerrors': 0,
           'opackets': 96289608,
           'rx_bps': 49163505664.0,
           'rx_bps_L1': 49931685584.0,
           'rx_pps': 4801124.5,
           'rx_util': 199.72674233599997,
           'tx_bps': 49163505664.0,
           'tx_bps_L1': 49931685424.0,
           'tx_pps': 4801123.5,
           'tx_util': 199.72674169599998}}
16/09/2020 10:01:47                         pktgen: {'ibytes': 61623663360,
 'ierrors': 0,
 'ipackets': 48143490,
 'obytes': 61623608320,
 'oerrors': 0,
 'opackets': 48143447,
 'rx_bps': 24581826560.0,
 'rx_bps_L1': 24965917680.0,
 'rx_pps': 2400569.5,
 'rx_util': 99.86367072,
 'tx_bps': 24581824512.0,
 'tx_bps_L1': 24965915472.0,
 'tx_pps': 2400568.5,
 'tx_util': 99.863661888}
16/09/2020 10:01:47                         pktgen: Tx Port 1 stats: 
tx_port: 1,  tx_bps: 24581824512.000000, tx_pps: 2400568.500000 
16/09/2020 10:01:47                         pktgen: {'ibytes': 61627139917,
 'ierrors': 0,
 'ipackets': 48146206,
 'obytes': 61627082240,
 'oerrors': 0,
 'opackets': 48146161,
 'rx_bps': 24581679104.0,
 'rx_bps_L1': 24965767903.999996,
 'rx_pps': 2400555.0,
 'rx_util': 99.86307161599998,
 'tx_bps': 24581681152.0,
 'tx_bps_L1': 24965769952.0,
 'tx_pps': 2400555.0,
 'tx_util': 99.863079808}
16/09/2020 10:01:47                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 24581679104.000000, rx_pps: 2400555.000000
16/09/2020 10:01:47                         pktgen: throughput: pps_rx 4801124.500000, bps_rx 49163505664.000000
16/09/2020 10:01:47                         pktgen: traffic completed. 
16/09/2020 10:01:47            TestVfL3fwdKernelPf: wait 10 second after traffic stop
16/09/2020 10:01:57            TestVfL3fwdKernelPf: Executing l3fwd with MATCH_MODE.LPM mode, 2 ports, 1C/1T-2Q and 1518 frame size
16/09/2020 10:01:57            TestVfL3fwdKernelPf: <./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd -v -c 0x40000000 -n 4 -w 0000:af:01.0 -w 0000:af:11.0 -- -p 0x3 --config '(0,0,30),(0,1,30),(1,0,30),(1,1,30)' --parse-ptype> is the same command as previous one, ignore re-start l3fwd
16/09/2020 10:01:57            TestVfL3fwdKernelPf: {'stream': [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.0.1', 'dst': '198.18.0.255', 'step': 1, 'action': 'random'}}}], [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.1.1', 'dst': '198.18.1.255', 'step': 1, 'action': 'random'}}}]], 'rate': 100, 'traffic_opt': {'method': 'throughput', 'duration': 20}}
16/09/2020 10:01:57                         pktgen: test port 0 map gen port 0
16/09/2020 10:01:57                         pktgen: test port 1 map gen port 1
16/09/2020 10:01:57                         pktgen: test port 1 map gen port 1
16/09/2020 10:01:57                         pktgen: test port 0 map gen port 0
16/09/2020 10:01:58                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:01:58                         pktgen: trex port <1> not support flow control
16/09/2020 10:01:58                         pktgen: check the trex port link status
16/09/2020 10:01:58                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:00',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:31:ac',
 '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': 0,
 'pci_addr': '0000:18:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:31:ac',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:01:58                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:01:58                         pktgen: begin traffic ......
16/09/2020 10:01:58                         pktgen: {'ports': [0, 1], 'mult': '100%', 'core_mask': None, 'force': True}
16/09/2020 10:02:18                         pktgen: begin get port statistic ...
16/09/2020 10:02:18                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.0.255',
                                              'src': '198.18.0.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 1,
 'tx_port': 0}
16/09/2020 10:02:18                         pktgen: {0: {'ibytes': 61757419493,
     'ierrors': 0,
     'ipackets': 40683415,
     'obytes': 61757366286,
     'oerrors': 0,
     'opackets': 40683379,
     'rx_bps': 24753690624.0,
     'rx_bps_L1': 25079826264.0,
     'rx_pps': 2038347.75,
     'rx_util': 100.31930505599999,
     'tx_bps': 24753694720.0,
     'tx_bps_L1': 25079830400.0,
     'tx_pps': 2038348.0,
     'tx_util': 100.31932160000001},
 1: {'ibytes': 61756283952,
     'ierrors': 0,
     'ipackets': 40682666,
     'obytes': 61756239930,
     'oerrors': 0,
     'opackets': 40682636,
     'rx_bps': 24753827840.0,
     'rx_bps_L1': 25079965220.0,
     'rx_pps': 2038358.625,
     'rx_util': 100.31986088,
     'tx_bps': 24753831936.0,
     'tx_bps_L1': 25079969416.0,
     'tx_pps': 2038359.25,
     'tx_util': 100.31987766399999},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 53.7889289855957,
            'cpu_util': 11.505045890808105,
            'cpu_util_raw': 11.0625,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 24108680,
            'rx_bps': 49507520512.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 4076706.5,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 49507528704.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 4076707.25},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 123513703445,
           'ierrors': 0,
           'ipackets': 81366081,
           'obytes': 123513606216,
           'oerrors': 0,
           'opackets': 81366015,
           'rx_bps': 49507518464.0,
           'rx_bps_L1': 50159791484.0,
           'rx_pps': 4076706.375,
           'rx_util': 200.63916593599998,
           'tx_bps': 49507526656.0,
           'tx_bps_L1': 50159799816.0,
           'tx_pps': 4076707.25,
           'tx_util': 200.639199264}}
16/09/2020 10:02:18                         pktgen: {'ibytes': 61757419493,
 'ierrors': 0,
 'ipackets': 40683415,
 'obytes': 61757366286,
 'oerrors': 0,
 'opackets': 40683379,
 'rx_bps': 24753690624.0,
 'rx_bps_L1': 25079826264.0,
 'rx_pps': 2038347.75,
 'rx_util': 100.31930505599999,
 'tx_bps': 24753694720.0,
 'tx_bps_L1': 25079830400.0,
 'tx_pps': 2038348.0,
 'tx_util': 100.31932160000001}
16/09/2020 10:02:18                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 24753694720.000000, tx_pps: 2038348.000000 
16/09/2020 10:02:18                         pktgen: {'ibytes': 61756283952,
 'ierrors': 0,
 'ipackets': 40682666,
 'obytes': 61756239930,
 'oerrors': 0,
 'opackets': 40682636,
 'rx_bps': 24753827840.0,
 'rx_bps_L1': 25079965220.0,
 'rx_pps': 2038358.625,
 'rx_util': 100.31986088,
 'tx_bps': 24753831936.0,
 'tx_bps_L1': 25079969416.0,
 'tx_pps': 2038359.25,
 'tx_util': 100.31987766399999}
16/09/2020 10:02:18                         pktgen: Rx Port 1 stats: 
rx_port: 1,  rx_bps: 24753827840.000000, rx_pps: 2038358.625000
16/09/2020 10:02:18                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.1.255',
                                              'src': '198.18.1.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 0,
 'tx_port': 1}
16/09/2020 10:02:18                         pktgen: {0: {'ibytes': 61772962295,
     'ierrors': 0,
     'ipackets': 40693654,
     'obytes': 61772909088,
     'oerrors': 0,
     'opackets': 40693618,
     'rx_bps': 24753690624.0,
     'rx_bps_L1': 25079826264.0,
     'rx_pps': 2038347.75,
     'rx_util': 100.31930505599999,
     'tx_bps': 24753694720.0,
     'tx_bps_L1': 25079830400.0,
     'tx_pps': 2038348.0,
     'tx_util': 100.31932160000001},
 1: {'ibytes': 61771831308,
     'ierrors': 0,
     'ipackets': 40692909,
     'obytes': 61771784250,
     'oerrors': 0,
     'opackets': 40692877,
     'rx_bps': 24753827840.0,
     'rx_bps_L1': 25079965220.0,
     'rx_pps': 2038358.625,
     'rx_util': 100.31986088,
     'tx_bps': 24753831936.0,
     'tx_bps_L1': 25079969416.0,
     'tx_pps': 2038359.25,
     'tx_util': 100.31987766399999},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 53.7889289855957,
            'cpu_util': 11.505045890808105,
            'cpu_util_raw': 11.0625,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 24118087,
            'rx_bps': 49507520512.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 4076706.5,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 49507528704.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 4076707.25},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 123544793603,
           'ierrors': 0,
           'ipackets': 81386563,
           'obytes': 123544693338,
           'oerrors': 0,
           'opackets': 81386495,
           'rx_bps': 49507518464.0,
           'rx_bps_L1': 50159791484.0,
           'rx_pps': 4076706.375,
           'rx_util': 200.63916593599998,
           'tx_bps': 49507526656.0,
           'tx_bps_L1': 50159799816.0,
           'tx_pps': 4076707.25,
           'tx_util': 200.639199264}}
16/09/2020 10:02:18                         pktgen: {'ibytes': 61771831308,
 'ierrors': 0,
 'ipackets': 40692909,
 'obytes': 61771784250,
 'oerrors': 0,
 'opackets': 40692877,
 'rx_bps': 24753827840.0,
 'rx_bps_L1': 25079965220.0,
 'rx_pps': 2038358.625,
 'rx_util': 100.31986088,
 'tx_bps': 24753831936.0,
 'tx_bps_L1': 25079969416.0,
 'tx_pps': 2038359.25,
 'tx_util': 100.31987766399999}
16/09/2020 10:02:18                         pktgen: Tx Port 1 stats: 
tx_port: 1,  tx_bps: 24753831936.000000, tx_pps: 2038359.250000 
16/09/2020 10:02:18                         pktgen: {'ibytes': 61772962295,
 'ierrors': 0,
 'ipackets': 40693654,
 'obytes': 61772909088,
 'oerrors': 0,
 'opackets': 40693618,
 'rx_bps': 24753690624.0,
 'rx_bps_L1': 25079826264.0,
 'rx_pps': 2038347.75,
 'rx_util': 100.31930505599999,
 'tx_bps': 24753694720.0,
 'tx_bps_L1': 25079830400.0,
 'tx_pps': 2038348.0,
 'tx_util': 100.31932160000001}
16/09/2020 10:02:18                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 24753690624.000000, rx_pps: 2038347.750000
16/09/2020 10:02:18                         pktgen: throughput: pps_rx 4076706.375000, bps_rx 49507518464.000000
16/09/2020 10:02:18                         pktgen: traffic completed. 
16/09/2020 10:02:18            TestVfL3fwdKernelPf: wait 10 second after traffic stop
16/09/2020 10:02:28            TestVfL3fwdKernelPf: Executing l3fwd with MATCH_MODE.LPM mode, 2 ports, 1C/2T-2Q and 64 frame size
16/09/2020 10:02:28             dut.10.240.183.113: ^C
16/09/2020 10:02:28             dut.10.240.183.113: 

Signal 2 received, preparing to exit...
Closing port 0... Done
Closing port 1... Done
Bye...
16/09/2020 10:02:28             dut.10.240.183.113: ./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd -v -c 0x4000000000000040000000 -n 4 -w 0000:af:01.0 -w 0000:af:11.0 -- -p 0x3 --config '(0,0,30),(0,1,86),(1,0,30),(1,1,86)' --parse-ptype
16/09/2020 10:02:29             dut.10.240.183.113: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: RTE Version: 'DPDK 20.11.0-rc0'
EAL: Multi-process socket /var/run/dpdk/rte/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:af:01.0 (socket 1)
iavf_read_msg_from_pf(): command mismatch, expect 44, get 17
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:af:11.0 (socket 1)
iavf_read_msg_from_pf(): command mismatch, expect 44, get 17
EAL: No legacy callbacks, legacy socket not created
soft parse-ptype is enabled
LPM or EM none selected, default LPM on
Initializing port 0 ... Creating queues: nb_rxq=2 nb_txq=2... Port 0 modified RSS hash function based on hardware support,requested:0xa38c configured:0x88
 Address:00:12:34:56:78:01, Destination:02:00:00:00:00:00, Allocated mbuf pool on socket 1
LPM: Adding route 198.18.0.0 / 24 (0)
LPM: Adding route 198.18.1.0 / 24 (1)
LPM: Adding route 2001:200:: / 48 (0)
LPM: Adding route 2001:200:0:0:1:: / 48 (1)
txq=30,0,1 txq=86,1,1 
Initializing port 1 ... Creating queues: nb_rxq=2 nb_txq=2... Port 1 modified RSS hash function based on hardware support,requested:0xa38c configured:0x88
 Address:00:12:34:56:78:02, Destination:02:00:00:00:00:01, txq=30,0,1 txq=86,1,1 

Initializing rx queues on lcore 30 ... rxq=0,0,1 rxq=1,0,1 
Initializing rx queues on lcore 86 ... rxq=0,1,1 rxq=1,1,1 iavf_configure_queues(): request RXDID == 22 in Queue[0]
iavf_configure_queues(): request RXDID == 22 in Queue[1]
iavf_configure_queues(): request RXDID == 22 in Queue[0]
iavf_configure_queues(): request RXDID == 22 in Queue[1]

Port 0: softly parse packet type info
Port 1: softly parse packet type info
Port 0: softly parse packet type info
Port 1: softly parse packet type info

Checking link statusdone
Port0 Link Up. Speed 25000 Mbps -full-duplex
Port1 Link Up. Speed 25000 Mbps -full-duplex
16/09/2020 10:02:29            TestVfL3fwdKernelPf: wait 10 seconds for port link up
16/09/2020 10:02:39            TestVfL3fwdKernelPf: {'stream': [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.0.1', 'dst': '198.18.0.255', 'step': 1, 'action': 'random'}}}], [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.1.1', 'dst': '198.18.1.255', 'step': 1, 'action': 'random'}}}]], 'rate': 100, 'traffic_opt': {'method': 'throughput', 'duration': 20}}
16/09/2020 10:02:39                         pktgen: test port 0 map gen port 0
16/09/2020 10:02:39                         pktgen: test port 1 map gen port 1
16/09/2020 10:02:39                         pktgen: test port 1 map gen port 1
16/09/2020 10:02:39                         pktgen: test port 0 map gen port 0
16/09/2020 10:02:39                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:02:39                         pktgen: trex port <1> not support flow control
16/09/2020 10:02:39                         pktgen: check the trex port link status
16/09/2020 10:02:39                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:00',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:31:ac',
 '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': 0,
 'pci_addr': '0000:18:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:31:ac',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:02:39                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:02:39                         pktgen: begin traffic ......
16/09/2020 10:02:39                         pktgen: {'ports': [0, 1], 'mult': '100%', 'core_mask': None, 'force': True}
16/09/2020 10:02:59                         pktgen: begin get port statistic ...
16/09/2020 10:02:59                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.0.255',
                                              'src': '198.18.0.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 1,
 'tx_port': 0}
16/09/2020 10:02:59                         pktgen: {0: {'ibytes': 22878533706,
     'ierrors': 0,
     'ipackets': 357477113,
     'obytes': 45032002624,
     'oerrors': 0,
     'opackets': 703625060,
     'rx_bps': 9144406016.0,
     'rx_bps_L1': 12002031615.999998,
     'rx_pps': 17860160.0,
     'rx_util': 48.00812646399999,
     'tx_bps': 17969516544.0,
     'tx_bps_L1': 23584989184.0,
     'tx_pps': 35096704.0,
     'tx_util': 94.33995673599999},
 1: {'ibytes': 22876129357,
     'ierrors': 0,
     'ipackets': 357439544,
     'obytes': 45029044608,
     'oerrors': 0,
     'opackets': 703578871,
     'rx_bps': 9144410112.0,
     'rx_bps_L1': 12002039552.0,
     'rx_pps': 17860184.0,
     'rx_util': 48.008158208000005,
     'tx_bps': 17969504256.0,
     'tx_bps_L1': 23584975615.999996,
     'tx_pps': 35096696.0,
     'tx_util': 94.33990246399998},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 5.156588077545166,
            'cpu_util': 87.11918640136719,
            'cpu_util_raw': 87.25,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 0,
            'rx_bps': 18288816128.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 17650202624.0,
            'rx_pps': 35720344.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 35939020800.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 70193400.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 45754663063,
           'ierrors': 0,
           'ipackets': 714916657,
           'obytes': 90061047232,
           'oerrors': 0,
           'opackets': 1407203931,
           'rx_bps': 18288816128.0,
           'rx_bps_L1': 24004071168.0,
           'rx_pps': 35720344.0,
           'rx_util': 96.016284672,
           'tx_bps': 35939020800.0,
           'tx_bps_L1': 47169964800.0,
           'tx_pps': 70193400.0,
           'tx_util': 188.67985919999995}}
16/09/2020 10:02:59                         pktgen: {'ibytes': 22878533706,
 'ierrors': 0,
 'ipackets': 357477113,
 'obytes': 45032002624,
 'oerrors': 0,
 'opackets': 703625060,
 'rx_bps': 9144406016.0,
 'rx_bps_L1': 12002031615.999998,
 'rx_pps': 17860160.0,
 'rx_util': 48.00812646399999,
 'tx_bps': 17969516544.0,
 'tx_bps_L1': 23584989184.0,
 'tx_pps': 35096704.0,
 'tx_util': 94.33995673599999}
16/09/2020 10:02:59                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 17969516544.000000, tx_pps: 35096704.000000 
16/09/2020 10:02:59                         pktgen: {'ibytes': 22876129357,
 'ierrors': 0,
 'ipackets': 357439544,
 'obytes': 45029044608,
 'oerrors': 0,
 'opackets': 703578871,
 'rx_bps': 9144410112.0,
 'rx_bps_L1': 12002039552.0,
 'rx_pps': 17860184.0,
 'rx_util': 48.008158208000005,
 'tx_bps': 17969504256.0,
 'tx_bps_L1': 23584975615.999996,
 'tx_pps': 35096696.0,
 'tx_util': 94.33990246399998}
16/09/2020 10:02:59                         pktgen: Rx Port 1 stats: 
rx_port: 1,  rx_bps: 9144410112.000000, rx_pps: 17860184.000000
16/09/2020 10:02:59                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.1.255',
                                              'src': '198.18.1.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 0,
 'tx_port': 1}
16/09/2020 10:02:59                         pktgen: {0: {'ibytes': 22884455818,
     'ierrors': 0,
     'ipackets': 357569649,
     'obytes': 45043574272,
     'oerrors': 0,
     'opackets': 703805870,
     'rx_bps': 9144406016.0,
     'rx_bps_L1': 12002031615.999998,
     'rx_pps': 17860160.0,
     'rx_util': 48.00812646399999,
     'tx_bps': 17969516544.0,
     'tx_bps_L1': 23584989184.0,
     'tx_pps': 35096704.0,
     'tx_util': 94.33995673599999},
 1: {'ibytes': 22882049485,
     'ierrors': 0,
     'ipackets': 357532065,
     'obytes': 45040618112,
     'oerrors': 0,
     'opackets': 703759706,
     'rx_bps': 9144410112.0,
     'rx_bps_L1': 12002039552.0,
     'rx_pps': 17860184.0,
     'rx_util': 48.008158208000005,
     'tx_bps': 17969504256.0,
     'tx_bps_L1': 23584975615.999996,
     'tx_pps': 35096696.0,
     'tx_util': 94.33990246399998},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 5.156588077545166,
            'cpu_util': 87.11918640136719,
            'cpu_util_raw': 87.25,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 0,
            'rx_bps': 18288816128.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 17650202624.0,
            'rx_pps': 35720344.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 35939020800.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 70193400.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 45766505303,
           'ierrors': 0,
           'ipackets': 715101714,
           'obytes': 90084192384,
           'oerrors': 0,
           'opackets': 1407565576,
           'rx_bps': 18288816128.0,
           'rx_bps_L1': 24004071168.0,
           'rx_pps': 35720344.0,
           'rx_util': 96.016284672,
           'tx_bps': 35939020800.0,
           'tx_bps_L1': 47169964800.0,
           'tx_pps': 70193400.0,
           'tx_util': 188.67985919999995}}
16/09/2020 10:02:59                         pktgen: {'ibytes': 22882049485,
 'ierrors': 0,
 'ipackets': 357532065,
 'obytes': 45040618112,
 'oerrors': 0,
 'opackets': 703759706,
 'rx_bps': 9144410112.0,
 'rx_bps_L1': 12002039552.0,
 'rx_pps': 17860184.0,
 'rx_util': 48.008158208000005,
 'tx_bps': 17969504256.0,
 'tx_bps_L1': 23584975615.999996,
 'tx_pps': 35096696.0,
 'tx_util': 94.33990246399998}
16/09/2020 10:02:59                         pktgen: Tx Port 1 stats: 
tx_port: 1,  tx_bps: 17969504256.000000, tx_pps: 35096696.000000 
16/09/2020 10:02:59                         pktgen: {'ibytes': 22884455818,
 'ierrors': 0,
 'ipackets': 357569649,
 'obytes': 45043574272,
 'oerrors': 0,
 'opackets': 703805870,
 'rx_bps': 9144406016.0,
 'rx_bps_L1': 12002031615.999998,
 'rx_pps': 17860160.0,
 'rx_util': 48.00812646399999,
 'tx_bps': 17969516544.0,
 'tx_bps_L1': 23584989184.0,
 'tx_pps': 35096704.0,
 'tx_util': 94.33995673599999}
16/09/2020 10:02:59                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 9144406016.000000, rx_pps: 17860160.000000
16/09/2020 10:02:59                         pktgen: throughput: pps_rx 35720344.000000, bps_rx 18288816128.000000
16/09/2020 10:02:59                         pktgen: traffic completed. 
16/09/2020 10:02:59            TestVfL3fwdKernelPf: wait 10 second after traffic stop
16/09/2020 10:03:09            TestVfL3fwdKernelPf: Executing l3fwd with MATCH_MODE.LPM mode, 2 ports, 1C/2T-2Q and 128 frame size
16/09/2020 10:03:09            TestVfL3fwdKernelPf: <./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd -v -c 0x4000000000000040000000 -n 4 -w 0000:af:01.0 -w 0000:af:11.0 -- -p 0x3 --config '(0,0,30),(0,1,86),(1,0,30),(1,1,86)' --parse-ptype> is the same command as previous one, ignore re-start l3fwd
16/09/2020 10:03:09            TestVfL3fwdKernelPf: {'stream': [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.0.1', 'dst': '198.18.0.255', 'step': 1, 'action': 'random'}}}], [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.1.1', 'dst': '198.18.1.255', 'step': 1, 'action': 'random'}}}]], 'rate': 100, 'traffic_opt': {'method': 'throughput', 'duration': 20}}
16/09/2020 10:03:09                         pktgen: test port 0 map gen port 0
16/09/2020 10:03:09                         pktgen: test port 1 map gen port 1
16/09/2020 10:03:09                         pktgen: test port 1 map gen port 1
16/09/2020 10:03:09                         pktgen: test port 0 map gen port 0
16/09/2020 10:03:09                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:03:09                         pktgen: trex port <1> not support flow control
16/09/2020 10:03:09                         pktgen: check the trex port link status
16/09/2020 10:03:09                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:00',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:31:ac',
 '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': 0,
 'pci_addr': '0000:18:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:31:ac',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:03:09                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:03:09                         pktgen: begin traffic ......
16/09/2020 10:03:09                         pktgen: {'ports': [0, 1], 'mult': '100%', 'core_mask': None, 'force': True}
16/09/2020 10:03:29                         pktgen: begin get port statistic ...
16/09/2020 10:03:29                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.0.255',
                                              'src': '198.18.0.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 1,
 'tx_port': 0}
16/09/2020 10:03:29                         pktgen: {0: {'ibytes': 42544575744,
     'ierrors': 0,
     'ipackets': 332379514,
     'obytes': 54118425856,
     'oerrors': 0,
     'opackets': 422800215,
     'rx_bps': 17043134464.0,
     'rx_bps_L1': 19706123904.0,
     'rx_pps': 16643684.0,
     'rx_util': 78.82449561600001,
     'tx_bps': 21680052224.0,
     'tx_bps_L1': 25067560704.0,
     'tx_pps': 21171928.0,
     'tx_util': 100.270242816},
 1: {'ibytes': 42541378765,
     'ierrors': 0,
     'ipackets': 332354530,
     'obytes': 54115441408,
     'oerrors': 0,
     'opackets': 422776903,
     'rx_bps': 17043295232.0,
     'rx_bps_L1': 19706310112.0,
     'rx_pps': 16643843.0,
     'rx_util': 78.825240448,
     'tx_bps': 21680173056.0,
     'tx_bps_L1': 25067700736.0,
     'tx_pps': 21172048.0,
     'tx_util': 100.270802944},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 6.010181427001953,
            'cpu_util': 90.18077850341797,
            'cpu_util_raw': 89.9375,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 157685845,
            'rx_bps': 34086428672.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 9273796608.0,
            'rx_pps': 33287528.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 43360227328.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 42343976.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 85085954509,
           'ierrors': 0,
           'ipackets': 664734044,
           'obytes': 108233867264,
           'oerrors': 0,
           'opackets': 845577118,
           'rx_bps': 34086429696.0,
           'rx_bps_L1': 39412434016.0,
           'rx_pps': 33287527.0,
           'rx_util': 157.64973606400002,
           'tx_bps': 43360225280.0,
           'tx_bps_L1': 50135261440.0,
           'tx_pps': 42343976.0,
           'tx_util': 200.54104576}}
16/09/2020 10:03:29                         pktgen: {'ibytes': 42544575744,
 'ierrors': 0,
 'ipackets': 332379514,
 'obytes': 54118425856,
 'oerrors': 0,
 'opackets': 422800215,
 'rx_bps': 17043134464.0,
 'rx_bps_L1': 19706123904.0,
 'rx_pps': 16643684.0,
 'rx_util': 78.82449561600001,
 'tx_bps': 21680052224.0,
 'tx_bps_L1': 25067560704.0,
 'tx_pps': 21171928.0,
 'tx_util': 100.270242816}
16/09/2020 10:03:29                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 21680052224.000000, tx_pps: 21171928.000000 
16/09/2020 10:03:29                         pktgen: {'ibytes': 42541378765,
 'ierrors': 0,
 'ipackets': 332354530,
 'obytes': 54115441408,
 'oerrors': 0,
 'opackets': 422776903,
 'rx_bps': 17043295232.0,
 'rx_bps_L1': 19706310112.0,
 'rx_pps': 16643843.0,
 'rx_util': 78.825240448,
 'tx_bps': 21680173056.0,
 'tx_bps_L1': 25067700736.0,
 'tx_pps': 21172048.0,
 'tx_util': 100.270802944}
16/09/2020 10:03:29                         pktgen: Rx Port 1 stats: 
rx_port: 1,  rx_bps: 17043295232.000000, rx_pps: 16643843.000000
16/09/2020 10:03:29                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.1.255',
                                              'src': '198.18.1.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 0,
 'tx_port': 1}
16/09/2020 10:03:29                         pktgen: {0: {'ibytes': 42555570688,
     'ierrors': 0,
     'ipackets': 332465407,
     'obytes': 54132411648,
     'oerrors': 0,
     'opackets': 422909481,
     'rx_bps': 17043134464.0,
     'rx_bps_L1': 19706123904.0,
     'rx_pps': 16643684.0,
     'rx_util': 78.82449561600001,
     'tx_bps': 21680052224.0,
     'tx_bps_L1': 25067560704.0,
     'tx_pps': 21171928.0,
     'tx_util': 100.270242816},
 1: {'ibytes': 42552387277,
     'ierrors': 0,
     'ipackets': 332440545,
     'obytes': 54129442176,
     'oerrors': 0,
     'opackets': 422886290,
     'rx_bps': 17043295232.0,
     'rx_bps_L1': 19706310112.0,
     'rx_pps': 16643843.0,
     'rx_util': 78.825240448,
     'tx_bps': 21680173056.0,
     'tx_bps_L1': 25067700736.0,
     'tx_pps': 21172048.0,
     'tx_util': 100.270802944},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 6.010181427001953,
            'cpu_util': 90.18077850341797,
            'cpu_util_raw': 89.9375,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 157724825,
            'rx_bps': 34086428672.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 9273796608.0,
            'rx_pps': 33287528.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 43360227328.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 42343976.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 85107957965,
           'ierrors': 0,
           'ipackets': 664905952,
           'obytes': 108261853824,
           'oerrors': 0,
           'opackets': 845795771,
           'rx_bps': 34086429696.0,
           'rx_bps_L1': 39412434016.0,
           'rx_pps': 33287527.0,
           'rx_util': 157.64973606400002,
           'tx_bps': 43360225280.0,
           'tx_bps_L1': 50135261440.0,
           'tx_pps': 42343976.0,
           'tx_util': 200.54104576}}
16/09/2020 10:03:29                         pktgen: {'ibytes': 42552387277,
 'ierrors': 0,
 'ipackets': 332440545,
 'obytes': 54129442176,
 'oerrors': 0,
 'opackets': 422886290,
 'rx_bps': 17043295232.0,
 'rx_bps_L1': 19706310112.0,
 'rx_pps': 16643843.0,
 'rx_util': 78.825240448,
 'tx_bps': 21680173056.0,
 'tx_bps_L1': 25067700736.0,
 'tx_pps': 21172048.0,
 'tx_util': 100.270802944}
16/09/2020 10:03:29                         pktgen: Tx Port 1 stats: 
tx_port: 1,  tx_bps: 21680173056.000000, tx_pps: 21172048.000000 
16/09/2020 10:03:29                         pktgen: {'ibytes': 42555570688,
 'ierrors': 0,
 'ipackets': 332465407,
 'obytes': 54132411648,
 'oerrors': 0,
 'opackets': 422909481,
 'rx_bps': 17043134464.0,
 'rx_bps_L1': 19706123904.0,
 'rx_pps': 16643684.0,
 'rx_util': 78.82449561600001,
 'tx_bps': 21680052224.0,
 'tx_bps_L1': 25067560704.0,
 'tx_pps': 21171928.0,
 'tx_util': 100.270242816}
16/09/2020 10:03:29                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 17043134464.000000, rx_pps: 16643684.000000
16/09/2020 10:03:29                         pktgen: throughput: pps_rx 33287527.000000, bps_rx 34086429696.000000
16/09/2020 10:03:29                         pktgen: traffic completed. 
16/09/2020 10:03:29            TestVfL3fwdKernelPf: wait 10 second after traffic stop
16/09/2020 10:03:40            TestVfL3fwdKernelPf: Executing l3fwd with MATCH_MODE.LPM mode, 2 ports, 1C/2T-2Q and 256 frame size
16/09/2020 10:03:40            TestVfL3fwdKernelPf: <./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd -v -c 0x4000000000000040000000 -n 4 -w 0000:af:01.0 -w 0000:af:11.0 -- -p 0x3 --config '(0,0,30),(0,1,86),(1,0,30),(1,1,86)' --parse-ptype> is the same command as previous one, ignore re-start l3fwd
16/09/2020 10:03:40            TestVfL3fwdKernelPf: {'stream': [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.0.1', 'dst': '198.18.0.255', 'step': 1, 'action': 'random'}}}], [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.1.1', 'dst': '198.18.1.255', 'step': 1, 'action': 'random'}}}]], 'rate': 100, 'traffic_opt': {'method': 'throughput', 'duration': 20}}
16/09/2020 10:03:40                         pktgen: test port 0 map gen port 0
16/09/2020 10:03:40                         pktgen: test port 1 map gen port 1
16/09/2020 10:03:40                         pktgen: test port 1 map gen port 1
16/09/2020 10:03:40                         pktgen: test port 0 map gen port 0
16/09/2020 10:03:40                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:03:40                         pktgen: trex port <1> not support flow control
16/09/2020 10:03:40                         pktgen: check the trex port link status
16/09/2020 10:03:40                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:00',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:31:ac',
 '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': 0,
 'pci_addr': '0000:18:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:31:ac',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:03:40                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:03:40                         pktgen: begin traffic ......
16/09/2020 10:03:40                         pktgen: {'ports': [0, 1], 'mult': '100%', 'core_mask': None, 'force': True}
16/09/2020 10:04:00                         pktgen: begin get port statistic ...
16/09/2020 10:04:00                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.0.255',
                                              'src': '198.18.0.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 1,
 'tx_port': 0}
16/09/2020 10:04:00                         pktgen: {0: {'ibytes': 54187844096,
     'ierrors': 0,
     'ipackets': 211671277,
     'obytes': 57843274496,
     'oerrors': 0,
     'opackets': 225950301,
     'rx_bps': 21687441408.0,
     'rx_bps_L1': 23381771968.0,
     'rx_pps': 10589566.0,
     'rx_util': 93.52708787200001,
     'tx_bps': 23143581696.0,
     'tx_bps_L1': 24951673856.0,
     'tx_pps': 11300576.0,
     'tx_util': 99.806695424},
 1: {'ibytes': 54186525005,
     'ierrors': 0,
     'ipackets': 211666126,
     'obytes': 57842079488,
     'oerrors': 0,
     'opackets': 225945632,
     'rx_bps': 21687347200.0,
     'rx_bps_L1': 23381671360.0,
     'rx_pps': 10589526.0,
     'rx_util': 93.52668544,
     'tx_bps': 23143634944.0,
     'tx_bps_L1': 24951731904.0,
     'tx_pps': 11300606.0,
     'tx_util': 99.806927616},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 25.541622161865234,
            'cpu_util': 22.65283966064453,
            'cpu_util_raw': 22.5,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 5959470,
            'rx_bps': 43374788608.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 21179092.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 46287220736.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 22601182.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 108374369101,
           'ierrors': 0,
           'ipackets': 423337403,
           'obytes': 115685353984,
           'oerrors': 0,
           'opackets': 451895933,
           'rx_bps': 43374788608.0,
           'rx_bps_L1': 46763443328.0,
           'rx_pps': 21179092.0,
           'rx_util': 187.053773312,
           'tx_bps': 46287216640.0,
           'tx_bps_L1': 49903405760.0,
           'tx_pps': 22601182.0,
           'tx_util': 199.61362304}}
16/09/2020 10:04:00                         pktgen: {'ibytes': 54187844096,
 'ierrors': 0,
 'ipackets': 211671277,
 'obytes': 57843274496,
 'oerrors': 0,
 'opackets': 225950301,
 'rx_bps': 21687441408.0,
 'rx_bps_L1': 23381771968.0,
 'rx_pps': 10589566.0,
 'rx_util': 93.52708787200001,
 'tx_bps': 23143581696.0,
 'tx_bps_L1': 24951673856.0,
 'tx_pps': 11300576.0,
 'tx_util': 99.806695424}
16/09/2020 10:04:00                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 23143581696.000000, tx_pps: 11300576.000000 
16/09/2020 10:04:00                         pktgen: {'ibytes': 54186525005,
 'ierrors': 0,
 'ipackets': 211666126,
 'obytes': 57842079488,
 'oerrors': 0,
 'opackets': 225945632,
 'rx_bps': 21687347200.0,
 'rx_bps_L1': 23381671360.0,
 'rx_pps': 10589526.0,
 'rx_util': 93.52668544,
 'tx_bps': 23143634944.0,
 'tx_bps_L1': 24951731904.0,
 'tx_pps': 11300606.0,
 'tx_util': 99.806927616}
16/09/2020 10:04:00                         pktgen: Rx Port 1 stats: 
rx_port: 1,  rx_bps: 21687347200.000000, rx_pps: 10589526.000000
16/09/2020 10:04:00                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.1.255',
                                              'src': '198.18.1.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 0,
 'tx_port': 1}
16/09/2020 10:04:00                         pktgen: {0: {'ibytes': 54201332224,
     'ierrors': 0,
     'ipackets': 211723966,
     'obytes': 57857665792,
     'oerrors': 0,
     'opackets': 226006516,
     'rx_bps': 21687441408.0,
     'rx_bps_L1': 23381771968.0,
     'rx_pps': 10589566.0,
     'rx_util': 93.52708787200001,
     'tx_bps': 23143581696.0,
     'tx_bps_L1': 24951673856.0,
     'tx_pps': 11300576.0,
     'tx_util': 99.806695424},
 1: {'ibytes': 54200018765,
     'ierrors': 0,
     'ipackets': 211718835,
     'obytes': 57856468224,
     'oerrors': 0,
     'opackets': 226001838,
     'rx_bps': 21687347200.0,
     'rx_bps_L1': 23381671360.0,
     'rx_pps': 10589526.0,
     'rx_util': 93.52668544,
     'tx_bps': 23143634944.0,
     'tx_bps_L1': 24951731904.0,
     'tx_pps': 11300606.0,
     'tx_util': 99.806927616},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 25.541622161865234,
            'cpu_util': 22.65283966064453,
            'cpu_util_raw': 22.5,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 5961665,
            'rx_bps': 43374788608.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 21179092.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 46287220736.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 22601182.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 108401350989,
           'ierrors': 0,
           'ipackets': 423442801,
           'obytes': 115714134016,
           'oerrors': 0,
           'opackets': 452008354,
           'rx_bps': 43374788608.0,
           'rx_bps_L1': 46763443328.0,
           'rx_pps': 21179092.0,
           'rx_util': 187.053773312,
           'tx_bps': 46287216640.0,
           'tx_bps_L1': 49903405760.0,
           'tx_pps': 22601182.0,
           'tx_util': 199.61362304}}
16/09/2020 10:04:00                         pktgen: {'ibytes': 54200018765,
 'ierrors': 0,
 'ipackets': 211718835,
 'obytes': 57856468224,
 'oerrors': 0,
 'opackets': 226001838,
 'rx_bps': 21687347200.0,
 'rx_bps_L1': 23381671360.0,
 'rx_pps': 10589526.0,
 'rx_util': 93.52668544,
 'tx_bps': 23143634944.0,
 'tx_bps_L1': 24951731904.0,
 'tx_pps': 11300606.0,
 'tx_util': 99.806927616}
16/09/2020 10:04:00                         pktgen: Tx Port 1 stats: 
tx_port: 1,  tx_bps: 23143634944.000000, tx_pps: 11300606.000000 
16/09/2020 10:04:00                         pktgen: {'ibytes': 54201332224,
 'ierrors': 0,
 'ipackets': 211723966,
 'obytes': 57857665792,
 'oerrors': 0,
 'opackets': 226006516,
 'rx_bps': 21687441408.0,
 'rx_bps_L1': 23381771968.0,
 'rx_pps': 10589566.0,
 'rx_util': 93.52708787200001,
 'tx_bps': 23143581696.0,
 'tx_bps_L1': 24951673856.0,
 'tx_pps': 11300576.0,
 'tx_util': 99.806695424}
16/09/2020 10:04:00                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 21687441408.000000, rx_pps: 10589566.000000
16/09/2020 10:04:00                         pktgen: throughput: pps_rx 21179092.000000, bps_rx 43374788608.000000
16/09/2020 10:04:00                         pktgen: traffic completed. 
16/09/2020 10:04:00            TestVfL3fwdKernelPf: wait 10 second after traffic stop
16/09/2020 10:04:10            TestVfL3fwdKernelPf: Executing l3fwd with MATCH_MODE.LPM mode, 2 ports, 1C/2T-2Q and 512 frame size
16/09/2020 10:04:10            TestVfL3fwdKernelPf: <./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd -v -c 0x4000000000000040000000 -n 4 -w 0000:af:01.0 -w 0000:af:11.0 -- -p 0x3 --config '(0,0,30),(0,1,86),(1,0,30),(1,1,86)' --parse-ptype> is the same command as previous one, ignore re-start l3fwd
16/09/2020 10:04:10            TestVfL3fwdKernelPf: {'stream': [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.0.1', 'dst': '198.18.0.255', 'step': 1, 'action': 'random'}}}], [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.1.1', 'dst': '198.18.1.255', 'step': 1, 'action': 'random'}}}]], 'rate': 100, 'traffic_opt': {'method': 'throughput', 'duration': 20}}
16/09/2020 10:04:10                         pktgen: test port 0 map gen port 0
16/09/2020 10:04:10                         pktgen: test port 1 map gen port 1
16/09/2020 10:04:10                         pktgen: test port 1 map gen port 1
16/09/2020 10:04:10                         pktgen: test port 0 map gen port 0
16/09/2020 10:04:10                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:04:10                         pktgen: trex port <1> not support flow control
16/09/2020 10:04:10                         pktgen: check the trex port link status
16/09/2020 10:04:10                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:00',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:31:ac',
 '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': 0,
 'pci_addr': '0000:18:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:31:ac',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:04:10                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:04:10                         pktgen: begin traffic ......
16/09/2020 10:04:10                         pktgen: {'ports': [0, 1], 'mult': '100%', 'core_mask': None, 'force': True}
16/09/2020 10:04:30                         pktgen: begin get port statistic ...
16/09/2020 10:04:30                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.0.255',
                                              'src': '198.18.0.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 1,
 'tx_port': 0}
16/09/2020 10:04:30                         pktgen: {0: {'ibytes': 60220146688,
     'ierrors': 0,
     'ipackets': 117617480,
     'obytes': 60220080640,
     'oerrors': 0,
     'opackets': 117617348,
     'rx_bps': 24087048192.0,
     'rx_bps_L1': 25027948592.0,
     'rx_pps': 5880627.5,
     'rx_util': 100.11179436799999,
     'tx_bps': 24087048192.0,
     'tx_bps_L1': 25027948352.0,
     'tx_pps': 5880626.0,
     'tx_util': 100.11179340800001},
 1: {'ibytes': 60219589709,
     'ierrors': 0,
     'ipackets': 117616393,
     'obytes': 60219527680,
     'oerrors': 0,
     'opackets': 117616273,
     'rx_bps': 24087175168.0,
     'rx_bps_L1': 25028080368.0,
     'rx_pps': 5880657.5,
     'rx_util': 100.112321472,
     'tx_bps': 24087177216.0,
     'tx_bps_L1': 25028082816.0,
     'tx_pps': 5880660.0,
     'tx_util': 100.112331264},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 9.759239196777344,
            'cpu_util': 61.70336151123047,
            'cpu_util_raw': 62.0625,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 150727279,
            'rx_bps': 48174227456.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 11761285.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 48174227456.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 11761286.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 120439736397,
           'ierrors': 0,
           'ipackets': 235233873,
           'obytes': 120439608320,
           'oerrors': 0,
           'opackets': 235233621,
           'rx_bps': 48174223360.0,
           'rx_bps_L1': 50056028960.0,
           'rx_pps': 11761285.0,
           'rx_util': 200.22411584,
           'tx_bps': 48174225408.0,
           'tx_bps_L1': 50056031168.0,
           'tx_pps': 11761286.0,
           'tx_util': 200.22412467200002}}
16/09/2020 10:04:30                         pktgen: {'ibytes': 60220146688,
 'ierrors': 0,
 'ipackets': 117617480,
 'obytes': 60220080640,
 'oerrors': 0,
 'opackets': 117617348,
 'rx_bps': 24087048192.0,
 'rx_bps_L1': 25027948592.0,
 'rx_pps': 5880627.5,
 'rx_util': 100.11179436799999,
 'tx_bps': 24087048192.0,
 'tx_bps_L1': 25027948352.0,
 'tx_pps': 5880626.0,
 'tx_util': 100.11179340800001}
16/09/2020 10:04:30                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 24087048192.000000, tx_pps: 5880626.000000 
16/09/2020 10:04:30                         pktgen: {'ibytes': 60219589709,
 'ierrors': 0,
 'ipackets': 117616393,
 'obytes': 60219527680,
 'oerrors': 0,
 'opackets': 117616273,
 'rx_bps': 24087175168.0,
 'rx_bps_L1': 25028080368.0,
 'rx_pps': 5880657.5,
 'rx_util': 100.112321472,
 'tx_bps': 24087177216.0,
 'tx_bps_L1': 25028082816.0,
 'tx_pps': 5880660.0,
 'tx_util': 100.112331264}
16/09/2020 10:04:30                         pktgen: Rx Port 1 stats: 
rx_port: 1,  rx_bps: 24087175168.000000, rx_pps: 5880657.500000
16/09/2020 10:04:30                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.1.255',
                                              'src': '198.18.1.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 0,
 'tx_port': 1}
16/09/2020 10:04:30                         pktgen: {0: {'ibytes': 60236549120,
     'ierrors': 0,
     'ipackets': 117649516,
     'obytes': 60236482560,
     'oerrors': 0,
     'opackets': 117649388,
     'rx_bps': 24087048192.0,
     'rx_bps_L1': 25027948592.0,
     'rx_pps': 5880627.5,
     'rx_util': 100.11179436799999,
     'tx_bps': 24087048192.0,
     'tx_bps_L1': 25027948352.0,
     'tx_pps': 5880626.0,
     'tx_util': 100.11179340800001},
 1: {'ibytes': 60235983949,
     'ierrors': 0,
     'ipackets': 117648413,
     'obytes': 60235923968,
     'oerrors': 0,
     'opackets': 117648296,
     'rx_bps': 24087175168.0,
     'rx_bps_L1': 25028080368.0,
     'rx_pps': 5880657.5,
     'rx_util': 100.112321472,
     'tx_bps': 24087177216.0,
     'tx_bps_L1': 25028082816.0,
     'tx_pps': 5880660.0,
     'tx_util': 100.112331264},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 9.759239196777344,
            'cpu_util': 61.70336151123047,
            'cpu_util_raw': 62.0625,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 150770348,
            'rx_bps': 48174227456.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 11761285.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 48174227456.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 11761286.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 120472533069,
           'ierrors': 0,
           'ipackets': 235297929,
           'obytes': 120472406528,
           'oerrors': 0,
           'opackets': 235297684,
           'rx_bps': 48174223360.0,
           'rx_bps_L1': 50056028960.0,
           'rx_pps': 11761285.0,
           'rx_util': 200.22411584,
           'tx_bps': 48174225408.0,
           'tx_bps_L1': 50056031168.0,
           'tx_pps': 11761286.0,
           'tx_util': 200.22412467200002}}
16/09/2020 10:04:30                         pktgen: {'ibytes': 60235983949,
 'ierrors': 0,
 'ipackets': 117648413,
 'obytes': 60235923968,
 'oerrors': 0,
 'opackets': 117648296,
 'rx_bps': 24087175168.0,
 'rx_bps_L1': 25028080368.0,
 'rx_pps': 5880657.5,
 'rx_util': 100.112321472,
 'tx_bps': 24087177216.0,
 'tx_bps_L1': 25028082816.0,
 'tx_pps': 5880660.0,
 'tx_util': 100.112331264}
16/09/2020 10:04:30                         pktgen: Tx Port 1 stats: 
tx_port: 1,  tx_bps: 24087177216.000000, tx_pps: 5880660.000000 
16/09/2020 10:04:30                         pktgen: {'ibytes': 60236549120,
 'ierrors': 0,
 'ipackets': 117649516,
 'obytes': 60236482560,
 'oerrors': 0,
 'opackets': 117649388,
 'rx_bps': 24087048192.0,
 'rx_bps_L1': 25027948592.0,
 'rx_pps': 5880627.5,
 'rx_util': 100.11179436799999,
 'tx_bps': 24087048192.0,
 'tx_bps_L1': 25027948352.0,
 'tx_pps': 5880626.0,
 'tx_util': 100.11179340800001}
16/09/2020 10:04:30                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 24087048192.000000, rx_pps: 5880627.500000
16/09/2020 10:04:30                         pktgen: throughput: pps_rx 11761285.000000, bps_rx 48174223360.000000
16/09/2020 10:04:30                         pktgen: traffic completed. 
16/09/2020 10:04:30            TestVfL3fwdKernelPf: wait 10 second after traffic stop
16/09/2020 10:04:40            TestVfL3fwdKernelPf: Executing l3fwd with MATCH_MODE.LPM mode, 2 ports, 1C/2T-2Q and 1024 frame size
16/09/2020 10:04:40            TestVfL3fwdKernelPf: <./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd -v -c 0x4000000000000040000000 -n 4 -w 0000:af:01.0 -w 0000:af:11.0 -- -p 0x3 --config '(0,0,30),(0,1,86),(1,0,30),(1,1,86)' --parse-ptype> is the same command as previous one, ignore re-start l3fwd
16/09/2020 10:04:40            TestVfL3fwdKernelPf: {'stream': [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.0.1', 'dst': '198.18.0.255', 'step': 1, 'action': 'random'}}}], [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.1.1', 'dst': '198.18.1.255', 'step': 1, 'action': 'random'}}}]], 'rate': 100, 'traffic_opt': {'method': 'throughput', 'duration': 20}}
16/09/2020 10:04:40                         pktgen: test port 0 map gen port 0
16/09/2020 10:04:40                         pktgen: test port 1 map gen port 1
16/09/2020 10:04:40                         pktgen: test port 1 map gen port 1
16/09/2020 10:04:40                         pktgen: test port 0 map gen port 0
16/09/2020 10:04:40                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:04:40                         pktgen: trex port <1> not support flow control
16/09/2020 10:04:40                         pktgen: check the trex port link status
16/09/2020 10:04:40                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:00',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:31:ac',
 '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': 0,
 'pci_addr': '0000:18:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:31:ac',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:04:40                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:04:40                         pktgen: begin traffic ......
16/09/2020 10:04:40                         pktgen: {'ports': [0, 1], 'mult': '100%', 'core_mask': None, 'force': True}
16/09/2020 10:05:00                         pktgen: begin get port statistic ...
16/09/2020 10:05:00                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.0.255',
                                              'src': '198.18.0.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 1,
 'tx_port': 0}
16/09/2020 10:05:00                         pktgen: {0: {'ibytes': 61373736960,
     'ierrors': 0,
     'ipackets': 59935293,
     'obytes': 61373702144,
     'oerrors': 0,
     'opackets': 59935258,
     'rx_bps': 24508975104.0,
     'rx_bps_L1': 24987665984.0,
     'rx_pps': 2991818.0,
     'rx_util': 99.950663936,
     'tx_bps': 24508973056.0,
     'tx_bps_L1': 24987663855.999996,
     'tx_pps': 2991817.5,
     'tx_util': 99.95065542399999},
 1: {'ibytes': 61372941463,
     'ierrors': 0,
     'ipackets': 59934518,
     'obytes': 61372910592,
     'oerrors': 0,
     'opackets': 59934486,
     'rx_bps': 24509116416.0,
     'rx_bps_L1': 24987810096.0,
     'rx_pps': 2991835.5,
     'rx_util': 99.951240384,
     'tx_bps': 24509110272.0,
     'tx_bps_L1': 24987803872.000004,
     'tx_pps': 2991835.0,
     'tx_util': 99.95121548800002},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 30.765836715698242,
            'cpu_util': 19.91579246520996,
            'cpu_util_raw': 19.5625,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 43227347,
            'rx_bps': 49018093568.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 5983653.5,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 49018081280.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 5983652.5},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 122746678423,
           'ierrors': 0,
           'ipackets': 119869811,
           'obytes': 122746612736,
           'oerrors': 0,
           'opackets': 119869744,
           'rx_bps': 49018091520.0,
           'rx_bps_L1': 49975476080.0,
           'rx_pps': 5983653.5,
           'rx_util': 199.90190432,
           'tx_bps': 49018083328.0,
           'tx_bps_L1': 49975467728.0,
           'tx_pps': 5983652.5,
           'tx_util': 199.901870912}}
16/09/2020 10:05:00                         pktgen: {'ibytes': 61373736960,
 'ierrors': 0,
 'ipackets': 59935293,
 'obytes': 61373702144,
 'oerrors': 0,
 'opackets': 59935258,
 'rx_bps': 24508975104.0,
 'rx_bps_L1': 24987665984.0,
 'rx_pps': 2991818.0,
 'rx_util': 99.950663936,
 'tx_bps': 24508973056.0,
 'tx_bps_L1': 24987663855.999996,
 'tx_pps': 2991817.5,
 'tx_util': 99.95065542399999}
16/09/2020 10:05:00                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 24508973056.000000, tx_pps: 2991817.500000 
16/09/2020 10:05:00                         pktgen: {'ibytes': 61372941463,
 'ierrors': 0,
 'ipackets': 59934518,
 'obytes': 61372910592,
 'oerrors': 0,
 'opackets': 59934486,
 'rx_bps': 24509116416.0,
 'rx_bps_L1': 24987810096.0,
 'rx_pps': 2991835.5,
 'rx_util': 99.951240384,
 'tx_bps': 24509110272.0,
 'tx_bps_L1': 24987803872.000004,
 'tx_pps': 2991835.0,
 'tx_util': 99.95121548800002}
16/09/2020 10:05:00                         pktgen: Rx Port 1 stats: 
rx_port: 1,  rx_bps: 24509116416.000000, rx_pps: 2991835.500000
16/09/2020 10:05:00                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.1.255',
                                              'src': '198.18.1.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 0,
 'tx_port': 1}
16/09/2020 10:05:00                         pktgen: {0: {'ibytes': 61389250560,
     'ierrors': 0,
     'ipackets': 59950443,
     'obytes': 61389214720,
     'oerrors': 0,
     'opackets': 59950408,
     'rx_bps': 24508975104.0,
     'rx_bps_L1': 24987665984.0,
     'rx_pps': 2991818.0,
     'rx_util': 99.950663936,
     'tx_bps': 24508973056.0,
     'tx_bps_L1': 24987663855.999996,
     'tx_pps': 2991817.5,
     'tx_util': 99.95065542399999},
 1: {'ibytes': 61388453015,
     'ierrors': 0,
     'ipackets': 59949666,
     'obytes': 61388422144,
     'oerrors': 0,
     'opackets': 59949634,
     'rx_bps': 24509116416.0,
     'rx_bps_L1': 24987810096.0,
     'rx_pps': 2991835.5,
     'rx_util': 99.951240384,
     'tx_bps': 24509110272.0,
     'tx_bps_L1': 24987803872.000004,
     'tx_pps': 2991835.0,
     'tx_util': 99.95121548800002},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 30.765836715698242,
            'cpu_util': 19.91579246520996,
            'cpu_util_raw': 19.5625,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 43241686,
            'rx_bps': 49018093568.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 5983653.5,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 49018081280.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 5983652.5},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 122777703575,
           'ierrors': 0,
           'ipackets': 119900109,
           'obytes': 122777636864,
           'oerrors': 0,
           'opackets': 119900042,
           'rx_bps': 49018091520.0,
           'rx_bps_L1': 49975476080.0,
           'rx_pps': 5983653.5,
           'rx_util': 199.90190432,
           'tx_bps': 49018083328.0,
           'tx_bps_L1': 49975467728.0,
           'tx_pps': 5983652.5,
           'tx_util': 199.901870912}}
16/09/2020 10:05:00                         pktgen: {'ibytes': 61388453015,
 'ierrors': 0,
 'ipackets': 59949666,
 'obytes': 61388422144,
 'oerrors': 0,
 'opackets': 59949634,
 'rx_bps': 24509116416.0,
 'rx_bps_L1': 24987810096.0,
 'rx_pps': 2991835.5,
 'rx_util': 99.951240384,
 'tx_bps': 24509110272.0,
 'tx_bps_L1': 24987803872.000004,
 'tx_pps': 2991835.0,
 'tx_util': 99.95121548800002}
16/09/2020 10:05:00                         pktgen: Tx Port 1 stats: 
tx_port: 1,  tx_bps: 24509110272.000000, tx_pps: 2991835.000000 
16/09/2020 10:05:00                         pktgen: {'ibytes': 61389250560,
 'ierrors': 0,
 'ipackets': 59950443,
 'obytes': 61389214720,
 'oerrors': 0,
 'opackets': 59950408,
 'rx_bps': 24508975104.0,
 'rx_bps_L1': 24987665984.0,
 'rx_pps': 2991818.0,
 'rx_util': 99.950663936,
 'tx_bps': 24508973056.0,
 'tx_bps_L1': 24987663855.999996,
 'tx_pps': 2991817.5,
 'tx_util': 99.95065542399999}
16/09/2020 10:05:00                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 24508975104.000000, rx_pps: 2991818.000000
16/09/2020 10:05:00                         pktgen: throughput: pps_rx 5983653.500000, bps_rx 49018091520.000000
16/09/2020 10:05:00                         pktgen: traffic completed. 
16/09/2020 10:05:00            TestVfL3fwdKernelPf: wait 10 second after traffic stop
16/09/2020 10:05:10            TestVfL3fwdKernelPf: Executing l3fwd with MATCH_MODE.LPM mode, 2 ports, 1C/2T-2Q and 1280 frame size
16/09/2020 10:05:10            TestVfL3fwdKernelPf: <./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd -v -c 0x4000000000000040000000 -n 4 -w 0000:af:01.0 -w 0000:af:11.0 -- -p 0x3 --config '(0,0,30),(0,1,86),(1,0,30),(1,1,86)' --parse-ptype> is the same command as previous one, ignore re-start l3fwd
16/09/2020 10:05:10            TestVfL3fwdKernelPf: {'stream': [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.0.1', 'dst': '198.18.0.255', 'step': 1, 'action': 'random'}}}], [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.1.1', 'dst': '198.18.1.255', 'step': 1, 'action': 'random'}}}]], 'rate': 100, 'traffic_opt': {'method': 'throughput', 'duration': 20}}
16/09/2020 10:05:10                         pktgen: test port 0 map gen port 0
16/09/2020 10:05:10                         pktgen: test port 1 map gen port 1
16/09/2020 10:05:10                         pktgen: test port 1 map gen port 1
16/09/2020 10:05:10                         pktgen: test port 0 map gen port 0
16/09/2020 10:05:10                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:05:10                         pktgen: trex port <1> not support flow control
16/09/2020 10:05:10                         pktgen: check the trex port link status
16/09/2020 10:05:10                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:00',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:31:ac',
 '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': 0,
 'pci_addr': '0000:18:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:31:ac',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:05:10                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:05:10                         pktgen: begin traffic ......
16/09/2020 10:05:10                         pktgen: {'ports': [0, 1], 'mult': '100%', 'core_mask': None, 'force': True}
16/09/2020 10:05:30                         pktgen: begin get port statistic ...
16/09/2020 10:05:30                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.0.255',
                                              'src': '198.18.0.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 1,
 'tx_port': 0}
16/09/2020 10:05:30                         pktgen: {0: {'ibytes': 61566479360,
     'ierrors': 0,
     'ipackets': 48098814,
     'obytes': 61566460160,
     'oerrors': 0,
     'opackets': 48098800,
     'rx_bps': 24696057856.0,
     'rx_bps_L1': 25081933776.0,
     'rx_pps': 2411724.5,
     'rx_util': 100.327735104,
     'tx_bps': 24696064000.0,
     'tx_bps_L1': 25081940040.0,
     'tx_pps': 2411725.25,
     'tx_util': 100.32776016},
 1: {'ibytes': 61563623757,
     'ierrors': 0,
     'ipackets': 48096584,
     'obytes': 61563607040,
     'oerrors': 0,
     'opackets': 48096571,
     'rx_bps': 24696223744.0,
     'rx_bps_L1': 25082102223.999996,
     'rx_pps': 2411740.5,
     'rx_util': 100.32840889599998,
     'tx_bps': 24696219648.0,
     'tx_bps_L1': 25082097968.000004,
     'tx_pps': 2411739.5,
     'tx_util': 100.32839187200003},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 32.708736419677734,
            'cpu_util': 18.875797271728516,
            'cpu_util_raw': 18.25,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 42307939,
            'rx_bps': 49392279552.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 4823465.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 49392279552.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 4823465.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 123130103117,
           'ierrors': 0,
           'ipackets': 96195398,
           'obytes': 123130067200,
           'oerrors': 0,
           'opackets': 96195371,
           'rx_bps': 49392281600.0,
           'rx_bps_L1': 50164036000.0,
           'rx_pps': 4823465.0,
           'rx_util': 200.65614399999998,
           'tx_bps': 49392283648.0,
           'tx_bps_L1': 50164038008.0,
           'tx_pps': 4823464.75,
           'tx_util': 200.65615203200002}}
16/09/2020 10:05:30                         pktgen: {'ibytes': 61566479360,
 'ierrors': 0,
 'ipackets': 48098814,
 'obytes': 61566460160,
 'oerrors': 0,
 'opackets': 48098800,
 'rx_bps': 24696057856.0,
 'rx_bps_L1': 25081933776.0,
 'rx_pps': 2411724.5,
 'rx_util': 100.327735104,
 'tx_bps': 24696064000.0,
 'tx_bps_L1': 25081940040.0,
 'tx_pps': 2411725.25,
 'tx_util': 100.32776016}
16/09/2020 10:05:30                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 24696064000.000000, tx_pps: 2411725.250000 
16/09/2020 10:05:30                         pktgen: {'ibytes': 61563623757,
 'ierrors': 0,
 'ipackets': 48096584,
 'obytes': 61563607040,
 'oerrors': 0,
 'opackets': 48096571,
 'rx_bps': 24696223744.0,
 'rx_bps_L1': 25082102223.999996,
 'rx_pps': 2411740.5,
 'rx_util': 100.32840889599998,
 'tx_bps': 24696219648.0,
 'tx_bps_L1': 25082097968.000004,
 'tx_pps': 2411739.5,
 'tx_util': 100.32839187200003}
16/09/2020 10:05:30                         pktgen: Rx Port 1 stats: 
rx_port: 1,  rx_bps: 24696223744.000000, rx_pps: 2411740.500000
16/09/2020 10:05:30                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.1.255',
                                              'src': '198.18.1.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 0,
 'tx_port': 1}
16/09/2020 10:05:30                         pktgen: {0: {'ibytes': 61582073600,
     'ierrors': 0,
     'ipackets': 48110997,
     'obytes': 61582055680,
     'oerrors': 0,
     'opackets': 48110983,
     'rx_bps': 24696057856.0,
     'rx_bps_L1': 25081933776.0,
     'rx_pps': 2411724.5,
     'rx_util': 100.327735104,
     'tx_bps': 24696064000.0,
     'tx_bps_L1': 25081940040.0,
     'tx_pps': 2411725.25,
     'tx_util': 100.32776016},
 1: {'ibytes': 61579215437,
     'ierrors': 0,
     'ipackets': 48108765,
     'obytes': 61579198720,
     'oerrors': 0,
     'opackets': 48108751,
     'rx_bps': 24696223744.0,
     'rx_bps_L1': 25082102223.999996,
     'rx_pps': 2411740.5,
     'rx_util': 100.32840889599998,
     'tx_bps': 24696219648.0,
     'tx_bps_L1': 25082097968.000004,
     'tx_pps': 2411739.5,
     'tx_util': 100.32839187200003},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 32.708736419677734,
            'cpu_util': 18.875797271728516,
            'cpu_util_raw': 18.25,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 42320314,
            'rx_bps': 49392279552.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 4823465.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 49392279552.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 4823465.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 123161289037,
           'ierrors': 0,
           'ipackets': 96219762,
           'obytes': 123161254400,
           'oerrors': 0,
           'opackets': 96219734,
           'rx_bps': 49392281600.0,
           'rx_bps_L1': 50164036000.0,
           'rx_pps': 4823465.0,
           'rx_util': 200.65614399999998,
           'tx_bps': 49392283648.0,
           'tx_bps_L1': 50164038008.0,
           'tx_pps': 4823464.75,
           'tx_util': 200.65615203200002}}
16/09/2020 10:05:30                         pktgen: {'ibytes': 61579215437,
 'ierrors': 0,
 'ipackets': 48108765,
 'obytes': 61579198720,
 'oerrors': 0,
 'opackets': 48108751,
 'rx_bps': 24696223744.0,
 'rx_bps_L1': 25082102223.999996,
 'rx_pps': 2411740.5,
 'rx_util': 100.32840889599998,
 'tx_bps': 24696219648.0,
 'tx_bps_L1': 25082097968.000004,
 'tx_pps': 2411739.5,
 'tx_util': 100.32839187200003}
16/09/2020 10:05:30                         pktgen: Tx Port 1 stats: 
tx_port: 1,  tx_bps: 24696219648.000000, tx_pps: 2411739.500000 
16/09/2020 10:05:30                         pktgen: {'ibytes': 61582073600,
 'ierrors': 0,
 'ipackets': 48110997,
 'obytes': 61582055680,
 'oerrors': 0,
 'opackets': 48110983,
 'rx_bps': 24696057856.0,
 'rx_bps_L1': 25081933776.0,
 'rx_pps': 2411724.5,
 'rx_util': 100.327735104,
 'tx_bps': 24696064000.0,
 'tx_bps_L1': 25081940040.0,
 'tx_pps': 2411725.25,
 'tx_util': 100.32776016}
16/09/2020 10:05:30                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 24696057856.000000, rx_pps: 2411724.500000
16/09/2020 10:05:30                         pktgen: throughput: pps_rx 4823465.000000, bps_rx 49392281600.000000
16/09/2020 10:05:30                         pktgen: traffic completed. 
16/09/2020 10:05:30            TestVfL3fwdKernelPf: wait 10 second after traffic stop
16/09/2020 10:05:40            TestVfL3fwdKernelPf: Executing l3fwd with MATCH_MODE.LPM mode, 2 ports, 1C/2T-2Q and 1518 frame size
16/09/2020 10:05:40            TestVfL3fwdKernelPf: <./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd -v -c 0x4000000000000040000000 -n 4 -w 0000:af:01.0 -w 0000:af:11.0 -- -p 0x3 --config '(0,0,30),(0,1,86),(1,0,30),(1,1,86)' --parse-ptype> is the same command as previous one, ignore re-start l3fwd
16/09/2020 10:05:40            TestVfL3fwdKernelPf: {'stream': [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.0.1', 'dst': '198.18.0.255', 'step': 1, 'action': 'random'}}}], [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.1.1', 'dst': '198.18.1.255', 'step': 1, 'action': 'random'}}}]], 'rate': 100, 'traffic_opt': {'method': 'throughput', 'duration': 20}}
16/09/2020 10:05:40                         pktgen: test port 0 map gen port 0
16/09/2020 10:05:40                         pktgen: test port 1 map gen port 1
16/09/2020 10:05:40                         pktgen: test port 1 map gen port 1
16/09/2020 10:05:40                         pktgen: test port 0 map gen port 0
16/09/2020 10:05:40                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:05:40                         pktgen: trex port <1> not support flow control
16/09/2020 10:05:40                         pktgen: check the trex port link status
16/09/2020 10:05:40                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:00',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:31:ac',
 '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': 0,
 'pci_addr': '0000:18:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:31:ac',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:05:40                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:05:40                         pktgen: begin traffic ......
16/09/2020 10:05:40                         pktgen: {'ports': [0, 1], 'mult': '100%', 'core_mask': None, 'force': True}
16/09/2020 10:06:00                         pktgen: begin get port statistic ...
16/09/2020 10:06:00                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.0.255',
                                              'src': '198.18.0.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 1,
 'tx_port': 0}
16/09/2020 10:06:00                         pktgen: {0: {'ibytes': 61758735522,
     'ierrors': 0,
     'ipackets': 40684282,
     'obytes': 61758735522,
     'oerrors': 0,
     'opackets': 40684281,
     'rx_bps': 24642574336.0,
     'rx_bps_L1': 24967245896.0,
     'rx_pps': 2029197.25,
     'rx_util': 99.868983584,
     'tx_bps': 24642584576.0,
     'tx_bps_L1': 24967256296.0,
     'tx_pps': 2029198.25,
     'tx_util': 99.86902518400001},
 1: {'ibytes': 61757266175,
     'ierrors': 0,
     'ipackets': 40683314,
     'obytes': 61757269134,
     'oerrors': 0,
     'opackets': 40683314,
     'rx_bps': 24642725888.0,
     'rx_bps_L1': 24967399488.0,
     'rx_pps': 2029210.0,
     'rx_util': 99.869597952,
     'tx_bps': 24642719744.0,
     'tx_bps_L1': 24967393344.0,
     'tx_pps': 2029210.0,
     'tx_util': 99.869573376},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 54.863773345947266,
            'cpu_util': 11.229018211364746,
            'cpu_util_raw': 10.8125,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 22552757,
            'rx_bps': 49285300224.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 4058407.25,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 49285304320.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 4058408.25},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 123516001697,
           'ierrors': 0,
           'ipackets': 81367596,
           'obytes': 123516004656,
           'oerrors': 0,
           'opackets': 81367595,
           'rx_bps': 49285300224.0,
           'rx_bps_L1': 49934645384.0,
           'rx_pps': 4058407.25,
           'rx_util': 199.73858153600003,
           'tx_bps': 49285304320.0,
           'tx_bps_L1': 49934649640.0,
           'tx_pps': 4058408.25,
           'tx_util': 199.73859856}}
16/09/2020 10:06:00                         pktgen: {'ibytes': 61758735522,
 'ierrors': 0,
 'ipackets': 40684282,
 'obytes': 61758735522,
 'oerrors': 0,
 'opackets': 40684281,
 'rx_bps': 24642574336.0,
 'rx_bps_L1': 24967245896.0,
 'rx_pps': 2029197.25,
 'rx_util': 99.868983584,
 'tx_bps': 24642584576.0,
 'tx_bps_L1': 24967256296.0,
 'tx_pps': 2029198.25,
 'tx_util': 99.86902518400001}
16/09/2020 10:06:00                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 24642584576.000000, tx_pps: 2029198.250000 
16/09/2020 10:06:00                         pktgen: {'ibytes': 61757266175,
 'ierrors': 0,
 'ipackets': 40683314,
 'obytes': 61757269134,
 'oerrors': 0,
 'opackets': 40683314,
 'rx_bps': 24642725888.0,
 'rx_bps_L1': 24967399488.0,
 'rx_pps': 2029210.0,
 'rx_util': 99.869597952,
 'tx_bps': 24642719744.0,
 'tx_bps_L1': 24967393344.0,
 'tx_pps': 2029210.0,
 'tx_util': 99.869573376}
16/09/2020 10:06:00                         pktgen: Rx Port 1 stats: 
rx_port: 1,  rx_bps: 24642725888.000000, rx_pps: 2029210.000000
16/09/2020 10:06:00                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.1.255',
                                              'src': '198.18.1.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 0,
 'tx_port': 1}
16/09/2020 10:06:00                         pktgen: {0: {'ibytes': 61775105634,
     'ierrors': 0,
     'ipackets': 40695066,
     'obytes': 61775107152,
     'oerrors': 0,
     'opackets': 40695065,
     'rx_bps': 24642574336.0,
     'rx_bps_L1': 24967245896.0,
     'rx_pps': 2029197.25,
     'rx_util': 99.868983584,
     'tx_bps': 24642584576.0,
     'tx_bps_L1': 24967256296.0,
     'tx_pps': 2029198.25,
     'tx_util': 99.86902518400001},
 1: {'ibytes': 61773634769,
     'ierrors': 0,
     'ipackets': 40694097,
     'obytes': 61773634692,
     'oerrors': 0,
     'opackets': 40694095,
     'rx_bps': 24642725888.0,
     'rx_bps_L1': 24967399488.0,
     'rx_pps': 2029210.0,
     'rx_util': 99.869597952,
     'tx_bps': 24642719744.0,
     'tx_bps_L1': 24967393344.0,
     'tx_pps': 2029210.0,
     'tx_util': 99.869573376},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 54.863773345947266,
            'cpu_util': 11.229018211364746,
            'cpu_util_raw': 10.8125,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 22557939,
            'rx_bps': 49285300224.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 4058407.25,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 49285304320.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 4058408.25},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 123548740403,
           'ierrors': 0,
           'ipackets': 81389163,
           'obytes': 123548741844,
           'oerrors': 0,
           'opackets': 81389160,
           'rx_bps': 49285300224.0,
           'rx_bps_L1': 49934645384.0,
           'rx_pps': 4058407.25,
           'rx_util': 199.73858153600003,
           'tx_bps': 49285304320.0,
           'tx_bps_L1': 49934649640.0,
           'tx_pps': 4058408.25,
           'tx_util': 199.73859856}}
16/09/2020 10:06:00                         pktgen: {'ibytes': 61773634769,
 'ierrors': 0,
 'ipackets': 40694097,
 'obytes': 61773634692,
 'oerrors': 0,
 'opackets': 40694095,
 'rx_bps': 24642725888.0,
 'rx_bps_L1': 24967399488.0,
 'rx_pps': 2029210.0,
 'rx_util': 99.869597952,
 'tx_bps': 24642719744.0,
 'tx_bps_L1': 24967393344.0,
 'tx_pps': 2029210.0,
 'tx_util': 99.869573376}
16/09/2020 10:06:00                         pktgen: Tx Port 1 stats: 
tx_port: 1,  tx_bps: 24642719744.000000, tx_pps: 2029210.000000 
16/09/2020 10:06:00                         pktgen: {'ibytes': 61775105634,
 'ierrors': 0,
 'ipackets': 40695066,
 'obytes': 61775107152,
 'oerrors': 0,
 'opackets': 40695065,
 'rx_bps': 24642574336.0,
 'rx_bps_L1': 24967245896.0,
 'rx_pps': 2029197.25,
 'rx_util': 99.868983584,
 'tx_bps': 24642584576.0,
 'tx_bps_L1': 24967256296.0,
 'tx_pps': 2029198.25,
 'tx_util': 99.86902518400001}
16/09/2020 10:06:00                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 24642574336.000000, rx_pps: 2029197.250000
16/09/2020 10:06:00                         pktgen: throughput: pps_rx 4058407.250000, bps_rx 49285300224.000000
16/09/2020 10:06:00                         pktgen: traffic completed. 
16/09/2020 10:06:00            TestVfL3fwdKernelPf: wait 10 second after traffic stop
16/09/2020 10:06:10            TestVfL3fwdKernelPf: Executing l3fwd with MATCH_MODE.LPM mode, 2 ports, 2C/2T-2Q and 64 frame size
16/09/2020 10:06:10             dut.10.240.183.113: ^C
16/09/2020 10:06:10             dut.10.240.183.113: 

Signal 2 received, preparing to exit...
Closing port 0... Done
Closing port 1... Done
Bye...
16/09/2020 10:06:10             dut.10.240.183.113: ./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd -v -c 0xc0000000 -n 4 -w 0000:af:01.0 -w 0000:af:11.0 -- -p 0x3 --config '(0,0,30),(0,1,31),(1,0,30),(1,1,31)' --parse-ptype
16/09/2020 10:06:12             dut.10.240.183.113: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: RTE Version: 'DPDK 20.11.0-rc0'
EAL: Multi-process socket /var/run/dpdk/rte/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:af:01.0 (socket 1)
iavf_read_msg_from_pf(): command mismatch, expect 44, get 17
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:af:11.0 (socket 1)
iavf_read_msg_from_pf(): command mismatch, expect 44, get 17
EAL: No legacy callbacks, legacy socket not created
soft parse-ptype is enabled
LPM or EM none selected, default LPM on
Initializing port 0 ... Creating queues: nb_rxq=2 nb_txq=2... Port 0 modified RSS hash function based on hardware support,requested:0xa38c configured:0x88
 Address:00:12:34:56:78:01, Destination:02:00:00:00:00:00, Allocated mbuf pool on socket 1
LPM: Adding route 198.18.0.0 / 24 (0)
LPM: Adding route 198.18.1.0 / 24 (1)
LPM: Adding route 2001:200:: / 48 (0)
LPM: Adding route 2001:200:0:0:1:: / 48 (1)
txq=30,0,1 txq=31,1,1 
Initializing port 1 ... Creating queues: nb_rxq=2 nb_txq=2... Port 1 modified RSS hash function based on hardware support,requested:0xa38c configured:0x88
 Address:00:12:34:56:78:02, Destination:02:00:00:00:00:01, txq=30,0,1 txq=31,1,1 

Initializing rx queues on lcore 30 ... rxq=0,0,1 rxq=1,0,1 
Initializing rx queues on lcore 31 ... rxq=0,1,1 rxq=1,1,1 iavf_configure_queues(): request RXDID == 22 in Queue[0]
iavf_configure_queues(): request RXDID == 22 in Queue[1]
iavf_configure_queues(): request RXDID == 22 in Queue[0]
iavf_configure_queues(): request RXDID == 22 in Queue[1]

Port 0: softly parse packet type info
Port 1: softly parse packet type info
Port 0: softly parse packet type info
Port 1: softly parse packet type info

Checking link statusdone
Port0 Link Up. Speed 25000 Mbps -full-duplex
Port1 Link Up. Speed 25000 Mbps -full-duplex
16/09/2020 10:06:12            TestVfL3fwdKernelPf: wait 10 seconds for port link up
16/09/2020 10:06:22            TestVfL3fwdKernelPf: {'stream': [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.0.1', 'dst': '198.18.0.255', 'step': 1, 'action': 'random'}}}], [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.1.1', 'dst': '198.18.1.255', 'step': 1, 'action': 'random'}}}]], 'rate': 100, 'traffic_opt': {'method': 'throughput', 'duration': 20}}
16/09/2020 10:06:22                         pktgen: test port 0 map gen port 0
16/09/2020 10:06:22                         pktgen: test port 1 map gen port 1
16/09/2020 10:06:22                         pktgen: test port 1 map gen port 1
16/09/2020 10:06:22                         pktgen: test port 0 map gen port 0
16/09/2020 10:06:22                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:06:22                         pktgen: trex port <1> not support flow control
16/09/2020 10:06:22                         pktgen: check the trex port link status
16/09/2020 10:06:22                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:00',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:31:ac',
 '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': 0,
 'pci_addr': '0000:18:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:31:ac',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:06:22                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:06:22                         pktgen: begin traffic ......
16/09/2020 10:06:22                         pktgen: {'ports': [0, 1], 'mult': '100%', 'core_mask': None, 'force': True}
16/09/2020 10:06:42                         pktgen: begin get port statistic ...
16/09/2020 10:06:42                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.0.255',
                                              'src': '198.18.0.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 1,
 'tx_port': 0}
16/09/2020 10:06:42                         pktgen: {0: {'ibytes': 29771096717,
     'ierrors': 0,
     'ipackets': 465173389,
     'obytes': 45422444096,
     'oerrors': 0,
     'opackets': 709725732,
     'rx_bps': 11890624512.0,
     'rx_bps_L1': 15606444672.0,
     'rx_pps': 23223876.0,
     'rx_util': 62.425778688,
     'tx_bps': 18149738496.0,
     'tx_bps_L1': 23821532416.0,
     'tx_pps': 35448712.0,
     'tx_util': 95.286129664},
 1: {'ibytes': 29784544909,
     'ierrors': 0,
     'ipackets': 465383531,
     'obytes': 45422497536,
     'oerrors': 0,
     'opackets': 709726558,
     'rx_bps': 11894852608.0,
     'rx_bps_L1': 15611993088.0,
     'rx_pps': 23232128.0,
     'rx_util': 62.447972352,
     'tx_bps': 18149914624.0,
     'tx_bps_L1': 23821762304.0,
     'tx_pps': 35449048.0,
     'tx_util': 95.287049216},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 5.137595176696777,
            'cpu_util': 88.31868743896484,
            'cpu_util_raw': 88.1875,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 0,
            'rx_bps': 23785476096.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 12514176000.0,
            'rx_pps': 46456004.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 36299653120.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 70897760.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 59555641626,
           'ierrors': 0,
           'ipackets': 930556920,
           'obytes': 90844941632,
           'oerrors': 0,
           'opackets': 1419452290,
           'rx_bps': 23785477120.0,
           'rx_bps_L1': 31218437760.0,
           'rx_pps': 46456004.0,
           'rx_util': 124.87375104,
           'tx_bps': 36299653120.0,
           'tx_bps_L1': 47643294720.0,
           'tx_pps': 70897760.0,
           'tx_util': 190.57317888}}
16/09/2020 10:06:42                         pktgen: {'ibytes': 29771096717,
 'ierrors': 0,
 'ipackets': 465173389,
 'obytes': 45422444096,
 'oerrors': 0,
 'opackets': 709725732,
 'rx_bps': 11890624512.0,
 'rx_bps_L1': 15606444672.0,
 'rx_pps': 23223876.0,
 'rx_util': 62.425778688,
 'tx_bps': 18149738496.0,
 'tx_bps_L1': 23821532416.0,
 'tx_pps': 35448712.0,
 'tx_util': 95.286129664}
16/09/2020 10:06:42                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 18149738496.000000, tx_pps: 35448712.000000 
16/09/2020 10:06:42                         pktgen: {'ibytes': 29784544909,
 'ierrors': 0,
 'ipackets': 465383531,
 'obytes': 45422497536,
 'oerrors': 0,
 'opackets': 709726558,
 'rx_bps': 11894852608.0,
 'rx_bps_L1': 15611993088.0,
 'rx_pps': 23232128.0,
 'rx_util': 62.447972352,
 'tx_bps': 18149914624.0,
 'tx_bps_L1': 23821762304.0,
 'tx_pps': 35449048.0,
 'tx_util': 95.287049216}
16/09/2020 10:06:42                         pktgen: Rx Port 1 stats: 
rx_port: 1,  rx_bps: 11894852608.000000, rx_pps: 23232128.000000
16/09/2020 10:06:42                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.1.255',
                                              'src': '198.18.1.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 0,
 'tx_port': 1}
16/09/2020 10:06:42                         pktgen: {0: {'ibytes': 29778679629,
     'ierrors': 0,
     'ipackets': 465291873,
     'obytes': 45433962816,
     'oerrors': 0,
     'opackets': 709905690,
     'rx_bps': 11890624512.0,
     'rx_bps_L1': 15606444672.0,
     'rx_pps': 23223876.0,
     'rx_util': 62.425778688,
     'tx_bps': 18149738496.0,
     'tx_bps_L1': 23821532416.0,
     'tx_pps': 35448712.0,
     'tx_util': 95.286129664},
 1: {'ibytes': 29792122189,
     'ierrors': 0,
     'ipackets': 465501933,
     'obytes': 45434013888,
     'oerrors': 0,
     'opackets': 709906501,
     'rx_bps': 11894852608.0,
     'rx_bps_L1': 15611993088.0,
     'rx_pps': 23232128.0,
     'rx_util': 62.447972352,
     'tx_bps': 18149914624.0,
     'tx_bps_L1': 23821762304.0,
     'tx_pps': 35449048.0,
     'tx_util': 95.287049216},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 5.137595176696777,
            'cpu_util': 88.31868743896484,
            'cpu_util_raw': 88.1875,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 0,
            'rx_bps': 23785476096.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 12514176000.0,
            'rx_pps': 46456004.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 36299653120.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 70897760.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 59570801818,
           'ierrors': 0,
           'ipackets': 930793806,
           'obytes': 90867976704,
           'oerrors': 0,
           'opackets': 1419812191,
           'rx_bps': 23785477120.0,
           'rx_bps_L1': 31218437760.0,
           'rx_pps': 46456004.0,
           'rx_util': 124.87375104,
           'tx_bps': 36299653120.0,
           'tx_bps_L1': 47643294720.0,
           'tx_pps': 70897760.0,
           'tx_util': 190.57317888}}
16/09/2020 10:06:42                         pktgen: {'ibytes': 29792122189,
 'ierrors': 0,
 'ipackets': 465501933,
 'obytes': 45434013888,
 'oerrors': 0,
 'opackets': 709906501,
 'rx_bps': 11894852608.0,
 'rx_bps_L1': 15611993088.0,
 'rx_pps': 23232128.0,
 'rx_util': 62.447972352,
 'tx_bps': 18149914624.0,
 'tx_bps_L1': 23821762304.0,
 'tx_pps': 35449048.0,
 'tx_util': 95.287049216}
16/09/2020 10:06:42                         pktgen: Tx Port 1 stats: 
tx_port: 1,  tx_bps: 18149914624.000000, tx_pps: 35449048.000000 
16/09/2020 10:06:42                         pktgen: {'ibytes': 29778679629,
 'ierrors': 0,
 'ipackets': 465291873,
 'obytes': 45433962816,
 'oerrors': 0,
 'opackets': 709905690,
 'rx_bps': 11890624512.0,
 'rx_bps_L1': 15606444672.0,
 'rx_pps': 23223876.0,
 'rx_util': 62.425778688,
 'tx_bps': 18149738496.0,
 'tx_bps_L1': 23821532416.0,
 'tx_pps': 35448712.0,
 'tx_util': 95.286129664}
16/09/2020 10:06:42                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 11890624512.000000, rx_pps: 23223876.000000
16/09/2020 10:06:42                         pktgen: throughput: pps_rx 46456004.000000, bps_rx 23785477120.000000
16/09/2020 10:06:42                         pktgen: traffic completed. 
16/09/2020 10:06:42            TestVfL3fwdKernelPf: wait 10 second after traffic stop
16/09/2020 10:06:52            TestVfL3fwdKernelPf: Executing l3fwd with MATCH_MODE.LPM mode, 2 ports, 2C/2T-2Q and 128 frame size
16/09/2020 10:06:52            TestVfL3fwdKernelPf: <./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd -v -c 0xc0000000 -n 4 -w 0000:af:01.0 -w 0000:af:11.0 -- -p 0x3 --config '(0,0,30),(0,1,31),(1,0,30),(1,1,31)' --parse-ptype> is the same command as previous one, ignore re-start l3fwd
16/09/2020 10:06:52            TestVfL3fwdKernelPf: {'stream': [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.0.1', 'dst': '198.18.0.255', 'step': 1, 'action': 'random'}}}], [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.1.1', 'dst': '198.18.1.255', 'step': 1, 'action': 'random'}}}]], 'rate': 100, 'traffic_opt': {'method': 'throughput', 'duration': 20}}
16/09/2020 10:06:52                         pktgen: test port 0 map gen port 0
16/09/2020 10:06:52                         pktgen: test port 1 map gen port 1
16/09/2020 10:06:52                         pktgen: test port 1 map gen port 1
16/09/2020 10:06:52                         pktgen: test port 0 map gen port 0
16/09/2020 10:06:52                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:06:52                         pktgen: trex port <1> not support flow control
16/09/2020 10:06:52                         pktgen: check the trex port link status
16/09/2020 10:06:52                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:00',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:31:ac',
 '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': 0,
 'pci_addr': '0000:18:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:31:ac',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:06:52                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:06:52                         pktgen: begin traffic ......
16/09/2020 10:06:52                         pktgen: {'ports': [0, 1], 'mult': '100%', 'core_mask': None, 'force': True}
16/09/2020 10:07:12                         pktgen: begin get port statistic ...
16/09/2020 10:07:12                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.0.255',
                                              'src': '198.18.0.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 1,
 'tx_port': 0}
16/09/2020 10:07:12                         pktgen: {0: {'ibytes': 42572889677,
     'ierrors': 0,
     'ipackets': 332600716,
     'obytes': 54117211648,
     'oerrors': 0,
     'opackets': 422790741,
     'rx_bps': 16970812416.0,
     'rx_bps_L1': 19622502976.0,
     'rx_pps': 16573066.0,
     'rx_util': 78.490011904,
     'tx_bps': 21573222400.0,
     'tx_bps_L1': 24944038720.0,
     'tx_pps': 21067602.0,
     'tx_util': 99.77615488},
 1: {'ibytes': 42570806349,
     'ierrors': 0,
     'ipackets': 332584440,
     'obytes': 54115424512,
     'oerrors': 0,
     'opackets': 422776773,
     'rx_bps': 16970835968.0,
     'rx_bps_L1': 19622528128.0,
     'rx_pps': 16573076.0,
     'rx_util': 78.490112512,
     'tx_bps': 21573345280.0,
     'tx_bps_L1': 24944180480.0,
     'tx_pps': 21067720.0,
     'tx_util': 99.77672192},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 5.946346282958984,
            'cpu_util': 90.69975280761719,
            'cpu_util_raw': 90.6875,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 156816841,
            'rx_bps': 33941649408.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 9204922368.0,
            'rx_pps': 33146142.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 43146571776.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 42135320.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 85143696026,
           'ierrors': 0,
           'ipackets': 665185156,
           'obytes': 108232636160,
           'oerrors': 0,
           'opackets': 845567514,
           'rx_bps': 33941648384.0,
           'rx_bps_L1': 39245031104.0,
           'rx_pps': 33146142.0,
           'rx_util': 156.980124416,
           'tx_bps': 43146567680.0,
           'tx_bps_L1': 49888219200.0,
           'tx_pps': 42135322.0,
           'tx_util': 199.5528768}}
16/09/2020 10:07:12                         pktgen: {'ibytes': 42572889677,
 'ierrors': 0,
 'ipackets': 332600716,
 'obytes': 54117211648,
 'oerrors': 0,
 'opackets': 422790741,
 'rx_bps': 16970812416.0,
 'rx_bps_L1': 19622502976.0,
 'rx_pps': 16573066.0,
 'rx_util': 78.490011904,
 'tx_bps': 21573222400.0,
 'tx_bps_L1': 24944038720.0,
 'tx_pps': 21067602.0,
 'tx_util': 99.77615488}
16/09/2020 10:07:12                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 21573222400.000000, tx_pps: 21067602.000000 
16/09/2020 10:07:12                         pktgen: {'ibytes': 42570806349,
 'ierrors': 0,
 'ipackets': 332584440,
 'obytes': 54115424512,
 'oerrors': 0,
 'opackets': 422776773,
 'rx_bps': 16970835968.0,
 'rx_bps_L1': 19622528128.0,
 'rx_pps': 16573076.0,
 'rx_util': 78.490112512,
 'tx_bps': 21573345280.0,
 'tx_bps_L1': 24944180480.0,
 'tx_pps': 21067720.0,
 'tx_util': 99.77672192}
16/09/2020 10:07:12                         pktgen: Rx Port 1 stats: 
rx_port: 1,  rx_bps: 16970835968.000000, rx_pps: 16573076.000000
16/09/2020 10:07:12                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.1.255',
                                              'src': '198.18.1.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 0,
 'tx_port': 1}
16/09/2020 10:07:12                         pktgen: {0: {'ibytes': 42584171469,
     'ierrors': 0,
     'ipackets': 332688854,
     'obytes': 54131563520,
     'oerrors': 0,
     'opackets': 422902863,
     'rx_bps': 16970812416.0,
     'rx_bps_L1': 19622502976.0,
     'rx_pps': 16573066.0,
     'rx_util': 78.490011904,
     'tx_bps': 21573222400.0,
     'tx_bps_L1': 24944038720.0,
     'tx_pps': 21067602.0,
     'tx_util': 99.77615488},
 1: {'ibytes': 42582083277,
     'ierrors': 0,
     'ipackets': 332672541,
     'obytes': 54129759872,
     'oerrors': 0,
     'opackets': 422888774,
     'rx_bps': 16970835968.0,
     'rx_bps_L1': 19622528128.0,
     'rx_pps': 16573076.0,
     'rx_util': 78.490112512,
     'tx_bps': 21573345280.0,
     'tx_bps_L1': 24944180480.0,
     'tx_pps': 21067720.0,
     'tx_util': 99.77672192},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 5.946346282958984,
            'cpu_util': 90.69975280761719,
            'cpu_util_raw': 90.6875,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 156855966,
            'rx_bps': 33941649408.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 9204922368.0,
            'rx_pps': 33146142.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 43146571776.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 42135320.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 85166254746,
           'ierrors': 0,
           'ipackets': 665361395,
           'obytes': 108261323392,
           'oerrors': 0,
           'opackets': 845791637,
           'rx_bps': 33941648384.0,
           'rx_bps_L1': 39245031104.0,
           'rx_pps': 33146142.0,
           'rx_util': 156.980124416,
           'tx_bps': 43146567680.0,
           'tx_bps_L1': 49888219200.0,
           'tx_pps': 42135322.0,
           'tx_util': 199.5528768}}
16/09/2020 10:07:12                         pktgen: {'ibytes': 42582083277,
 'ierrors': 0,
 'ipackets': 332672541,
 'obytes': 54129759872,
 'oerrors': 0,
 'opackets': 422888774,
 'rx_bps': 16970835968.0,
 'rx_bps_L1': 19622528128.0,
 'rx_pps': 16573076.0,
 'rx_util': 78.490112512,
 'tx_bps': 21573345280.0,
 'tx_bps_L1': 24944180480.0,
 'tx_pps': 21067720.0,
 'tx_util': 99.77672192}
16/09/2020 10:07:12                         pktgen: Tx Port 1 stats: 
tx_port: 1,  tx_bps: 21573345280.000000, tx_pps: 21067720.000000 
16/09/2020 10:07:12                         pktgen: {'ibytes': 42584171469,
 'ierrors': 0,
 'ipackets': 332688854,
 'obytes': 54131563520,
 'oerrors': 0,
 'opackets': 422902863,
 'rx_bps': 16970812416.0,
 'rx_bps_L1': 19622502976.0,
 'rx_pps': 16573066.0,
 'rx_util': 78.490011904,
 'tx_bps': 21573222400.0,
 'tx_bps_L1': 24944038720.0,
 'tx_pps': 21067602.0,
 'tx_util': 99.77615488}
16/09/2020 10:07:12                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 16970812416.000000, rx_pps: 16573066.000000
16/09/2020 10:07:12                         pktgen: throughput: pps_rx 33146142.000000, bps_rx 33941648384.000000
16/09/2020 10:07:12                         pktgen: traffic completed. 
16/09/2020 10:07:12            TestVfL3fwdKernelPf: wait 10 second after traffic stop
16/09/2020 10:07:22            TestVfL3fwdKernelPf: Executing l3fwd with MATCH_MODE.LPM mode, 2 ports, 2C/2T-2Q and 256 frame size
16/09/2020 10:07:22            TestVfL3fwdKernelPf: <./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd -v -c 0xc0000000 -n 4 -w 0000:af:01.0 -w 0000:af:11.0 -- -p 0x3 --config '(0,0,30),(0,1,31),(1,0,30),(1,1,31)' --parse-ptype> is the same command as previous one, ignore re-start l3fwd
16/09/2020 10:07:22            TestVfL3fwdKernelPf: {'stream': [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.0.1', 'dst': '198.18.0.255', 'step': 1, 'action': 'random'}}}], [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.1.1', 'dst': '198.18.1.255', 'step': 1, 'action': 'random'}}}]], 'rate': 100, 'traffic_opt': {'method': 'throughput', 'duration': 20}}
16/09/2020 10:07:22                         pktgen: test port 0 map gen port 0
16/09/2020 10:07:22                         pktgen: test port 1 map gen port 1
16/09/2020 10:07:22                         pktgen: test port 1 map gen port 1
16/09/2020 10:07:22                         pktgen: test port 0 map gen port 0
16/09/2020 10:07:22                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:07:22                         pktgen: trex port <1> not support flow control
16/09/2020 10:07:22                         pktgen: check the trex port link status
16/09/2020 10:07:22                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:00',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:31:ac',
 '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': 0,
 'pci_addr': '0000:18:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:31:ac',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:07:22                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:07:22                         pktgen: begin traffic ......
16/09/2020 10:07:22                         pktgen: {'ports': [0, 1], 'mult': '100%', 'core_mask': None, 'force': True}
16/09/2020 10:07:42                         pktgen: begin get port statistic ...
16/09/2020 10:07:42                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.0.255',
                                              'src': '198.18.0.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 1,
 'tx_port': 0}
16/09/2020 10:07:42                         pktgen: {0: {'ibytes': 54165254989,
     'ierrors': 0,
     'ipackets': 211583039,
     'obytes': 57814201856,
     'oerrors': 0,
     'opackets': 225836740,
     'rx_bps': 21626945536.0,
     'rx_bps_L1': 23316550656.0,
     'rx_pps': 10560032.0,
     'rx_util': 93.266202624,
     'tx_bps': 23083491328.0,
     'tx_bps_L1': 24886888768.0,
     'tx_pps': 11271234.0,
     'tx_util': 99.54755507200001},
 1: {'ibytes': 54164726605,
     'ierrors': 0,
     'ipackets': 211580975,
     'obytes': 57813215744,
     'oerrors': 0,
     'opackets': 225832884,
     'rx_bps': 21627238400.0,
     'rx_bps_L1': 23316866240.0,
     'rx_pps': 10560174.0,
     'rx_util': 93.26746496,
     'tx_bps': 23083335680.0,
     'tx_bps_L1': 24886720640.0,
     'tx_pps': 11271156.0,
     'tx_util': 99.54688256},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 25.37602424621582,
            'cpu_util': 22.741361618041992,
            'cpu_util_raw': 21.875,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 6021972,
            'rx_bps': 43254181888.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 21120206.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 46166827008.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 22542390.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 108329981594,
           'ierrors': 0,
           'ipackets': 423164014,
           'obytes': 115627417600,
           'oerrors': 0,
           'opackets': 451669624,
           'rx_bps': 43254183936.0,
           'rx_bps_L1': 46633416896.0,
           'rx_pps': 21120206.0,
           'rx_util': 186.533667584,
           'tx_bps': 46166827008.0,
           'tx_bps_L1': 49773609408.0,
           'tx_pps': 22542390.0,
           'tx_util': 199.094437632}}
16/09/2020 10:07:42                         pktgen: {'ibytes': 54165254989,
 'ierrors': 0,
 'ipackets': 211583039,
 'obytes': 57814201856,
 'oerrors': 0,
 'opackets': 225836740,
 'rx_bps': 21626945536.0,
 'rx_bps_L1': 23316550656.0,
 'rx_pps': 10560032.0,
 'rx_util': 93.266202624,
 'tx_bps': 23083491328.0,
 'tx_bps_L1': 24886888768.0,
 'tx_pps': 11271234.0,
 'tx_util': 99.54755507200001}
16/09/2020 10:07:42                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 23083491328.000000, tx_pps: 11271234.000000 
16/09/2020 10:07:42                         pktgen: {'ibytes': 54164726605,
 'ierrors': 0,
 'ipackets': 211580975,
 'obytes': 57813215744,
 'oerrors': 0,
 'opackets': 225832884,
 'rx_bps': 21627238400.0,
 'rx_bps_L1': 23316866240.0,
 'rx_pps': 10560174.0,
 'rx_util': 93.26746496,
 'tx_bps': 23083335680.0,
 'tx_bps_L1': 24886720640.0,
 'tx_pps': 11271156.0,
 'tx_util': 99.54688256}
16/09/2020 10:07:42                         pktgen: Rx Port 1 stats: 
rx_port: 1,  rx_bps: 21627238400.000000, rx_pps: 10560174.000000
16/09/2020 10:07:42                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.1.255',
                                              'src': '198.18.1.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 0,
 'tx_port': 1}
16/09/2020 10:07:42                         pktgen: {0: {'ibytes': 54179039309,
     'ierrors': 0,
     'ipackets': 211636878,
     'obytes': 57828927488,
     'oerrors': 0,
     'opackets': 225894261,
     'rx_bps': 21626945536.0,
     'rx_bps_L1': 23316550656.0,
     'rx_pps': 10560032.0,
     'rx_util': 93.266202624,
     'tx_bps': 23083491328.0,
     'tx_bps_L1': 24886888768.0,
     'tx_pps': 11271234.0,
     'tx_util': 99.54755507200001},
 1: {'ibytes': 54178511693,
     'ierrors': 0,
     'ipackets': 211634821,
     'obytes': 57827940864,
     'oerrors': 0,
     'opackets': 225890405,
     'rx_bps': 21627238400.0,
     'rx_bps_L1': 23316866240.0,
     'rx_pps': 10560174.0,
     'rx_util': 93.26746496,
     'tx_bps': 23083335680.0,
     'tx_bps_L1': 24886720640.0,
     'tx_pps': 11271156.0,
     'tx_util': 99.54688256},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 25.37602424621582,
            'cpu_util': 22.741361618041992,
            'cpu_util_raw': 21.875,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 6024971,
            'rx_bps': 43254181888.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 21120206.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 46166827008.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 22542390.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 108357551002,
           'ierrors': 0,
           'ipackets': 423271699,
           'obytes': 115656868352,
           'oerrors': 0,
           'opackets': 451784666,
           'rx_bps': 43254183936.0,
           'rx_bps_L1': 46633416896.0,
           'rx_pps': 21120206.0,
           'rx_util': 186.533667584,
           'tx_bps': 46166827008.0,
           'tx_bps_L1': 49773609408.0,
           'tx_pps': 22542390.0,
           'tx_util': 199.094437632}}
16/09/2020 10:07:42                         pktgen: {'ibytes': 54178511693,
 'ierrors': 0,
 'ipackets': 211634821,
 'obytes': 57827940864,
 'oerrors': 0,
 'opackets': 225890405,
 'rx_bps': 21627238400.0,
 'rx_bps_L1': 23316866240.0,
 'rx_pps': 10560174.0,
 'rx_util': 93.26746496,
 'tx_bps': 23083335680.0,
 'tx_bps_L1': 24886720640.0,
 'tx_pps': 11271156.0,
 'tx_util': 99.54688256}
16/09/2020 10:07:42                         pktgen: Tx Port 1 stats: 
tx_port: 1,  tx_bps: 23083335680.000000, tx_pps: 11271156.000000 
16/09/2020 10:07:42                         pktgen: {'ibytes': 54179039309,
 'ierrors': 0,
 'ipackets': 211636878,
 'obytes': 57828927488,
 'oerrors': 0,
 'opackets': 225894261,
 'rx_bps': 21626945536.0,
 'rx_bps_L1': 23316550656.0,
 'rx_pps': 10560032.0,
 'rx_util': 93.266202624,
 'tx_bps': 23083491328.0,
 'tx_bps_L1': 24886888768.0,
 'tx_pps': 11271234.0,
 'tx_util': 99.54755507200001}
16/09/2020 10:07:42                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 21626945536.000000, rx_pps: 10560032.000000
16/09/2020 10:07:42                         pktgen: throughput: pps_rx 21120206.000000, bps_rx 43254183936.000000
16/09/2020 10:07:42                         pktgen: traffic completed. 
16/09/2020 10:07:42            TestVfL3fwdKernelPf: wait 10 second after traffic stop
16/09/2020 10:07:52            TestVfL3fwdKernelPf: Executing l3fwd with MATCH_MODE.LPM mode, 2 ports, 2C/2T-2Q and 512 frame size
16/09/2020 10:07:52            TestVfL3fwdKernelPf: <./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd -v -c 0xc0000000 -n 4 -w 0000:af:01.0 -w 0000:af:11.0 -- -p 0x3 --config '(0,0,30),(0,1,31),(1,0,30),(1,1,31)' --parse-ptype> is the same command as previous one, ignore re-start l3fwd
16/09/2020 10:07:52            TestVfL3fwdKernelPf: {'stream': [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.0.1', 'dst': '198.18.0.255', 'step': 1, 'action': 'random'}}}], [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.1.1', 'dst': '198.18.1.255', 'step': 1, 'action': 'random'}}}]], 'rate': 100, 'traffic_opt': {'method': 'throughput', 'duration': 20}}
16/09/2020 10:07:52                         pktgen: test port 0 map gen port 0
16/09/2020 10:07:52                         pktgen: test port 1 map gen port 1
16/09/2020 10:07:52                         pktgen: test port 1 map gen port 1
16/09/2020 10:07:52                         pktgen: test port 0 map gen port 0
16/09/2020 10:07:52                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:07:52                         pktgen: trex port <1> not support flow control
16/09/2020 10:07:52                         pktgen: check the trex port link status
16/09/2020 10:07:52                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:00',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:31:ac',
 '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': 0,
 'pci_addr': '0000:18:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:31:ac',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:07:52                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:07:52                         pktgen: begin traffic ......
16/09/2020 10:07:52                         pktgen: {'ports': [0, 1], 'mult': '100%', 'core_mask': None, 'force': True}
16/09/2020 10:08:12                         pktgen: begin get port statistic ...
16/09/2020 10:08:12                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.0.255',
                                              'src': '198.18.0.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 1,
 'tx_port': 0}
16/09/2020 10:08:12                         pktgen: {0: {'ibytes': 60218373709,
     'ierrors': 0,
     'ipackets': 117614018,
     'obytes': 60218310656,
     'oerrors': 0,
     'opackets': 117613895,
     'rx_bps': 24074661888.0,
     'rx_bps_L1': 25015078448.000004,
     'rx_pps': 5877603.5,
     'rx_util': 100.06031379200002,
     'tx_bps': 24074655744.0,
     'tx_bps_L1': 25015071904.000004,
     'tx_pps': 5877601.0,
     'tx_util': 100.06028761600001},
 1: {'ibytes': 60218817101,
     'ierrors': 0,
     'ipackets': 117614885,
     'obytes': 60218752512,
     'oerrors': 0,
     'opackets': 117614754,
     'rx_bps': 24074803200.0,
     'rx_bps_L1': 25015225120.0,
     'rx_pps': 5877637.0,
     'rx_util': 100.06090048,
     'tx_bps': 24074803200.0,
     'tx_bps_L1': 25015225120.0,
     'tx_pps': 5877637.0,
     'tx_util': 100.06090048},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 9.846855163574219,
            'cpu_util': 61.122886657714844,
            'cpu_util_raw': 61.1875,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 149758773,
            'rx_bps': 48149463040.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 11755240.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 48149458944.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 11755238.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 120437190810,
           'ierrors': 0,
           'ipackets': 235228903,
           'obytes': 120437063168,
           'oerrors': 0,
           'opackets': 235228649,
           'rx_bps': 48149465088.0,
           'rx_bps_L1': 50030303568.0,
           'rx_pps': 11755240.5,
           'rx_util': 200.12121427200003,
           'tx_bps': 48149458944.0,
           'tx_bps_L1': 50030297024.0,
           'tx_pps': 11755238.0,
           'tx_util': 200.12118809600003}}
16/09/2020 10:08:12                         pktgen: {'ibytes': 60218373709,
 'ierrors': 0,
 'ipackets': 117614018,
 'obytes': 60218310656,
 'oerrors': 0,
 'opackets': 117613895,
 'rx_bps': 24074661888.0,
 'rx_bps_L1': 25015078448.000004,
 'rx_pps': 5877603.5,
 'rx_util': 100.06031379200002,
 'tx_bps': 24074655744.0,
 'tx_bps_L1': 25015071904.000004,
 'tx_pps': 5877601.0,
 'tx_util': 100.06028761600001}
16/09/2020 10:08:12                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 24074655744.000000, tx_pps: 5877601.000000 
16/09/2020 10:08:12                         pktgen: {'ibytes': 60218817101,
 'ierrors': 0,
 'ipackets': 117614885,
 'obytes': 60218752512,
 'oerrors': 0,
 'opackets': 117614754,
 'rx_bps': 24074803200.0,
 'rx_bps_L1': 25015225120.0,
 'rx_pps': 5877637.0,
 'rx_util': 100.06090048,
 'tx_bps': 24074803200.0,
 'tx_bps_L1': 25015225120.0,
 'tx_pps': 5877637.0,
 'tx_util': 100.06090048}
16/09/2020 10:08:12                         pktgen: Rx Port 1 stats: 
rx_port: 1,  rx_bps: 24074803200.000000, rx_pps: 5877637.000000
16/09/2020 10:08:12                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.1.255',
                                              'src': '198.18.1.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 0,
 'tx_port': 1}
16/09/2020 10:08:12                         pktgen: {0: {'ibytes': 60233809485,
     'ierrors': 0,
     'ipackets': 117644166,
     'obytes': 60233746432,
     'oerrors': 0,
     'opackets': 117644043,
     'rx_bps': 24074661888.0,
     'rx_bps_L1': 25015078448.000004,
     'rx_pps': 5877603.5,
     'rx_util': 100.06031379200002,
     'tx_bps': 24074655744.0,
     'tx_bps_L1': 25015071904.000004,
     'tx_pps': 5877601.0,
     'tx_util': 100.06028761600001},
 1: {'ibytes': 60234250317,
     'ierrors': 0,
     'ipackets': 117645028,
     'obytes': 60234186240,
     'oerrors': 0,
     'opackets': 117644898,
     'rx_bps': 24074803200.0,
     'rx_bps_L1': 25015225120.0,
     'rx_pps': 5877637.0,
     'rx_util': 100.06090048,
     'tx_bps': 24074803200.0,
     'tx_bps_L1': 25015225120.0,
     'tx_pps': 5877637.0,
     'tx_util': 100.06090048},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 9.846855163574219,
            'cpu_util': 61.122886657714844,
            'cpu_util_raw': 61.1875,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 149798569,
            'rx_bps': 48149463040.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 11755240.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 48149458944.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 11755238.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 120468059802,
           'ierrors': 0,
           'ipackets': 235289194,
           'obytes': 120467932672,
           'oerrors': 0,
           'opackets': 235288941,
           'rx_bps': 48149465088.0,
           'rx_bps_L1': 50030303568.0,
           'rx_pps': 11755240.5,
           'rx_util': 200.12121427200003,
           'tx_bps': 48149458944.0,
           'tx_bps_L1': 50030297024.0,
           'tx_pps': 11755238.0,
           'tx_util': 200.12118809600003}}
16/09/2020 10:08:12                         pktgen: {'ibytes': 60234250317,
 'ierrors': 0,
 'ipackets': 117645028,
 'obytes': 60234186240,
 'oerrors': 0,
 'opackets': 117644898,
 'rx_bps': 24074803200.0,
 'rx_bps_L1': 25015225120.0,
 'rx_pps': 5877637.0,
 'rx_util': 100.06090048,
 'tx_bps': 24074803200.0,
 'tx_bps_L1': 25015225120.0,
 'tx_pps': 5877637.0,
 'tx_util': 100.06090048}
16/09/2020 10:08:12                         pktgen: Tx Port 1 stats: 
tx_port: 1,  tx_bps: 24074803200.000000, tx_pps: 5877637.000000 
16/09/2020 10:08:12                         pktgen: {'ibytes': 60233809485,
 'ierrors': 0,
 'ipackets': 117644166,
 'obytes': 60233746432,
 'oerrors': 0,
 'opackets': 117644043,
 'rx_bps': 24074661888.0,
 'rx_bps_L1': 25015078448.000004,
 'rx_pps': 5877603.5,
 'rx_util': 100.06031379200002,
 'tx_bps': 24074655744.0,
 'tx_bps_L1': 25015071904.000004,
 'tx_pps': 5877601.0,
 'tx_util': 100.06028761600001}
16/09/2020 10:08:12                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 24074661888.000000, rx_pps: 5877603.500000
16/09/2020 10:08:12                         pktgen: throughput: pps_rx 11755240.500000, bps_rx 48149465088.000000
16/09/2020 10:08:12                         pktgen: traffic completed. 
16/09/2020 10:08:12            TestVfL3fwdKernelPf: wait 10 second after traffic stop
16/09/2020 10:08:22            TestVfL3fwdKernelPf: Executing l3fwd with MATCH_MODE.LPM mode, 2 ports, 2C/2T-2Q and 1024 frame size
16/09/2020 10:08:22            TestVfL3fwdKernelPf: <./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd -v -c 0xc0000000 -n 4 -w 0000:af:01.0 -w 0000:af:11.0 -- -p 0x3 --config '(0,0,30),(0,1,31),(1,0,30),(1,1,31)' --parse-ptype> is the same command as previous one, ignore re-start l3fwd
16/09/2020 10:08:22            TestVfL3fwdKernelPf: {'stream': [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.0.1', 'dst': '198.18.0.255', 'step': 1, 'action': 'random'}}}], [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.1.1', 'dst': '198.18.1.255', 'step': 1, 'action': 'random'}}}]], 'rate': 100, 'traffic_opt': {'method': 'throughput', 'duration': 20}}
16/09/2020 10:08:22                         pktgen: test port 0 map gen port 0
16/09/2020 10:08:22                         pktgen: test port 1 map gen port 1
16/09/2020 10:08:22                         pktgen: test port 1 map gen port 1
16/09/2020 10:08:22                         pktgen: test port 0 map gen port 0
16/09/2020 10:08:22                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:08:22                         pktgen: trex port <1> not support flow control
16/09/2020 10:08:22                         pktgen: check the trex port link status
16/09/2020 10:08:22                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:00',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:31:ac',
 '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': 0,
 'pci_addr': '0000:18:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:31:ac',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:08:22                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:08:22                         pktgen: begin traffic ......
16/09/2020 10:08:22                         pktgen: {'ports': [0, 1], 'mult': '100%', 'core_mask': None, 'force': True}
16/09/2020 10:08:42                         pktgen: begin get port statistic ...
16/09/2020 10:08:42                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.0.255',
                                              'src': '198.18.0.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 1,
 'tx_port': 0}
16/09/2020 10:08:42                         pktgen: {0: {'ibytes': 61373694029,
     'ierrors': 0,
     'ipackets': 59935252,
     'obytes': 61373658112,
     'oerrors': 0,
     'opackets': 59935215,
     'rx_bps': 24604928000.0,
     'rx_bps_L1': 25085493040.000004,
     'rx_pps': 3003531.5,
     'rx_util': 100.34197216000003,
     'tx_bps': 24604932096.0,
     'tx_bps_L1': 25085497176.0,
     'tx_pps': 3003531.75,
     'tx_util': 100.341988704},
 1: {'ibytes': 61372051533,
     'ierrors': 0,
     'ipackets': 59933648,
     'obytes': 61372018688,
     'oerrors': 0,
     'opackets': 59933616,
     'rx_bps': 24605063168.0,
     'rx_bps_L1': 25085630808.0,
     'rx_pps': 3003547.75,
     'rx_util': 100.34252323199999,
     'tx_bps': 24605065216.0,
     'tx_bps_L1': 25085632856.0,
     'tx_pps': 3003547.75,
     'tx_util': 100.342531424},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 31.262332916259766,
            'cpu_util': 19.676233291625977,
            'cpu_util_raw': 19.4375,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 43179191,
            'rx_bps': 49209991168.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 6007079.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 49209995264.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 6007079.5},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 122745745562,
           'ierrors': 0,
           'ipackets': 119868900,
           'obytes': 122745676800,
           'oerrors': 0,
           'opackets': 119868831,
           'rx_bps': 49209991168.0,
           'rx_bps_L1': 50171123848.0,
           'rx_pps': 6007079.25,
           'rx_util': 200.68449539200003,
           'tx_bps': 49209997312.0,
           'tx_bps_L1': 50171130032.0,
           'tx_pps': 6007079.5,
           'tx_util': 200.684520128}}
16/09/2020 10:08:42                         pktgen: {'ibytes': 61373694029,
 'ierrors': 0,
 'ipackets': 59935252,
 'obytes': 61373658112,
 'oerrors': 0,
 'opackets': 59935215,
 'rx_bps': 24604928000.0,
 'rx_bps_L1': 25085493040.000004,
 'rx_pps': 3003531.5,
 'rx_util': 100.34197216000003,
 'tx_bps': 24604932096.0,
 'tx_bps_L1': 25085497176.0,
 'tx_pps': 3003531.75,
 'tx_util': 100.341988704}
16/09/2020 10:08:42                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 24604932096.000000, tx_pps: 3003531.750000 
16/09/2020 10:08:42                         pktgen: {'ibytes': 61372051533,
 'ierrors': 0,
 'ipackets': 59933648,
 'obytes': 61372018688,
 'oerrors': 0,
 'opackets': 59933616,
 'rx_bps': 24605063168.0,
 'rx_bps_L1': 25085630808.0,
 'rx_pps': 3003547.75,
 'rx_util': 100.34252323199999,
 'tx_bps': 24605065216.0,
 'tx_bps_L1': 25085632856.0,
 'tx_pps': 3003547.75,
 'tx_util': 100.342531424}
16/09/2020 10:08:42                         pktgen: Rx Port 1 stats: 
rx_port: 1,  rx_bps: 24605063168.000000, rx_pps: 3003547.750000
16/09/2020 10:08:42                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.1.255',
                                              'src': '198.18.1.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 0,
 'tx_port': 1}
16/09/2020 10:08:42                         pktgen: {0: {'ibytes': 61390057549,
     'ierrors': 0,
     'ipackets': 59951232,
     'obytes': 61390021632,
     'oerrors': 0,
     'opackets': 59951197,
     'rx_bps': 24604928000.0,
     'rx_bps_L1': 25085493040.000004,
     'rx_pps': 3003531.5,
     'rx_util': 100.34197216000003,
     'tx_bps': 24604932096.0,
     'tx_bps_L1': 25085497176.0,
     'tx_pps': 3003531.75,
     'tx_util': 100.341988704},
 1: {'ibytes': 61388414029,
     'ierrors': 0,
     'ipackets': 59949627,
     'obytes': 61388383232,
     'oerrors': 0,
     'opackets': 59949594,
     'rx_bps': 24605063168.0,
     'rx_bps_L1': 25085630808.0,
     'rx_pps': 3003547.75,
     'rx_util': 100.34252323199999,
     'tx_bps': 24605065216.0,
     'tx_bps_L1': 25085632856.0,
     'tx_pps': 3003547.75,
     'tx_util': 100.342531424},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 31.262332916259766,
            'cpu_util': 19.676233291625977,
            'cpu_util_raw': 19.4375,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 43192073,
            'rx_bps': 49209991168.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 6007079.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 49209995264.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 6007079.5},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 122778471578,
           'ierrors': 0,
           'ipackets': 119900859,
           'obytes': 122778404864,
           'oerrors': 0,
           'opackets': 119900791,
           'rx_bps': 49209991168.0,
           'rx_bps_L1': 50171123848.0,
           'rx_pps': 6007079.25,
           'rx_util': 200.68449539200003,
           'tx_bps': 49209997312.0,
           'tx_bps_L1': 50171130032.0,
           'tx_pps': 6007079.5,
           'tx_util': 200.684520128}}
16/09/2020 10:08:42                         pktgen: {'ibytes': 61388414029,
 'ierrors': 0,
 'ipackets': 59949627,
 'obytes': 61388383232,
 'oerrors': 0,
 'opackets': 59949594,
 'rx_bps': 24605063168.0,
 'rx_bps_L1': 25085630808.0,
 'rx_pps': 3003547.75,
 'rx_util': 100.34252323199999,
 'tx_bps': 24605065216.0,
 'tx_bps_L1': 25085632856.0,
 'tx_pps': 3003547.75,
 'tx_util': 100.342531424}
16/09/2020 10:08:42                         pktgen: Tx Port 1 stats: 
tx_port: 1,  tx_bps: 24605065216.000000, tx_pps: 3003547.750000 
16/09/2020 10:08:42                         pktgen: {'ibytes': 61390057549,
 'ierrors': 0,
 'ipackets': 59951232,
 'obytes': 61390021632,
 'oerrors': 0,
 'opackets': 59951197,
 'rx_bps': 24604928000.0,
 'rx_bps_L1': 25085493040.000004,
 'rx_pps': 3003531.5,
 'rx_util': 100.34197216000003,
 'tx_bps': 24604932096.0,
 'tx_bps_L1': 25085497176.0,
 'tx_pps': 3003531.75,
 'tx_util': 100.341988704}
16/09/2020 10:08:42                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 24604928000.000000, rx_pps: 3003531.500000
16/09/2020 10:08:42                         pktgen: throughput: pps_rx 6007079.250000, bps_rx 49209991168.000000
16/09/2020 10:08:42                         pktgen: traffic completed. 
16/09/2020 10:08:42            TestVfL3fwdKernelPf: wait 10 second after traffic stop
16/09/2020 10:08:52            TestVfL3fwdKernelPf: Executing l3fwd with MATCH_MODE.LPM mode, 2 ports, 2C/2T-2Q and 1280 frame size
16/09/2020 10:08:52            TestVfL3fwdKernelPf: <./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd -v -c 0xc0000000 -n 4 -w 0000:af:01.0 -w 0000:af:11.0 -- -p 0x3 --config '(0,0,30),(0,1,31),(1,0,30),(1,1,31)' --parse-ptype> is the same command as previous one, ignore re-start l3fwd
16/09/2020 10:08:52            TestVfL3fwdKernelPf: {'stream': [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.0.1', 'dst': '198.18.0.255', 'step': 1, 'action': 'random'}}}], [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.1.1', 'dst': '198.18.1.255', 'step': 1, 'action': 'random'}}}]], 'rate': 100, 'traffic_opt': {'method': 'throughput', 'duration': 20}}
16/09/2020 10:08:52                         pktgen: test port 0 map gen port 0
16/09/2020 10:08:52                         pktgen: test port 1 map gen port 1
16/09/2020 10:08:52                         pktgen: test port 1 map gen port 1
16/09/2020 10:08:52                         pktgen: test port 0 map gen port 0
16/09/2020 10:08:52                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:08:52                         pktgen: trex port <1> not support flow control
16/09/2020 10:08:52                         pktgen: check the trex port link status
16/09/2020 10:08:52                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:00',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:31:ac',
 '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': 0,
 'pci_addr': '0000:18:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:31:ac',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:08:52                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:08:52                         pktgen: begin traffic ......
16/09/2020 10:08:52                         pktgen: {'ports': [0, 1], 'mult': '100%', 'core_mask': None, 'force': True}
16/09/2020 10:09:12                         pktgen: begin get port statistic ...
16/09/2020 10:09:12                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.0.255',
                                              'src': '198.18.0.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 1,
 'tx_port': 0}
16/09/2020 10:09:12                         pktgen: {0: {'ibytes': 61608686157,
     'ierrors': 0,
     'ipackets': 48131789,
     'obytes': 61608668160,
     'oerrors': 0,
     'opackets': 48131775,
     'rx_bps': 24595767296.0,
     'rx_bps_L1': 24980076136.0,
     'rx_pps': 2401930.25,
     'rx_util': 99.920304544,
     'tx_bps': 24595759104.0,
     'tx_bps_L1': 24980067823.999996,
     'tx_pps': 2401929.5,
     'tx_util': 99.92027129599998},
 1: {'ibytes': 61609312077,
     'ierrors': 0,
     'ipackets': 48132279,
     'obytes': 61609295360,
     'oerrors': 0,
     'opackets': 48132264,
     'rx_bps': 24595908608.0,
     'rx_bps_L1': 24980219648.000004,
     'rx_pps': 2401944.0,
     'rx_util': 99.92087859200002,
     'tx_bps': 24595908608.0,
     'tx_bps_L1': 24980219527.999996,
     'tx_pps': 2401943.25,
     'tx_util': 99.92087811199998},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 30.598819732666016,
            'cpu_util': 20.09541130065918,
            'cpu_util_raw': 19.9375,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 44678058,
            'rx_bps': 49191673856.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 4803874.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 49191669760.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 4803873.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 123217998234,
           'ierrors': 0,
           'ipackets': 96264068,
           'obytes': 123217963520,
           'oerrors': 0,
           'opackets': 96264039,
           'rx_bps': 49191675904.0,
           'rx_bps_L1': 49960295784.0,
           'rx_pps': 4803874.25,
           'rx_util': 199.84118313600004,
           'tx_bps': 49191667712.0,
           'tx_bps_L1': 49960287351.99999,
           'tx_pps': 4803872.75,
           'tx_util': 199.84114940799998}}
16/09/2020 10:09:12                         pktgen: {'ibytes': 61608686157,
 'ierrors': 0,
 'ipackets': 48131789,
 'obytes': 61608668160,
 'oerrors': 0,
 'opackets': 48131775,
 'rx_bps': 24595767296.0,
 'rx_bps_L1': 24980076136.0,
 'rx_pps': 2401930.25,
 'rx_util': 99.920304544,
 'tx_bps': 24595759104.0,
 'tx_bps_L1': 24980067823.999996,
 'tx_pps': 2401929.5,
 'tx_util': 99.92027129599998}
16/09/2020 10:09:12                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 24595759104.000000, tx_pps: 2401929.500000 
16/09/2020 10:09:12                         pktgen: {'ibytes': 61609312077,
 'ierrors': 0,
 'ipackets': 48132279,
 'obytes': 61609295360,
 'oerrors': 0,
 'opackets': 48132264,
 'rx_bps': 24595908608.0,
 'rx_bps_L1': 24980219648.000004,
 'rx_pps': 2401944.0,
 'rx_util': 99.92087859200002,
 'tx_bps': 24595908608.0,
 'tx_bps_L1': 24980219527.999996,
 'tx_pps': 2401943.25,
 'tx_util': 99.92087811199998}
16/09/2020 10:09:12                         pktgen: Rx Port 1 stats: 
rx_port: 1,  rx_bps: 24595908608.000000, rx_pps: 2401944.000000
16/09/2020 10:09:12                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.1.255',
                                              'src': '198.18.1.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 0,
 'tx_port': 1}
16/09/2020 10:09:12                         pktgen: {0: {'ibytes': 61624266317,
     'ierrors': 0,
     'ipackets': 48143962,
     'obytes': 61624250880,
     'oerrors': 0,
     'opackets': 48143948,
     'rx_bps': 24595767296.0,
     'rx_bps_L1': 24980076136.0,
     'rx_pps': 2401930.25,
     'rx_util': 99.920304544,
     'tx_bps': 24595759104.0,
     'tx_bps_L1': 24980067823.999996,
     'tx_pps': 2401929.5,
     'tx_util': 99.92027129599998},
 1: {'ibytes': 61624896077,
     'ierrors': 0,
     'ipackets': 48144453,
     'obytes': 61624878080,
     'oerrors': 0,
     'opackets': 48144439,
     'rx_bps': 24595908608.0,
     'rx_bps_L1': 24980219648.000004,
     'rx_pps': 2401944.0,
     'rx_util': 99.92087859200002,
     'tx_bps': 24595908608.0,
     'tx_bps_L1': 24980219527.999996,
     'tx_pps': 2401943.25,
     'tx_util': 99.92087811199998},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 30.598819732666016,
            'cpu_util': 20.09541130065918,
            'cpu_util_raw': 19.9375,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 44689558,
            'rx_bps': 49191673856.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 4803874.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 49191669760.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 4803873.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 123249162394,
           'ierrors': 0,
           'ipackets': 96288415,
           'obytes': 123249128960,
           'oerrors': 0,
           'opackets': 96288387,
           'rx_bps': 49191675904.0,
           'rx_bps_L1': 49960295784.0,
           'rx_pps': 4803874.25,
           'rx_util': 199.84118313600004,
           'tx_bps': 49191667712.0,
           'tx_bps_L1': 49960287351.99999,
           'tx_pps': 4803872.75,
           'tx_util': 199.84114940799998}}
16/09/2020 10:09:12                         pktgen: {'ibytes': 61624896077,
 'ierrors': 0,
 'ipackets': 48144453,
 'obytes': 61624878080,
 'oerrors': 0,
 'opackets': 48144439,
 'rx_bps': 24595908608.0,
 'rx_bps_L1': 24980219648.000004,
 'rx_pps': 2401944.0,
 'rx_util': 99.92087859200002,
 'tx_bps': 24595908608.0,
 'tx_bps_L1': 24980219527.999996,
 'tx_pps': 2401943.25,
 'tx_util': 99.92087811199998}
16/09/2020 10:09:12                         pktgen: Tx Port 1 stats: 
tx_port: 1,  tx_bps: 24595908608.000000, tx_pps: 2401943.250000 
16/09/2020 10:09:12                         pktgen: {'ibytes': 61624266317,
 'ierrors': 0,
 'ipackets': 48143962,
 'obytes': 61624250880,
 'oerrors': 0,
 'opackets': 48143948,
 'rx_bps': 24595767296.0,
 'rx_bps_L1': 24980076136.0,
 'rx_pps': 2401930.25,
 'rx_util': 99.920304544,
 'tx_bps': 24595759104.0,
 'tx_bps_L1': 24980067823.999996,
 'tx_pps': 2401929.5,
 'tx_util': 99.92027129599998}
16/09/2020 10:09:12                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 24595767296.000000, rx_pps: 2401930.250000
16/09/2020 10:09:12                         pktgen: throughput: pps_rx 4803874.250000, bps_rx 49191675904.000000
16/09/2020 10:09:12                         pktgen: traffic completed. 
16/09/2020 10:09:12            TestVfL3fwdKernelPf: wait 10 second after traffic stop
16/09/2020 10:09:22            TestVfL3fwdKernelPf: Executing l3fwd with MATCH_MODE.LPM mode, 2 ports, 2C/2T-2Q and 1518 frame size
16/09/2020 10:09:22            TestVfL3fwdKernelPf: <./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd -v -c 0xc0000000 -n 4 -w 0000:af:01.0 -w 0000:af:11.0 -- -p 0x3 --config '(0,0,30),(0,1,31),(1,0,30),(1,1,31)' --parse-ptype> is the same command as previous one, ignore re-start l3fwd
16/09/2020 10:09:22            TestVfL3fwdKernelPf: {'stream': [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.0.1', 'dst': '198.18.0.255', 'step': 1, 'action': 'random'}}}], [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.1.1', 'dst': '198.18.1.255', 'step': 1, 'action': 'random'}}}]], 'rate': 100, 'traffic_opt': {'method': 'throughput', 'duration': 20}}
16/09/2020 10:09:22                         pktgen: test port 0 map gen port 0
16/09/2020 10:09:22                         pktgen: test port 1 map gen port 1
16/09/2020 10:09:22                         pktgen: test port 1 map gen port 1
16/09/2020 10:09:22                         pktgen: test port 0 map gen port 0
16/09/2020 10:09:22                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:09:22                         pktgen: trex port <1> not support flow control
16/09/2020 10:09:22                         pktgen: check the trex port link status
16/09/2020 10:09:22                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:00',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:31:ac',
 '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': 0,
 'pci_addr': '0000:18:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:31:ac',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:09:22                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:09:22                         pktgen: begin traffic ......
16/09/2020 10:09:22                         pktgen: {'ports': [0, 1], 'mult': '100%', 'core_mask': None, 'force': True}
16/09/2020 10:09:42                         pktgen: begin get port statistic ...
16/09/2020 10:09:42                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.0.255',
                                              'src': '198.18.0.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 1,
 'tx_port': 0}
16/09/2020 10:09:42                         pktgen: {0: {'ibytes': 61759649435,
     'ierrors': 0,
     'ipackets': 40684884,
     'obytes': 61759647840,
     'oerrors': 0,
     'opackets': 40684883,
     'rx_bps': 24689006592.0,
     'rx_bps_L1': 25014290012.0,
     'rx_pps': 2033021.375,
     'rx_util': 100.057160048,
     'tx_bps': 24688986112.0,
     'tx_bps_L1': 25014269272.0,
     'tx_pps': 2033019.75,
     'tx_util': 100.057077088},
 1: {'ibytes': 61757610684,
     'ierrors': 0,
     'ipackets': 40683540,
     'obytes': 61757610684,
     'oerrors': 0,
     'opackets': 40683539,
     'rx_bps': 24689131520.0,
     'rx_bps_L1': 25014416520.000004,
     'rx_pps': 2033031.25,
     'rx_util': 100.05766608000002,
     'tx_bps': 24689131520.0,
     'tx_bps_L1': 25014416500.0,
     'tx_pps': 2033031.125,
     'tx_util': 100.05766599999998},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 54.67497634887695,
            'cpu_util': 11.28901195526123,
            'cpu_util_raw': 10.625,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 23303219,
            'rx_bps': 49378136064.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 4066052.5,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 49378115584.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 4066051.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 123517260119,
           'ierrors': 0,
           'ipackets': 81368424,
           'obytes': 123517258524,
           'oerrors': 0,
           'opackets': 81368422,
           'rx_bps': 49378138112.0,
           'rx_bps_L1': 50028706532.0,
           'rx_pps': 4066052.625,
           'rx_util': 200.114826128,
           'tx_bps': 49378117632.0,
           'tx_bps_L1': 50028685772.0,
           'tx_pps': 4066050.875,
           'tx_util': 200.11474308799998}}
16/09/2020 10:09:42                         pktgen: {'ibytes': 61759649435,
 'ierrors': 0,
 'ipackets': 40684884,
 'obytes': 61759647840,
 'oerrors': 0,
 'opackets': 40684883,
 'rx_bps': 24689006592.0,
 'rx_bps_L1': 25014290012.0,
 'rx_pps': 2033021.375,
 'rx_util': 100.057160048,
 'tx_bps': 24688986112.0,
 'tx_bps_L1': 25014269272.0,
 'tx_pps': 2033019.75,
 'tx_util': 100.057077088}
16/09/2020 10:09:42                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 24688986112.000000, tx_pps: 2033019.750000 
16/09/2020 10:09:42                         pktgen: {'ibytes': 61757610684,
 'ierrors': 0,
 'ipackets': 40683540,
 'obytes': 61757610684,
 'oerrors': 0,
 'opackets': 40683539,
 'rx_bps': 24689131520.0,
 'rx_bps_L1': 25014416520.000004,
 'rx_pps': 2033031.25,
 'rx_util': 100.05766608000002,
 'tx_bps': 24689131520.0,
 'tx_bps_L1': 25014416500.0,
 'tx_pps': 2033031.125,
 'tx_util': 100.05766599999998}
16/09/2020 10:09:42                         pktgen: Rx Port 1 stats: 
rx_port: 1,  rx_bps: 24689131520.000000, rx_pps: 2033031.250000
16/09/2020 10:09:42                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.1.255',
                                              'src': '198.18.1.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 0,
 'tx_port': 1}
16/09/2020 10:09:42                         pktgen: {0: {'ibytes': 61775213489,
     'ierrors': 0,
     'ipackets': 40695137,
     'obytes': 61775213412,
     'oerrors': 0,
     'opackets': 40695135,
     'rx_bps': 24689006592.0,
     'rx_bps_L1': 25014290012.0,
     'rx_pps': 2033021.375,
     'rx_util': 100.057160048,
     'tx_bps': 24688986112.0,
     'tx_bps_L1': 25014269272.0,
     'tx_pps': 2033019.75,
     'tx_util': 100.057077088},
 1: {'ibytes': 61773164112,
     'ierrors': 0,
     'ipackets': 40693786,
     'obytes': 61773162594,
     'oerrors': 0,
     'opackets': 40693784,
     'rx_bps': 24689131520.0,
     'rx_bps_L1': 25014416520.000004,
     'rx_pps': 2033031.25,
     'rx_util': 100.05766608000002,
     'tx_bps': 24689131520.0,
     'tx_bps_L1': 25014416500.0,
     'tx_pps': 2033031.125,
     'tx_util': 100.05766599999998},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 54.67497634887695,
            'cpu_util': 11.28901195526123,
            'cpu_util_raw': 10.625,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 23312822,
            'rx_bps': 49378136064.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 4066052.5,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 49378115584.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 4066051.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 123548377601,
           'ierrors': 0,
           'ipackets': 81388923,
           'obytes': 123548376006,
           'oerrors': 0,
           'opackets': 81388919,
           'rx_bps': 49378138112.0,
           'rx_bps_L1': 50028706532.0,
           'rx_pps': 4066052.625,
           'rx_util': 200.114826128,
           'tx_bps': 49378117632.0,
           'tx_bps_L1': 50028685772.0,
           'tx_pps': 4066050.875,
           'tx_util': 200.11474308799998}}
16/09/2020 10:09:42                         pktgen: {'ibytes': 61773164112,
 'ierrors': 0,
 'ipackets': 40693786,
 'obytes': 61773162594,
 'oerrors': 0,
 'opackets': 40693784,
 'rx_bps': 24689131520.0,
 'rx_bps_L1': 25014416520.000004,
 'rx_pps': 2033031.25,
 'rx_util': 100.05766608000002,
 'tx_bps': 24689131520.0,
 'tx_bps_L1': 25014416500.0,
 'tx_pps': 2033031.125,
 'tx_util': 100.05766599999998}
16/09/2020 10:09:42                         pktgen: Tx Port 1 stats: 
tx_port: 1,  tx_bps: 24689131520.000000, tx_pps: 2033031.125000 
16/09/2020 10:09:42                         pktgen: {'ibytes': 61775213489,
 'ierrors': 0,
 'ipackets': 40695137,
 'obytes': 61775213412,
 'oerrors': 0,
 'opackets': 40695135,
 'rx_bps': 24689006592.0,
 'rx_bps_L1': 25014290012.0,
 'rx_pps': 2033021.375,
 'rx_util': 100.057160048,
 'tx_bps': 24688986112.0,
 'tx_bps_L1': 25014269272.0,
 'tx_pps': 2033019.75,
 'tx_util': 100.057077088}
16/09/2020 10:09:42                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 24689006592.000000, rx_pps: 2033021.375000
16/09/2020 10:09:42                         pktgen: throughput: pps_rx 4066052.625000, bps_rx 49378138112.000000
16/09/2020 10:09:42                         pktgen: traffic completed. 
16/09/2020 10:09:42            TestVfL3fwdKernelPf: wait 10 second after traffic stop
16/09/2020 10:09:52            TestVfL3fwdKernelPf: Executing l3fwd with MATCH_MODE.LPM mode, 2 ports, 2C/4T-2Q and 64 frame size
16/09/2020 10:09:52             dut.10.240.183.113: ^C
16/09/2020 10:09:53             dut.10.240.183.113: 

Signal 2 received, preparing to exit...
Closing port 0... Done
Closing port 1... Done
Bye...
16/09/2020 10:09:53             dut.10.240.183.113: ./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd -v -c 0xc0000000000000c0000000 -n 4 -w 0000:af:01.0 -w 0000:af:11.0 -- -p 0x3 --config '(0,0,30),(0,1,31),(1,0,86),(1,1,87)' --parse-ptype
16/09/2020 10:09:54             dut.10.240.183.113: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: RTE Version: 'DPDK 20.11.0-rc0'
EAL: Multi-process socket /var/run/dpdk/rte/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:af:01.0 (socket 1)
iavf_read_msg_from_pf(): command mismatch, expect 44, get 17
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:af:11.0 (socket 1)
iavf_read_msg_from_pf(): command mismatch, expect 44, get 17
EAL: No legacy callbacks, legacy socket not created
soft parse-ptype is enabled
LPM or EM none selected, default LPM on
Initializing port 0 ... Creating queues: nb_rxq=2 nb_txq=4... Port 0 modified RSS hash function based on hardware support,requested:0xa38c configured:0x88
 Address:00:12:34:56:78:01, Destination:02:00:00:00:00:00, Allocated mbuf pool on socket 1
LPM: Adding route 198.18.0.0 / 24 (0)
LPM: Adding route 198.18.1.0 / 24 (1)
LPM: Adding route 2001:200:: / 48 (0)
LPM: Adding route 2001:200:0:0:1:: / 48 (1)
txq=30,0,1 txq=31,1,1 txq=86,2,1 txq=87,3,1 
Initializing port 1 ... Creating queues: nb_rxq=2 nb_txq=4... Port 1 modified RSS hash function based on hardware support,requested:0xa38c configured:0x88
 Address:00:12:34:56:78:02, Destination:02:00:00:00:00:01, txq=30,0,1 txq=31,1,1 txq=86,2,1 txq=87,3,1 

Initializing rx queues on lcore 30 ... rxq=0,0,1 
Initializing rx queues on lcore 31 ... rxq=0,1,1 
Initializing rx queues on lcore 86 ... rxq=1,0,1 
Initializing rx queues on lcore 87 ... rxq=1,1,1 iavf_configure_queues(): request RXDID == 22 in Queue[0]
iavf_configure_queues(): request RXDID == 22 in Queue[1]
iavf_configure_queues(): request RXDID == 22 in Queue[2]
iavf_configure_queues(): request RXDID == 22 in Queue[3]
iavf_configure_queues(): request RXDID == 22 in Queue[0]
iavf_configure_queues(): request RXDID == 22 in Queue[1]
iavf_configure_queues(): request RXDID == 22 in Queue[2]
iavf_configure_queues(): request RXDID == 22 in Queue[3]

Port 0: softly parse packet type info
Port 0: softly parse packet type info
Port 1: softly parse packet type info
Port 1: softly parse packet type info

Checking link statusdone
Port0 Link Up. Speed 25000 Mbps -full-duplex
Port1 Link Up. Speed 25000 Mbps -full-duplex
16/09/2020 10:09:54            TestVfL3fwdKernelPf: wait 10 seconds for port link up
16/09/2020 10:10:04            TestVfL3fwdKernelPf: {'stream': [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.0.1', 'dst': '198.18.0.255', 'step': 1, 'action': 'random'}}}], [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.1.1', 'dst': '198.18.1.255', 'step': 1, 'action': 'random'}}}]], 'rate': 100, 'traffic_opt': {'method': 'throughput', 'duration': 20}}
16/09/2020 10:10:04                         pktgen: test port 0 map gen port 0
16/09/2020 10:10:04                         pktgen: test port 1 map gen port 1
16/09/2020 10:10:04                         pktgen: test port 1 map gen port 1
16/09/2020 10:10:04                         pktgen: test port 0 map gen port 0
16/09/2020 10:10:04                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:10:04                         pktgen: trex port <1> not support flow control
16/09/2020 10:10:04                         pktgen: check the trex port link status
16/09/2020 10:10:04                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:00',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:31:ac',
 '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': 0,
 'pci_addr': '0000:18:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:31:ac',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:10:04                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:10:04                         pktgen: begin traffic ......
16/09/2020 10:10:04                         pktgen: {'ports': [0, 1], 'mult': '100%', 'core_mask': None, 'force': True}
16/09/2020 10:10:24                         pktgen: begin get port statistic ...
16/09/2020 10:10:24                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.0.255',
                                              'src': '198.18.0.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 1,
 'tx_port': 0}
16/09/2020 10:10:24                         pktgen: {0: {'ibytes': 29211992896,
     'ierrors': 0,
     'ipackets': 456437422,
     'obytes': 46136153664,
     'oerrors': 0,
     'opackets': 720877445,
     'rx_bps': 11698280448.0,
     'rx_bps_L1': 15353991808.0,
     'rx_pps': 22848196.0,
     'rx_util': 61.415967232,
     'tx_bps': 18506827776.0,
     'tx_bps_L1': 24290210815.999996,
     'tx_pps': 36146144.0,
     'tx_util': 97.16084326399998},
 1: {'ibytes': 29209702157,
     'ierrors': 0,
     'ipackets': 456401620,
     'obytes': 46133995072,
     'oerrors': 0,
     'opackets': 720843720,
     'rx_bps': 11698893824.0,
     'rx_bps_L1': 15354799104.000002,
     'rx_pps': 22849408.0,
     'rx_util': 61.41919641600001,
     'tx_bps': 18506821632.0,
     'tx_bps_L1': 24290203392.0,
     'tx_pps': 36146136.0,
     'tx_util': 97.16081356800001},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 5.390727519989014,
            'cpu_util': 85.82711791992188,
            'cpu_util_raw': 85.75,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 0,
            'rx_bps': 23397173248.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 13616474112.0,
            'rx_pps': 45697604.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 37013647360.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 72292280.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 58421695053,
           'ierrors': 0,
           'ipackets': 912839042,
           'obytes': 92270148736,
           'oerrors': 0,
           'opackets': 1441721165,
           'rx_bps': 23397174272.0,
           'rx_bps_L1': 30708790912.0,
           'rx_pps': 45697604.0,
           'rx_util': 122.83516364800002,
           'tx_bps': 37013649408.0,
           'tx_bps_L1': 48580414208.0,
           'tx_pps': 72292280.0,
           'tx_util': 194.32165683199997}}
16/09/2020 10:10:24                         pktgen: {'ibytes': 29211992896,
 'ierrors': 0,
 'ipackets': 456437422,
 'obytes': 46136153664,
 'oerrors': 0,
 'opackets': 720877445,
 'rx_bps': 11698280448.0,
 'rx_bps_L1': 15353991808.0,
 'rx_pps': 22848196.0,
 'rx_util': 61.415967232,
 'tx_bps': 18506827776.0,
 'tx_bps_L1': 24290210815.999996,
 'tx_pps': 36146144.0,
 'tx_util': 97.16084326399998}
16/09/2020 10:10:24                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 18506827776.000000, tx_pps: 36146144.000000 
16/09/2020 10:10:24                         pktgen: {'ibytes': 29209702157,
 'ierrors': 0,
 'ipackets': 456401620,
 'obytes': 46133995072,
 'oerrors': 0,
 'opackets': 720843720,
 'rx_bps': 11698893824.0,
 'rx_bps_L1': 15354799104.000002,
 'rx_pps': 22849408.0,
 'rx_util': 61.41919641600001,
 'tx_bps': 18506821632.0,
 'tx_bps_L1': 24290203392.0,
 'tx_pps': 36146136.0,
 'tx_util': 97.16081356800001}
16/09/2020 10:10:24                         pktgen: Rx Port 1 stats: 
rx_port: 1,  rx_bps: 11698893824.000000, rx_pps: 22849408.000000
16/09/2020 10:10:24                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.1.255',
                                              'src': '198.18.1.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 0,
 'tx_port': 1}
16/09/2020 10:10:24                         pktgen: {0: {'ibytes': 29219549952,
     'ierrors': 0,
     'ipackets': 456555480,
     'obytes': 46148022464,
     'oerrors': 0,
     'opackets': 721062883,
     'rx_bps': 11698280448.0,
     'rx_bps_L1': 15353991808.0,
     'rx_pps': 22848196.0,
     'rx_util': 61.415967232,
     'tx_bps': 18506827776.0,
     'tx_bps_L1': 24290210815.999996,
     'tx_pps': 36146144.0,
     'tx_util': 97.16084326399998},
 1: {'ibytes': 29217256909,
     'ierrors': 0,
     'ipackets': 456519671,
     'obytes': 46145869376,
     'oerrors': 0,
     'opackets': 721029249,
     'rx_bps': 11698893824.0,
     'rx_bps_L1': 15354799104.000002,
     'rx_pps': 22849408.0,
     'rx_util': 61.41919641600001,
     'tx_bps': 18506821632.0,
     'tx_bps_L1': 24290203392.0,
     'tx_pps': 36146136.0,
     'tx_util': 97.16081356800001},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 5.390727519989014,
            'cpu_util': 85.82711791992188,
            'cpu_util_raw': 85.75,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 0,
            'rx_bps': 23397173248.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 13616474112.0,
            'rx_pps': 45697604.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 37013647360.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 72292280.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 58436806861,
           'ierrors': 0,
           'ipackets': 913075151,
           'obytes': 92293891840,
           'oerrors': 0,
           'opackets': 1442092132,
           'rx_bps': 23397174272.0,
           'rx_bps_L1': 30708790912.0,
           'rx_pps': 45697604.0,
           'rx_util': 122.83516364800002,
           'tx_bps': 37013649408.0,
           'tx_bps_L1': 48580414208.0,
           'tx_pps': 72292280.0,
           'tx_util': 194.32165683199997}}
16/09/2020 10:10:24                         pktgen: {'ibytes': 29217256909,
 'ierrors': 0,
 'ipackets': 456519671,
 'obytes': 46145869376,
 'oerrors': 0,
 'opackets': 721029249,
 'rx_bps': 11698893824.0,
 'rx_bps_L1': 15354799104.000002,
 'rx_pps': 22849408.0,
 'rx_util': 61.41919641600001,
 'tx_bps': 18506821632.0,
 'tx_bps_L1': 24290203392.0,
 'tx_pps': 36146136.0,
 'tx_util': 97.16081356800001}
16/09/2020 10:10:24                         pktgen: Tx Port 1 stats: 
tx_port: 1,  tx_bps: 18506821632.000000, tx_pps: 36146136.000000 
16/09/2020 10:10:24                         pktgen: {'ibytes': 29219549952,
 'ierrors': 0,
 'ipackets': 456555480,
 'obytes': 46148022464,
 'oerrors': 0,
 'opackets': 721062883,
 'rx_bps': 11698280448.0,
 'rx_bps_L1': 15353991808.0,
 'rx_pps': 22848196.0,
 'rx_util': 61.415967232,
 'tx_bps': 18506827776.0,
 'tx_bps_L1': 24290210815.999996,
 'tx_pps': 36146144.0,
 'tx_util': 97.16084326399998}
16/09/2020 10:10:24                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 11698280448.000000, rx_pps: 22848196.000000
16/09/2020 10:10:24                         pktgen: throughput: pps_rx 45697604.000000, bps_rx 23397174272.000000
16/09/2020 10:10:24                         pktgen: traffic completed. 
16/09/2020 10:10:24            TestVfL3fwdKernelPf: wait 10 second after traffic stop
16/09/2020 10:10:34            TestVfL3fwdKernelPf: Executing l3fwd with MATCH_MODE.LPM mode, 2 ports, 2C/4T-2Q and 128 frame size
16/09/2020 10:10:34            TestVfL3fwdKernelPf: <./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd -v -c 0xc0000000000000c0000000 -n 4 -w 0000:af:01.0 -w 0000:af:11.0 -- -p 0x3 --config '(0,0,30),(0,1,31),(1,0,86),(1,1,87)' --parse-ptype> is the same command as previous one, ignore re-start l3fwd
16/09/2020 10:10:34            TestVfL3fwdKernelPf: {'stream': [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.0.1', 'dst': '198.18.0.255', 'step': 1, 'action': 'random'}}}], [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.1.1', 'dst': '198.18.1.255', 'step': 1, 'action': 'random'}}}]], 'rate': 100, 'traffic_opt': {'method': 'throughput', 'duration': 20}}
16/09/2020 10:10:34                         pktgen: test port 0 map gen port 0
16/09/2020 10:10:34                         pktgen: test port 1 map gen port 1
16/09/2020 10:10:34                         pktgen: test port 1 map gen port 1
16/09/2020 10:10:34                         pktgen: test port 0 map gen port 0
16/09/2020 10:10:34                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:10:34                         pktgen: trex port <1> not support flow control
16/09/2020 10:10:34                         pktgen: check the trex port link status
16/09/2020 10:10:34                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:00',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:31:ac',
 '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': 0,
 'pci_addr': '0000:18:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:31:ac',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:10:34                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:10:34                         pktgen: begin traffic ......
16/09/2020 10:10:34                         pktgen: {'ports': [0, 1], 'mult': '100%', 'core_mask': None, 'force': True}
16/09/2020 10:10:54                         pktgen: begin get port statistic ...
16/09/2020 10:10:54                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.0.255',
                                              'src': '198.18.0.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 1,
 'tx_port': 0}
16/09/2020 10:10:54                         pktgen: {0: {'ibytes': 42109120512,
     'ierrors': 0,
     'ipackets': 328977526,
     'obytes': 54119278848,
     'oerrors': 0,
     'opackets': 422806893,
     'rx_bps': 16878937088.0,
     'rx_bps_L1': 19516271808.0,
     'rx_pps': 16483342.0,
     'rx_util': 78.065087232,
     'tx_bps': 21695481856.0,
     'tx_bps_L1': 25085401536.0,
     'tx_pps': 21186998.0,
     'tx_util': 100.34160614400001},
 1: {'ibytes': 42104982861,
     'ierrors': 0,
     'ipackets': 328945201,
     'obytes': 54115415808,
     'oerrors': 0,
     'opackets': 422776715,
     'rx_bps': 16878956544.0,
     'rx_bps_L1': 19516293824.0,
     'rx_pps': 16483358.0,
     'rx_util': 78.065175296,
     'tx_bps': 21695608832.0,
     'tx_bps_L1': 25085547072.0,
     'tx_pps': 21187114.0,
     'tx_util': 100.34218828799999},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 5.998518466949463,
            'cpu_util': 90.42044067382812,
            'cpu_util_raw': 90.1875,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 160613045,
            'rx_bps': 33757894656.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 9633199104.0,
            'rx_pps': 32966700.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 43391094784.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 42374112.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 84214103373,
           'ierrors': 0,
           'ipackets': 657922727,
           'obytes': 108234694656,
           'oerrors': 0,
           'opackets': 845583608,
           'rx_bps': 33757893632.0,
           'rx_bps_L1': 39032565632.0,
           'rx_pps': 32966700.0,
           'rx_util': 156.130262528,
           'tx_bps': 43391090688.0,
           'tx_bps_L1': 50170948608.0,
           'tx_pps': 42374112.0,
           'tx_util': 200.683794432}}
16/09/2020 10:10:54                         pktgen: {'ibytes': 42109120512,
 'ierrors': 0,
 'ipackets': 328977526,
 'obytes': 54119278848,
 'oerrors': 0,
 'opackets': 422806893,
 'rx_bps': 16878937088.0,
 'rx_bps_L1': 19516271808.0,
 'rx_pps': 16483342.0,
 'rx_util': 78.065087232,
 'tx_bps': 21695481856.0,
 'tx_bps_L1': 25085401536.0,
 'tx_pps': 21186998.0,
 'tx_util': 100.34160614400001}
16/09/2020 10:10:54                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 21695481856.000000, tx_pps: 21186998.000000 
16/09/2020 10:10:54                         pktgen: {'ibytes': 42104982861,
 'ierrors': 0,
 'ipackets': 328945201,
 'obytes': 54115415808,
 'oerrors': 0,
 'opackets': 422776715,
 'rx_bps': 16878956544.0,
 'rx_bps_L1': 19516293824.0,
 'rx_pps': 16483358.0,
 'rx_util': 78.065175296,
 'tx_bps': 21695608832.0,
 'tx_bps_L1': 25085547072.0,
 'tx_pps': 21187114.0,
 'tx_util': 100.34218828799999}
16/09/2020 10:10:54                         pktgen: Rx Port 1 stats: 
rx_port: 1,  rx_bps: 16878956544.000000, rx_pps: 16483358.000000
16/09/2020 10:10:54                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.1.255',
                                              'src': '198.18.1.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 0,
 'tx_port': 1}
16/09/2020 10:10:54                         pktgen: {0: {'ibytes': 42119685248,
     'ierrors': 0,
     'ipackets': 329060056,
     'obytes': 54132865792,
     'oerrors': 0,
     'opackets': 422913040,
     'rx_bps': 16878937088.0,
     'rx_bps_L1': 19516271808.0,
     'rx_pps': 16483342.0,
     'rx_util': 78.065087232,
     'tx_bps': 21695481856.0,
     'tx_bps_L1': 25085401536.0,
     'tx_pps': 21186998.0,
     'tx_util': 100.34160614400001},
 1: {'ibytes': 42115550413,
     'ierrors': 0,
     'ipackets': 329027746,
     'obytes': 54129004160,
     'oerrors': 0,
     'opackets': 422882870,
     'rx_bps': 16878956544.0,
     'rx_bps_L1': 19516293824.0,
     'rx_pps': 16483358.0,
     'rx_util': 78.065175296,
     'tx_bps': 21695608832.0,
     'tx_bps_L1': 25085547072.0,
     'tx_pps': 21187114.0,
     'tx_util': 100.34218828799999},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 5.998518466949463,
            'cpu_util': 90.42044067382812,
            'cpu_util_raw': 90.1875,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 160656313,
            'rx_bps': 33757894656.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 9633199104.0,
            'rx_pps': 32966700.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 43391094784.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 42374112.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 84235235661,
           'ierrors': 0,
           'ipackets': 658087802,
           'obytes': 108261869952,
           'oerrors': 0,
           'opackets': 845795910,
           'rx_bps': 33757893632.0,
           'rx_bps_L1': 39032565632.0,
           'rx_pps': 32966700.0,
           'rx_util': 156.130262528,
           'tx_bps': 43391090688.0,
           'tx_bps_L1': 50170948608.0,
           'tx_pps': 42374112.0,
           'tx_util': 200.683794432}}
16/09/2020 10:10:54                         pktgen: {'ibytes': 42115550413,
 'ierrors': 0,
 'ipackets': 329027746,
 'obytes': 54129004160,
 'oerrors': 0,
 'opackets': 422882870,
 'rx_bps': 16878956544.0,
 'rx_bps_L1': 19516293824.0,
 'rx_pps': 16483358.0,
 'rx_util': 78.065175296,
 'tx_bps': 21695608832.0,
 'tx_bps_L1': 25085547072.0,
 'tx_pps': 21187114.0,
 'tx_util': 100.34218828799999}
16/09/2020 10:10:54                         pktgen: Tx Port 1 stats: 
tx_port: 1,  tx_bps: 21695608832.000000, tx_pps: 21187114.000000 
16/09/2020 10:10:54                         pktgen: {'ibytes': 42119685248,
 'ierrors': 0,
 'ipackets': 329060056,
 'obytes': 54132865792,
 'oerrors': 0,
 'opackets': 422913040,
 'rx_bps': 16878937088.0,
 'rx_bps_L1': 19516271808.0,
 'rx_pps': 16483342.0,
 'rx_util': 78.065087232,
 'tx_bps': 21695481856.0,
 'tx_bps_L1': 25085401536.0,
 'tx_pps': 21186998.0,
 'tx_util': 100.34160614400001}
16/09/2020 10:10:54                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 16878937088.000000, rx_pps: 16483342.000000
16/09/2020 10:10:54                         pktgen: throughput: pps_rx 32966700.000000, bps_rx 33757893632.000000
16/09/2020 10:10:54                         pktgen: traffic completed. 
16/09/2020 10:10:54            TestVfL3fwdKernelPf: wait 10 second after traffic stop
16/09/2020 10:11:04            TestVfL3fwdKernelPf: Executing l3fwd with MATCH_MODE.LPM mode, 2 ports, 2C/4T-2Q and 256 frame size
16/09/2020 10:11:04            TestVfL3fwdKernelPf: <./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd -v -c 0xc0000000000000c0000000 -n 4 -w 0000:af:01.0 -w 0000:af:11.0 -- -p 0x3 --config '(0,0,30),(0,1,31),(1,0,86),(1,1,87)' --parse-ptype> is the same command as previous one, ignore re-start l3fwd
16/09/2020 10:11:04            TestVfL3fwdKernelPf: {'stream': [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.0.1', 'dst': '198.18.0.255', 'step': 1, 'action': 'random'}}}], [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.1.1', 'dst': '198.18.1.255', 'step': 1, 'action': 'random'}}}]], 'rate': 100, 'traffic_opt': {'method': 'throughput', 'duration': 20}}
16/09/2020 10:11:04                         pktgen: test port 0 map gen port 0
16/09/2020 10:11:04                         pktgen: test port 1 map gen port 1
16/09/2020 10:11:04                         pktgen: test port 1 map gen port 1
16/09/2020 10:11:04                         pktgen: test port 0 map gen port 0
16/09/2020 10:11:04                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:11:04                         pktgen: trex port <1> not support flow control
16/09/2020 10:11:04                         pktgen: check the trex port link status
16/09/2020 10:11:04                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:00',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:31:ac',
 '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': 0,
 'pci_addr': '0000:18:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:31:ac',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:11:04                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:11:04                         pktgen: begin traffic ......
16/09/2020 10:11:04                         pktgen: {'ports': [0, 1], 'mult': '100%', 'core_mask': None, 'force': True}
16/09/2020 10:11:25                         pktgen: begin get port statistic ...
16/09/2020 10:11:25                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.0.255',
                                              'src': '198.18.0.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 1,
 'tx_port': 0}
16/09/2020 10:11:25                         pktgen: {0: {'ibytes': 53474159946,
     'ierrors': 0,
     'ipackets': 208883450,
     'obytes': 57830230528,
     'oerrors': 0,
     'opackets': 225899351,
     'rx_bps': 21348759552.0,
     'rx_bps_L1': 23016631392.0,
     'rx_pps': 10424199.0,
     'rx_util': 92.066525568,
     'tx_bps': 23090423808.0,
     'tx_bps_L1': 24894363327.999996,
     'tx_pps': 11274622.0,
     'tx_util': 99.57745331199999},
 1: {'ibytes': 53471138125,
     'ierrors': 0,
     'ipackets': 208871643,
     'obytes': 57827429376,
     'oerrors': 0,
     'opackets': 225888410,
     'rx_bps': 21348401152.0,
     'rx_bps_L1': 23016244672.000004,
     'rx_pps': 10424022.0,
     'rx_util': 92.06497868800001,
     'tx_bps': 23090694144.0,
     'tx_bps_L1': 24894654464.0,
     'tx_pps': 11274752.0,
     'tx_util': 99.578617856},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 25.533416748046875,
            'cpu_util': 22.60817527770996,
            'cpu_util_raw': 22.0625,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 6211874,
            'rx_bps': 42697158656.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 20848220.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 46181117952.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 22549374.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 106945298071,
           'ierrors': 0,
           'ipackets': 417755093,
           'obytes': 115657659904,
           'oerrors': 0,
           'opackets': 451787761,
           'rx_bps': 42697160704.0,
           'rx_bps_L1': 46032876064.0,
           'rx_pps': 20848221.0,
           'rx_util': 184.13150425600003,
           'tx_bps': 46181117952.0,
           'tx_bps_L1': 49789017792.0,
           'tx_pps': 22549374.0,
           'tx_util': 199.15607116799998}}
16/09/2020 10:11:25                         pktgen: {'ibytes': 53474159946,
 'ierrors': 0,
 'ipackets': 208883450,
 'obytes': 57830230528,
 'oerrors': 0,
 'opackets': 225899351,
 'rx_bps': 21348759552.0,
 'rx_bps_L1': 23016631392.0,
 'rx_pps': 10424199.0,
 'rx_util': 92.066525568,
 'tx_bps': 23090423808.0,
 'tx_bps_L1': 24894363327.999996,
 'tx_pps': 11274622.0,
 'tx_util': 99.57745331199999}
16/09/2020 10:11:25                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 23090423808.000000, tx_pps: 11274622.000000 
16/09/2020 10:11:25                         pktgen: {'ibytes': 53471138125,
 'ierrors': 0,
 'ipackets': 208871643,
 'obytes': 57827429376,
 'oerrors': 0,
 'opackets': 225888410,
 'rx_bps': 21348401152.0,
 'rx_bps_L1': 23016244672.000004,
 'rx_pps': 10424022.0,
 'rx_util': 92.06497868800001,
 'tx_bps': 23090694144.0,
 'tx_bps_L1': 24894654464.0,
 'tx_pps': 11274752.0,
 'tx_util': 99.578617856}
16/09/2020 10:11:25                         pktgen: Rx Port 1 stats: 
rx_port: 1,  rx_bps: 21348401152.000000, rx_pps: 10424022.000000
16/09/2020 10:11:25                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.1.255',
                                              'src': '198.18.1.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 0,
 'tx_port': 1}
16/09/2020 10:11:25                         pktgen: {0: {'ibytes': 53488780362,
     'ierrors': 0,
     'ipackets': 208940560,
     'obytes': 57845899520,
     'oerrors': 0,
     'opackets': 225960558,
     'rx_bps': 21348759552.0,
     'rx_bps_L1': 23016631392.0,
     'rx_pps': 10424199.0,
     'rx_util': 92.066525568,
     'tx_bps': 23090423808.0,
     'tx_bps_L1': 24894363327.999996,
     'tx_pps': 11274622.0,
     'tx_util': 99.57745331199999},
 1: {'ibytes': 53485749581,
     'ierrors': 0,
     'ipackets': 208928713,
     'obytes': 57843101184,
     'oerrors': 0,
     'opackets': 225949629,
     'rx_bps': 21348401152.0,
     'rx_bps_L1': 23016244672.000004,
     'rx_pps': 10424022.0,
     'rx_util': 92.06497868800001,
     'tx_bps': 23090694144.0,
     'tx_bps_L1': 24894654464.0,
     'tx_pps': 11274752.0,
     'tx_util': 99.578617856},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 25.533416748046875,
            'cpu_util': 22.60817527770996,
            'cpu_util_raw': 22.0625,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 6215189,
            'rx_bps': 42697158656.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 20848220.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 46181117952.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 22549374.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 106974529943,
           'ierrors': 0,
           'ipackets': 417869273,
           'obytes': 115689000704,
           'oerrors': 0,
           'opackets': 451910187,
           'rx_bps': 42697160704.0,
           'rx_bps_L1': 46032876064.0,
           'rx_pps': 20848221.0,
           'rx_util': 184.13150425600003,
           'tx_bps': 46181117952.0,
           'tx_bps_L1': 49789017792.0,
           'tx_pps': 22549374.0,
           'tx_util': 199.15607116799998}}
16/09/2020 10:11:25                         pktgen: {'ibytes': 53485749581,
 'ierrors': 0,
 'ipackets': 208928713,
 'obytes': 57843101184,
 'oerrors': 0,
 'opackets': 225949629,
 'rx_bps': 21348401152.0,
 'rx_bps_L1': 23016244672.000004,
 'rx_pps': 10424022.0,
 'rx_util': 92.06497868800001,
 'tx_bps': 23090694144.0,
 'tx_bps_L1': 24894654464.0,
 'tx_pps': 11274752.0,
 'tx_util': 99.578617856}
16/09/2020 10:11:25                         pktgen: Tx Port 1 stats: 
tx_port: 1,  tx_bps: 23090694144.000000, tx_pps: 11274752.000000 
16/09/2020 10:11:25                         pktgen: {'ibytes': 53488780362,
 'ierrors': 0,
 'ipackets': 208940560,
 'obytes': 57845899520,
 'oerrors': 0,
 'opackets': 225960558,
 'rx_bps': 21348759552.0,
 'rx_bps_L1': 23016631392.0,
 'rx_pps': 10424199.0,
 'rx_util': 92.066525568,
 'tx_bps': 23090423808.0,
 'tx_bps_L1': 24894363327.999996,
 'tx_pps': 11274622.0,
 'tx_util': 99.57745331199999}
16/09/2020 10:11:25                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 21348759552.000000, rx_pps: 10424199.000000
16/09/2020 10:11:25                         pktgen: throughput: pps_rx 20848221.000000, bps_rx 42697160704.000000
16/09/2020 10:11:25                         pktgen: traffic completed. 
16/09/2020 10:11:25            TestVfL3fwdKernelPf: wait 10 second after traffic stop
16/09/2020 10:11:35            TestVfL3fwdKernelPf: Executing l3fwd with MATCH_MODE.LPM mode, 2 ports, 2C/4T-2Q and 512 frame size
16/09/2020 10:11:35            TestVfL3fwdKernelPf: <./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd -v -c 0xc0000000000000c0000000 -n 4 -w 0000:af:01.0 -w 0000:af:11.0 -- -p 0x3 --config '(0,0,30),(0,1,31),(1,0,86),(1,1,87)' --parse-ptype> is the same command as previous one, ignore re-start l3fwd
16/09/2020 10:11:35            TestVfL3fwdKernelPf: {'stream': [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.0.1', 'dst': '198.18.0.255', 'step': 1, 'action': 'random'}}}], [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.1.1', 'dst': '198.18.1.255', 'step': 1, 'action': 'random'}}}]], 'rate': 100, 'traffic_opt': {'method': 'throughput', 'duration': 20}}
16/09/2020 10:11:35                         pktgen: test port 0 map gen port 0
16/09/2020 10:11:35                         pktgen: test port 1 map gen port 1
16/09/2020 10:11:35                         pktgen: test port 1 map gen port 1
16/09/2020 10:11:35                         pktgen: test port 0 map gen port 0
16/09/2020 10:11:35                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:11:35                         pktgen: trex port <1> not support flow control
16/09/2020 10:11:35                         pktgen: check the trex port link status
16/09/2020 10:11:35                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:00',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:31:ac',
 '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': 0,
 'pci_addr': '0000:18:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:31:ac',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:11:35                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:11:35                         pktgen: begin traffic ......
16/09/2020 10:11:35                         pktgen: {'ports': [0, 1], 'mult': '100%', 'core_mask': None, 'force': True}
16/09/2020 10:11:55                         pktgen: begin get port statistic ...
16/09/2020 10:11:55                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.0.255',
                                              'src': '198.18.0.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 1,
 'tx_port': 0}
16/09/2020 10:11:55                         pktgen: {0: {'ibytes': 60218212864,
     'ierrors': 0,
     'ipackets': 117613703,
     'obytes': 60218150400,
     'oerrors': 0,
     'opackets': 117613582,
     'rx_bps': 24129802240.0,
     'rx_bps_L1': 25072372640.0,
     'rx_pps': 5891065.0,
     'rx_util': 100.28949056,
     'tx_bps': 24129798144.0,
     'tx_bps_L1': 25072368064.0,
     'tx_pps': 5891062.0,
     'tx_util': 100.289472256},
 1: {'ibytes': 60218432589,
     'ierrors': 0,
     'ipackets': 117614133,
     'obytes': 60218370560,
     'oerrors': 0,
     'opackets': 117614011,
     'rx_bps': 24129933312.0,
     'rx_bps_L1': 25072508832.0,
     'rx_pps': 5891097.0,
     'rx_util': 100.290035328,
     'tx_bps': 24129939456.0,
     'tx_bps_L1': 25072515296.0,
     'tx_pps': 5891099.0,
     'tx_util': 100.290061184},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 9.862268447875977,
            'cpu_util': 61.16714096069336,
            'cpu_util_raw': 61.25,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 149499698,
            'rx_bps': 48259735552.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 11782162.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 48259739648.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 11782161.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 120436645453,
           'ierrors': 0,
           'ipackets': 235227836,
           'obytes': 120436520960,
           'oerrors': 0,
           'opackets': 235227593,
           'rx_bps': 48259735552.0,
           'rx_bps_L1': 50144881472.0,
           'rx_pps': 11782162.0,
           'rx_util': 200.579525888,
           'tx_bps': 48259737600.0,
           'tx_bps_L1': 50144883360.0,
           'tx_pps': 11782161.0,
           'tx_util': 200.57953343999998}}
16/09/2020 10:11:55                         pktgen: {'ibytes': 60218212864,
 'ierrors': 0,
 'ipackets': 117613703,
 'obytes': 60218150400,
 'oerrors': 0,
 'opackets': 117613582,
 'rx_bps': 24129802240.0,
 'rx_bps_L1': 25072372640.0,
 'rx_pps': 5891065.0,
 'rx_util': 100.28949056,
 'tx_bps': 24129798144.0,
 'tx_bps_L1': 25072368064.0,
 'tx_pps': 5891062.0,
 'tx_util': 100.289472256}
16/09/2020 10:11:55                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 24129798144.000000, tx_pps: 5891062.000000 
16/09/2020 10:11:55                         pktgen: {'ibytes': 60218432589,
 'ierrors': 0,
 'ipackets': 117614133,
 'obytes': 60218370560,
 'oerrors': 0,
 'opackets': 117614011,
 'rx_bps': 24129933312.0,
 'rx_bps_L1': 25072508832.0,
 'rx_pps': 5891097.0,
 'rx_util': 100.290035328,
 'tx_bps': 24129939456.0,
 'tx_bps_L1': 25072515296.0,
 'tx_pps': 5891099.0,
 'tx_util': 100.290061184}
16/09/2020 10:11:55                         pktgen: Rx Port 1 stats: 
rx_port: 1,  rx_bps: 24129933312.000000, rx_pps: 5891097.000000
16/09/2020 10:11:55                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.1.255',
                                              'src': '198.18.1.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 0,
 'tx_port': 1}
16/09/2020 10:11:55                         pktgen: {0: {'ibytes': 60233765888,
     'ierrors': 0,
     'ipackets': 117644080,
     'obytes': 60233703424,
     'oerrors': 0,
     'opackets': 117643958,
     'rx_bps': 24129802240.0,
     'rx_bps_L1': 25072372640.0,
     'rx_pps': 5891065.0,
     'rx_util': 100.28949056,
     'tx_bps': 24129798144.0,
     'tx_bps_L1': 25072368064.0,
     'tx_pps': 5891062.0,
     'tx_util': 100.289472256},
 1: {'ibytes': 60233985613,
     'ierrors': 0,
     'ipackets': 117644510,
     'obytes': 60233922560,
     'oerrors': 0,
     'opackets': 117644387,
     'rx_bps': 24129933312.0,
     'rx_bps_L1': 25072508832.0,
     'rx_pps': 5891097.0,
     'rx_util': 100.290035328,
     'tx_bps': 24129939456.0,
     'tx_bps_L1': 25072515296.0,
     'tx_pps': 5891099.0,
     'tx_util': 100.290061184},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 9.862268447875977,
            'cpu_util': 61.16714096069336,
            'cpu_util_raw': 61.25,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 149549503,
            'rx_bps': 48259735552.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 11782162.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 48259739648.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 11782161.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 120467751501,
           'ierrors': 0,
           'ipackets': 235288590,
           'obytes': 120467625984,
           'oerrors': 0,
           'opackets': 235288345,
           'rx_bps': 48259735552.0,
           'rx_bps_L1': 50144881472.0,
           'rx_pps': 11782162.0,
           'rx_util': 200.579525888,
           'tx_bps': 48259737600.0,
           'tx_bps_L1': 50144883360.0,
           'tx_pps': 11782161.0,
           'tx_util': 200.57953343999998}}
16/09/2020 10:11:55                         pktgen: {'ibytes': 60233985613,
 'ierrors': 0,
 'ipackets': 117644510,
 'obytes': 60233922560,
 'oerrors': 0,
 'opackets': 117644387,
 'rx_bps': 24129933312.0,
 'rx_bps_L1': 25072508832.0,
 'rx_pps': 5891097.0,
 'rx_util': 100.290035328,
 'tx_bps': 24129939456.0,
 'tx_bps_L1': 25072515296.0,
 'tx_pps': 5891099.0,
 'tx_util': 100.290061184}
16/09/2020 10:11:55                         pktgen: Tx Port 1 stats: 
tx_port: 1,  tx_bps: 24129939456.000000, tx_pps: 5891099.000000 
16/09/2020 10:11:55                         pktgen: {'ibytes': 60233765888,
 'ierrors': 0,
 'ipackets': 117644080,
 'obytes': 60233703424,
 'oerrors': 0,
 'opackets': 117643958,
 'rx_bps': 24129802240.0,
 'rx_bps_L1': 25072372640.0,
 'rx_pps': 5891065.0,
 'rx_util': 100.28949056,
 'tx_bps': 24129798144.0,
 'tx_bps_L1': 25072368064.0,
 'tx_pps': 5891062.0,
 'tx_util': 100.289472256}
16/09/2020 10:11:55                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 24129802240.000000, rx_pps: 5891065.000000
16/09/2020 10:11:55                         pktgen: throughput: pps_rx 11782162.000000, bps_rx 48259735552.000000
16/09/2020 10:11:55                         pktgen: traffic completed. 
16/09/2020 10:11:55            TestVfL3fwdKernelPf: wait 10 second after traffic stop
16/09/2020 10:12:05            TestVfL3fwdKernelPf: Executing l3fwd with MATCH_MODE.LPM mode, 2 ports, 2C/4T-2Q and 1024 frame size
16/09/2020 10:12:05            TestVfL3fwdKernelPf: <./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd -v -c 0xc0000000000000c0000000 -n 4 -w 0000:af:01.0 -w 0000:af:11.0 -- -p 0x3 --config '(0,0,30),(0,1,31),(1,0,86),(1,1,87)' --parse-ptype> is the same command as previous one, ignore re-start l3fwd
16/09/2020 10:12:05            TestVfL3fwdKernelPf: {'stream': [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.0.1', 'dst': '198.18.0.255', 'step': 1, 'action': 'random'}}}], [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.1.1', 'dst': '198.18.1.255', 'step': 1, 'action': 'random'}}}]], 'rate': 100, 'traffic_opt': {'method': 'throughput', 'duration': 20}}
16/09/2020 10:12:05                         pktgen: test port 0 map gen port 0
16/09/2020 10:12:05                         pktgen: test port 1 map gen port 1
16/09/2020 10:12:05                         pktgen: test port 1 map gen port 1
16/09/2020 10:12:05                         pktgen: test port 0 map gen port 0
16/09/2020 10:12:05                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:12:05                         pktgen: trex port <1> not support flow control
16/09/2020 10:12:05                         pktgen: check the trex port link status
16/09/2020 10:12:05                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:00',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:31:ac',
 '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': 0,
 'pci_addr': '0000:18:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:31:ac',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:12:05                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:12:05                         pktgen: begin traffic ......
16/09/2020 10:12:05                         pktgen: {'ports': [0, 1], 'mult': '100%', 'core_mask': None, 'force': True}
16/09/2020 10:12:25                         pktgen: begin get port statistic ...
16/09/2020 10:12:25                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.0.255',
                                              'src': '198.18.0.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 1,
 'tx_port': 0}
16/09/2020 10:12:25                         pktgen: {0: {'ibytes': 61375983616,
     'ierrors': 0,
     'ipackets': 59937487,
     'obytes': 61375949824,
     'oerrors': 0,
     'opackets': 59937453,
     'rx_bps': 24480047104.0,
     'rx_bps_L1': 24958173024.0,
     'rx_pps': 2988287.0,
     'rx_util': 99.832692096,
     'tx_bps': 24480061440.0,
     'tx_bps_L1': 24958187520.000004,
     'tx_pps': 2988288.0,
     'tx_util': 99.83275008000001},
 1: {'ibytes': 61372183629,
     'ierrors': 0,
     'ipackets': 59933777,
     'obytes': 61372151808,
     'oerrors': 0,
     'opackets': 59933746,
     'rx_bps': 24480210944.0,
     'rx_bps_L1': 24958340064.0,
     'rx_pps': 2988307.0,
     'rx_util': 99.833360256,
     'tx_bps': 24480206848.0,
     'tx_bps_L1': 24958335928.0,
     'tx_pps': 2988306.75,
     'tx_util': 99.833343712},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 30.120771408081055,
            'cpu_util': 20.318315505981445,
            'cpu_util_raw': 20.75,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 42829881,
            'rx_bps': 48960258048.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 5976594.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 48960266240.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 5976595.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 122748167245,
           'ierrors': 0,
           'ipackets': 119871264,
           'obytes': 122748101632,
           'oerrors': 0,
           'opackets': 119871199,
           'rx_bps': 48960258048.0,
           'rx_bps_L1': 49916513088.0,
           'rx_pps': 5976594.0,
           'rx_util': 199.666052352,
           'tx_bps': 48960268288.0,
           'tx_bps_L1': 49916523448.0,
           'tx_pps': 5976594.75,
           'tx_util': 199.66609379200003}}
16/09/2020 10:12:25                         pktgen: {'ibytes': 61375983616,
 'ierrors': 0,
 'ipackets': 59937487,
 'obytes': 61375949824,
 'oerrors': 0,
 'opackets': 59937453,
 'rx_bps': 24480047104.0,
 'rx_bps_L1': 24958173024.0,
 'rx_pps': 2988287.0,
 'rx_util': 99.832692096,
 'tx_bps': 24480061440.0,
 'tx_bps_L1': 24958187520.000004,
 'tx_pps': 2988288.0,
 'tx_util': 99.83275008000001}
16/09/2020 10:12:25                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 24480061440.000000, tx_pps: 2988288.000000 
16/09/2020 10:12:25                         pktgen: {'ibytes': 61372183629,
 'ierrors': 0,
 'ipackets': 59933777,
 'obytes': 61372151808,
 'oerrors': 0,
 'opackets': 59933746,
 'rx_bps': 24480210944.0,
 'rx_bps_L1': 24958340064.0,
 'rx_pps': 2988307.0,
 'rx_util': 99.833360256,
 'tx_bps': 24480206848.0,
 'tx_bps_L1': 24958335928.0,
 'tx_pps': 2988306.75,
 'tx_util': 99.833343712}
16/09/2020 10:12:25                         pktgen: Rx Port 1 stats: 
rx_port: 1,  rx_bps: 24480210944.000000, rx_pps: 2988307.000000
16/09/2020 10:12:25                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.1.255',
                                              'src': '198.18.1.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 0,
 'tx_port': 1}
16/09/2020 10:12:25                         pktgen: {0: {'ibytes': 61392005120,
     'ierrors': 0,
     'ipackets': 59953133,
     'obytes': 61391972352,
     'oerrors': 0,
     'opackets': 59953101,
     'rx_bps': 24480047104.0,
     'rx_bps_L1': 24958173024.0,
     'rx_pps': 2988287.0,
     'rx_util': 99.832692096,
     'tx_bps': 24480061440.0,
     'tx_bps_L1': 24958187520.000004,
     'tx_pps': 2988288.0,
     'tx_util': 99.83275008000001},
 1: {'ibytes': 61388205133,
     'ierrors': 0,
     'ipackets': 59949423,
     'obytes': 61388172288,
     'oerrors': 0,
     'opackets': 59949391,
     'rx_bps': 24480210944.0,
     'rx_bps_L1': 24958340064.0,
     'rx_pps': 2988307.0,
     'rx_util': 99.833360256,
     'tx_bps': 24480206848.0,
     'tx_bps_L1': 24958335928.0,
     'tx_pps': 2988306.75,
     'tx_util': 99.833343712},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 30.120771408081055,
            'cpu_util': 20.318315505981445,
            'cpu_util_raw': 20.75,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 42842772,
            'rx_bps': 48960258048.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 5976594.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 48960266240.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 5976595.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 122780210253,
           'ierrors': 0,
           'ipackets': 119902556,
           'obytes': 122780144640,
           'oerrors': 0,
           'opackets': 119902492,
           'rx_bps': 48960258048.0,
           'rx_bps_L1': 49916513088.0,
           'rx_pps': 5976594.0,
           'rx_util': 199.666052352,
           'tx_bps': 48960268288.0,
           'tx_bps_L1': 49916523448.0,
           'tx_pps': 5976594.75,
           'tx_util': 199.66609379200003}}
16/09/2020 10:12:25                         pktgen: {'ibytes': 61388205133,
 'ierrors': 0,
 'ipackets': 59949423,
 'obytes': 61388172288,
 'oerrors': 0,
 'opackets': 59949391,
 'rx_bps': 24480210944.0,
 'rx_bps_L1': 24958340064.0,
 'rx_pps': 2988307.0,
 'rx_util': 99.833360256,
 'tx_bps': 24480206848.0,
 'tx_bps_L1': 24958335928.0,
 'tx_pps': 2988306.75,
 'tx_util': 99.833343712}
16/09/2020 10:12:25                         pktgen: Tx Port 1 stats: 
tx_port: 1,  tx_bps: 24480206848.000000, tx_pps: 2988306.750000 
16/09/2020 10:12:25                         pktgen: {'ibytes': 61392005120,
 'ierrors': 0,
 'ipackets': 59953133,
 'obytes': 61391972352,
 'oerrors': 0,
 'opackets': 59953101,
 'rx_bps': 24480047104.0,
 'rx_bps_L1': 24958173024.0,
 'rx_pps': 2988287.0,
 'rx_util': 99.832692096,
 'tx_bps': 24480061440.0,
 'tx_bps_L1': 24958187520.000004,
 'tx_pps': 2988288.0,
 'tx_util': 99.83275008000001}
16/09/2020 10:12:25                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 24480047104.000000, rx_pps: 2988287.000000
16/09/2020 10:12:25                         pktgen: throughput: pps_rx 5976594.000000, bps_rx 48960258048.000000
16/09/2020 10:12:25                         pktgen: traffic completed. 
16/09/2020 10:12:25            TestVfL3fwdKernelPf: wait 10 second after traffic stop
16/09/2020 10:12:35            TestVfL3fwdKernelPf: Executing l3fwd with MATCH_MODE.LPM mode, 2 ports, 2C/4T-2Q and 1280 frame size
16/09/2020 10:12:35            TestVfL3fwdKernelPf: <./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd -v -c 0xc0000000000000c0000000 -n 4 -w 0000:af:01.0 -w 0000:af:11.0 -- -p 0x3 --config '(0,0,30),(0,1,31),(1,0,86),(1,1,87)' --parse-ptype> is the same command as previous one, ignore re-start l3fwd
16/09/2020 10:12:35            TestVfL3fwdKernelPf: {'stream': [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.0.1', 'dst': '198.18.0.255', 'step': 1, 'action': 'random'}}}], [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.1.1', 'dst': '198.18.1.255', 'step': 1, 'action': 'random'}}}]], 'rate': 100, 'traffic_opt': {'method': 'throughput', 'duration': 20}}
16/09/2020 10:12:35                         pktgen: test port 0 map gen port 0
16/09/2020 10:12:35                         pktgen: test port 1 map gen port 1
16/09/2020 10:12:35                         pktgen: test port 1 map gen port 1
16/09/2020 10:12:35                         pktgen: test port 0 map gen port 0
16/09/2020 10:12:35                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:12:35                         pktgen: trex port <1> not support flow control
16/09/2020 10:12:35                         pktgen: check the trex port link status
16/09/2020 10:12:35                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:00',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:31:ac',
 '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': 0,
 'pci_addr': '0000:18:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:31:ac',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:12:35                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:12:35                         pktgen: begin traffic ......
16/09/2020 10:12:35                         pktgen: {'ports': [0, 1], 'mult': '100%', 'core_mask': None, 'force': True}
16/09/2020 10:12:55                         pktgen: begin get port statistic ...
16/09/2020 10:12:55                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.0.255',
                                              'src': '198.18.0.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 1,
 'tx_port': 0}
16/09/2020 10:12:55                         pktgen: {0: {'ibytes': 61610311680,
     'ierrors': 0,
     'ipackets': 48133058,
     'obytes': 61610292480,
     'oerrors': 0,
     'opackets': 48133044,
     'rx_bps': 24598814720.0,
     'rx_bps_L1': 24983171120.0,
     'rx_pps': 2402227.5,
     'rx_util': 99.93268448,
     'tx_bps': 24598814720.0,
     'tx_bps_L1': 24983171120.0,
     'tx_pps': 2402227.5,
     'tx_util': 99.93268448},
 1: {'ibytes': 61608221517,
     'ierrors': 0,
     'ipackets': 48131427,
     'obytes': 61608207360,
     'oerrors': 0,
     'opackets': 48131413,
     'rx_bps': 24598941696.0,
     'rx_bps_L1': 24983300256.0,
     'rx_pps': 2402241.0,
     'rx_util': 99.933201024,
     'tx_bps': 24598947840.0,
     'tx_bps_L1': 24983306439.999996,
     'tx_pps': 2402241.25,
     'tx_util': 99.93322575999998},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 33.13993453979492,
            'cpu_util': 18.556825637817383,
            'cpu_util_raw': 17.8125,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 42049948,
            'rx_bps': 49197756416.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 4804468.5,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 49197760512.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 4804469.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 123218533197,
           'ierrors': 0,
           'ipackets': 96264485,
           'obytes': 123218499840,
           'oerrors': 0,
           'opackets': 96264457,
           'rx_bps': 49197756416.0,
           'rx_bps_L1': 49966471376.0,
           'rx_pps': 4804468.5,
           'rx_util': 199.865885504,
           'tx_bps': 49197762560.0,
           'tx_bps_L1': 49966477560.0,
           'tx_pps': 4804468.75,
           'tx_util': 199.86591024}}
16/09/2020 10:12:55                         pktgen: {'ibytes': 61610311680,
 'ierrors': 0,
 'ipackets': 48133058,
 'obytes': 61610292480,
 'oerrors': 0,
 'opackets': 48133044,
 'rx_bps': 24598814720.0,
 'rx_bps_L1': 24983171120.0,
 'rx_pps': 2402227.5,
 'rx_util': 99.93268448,
 'tx_bps': 24598814720.0,
 'tx_bps_L1': 24983171120.0,
 'tx_pps': 2402227.5,
 'tx_util': 99.93268448}
16/09/2020 10:12:55                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 24598814720.000000, tx_pps: 2402227.500000 
16/09/2020 10:12:55                         pktgen: {'ibytes': 61608221517,
 'ierrors': 0,
 'ipackets': 48131427,
 'obytes': 61608207360,
 'oerrors': 0,
 'opackets': 48131413,
 'rx_bps': 24598941696.0,
 'rx_bps_L1': 24983300256.0,
 'rx_pps': 2402241.0,
 'rx_util': 99.933201024,
 'tx_bps': 24598947840.0,
 'tx_bps_L1': 24983306439.999996,
 'tx_pps': 2402241.25,
 'tx_util': 99.93322575999998}
16/09/2020 10:12:55                         pktgen: Rx Port 1 stats: 
rx_port: 1,  rx_bps: 24598941696.000000, rx_pps: 2402241.000000
16/09/2020 10:12:55                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.1.255',
                                              'src': '198.18.1.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 0,
 'tx_port': 1}
16/09/2020 10:12:55                         pktgen: {0: {'ibytes': 61625857280,
     'ierrors': 0,
     'ipackets': 48145204,
     'obytes': 61625840640,
     'oerrors': 0,
     'opackets': 48145189,
     'rx_bps': 24598814720.0,
     'rx_bps_L1': 24983171120.0,
     'rx_pps': 2402227.5,
     'rx_util': 99.93268448,
     'tx_bps': 24598814720.0,
     'tx_bps_L1': 24983171120.0,
     'tx_pps': 2402227.5,
     'tx_util': 99.93268448},
 1: {'ibytes': 61623767117,
     'ierrors': 0,
     'ipackets': 48143572,
     'obytes': 61623751680,
     'oerrors': 0,
     'opackets': 48143559,
     'rx_bps': 24598941696.0,
     'rx_bps_L1': 24983300256.0,
     'rx_pps': 2402241.0,
     'rx_util': 99.933201024,
     'tx_bps': 24598947840.0,
     'tx_bps_L1': 24983306439.999996,
     'tx_pps': 2402241.25,
     'tx_util': 99.93322575999998},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 33.13993453979492,
            'cpu_util': 18.556825637817383,
            'cpu_util_raw': 17.8125,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 42063058,
            'rx_bps': 49197756416.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 4804468.5,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 49197760512.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 4804469.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 123249624397,
           'ierrors': 0,
           'ipackets': 96288776,
           'obytes': 123249592320,
           'oerrors': 0,
           'opackets': 96288748,
           'rx_bps': 49197756416.0,
           'rx_bps_L1': 49966471376.0,
           'rx_pps': 4804468.5,
           'rx_util': 199.865885504,
           'tx_bps': 49197762560.0,
           'tx_bps_L1': 49966477560.0,
           'tx_pps': 4804468.75,
           'tx_util': 199.86591024}}
16/09/2020 10:12:55                         pktgen: {'ibytes': 61623767117,
 'ierrors': 0,
 'ipackets': 48143572,
 'obytes': 61623751680,
 'oerrors': 0,
 'opackets': 48143559,
 'rx_bps': 24598941696.0,
 'rx_bps_L1': 24983300256.0,
 'rx_pps': 2402241.0,
 'rx_util': 99.933201024,
 'tx_bps': 24598947840.0,
 'tx_bps_L1': 24983306439.999996,
 'tx_pps': 2402241.25,
 'tx_util': 99.93322575999998}
16/09/2020 10:12:55                         pktgen: Tx Port 1 stats: 
tx_port: 1,  tx_bps: 24598947840.000000, tx_pps: 2402241.250000 
16/09/2020 10:12:55                         pktgen: {'ibytes': 61625857280,
 'ierrors': 0,
 'ipackets': 48145204,
 'obytes': 61625840640,
 'oerrors': 0,
 'opackets': 48145189,
 'rx_bps': 24598814720.0,
 'rx_bps_L1': 24983171120.0,
 'rx_pps': 2402227.5,
 'rx_util': 99.93268448,
 'tx_bps': 24598814720.0,
 'tx_bps_L1': 24983171120.0,
 'tx_pps': 2402227.5,
 'tx_util': 99.93268448}
16/09/2020 10:12:55                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 24598814720.000000, rx_pps: 2402227.500000
16/09/2020 10:12:55                         pktgen: throughput: pps_rx 4804468.500000, bps_rx 49197756416.000000
16/09/2020 10:12:55                         pktgen: traffic completed. 
16/09/2020 10:12:55            TestVfL3fwdKernelPf: wait 10 second after traffic stop
16/09/2020 10:13:05            TestVfL3fwdKernelPf: Executing l3fwd with MATCH_MODE.LPM mode, 2 ports, 2C/4T-2Q and 1518 frame size
16/09/2020 10:13:05            TestVfL3fwdKernelPf: <./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd -v -c 0xc0000000000000c0000000 -n 4 -w 0000:af:01.0 -w 0000:af:11.0 -- -p 0x3 --config '(0,0,30),(0,1,31),(1,0,86),(1,1,87)' --parse-ptype> is the same command as previous one, ignore re-start l3fwd
16/09/2020 10:13:05            TestVfL3fwdKernelPf: {'stream': [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.0.1', 'dst': '198.18.0.255', 'step': 1, 'action': 'random'}}}], [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.1.1', 'dst': '198.18.1.255', 'step': 1, 'action': 'random'}}}]], 'rate': 100, 'traffic_opt': {'method': 'throughput', 'duration': 20}}
16/09/2020 10:13:05                         pktgen: test port 0 map gen port 0
16/09/2020 10:13:05                         pktgen: test port 1 map gen port 1
16/09/2020 10:13:05                         pktgen: test port 1 map gen port 1
16/09/2020 10:13:05                         pktgen: test port 0 map gen port 0
16/09/2020 10:13:05                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:13:05                         pktgen: trex port <1> not support flow control
16/09/2020 10:13:05                         pktgen: check the trex port link status
16/09/2020 10:13:05                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:00',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:31:ac',
 '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': 0,
 'pci_addr': '0000:18:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:31:ac',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:13:05                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:13:05                         pktgen: begin traffic ......
16/09/2020 10:13:05                         pktgen: {'ports': [0, 1], 'mult': '100%', 'core_mask': None, 'force': True}
16/09/2020 10:13:25                         pktgen: begin get port statistic ...
16/09/2020 10:13:25                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.0.255',
                                              'src': '198.18.0.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 1,
 'tx_port': 0}
16/09/2020 10:13:25                         pktgen: {0: {'ibytes': 61760541942,
     'ierrors': 0,
     'ipackets': 40685471,
     'obytes': 61760538906,
     'oerrors': 0,
     'opackets': 40685469,
     'rx_bps': 24643962880.0,
     'rx_bps_L1': 24968652740.0,
     'rx_pps': 2029311.625,
     'rx_util': 99.87461096,
     'tx_bps': 24643948544.0,
     'tx_bps_L1': 24968638404.0,
     'tx_pps': 2029311.625,
     'tx_util': 99.874553616},
 1: {'ibytes': 61757484767,
     'ierrors': 0,
     'ipackets': 40683458,
     'obytes': 61757486208,
     'oerrors': 0,
     'opackets': 40683457,
     'rx_bps': 24644077568.0,
     'rx_bps_L1': 24968768948.0,
     'rx_pps': 2029321.125,
     'rx_util': 99.875075792,
     'tx_bps': 24644083712.0,
     'tx_bps_L1': 24968775192.0,
     'tx_pps': 2029321.75,
     'tx_util': 99.875100768},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 52.05417251586914,
            'cpu_util': 11.83575439453125,
            'cpu_util_raw': 12.0,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 22981465,
            'rx_bps': 49288040448.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 4058632.75,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 49288032256.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 4058633.5},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 123518026709,
           'ierrors': 0,
           'ipackets': 81368929,
           'obytes': 123518025114,
           'oerrors': 0,
           'opackets': 81368926,
           'rx_bps': 49288040448.0,
           'rx_bps_L1': 49937421688.0,
           'rx_pps': 4058632.75,
           'rx_util': 199.749686752,
           'tx_bps': 49288032256.0,
           'tx_bps_L1': 49937413596.0,
           'tx_pps': 4058633.375,
           'tx_util': 199.749654384}}
16/09/2020 10:13:25                         pktgen: {'ibytes': 61760541942,
 'ierrors': 0,
 'ipackets': 40685471,
 'obytes': 61760538906,
 'oerrors': 0,
 'opackets': 40685469,
 'rx_bps': 24643962880.0,
 'rx_bps_L1': 24968652740.0,
 'rx_pps': 2029311.625,
 'rx_util': 99.87461096,
 'tx_bps': 24643948544.0,
 'tx_bps_L1': 24968638404.0,
 'tx_pps': 2029311.625,
 'tx_util': 99.874553616}
16/09/2020 10:13:25                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 24643948544.000000, tx_pps: 2029311.625000 
16/09/2020 10:13:25                         pktgen: {'ibytes': 61757484767,
 'ierrors': 0,
 'ipackets': 40683458,
 'obytes': 61757486208,
 'oerrors': 0,
 'opackets': 40683457,
 'rx_bps': 24644077568.0,
 'rx_bps_L1': 24968768948.0,
 'rx_pps': 2029321.125,
 'rx_util': 99.875075792,
 'tx_bps': 24644083712.0,
 'tx_bps_L1': 24968775192.0,
 'tx_pps': 2029321.75,
 'tx_util': 99.875100768}
16/09/2020 10:13:25                         pktgen: Rx Port 1 stats: 
rx_port: 1,  rx_bps: 24644077568.000000, rx_pps: 2029321.125000
16/09/2020 10:13:25                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.1.255',
                                              'src': '198.18.1.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 0,
 'tx_port': 1}
16/09/2020 10:13:25                         pktgen: {0: {'ibytes': 61776025542,
     'ierrors': 0,
     'ipackets': 40695671,
     'obytes': 61776022506,
     'oerrors': 0,
     'opackets': 40695669,
     'rx_bps': 24643962880.0,
     'rx_bps_L1': 24968652740.0,
     'rx_pps': 2029311.625,
     'rx_util': 99.87461096,
     'tx_bps': 24643948544.0,
     'tx_bps_L1': 24968638404.0,
     'tx_pps': 2029311.625,
     'tx_util': 99.874553616},
 1: {'ibytes': 61772975957,
     'ierrors': 0,
     'ipackets': 40693663,
     'obytes': 61772965254,
     'oerrors': 0,
     'opackets': 40693656,
     'rx_bps': 24644077568.0,
     'rx_bps_L1': 24968768948.0,
     'rx_pps': 2029321.125,
     'rx_util': 99.875075792,
     'tx_bps': 24644083712.0,
     'tx_bps_L1': 24968775192.0,
     'tx_pps': 2029321.75,
     'tx_util': 99.875100768},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 52.05417251586914,
            'cpu_util': 11.83575439453125,
            'cpu_util_raw': 12.0,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 22988580,
            'rx_bps': 49288040448.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 4058632.75,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 49288032256.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 4058633.5},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 123549001499,
           'ierrors': 0,
           'ipackets': 81389334,
           'obytes': 123548987760,
           'oerrors': 0,
           'opackets': 81389325,
           'rx_bps': 49288040448.0,
           'rx_bps_L1': 49937421688.0,
           'rx_pps': 4058632.75,
           'rx_util': 199.749686752,
           'tx_bps': 49288032256.0,
           'tx_bps_L1': 49937413596.0,
           'tx_pps': 4058633.375,
           'tx_util': 199.749654384}}
16/09/2020 10:13:25                         pktgen: {'ibytes': 61772975957,
 'ierrors': 0,
 'ipackets': 40693663,
 'obytes': 61772965254,
 'oerrors': 0,
 'opackets': 40693656,
 'rx_bps': 24644077568.0,
 'rx_bps_L1': 24968768948.0,
 'rx_pps': 2029321.125,
 'rx_util': 99.875075792,
 'tx_bps': 24644083712.0,
 'tx_bps_L1': 24968775192.0,
 'tx_pps': 2029321.75,
 'tx_util': 99.875100768}
16/09/2020 10:13:25                         pktgen: Tx Port 1 stats: 
tx_port: 1,  tx_bps: 24644083712.000000, tx_pps: 2029321.750000 
16/09/2020 10:13:25                         pktgen: {'ibytes': 61776025542,
 'ierrors': 0,
 'ipackets': 40695671,
 'obytes': 61776022506,
 'oerrors': 0,
 'opackets': 40695669,
 'rx_bps': 24643962880.0,
 'rx_bps_L1': 24968652740.0,
 'rx_pps': 2029311.625,
 'rx_util': 99.87461096,
 'tx_bps': 24643948544.0,
 'tx_bps_L1': 24968638404.0,
 'tx_pps': 2029311.625,
 'tx_util': 99.874553616}
16/09/2020 10:13:25                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 24643962880.000000, rx_pps: 2029311.625000
16/09/2020 10:13:25                         pktgen: throughput: pps_rx 4058632.750000, bps_rx 49288040448.000000
16/09/2020 10:13:25                         pktgen: traffic completed. 
16/09/2020 10:13:25            TestVfL3fwdKernelPf: wait 10 second after traffic stop
16/09/2020 10:13:35            TestVfL3fwdKernelPf: Executing l3fwd with MATCH_MODE.LPM mode, 2 ports, 4C/4T-2Q and 64 frame size
16/09/2020 10:13:35             dut.10.240.183.113: ^C
16/09/2020 10:13:35             dut.10.240.183.113: 

Signal 2 received, preparing to exit...
Closing port 0... Done
Closing port 1... Done
Bye...
16/09/2020 10:13:35             dut.10.240.183.113: ./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd -v -c 0x3c0000000 -n 4 -w 0000:af:01.0 -w 0000:af:11.0 -- -p 0x3 --config '(0,0,30),(0,1,31),(1,0,32),(1,1,33)' --parse-ptype
16/09/2020 10:13:37             dut.10.240.183.113: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: RTE Version: 'DPDK 20.11.0-rc0'
EAL: Multi-process socket /var/run/dpdk/rte/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:af:01.0 (socket 1)
iavf_read_msg_from_pf(): command mismatch, expect 44, get 17
EAL: Probe PCI driver: net_iavf (8086:1889) device: 0000:af:11.0 (socket 1)
iavf_read_msg_from_pf(): command mismatch, expect 44, get 17
EAL: No legacy callbacks, legacy socket not created
soft parse-ptype is enabled
LPM or EM none selected, default LPM on
Initializing port 0 ... Creating queues: nb_rxq=2 nb_txq=4... Port 0 modified RSS hash function based on hardware support,requested:0xa38c configured:0x88
 Address:00:12:34:56:78:01, Destination:02:00:00:00:00:00, Allocated mbuf pool on socket 1
LPM: Adding route 198.18.0.0 / 24 (0)
LPM: Adding route 198.18.1.0 / 24 (1)
LPM: Adding route 2001:200:: / 48 (0)
LPM: Adding route 2001:200:0:0:1:: / 48 (1)
txq=30,0,1 txq=31,1,1 txq=32,2,1 txq=33,3,1 
Initializing port 1 ... Creating queues: nb_rxq=2 nb_txq=4... Port 1 modified RSS hash function based on hardware support,requested:0xa38c configured:0x88
 Address:00:12:34:56:78:02, Destination:02:00:00:00:00:01, txq=30,0,1 txq=31,1,1 txq=32,2,1 txq=33,3,1 

Initializing rx queues on lcore 30 ... rxq=0,0,1 
Initializing rx queues on lcore 31 ... rxq=0,1,1 
Initializing rx queues on lcore 32 ... rxq=1,0,1 
Initializing rx queues on lcore 33 ... rxq=1,1,1 iavf_configure_queues(): request RXDID == 22 in Queue[0]
iavf_configure_queues(): request RXDID == 22 in Queue[1]
iavf_configure_queues(): request RXDID == 22 in Queue[2]
iavf_configure_queues(): request RXDID == 22 in Queue[3]
iavf_configure_queues(): request RXDID == 22 in Queue[0]
iavf_configure_queues(): request RXDID == 22 in Queue[1]
iavf_configure_queues(): request RXDID == 22 in Queue[2]
iavf_configure_queues(): request RXDID == 22 in Queue[3]

Port 0: softly parse packet type info
Port 0: softly parse packet type info
Port 1: softly parse packet type info
Port 1: softly parse packet type info

Checking link statusdone
Port0 Link Up. Speed 25000 Mbps -full-duplex
Port1 Link Up. Speed 25000 Mbps -full-duplex
16/09/2020 10:13:37            TestVfL3fwdKernelPf: wait 10 seconds for port link up
16/09/2020 10:13:47            TestVfL3fwdKernelPf: {'stream': [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.0.1', 'dst': '198.18.0.255', 'step': 1, 'action': 'random'}}}], [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.1.1', 'dst': '198.18.1.255', 'step': 1, 'action': 'random'}}}]], 'rate': 100, 'traffic_opt': {'method': 'throughput', 'duration': 20}}
16/09/2020 10:13:47                         pktgen: test port 0 map gen port 0
16/09/2020 10:13:47                         pktgen: test port 1 map gen port 1
16/09/2020 10:13:47                         pktgen: test port 1 map gen port 1
16/09/2020 10:13:47                         pktgen: test port 0 map gen port 0
16/09/2020 10:13:47                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:13:47                         pktgen: trex port <1> not support flow control
16/09/2020 10:13:47                         pktgen: check the trex port link status
16/09/2020 10:13:47                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:00',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:31:ac',
 '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': 0,
 'pci_addr': '0000:18:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:31:ac',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:13:47                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:13:47                         pktgen: begin traffic ......
16/09/2020 10:13:47                         pktgen: {'ports': [0, 1], 'mult': '100%', 'core_mask': None, 'force': True}
16/09/2020 10:14:07                         pktgen: begin get port statistic ...
16/09/2020 10:14:07                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.0.255',
                                              'src': '198.18.0.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 1,
 'tx_port': 0}
16/09/2020 10:14:07                         pktgen: {0: {'ibytes': 24526656845,
     'ierrors': 0,
     'ipackets': 383229034,
     'obytes': 46172458176,
     'oerrors': 0,
     'opackets': 721444686,
     'rx_bps': 9769035776.0,
     'rx_bps_L1': 12821857536.0,
     'rx_pps': 19080136.0,
     'rx_util': 51.287430144,
     'tx_bps': 18472888320.0,
     'tx_bps_L1': 24245666560.0,
     'tx_pps': 36079864.0,
     'tx_util': 96.98266624},
 1: {'ibytes': 24549747607,
     'ierrors': 0,
     'ipackets': 383589830,
     'obytes': 46169683264,
     'oerrors': 0,
     'opackets': 721401339,
     'rx_bps': 9779886080.0,
     'rx_bps_L1': 12836101439.999998,
     'rx_pps': 19101346.0,
     'rx_util': 51.34440575999999,
     'tx_bps': 18472884224.0,
     'tx_bps_L1': 24245661824.0,
     'tx_pps': 36079860.0,
     'tx_util': 96.982647296},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 5.281179904937744,
            'cpu_util': 87.44677734375,
            'cpu_util_raw': 87.4375,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 0,
            'rx_bps': 19548921856.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 17396850688.0,
            'rx_pps': 38181480.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 36945772544.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 72159728.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 49076404452,
           'ierrors': 0,
           'ipackets': 766818864,
           'obytes': 92342141440,
           'oerrors': 0,
           'opackets': 1442846025,
           'rx_bps': 19548921856.0,
           'rx_bps_L1': 25657958976.0,
           'rx_pps': 38181482.0,
           'rx_util': 102.63183590399998,
           'tx_bps': 36945772544.0,
           'tx_bps_L1': 48491328384.0,
           'tx_pps': 72159724.0,
           'tx_util': 193.965313536}}
16/09/2020 10:14:07                         pktgen: {'ibytes': 24526656845,
 'ierrors': 0,
 'ipackets': 383229034,
 'obytes': 46172458176,
 'oerrors': 0,
 'opackets': 721444686,
 'rx_bps': 9769035776.0,
 'rx_bps_L1': 12821857536.0,
 'rx_pps': 19080136.0,
 'rx_util': 51.287430144,
 'tx_bps': 18472888320.0,
 'tx_bps_L1': 24245666560.0,
 'tx_pps': 36079864.0,
 'tx_util': 96.98266624}
16/09/2020 10:14:07                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 18472888320.000000, tx_pps: 36079864.000000 
16/09/2020 10:14:07                         pktgen: {'ibytes': 24549747607,
 'ierrors': 0,
 'ipackets': 383589830,
 'obytes': 46169683264,
 'oerrors': 0,
 'opackets': 721401339,
 'rx_bps': 9779886080.0,
 'rx_bps_L1': 12836101439.999998,
 'rx_pps': 19101346.0,
 'rx_util': 51.34440575999999,
 'tx_bps': 18472884224.0,
 'tx_bps_L1': 24245661824.0,
 'tx_pps': 36079860.0,
 'tx_util': 96.982647296}
16/09/2020 10:14:07                         pktgen: Rx Port 1 stats: 
rx_port: 1,  rx_bps: 9779886080.000000, rx_pps: 19101346.000000
16/09/2020 10:14:07                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.1.255',
                                              'src': '198.18.1.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 0,
 'tx_port': 1}
16/09/2020 10:14:07                         pktgen: {0: {'ibytes': 24533277901,
     'ierrors': 0,
     'ipackets': 383332468,
     'obytes': 46184942272,
     'oerrors': 0,
     'opackets': 721639761,
     'rx_bps': 9769035776.0,
     'rx_bps_L1': 12821857536.0,
     'rx_pps': 19080136.0,
     'rx_util': 51.287430144,
     'tx_bps': 18472888320.0,
     'tx_bps_L1': 24245666560.0,
     'tx_pps': 36079864.0,
     'tx_util': 96.98266624},
 1: {'ibytes': 24556383895,
     'ierrors': 0,
     'ipackets': 383693518,
     'obytes': 46182159488,
     'oerrors': 0,
     'opackets': 721596295,
     'rx_bps': 9779886080.0,
     'rx_bps_L1': 12836101439.999998,
     'rx_pps': 19101346.0,
     'rx_util': 51.34440575999999,
     'tx_bps': 18472884224.0,
     'tx_bps_L1': 24245661824.0,
     'tx_pps': 36079860.0,
     'tx_util': 96.982647296},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 5.281179904937744,
            'cpu_util': 87.44677734375,
            'cpu_util_raw': 87.4375,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 0,
            'rx_bps': 19548921856.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 17396850688.0,
            'rx_pps': 38181480.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 36945772544.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 72159728.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 49089661796,
           'ierrors': 0,
           'ipackets': 767025986,
           'obytes': 92367101760,
           'oerrors': 0,
           'opackets': 1443236056,
           'rx_bps': 19548921856.0,
           'rx_bps_L1': 25657958976.0,
           'rx_pps': 38181482.0,
           'rx_util': 102.63183590399998,
           'tx_bps': 36945772544.0,
           'tx_bps_L1': 48491328384.0,
           'tx_pps': 72159724.0,
           'tx_util': 193.965313536}}
16/09/2020 10:14:07                         pktgen: {'ibytes': 24556383895,
 'ierrors': 0,
 'ipackets': 383693518,
 'obytes': 46182159488,
 'oerrors': 0,
 'opackets': 721596295,
 'rx_bps': 9779886080.0,
 'rx_bps_L1': 12836101439.999998,
 'rx_pps': 19101346.0,
 'rx_util': 51.34440575999999,
 'tx_bps': 18472884224.0,
 'tx_bps_L1': 24245661824.0,
 'tx_pps': 36079860.0,
 'tx_util': 96.982647296}
16/09/2020 10:14:07                         pktgen: Tx Port 1 stats: 
tx_port: 1,  tx_bps: 18472884224.000000, tx_pps: 36079860.000000 
16/09/2020 10:14:07                         pktgen: {'ibytes': 24533277901,
 'ierrors': 0,
 'ipackets': 383332468,
 'obytes': 46184942272,
 'oerrors': 0,
 'opackets': 721639761,
 'rx_bps': 9769035776.0,
 'rx_bps_L1': 12821857536.0,
 'rx_pps': 19080136.0,
 'rx_util': 51.287430144,
 'tx_bps': 18472888320.0,
 'tx_bps_L1': 24245666560.0,
 'tx_pps': 36079864.0,
 'tx_util': 96.98266624}
16/09/2020 10:14:07                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 9769035776.000000, rx_pps: 19080136.000000
16/09/2020 10:14:07                         pktgen: throughput: pps_rx 38181482.000000, bps_rx 19548921856.000000
16/09/2020 10:14:07                         pktgen: traffic completed. 
16/09/2020 10:14:07            TestVfL3fwdKernelPf: wait 10 second after traffic stop
16/09/2020 10:14:17            TestVfL3fwdKernelPf: Executing l3fwd with MATCH_MODE.LPM mode, 2 ports, 4C/4T-2Q and 128 frame size
16/09/2020 10:14:17            TestVfL3fwdKernelPf: <./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd -v -c 0x3c0000000 -n 4 -w 0000:af:01.0 -w 0000:af:11.0 -- -p 0x3 --config '(0,0,30),(0,1,31),(1,0,32),(1,1,33)' --parse-ptype> is the same command as previous one, ignore re-start l3fwd
16/09/2020 10:14:17            TestVfL3fwdKernelPf: {'stream': [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.0.1', 'dst': '198.18.0.255', 'step': 1, 'action': 'random'}}}], [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.1.1', 'dst': '198.18.1.255', 'step': 1, 'action': 'random'}}}]], 'rate': 100, 'traffic_opt': {'method': 'throughput', 'duration': 20}}
16/09/2020 10:14:17                         pktgen: test port 0 map gen port 0
16/09/2020 10:14:17                         pktgen: test port 1 map gen port 1
16/09/2020 10:14:17                         pktgen: test port 1 map gen port 1
16/09/2020 10:14:17                         pktgen: test port 0 map gen port 0
16/09/2020 10:14:17                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:14:17                         pktgen: trex port <1> not support flow control
16/09/2020 10:14:17                         pktgen: check the trex port link status
16/09/2020 10:14:17                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:00',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:31:ac',
 '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': 0,
 'pci_addr': '0000:18:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:31:ac',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:14:17                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:14:17                         pktgen: begin traffic ......
16/09/2020 10:14:17                         pktgen: {'ports': [0, 1], 'mult': '100%', 'core_mask': None, 'force': True}
16/09/2020 10:14:37                         pktgen: begin get port statistic ...
16/09/2020 10:14:37                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.0.255',
                                              'src': '198.18.0.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 1,
 'tx_port': 0}
16/09/2020 10:14:37                         pktgen: {0: {'ibytes': 39571017933,
     'ierrors': 0,
     'ipackets': 309148595,
     'obytes': 54117848064,
     'oerrors': 0,
     'opackets': 422795699,
     'rx_bps': 15801274368.0,
     'rx_bps_L1': 18270224448.0,
     'rx_pps': 15430938.0,
     'rx_util': 73.080897792,
     'tx_bps': 21620539392.0,
     'tx_bps_L1': 24998748672.0,
     'tx_pps': 21113808.0,
     'tx_util': 99.994994688},
 1: {'ibytes': 39567363021,
     'ierrors': 0,
     'ipackets': 309120046,
     'obytes': 54114510208,
     'oerrors': 0,
     'opackets': 422769627,
     'rx_bps': 15801427968.0,
     'rx_bps_L1': 18270399968.0,
     'rx_pps': 15431075.0,
     'rx_util': 73.081599872,
     'tx_bps': 21620664320.0,
     'tx_bps_L1': 24998893440.0,
     'tx_pps': 21113932.0,
     'tx_util': 99.99557376},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 5.961730480194092,
            'cpu_util': 90.66411590576172,
            'cpu_util_raw': 90.375,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 156969772,
            'rx_bps': 31602702336.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 11638500352.0,
            'rx_pps': 30862012.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 43241201664.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 42227740.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 79138380954,
           'ierrors': 0,
           'ipackets': 618268641,
           'obytes': 108232358272,
           'oerrors': 0,
           'opackets': 845565326,
           'rx_bps': 31602702336.0,
           'rx_bps_L1': 36540624416.0,
           'rx_pps': 30862013.0,
           'rx_util': 146.162497664,
           'tx_bps': 43241203712.0,
           'tx_bps_L1': 49997642112.0,
           'tx_pps': 42227740.0,
           'tx_util': 199.990568448}}
16/09/2020 10:14:37                         pktgen: {'ibytes': 39571017933,
 'ierrors': 0,
 'ipackets': 309148595,
 'obytes': 54117848064,
 'oerrors': 0,
 'opackets': 422795699,
 'rx_bps': 15801274368.0,
 'rx_bps_L1': 18270224448.0,
 'rx_pps': 15430938.0,
 'rx_util': 73.080897792,
 'tx_bps': 21620539392.0,
 'tx_bps_L1': 24998748672.0,
 'tx_pps': 21113808.0,
 'tx_util': 99.994994688}
16/09/2020 10:14:37                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 21620539392.000000, tx_pps: 21113808.000000 
16/09/2020 10:14:37                         pktgen: {'ibytes': 39567363021,
 'ierrors': 0,
 'ipackets': 309120046,
 'obytes': 54114510208,
 'oerrors': 0,
 'opackets': 422769627,
 'rx_bps': 15801427968.0,
 'rx_bps_L1': 18270399968.0,
 'rx_pps': 15431075.0,
 'rx_util': 73.081599872,
 'tx_bps': 21620664320.0,
 'tx_bps_L1': 24998893440.0,
 'tx_pps': 21113932.0,
 'tx_util': 99.99557376}
16/09/2020 10:14:37                         pktgen: Rx Port 1 stats: 
rx_port: 1,  rx_bps: 15801427968.000000, rx_pps: 15431075.000000
16/09/2020 10:14:37                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.1.255',
                                              'src': '198.18.1.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 0,
 'tx_port': 1}
16/09/2020 10:14:37                         pktgen: {0: {'ibytes': 39580929741,
     'ierrors': 0,
     'ipackets': 309226025,
     'obytes': 54131395584,
     'oerrors': 0,
     'opackets': 422901553,
     'rx_bps': 15801274368.0,
     'rx_bps_L1': 18270224448.0,
     'rx_pps': 15430938.0,
     'rx_util': 73.080897792,
     'tx_bps': 21620539392.0,
     'tx_bps_L1': 24998748672.0,
     'tx_pps': 21113808.0,
     'tx_util': 99.994994688},
 1: {'ibytes': 39577278413,
     'ierrors': 0,
     'ipackets': 309197510,
     'obytes': 54128055808,
     'oerrors': 0,
     'opackets': 422875462,
     'rx_bps': 15801427968.0,
     'rx_bps_L1': 18270399968.0,
     'rx_pps': 15431075.0,
     'rx_util': 73.081599872,
     'tx_bps': 21620664320.0,
     'tx_bps_L1': 24998893440.0,
     'tx_pps': 21113932.0,
     'tx_util': 99.99557376},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 5.961730480194092,
            'cpu_util': 90.66411590576172,
            'cpu_util_raw': 90.375,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 157010056,
            'rx_bps': 31602702336.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 11638500352.0,
            'rx_pps': 30862012.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 43241201664.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 42227740.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 79158208154,
           'ierrors': 0,
           'ipackets': 618423535,
           'obytes': 108259451392,
           'oerrors': 0,
           'opackets': 845777015,
           'rx_bps': 31602702336.0,
           'rx_bps_L1': 36540624416.0,
           'rx_pps': 30862013.0,
           'rx_util': 146.162497664,
           'tx_bps': 43241203712.0,
           'tx_bps_L1': 49997642112.0,
           'tx_pps': 42227740.0,
           'tx_util': 199.990568448}}
16/09/2020 10:14:37                         pktgen: {'ibytes': 39577278413,
 'ierrors': 0,
 'ipackets': 309197510,
 'obytes': 54128055808,
 'oerrors': 0,
 'opackets': 422875462,
 'rx_bps': 15801427968.0,
 'rx_bps_L1': 18270399968.0,
 'rx_pps': 15431075.0,
 'rx_util': 73.081599872,
 'tx_bps': 21620664320.0,
 'tx_bps_L1': 24998893440.0,
 'tx_pps': 21113932.0,
 'tx_util': 99.99557376}
16/09/2020 10:14:37                         pktgen: Tx Port 1 stats: 
tx_port: 1,  tx_bps: 21620664320.000000, tx_pps: 21113932.000000 
16/09/2020 10:14:37                         pktgen: {'ibytes': 39580929741,
 'ierrors': 0,
 'ipackets': 309226025,
 'obytes': 54131395584,
 'oerrors': 0,
 'opackets': 422901553,
 'rx_bps': 15801274368.0,
 'rx_bps_L1': 18270224448.0,
 'rx_pps': 15430938.0,
 'rx_util': 73.080897792,
 'tx_bps': 21620539392.0,
 'tx_bps_L1': 24998748672.0,
 'tx_pps': 21113808.0,
 'tx_util': 99.994994688}
16/09/2020 10:14:37                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 15801274368.000000, rx_pps: 15430938.000000
16/09/2020 10:14:37                         pktgen: throughput: pps_rx 30862013.000000, bps_rx 31602702336.000000
16/09/2020 10:14:37                         pktgen: traffic completed. 
16/09/2020 10:14:37            TestVfL3fwdKernelPf: wait 10 second after traffic stop
16/09/2020 10:14:47            TestVfL3fwdKernelPf: Executing l3fwd with MATCH_MODE.LPM mode, 2 ports, 4C/4T-2Q and 256 frame size
16/09/2020 10:14:47            TestVfL3fwdKernelPf: <./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd -v -c 0x3c0000000 -n 4 -w 0000:af:01.0 -w 0000:af:11.0 -- -p 0x3 --config '(0,0,30),(0,1,31),(1,0,32),(1,1,33)' --parse-ptype> is the same command as previous one, ignore re-start l3fwd
16/09/2020 10:14:47            TestVfL3fwdKernelPf: {'stream': [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.0.1', 'dst': '198.18.0.255', 'step': 1, 'action': 'random'}}}], [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.1.1', 'dst': '198.18.1.255', 'step': 1, 'action': 'random'}}}]], 'rate': 100, 'traffic_opt': {'method': 'throughput', 'duration': 20}}
16/09/2020 10:14:47                         pktgen: test port 0 map gen port 0
16/09/2020 10:14:47                         pktgen: test port 1 map gen port 1
16/09/2020 10:14:47                         pktgen: test port 1 map gen port 1
16/09/2020 10:14:47                         pktgen: test port 0 map gen port 0
16/09/2020 10:14:47                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:14:47                         pktgen: trex port <1> not support flow control
16/09/2020 10:14:47                         pktgen: check the trex port link status
16/09/2020 10:14:47                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:00',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:31:ac',
 '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': 0,
 'pci_addr': '0000:18:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:31:ac',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:14:47                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:14:47                         pktgen: begin traffic ......
16/09/2020 10:14:47                         pktgen: {'ports': [0, 1], 'mult': '100%', 'core_mask': None, 'force': True}
16/09/2020 10:15:07                         pktgen: begin get port statistic ...
16/09/2020 10:15:07                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.0.255',
                                              'src': '198.18.0.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 1,
 'tx_port': 0}
16/09/2020 10:15:07                         pktgen: {0: {'ibytes': 52329182797,
     'ierrors': 0,
     'ipackets': 204410884,
     'obytes': 57856699392,
     'oerrors': 0,
     'opackets': 226002740,
     'rx_bps': 20996073472.0,
     'rx_bps_L1': 22636392192.0,
     'rx_pps': 10251992.0,
     'rx_util': 90.545568768,
     'tx_bps': 23204935680.0,
     'tx_bps_L1': 25017820800.000004,
     'tx_pps': 11330532.0,
     'tx_util': 100.07128320000001},
 1: {'ibytes': 52328362829,
     'ierrors': 0,
     'ipackets': 204407679,
     'obytes': 57855508736,
     'oerrors': 0,
     'opackets': 225998096,
     'rx_bps': 20996110336.0,
     'rx_bps_L1': 22636431936.0,
     'rx_pps': 10252010.0,
     'rx_util': 90.545727744,
     'tx_bps': 23204833280.0,
     'tx_bps_L1': 25017711039.999996,
     'tx_pps': 11330486.0,
     'tx_util': 100.07084415999998},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 26.440853118896484,
            'cpu_util': 21.940370559692383,
            'cpu_util_raw': 21.0625,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 5590751,
            'rx_bps': 41992187904.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 20504002.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 46409768960.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 22661018.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 104657545626,
           'ierrors': 0,
           'ipackets': 408818563,
           'obytes': 115712208128,
           'oerrors': 0,
           'opackets': 452000836,
           'rx_bps': 41992183808.0,
           'rx_bps_L1': 45272824128.0,
           'rx_pps': 20504002.0,
           'rx_util': 181.09129651199999,
           'tx_bps': 46409768960.0,
           'tx_bps_L1': 50035531840.0,
           'tx_pps': 22661018.0,
           'tx_util': 200.14212736}}
16/09/2020 10:15:07                         pktgen: {'ibytes': 52329182797,
 'ierrors': 0,
 'ipackets': 204410884,
 'obytes': 57856699392,
 'oerrors': 0,
 'opackets': 226002740,
 'rx_bps': 20996073472.0,
 'rx_bps_L1': 22636392192.0,
 'rx_pps': 10251992.0,
 'rx_util': 90.545568768,
 'tx_bps': 23204935680.0,
 'tx_bps_L1': 25017820800.000004,
 'tx_pps': 11330532.0,
 'tx_util': 100.07128320000001}
16/09/2020 10:15:07                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 23204935680.000000, tx_pps: 11330532.000000 
16/09/2020 10:15:07                         pktgen: {'ibytes': 52328362829,
 'ierrors': 0,
 'ipackets': 204407679,
 'obytes': 57855508736,
 'oerrors': 0,
 'opackets': 225998096,
 'rx_bps': 20996110336.0,
 'rx_bps_L1': 22636431936.0,
 'rx_pps': 10252010.0,
 'rx_util': 90.545727744,
 'tx_bps': 23204833280.0,
 'tx_bps_L1': 25017711039.999996,
 'tx_pps': 11330486.0,
 'tx_util': 100.07084415999998}
16/09/2020 10:15:07                         pktgen: Rx Port 1 stats: 
rx_port: 1,  rx_bps: 20996110336.000000, rx_pps: 10252010.000000
16/09/2020 10:15:07                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.1.255',
                                              'src': '198.18.1.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 0,
 'tx_port': 1}
16/09/2020 10:15:07                         pktgen: {0: {'ibytes': 52343027021,
     'ierrors': 0,
     'ipackets': 204464963,
     'obytes': 57871860736,
     'oerrors': 0,
     'opackets': 226061969,
     'rx_bps': 20996073472.0,
     'rx_bps_L1': 22636392192.0,
     'rx_pps': 10251992.0,
     'rx_util': 90.545568768,
     'tx_bps': 23204935680.0,
     'tx_bps_L1': 25017820800.000004,
     'tx_pps': 11330532.0,
     'tx_util': 100.07128320000001},
 1: {'ibytes': 52342209869,
     'ierrors': 0,
     'ipackets': 204461768,
     'obytes': 57870676992,
     'oerrors': 0,
     'opackets': 226057341,
     'rx_bps': 20996110336.0,
     'rx_bps_L1': 22636431936.0,
     'rx_pps': 10252010.0,
     'rx_util': 90.545727744,
     'tx_bps': 23204833280.0,
     'tx_bps_L1': 25017711039.999996,
     'tx_pps': 11330486.0,
     'tx_util': 100.07084415999998},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 26.440853118896484,
            'cpu_util': 21.940370559692383,
            'cpu_util_raw': 21.0625,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 5594222,
            'rx_bps': 41992187904.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 20504002.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 46409768960.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 22661018.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 104685236890,
           'ierrors': 0,
           'ipackets': 408926731,
           'obytes': 115742537728,
           'oerrors': 0,
           'opackets': 452119310,
           'rx_bps': 41992183808.0,
           'rx_bps_L1': 45272824128.0,
           'rx_pps': 20504002.0,
           'rx_util': 181.09129651199999,
           'tx_bps': 46409768960.0,
           'tx_bps_L1': 50035531840.0,
           'tx_pps': 22661018.0,
           'tx_util': 200.14212736}}
16/09/2020 10:15:07                         pktgen: {'ibytes': 52342209869,
 'ierrors': 0,
 'ipackets': 204461768,
 'obytes': 57870676992,
 'oerrors': 0,
 'opackets': 226057341,
 'rx_bps': 20996110336.0,
 'rx_bps_L1': 22636431936.0,
 'rx_pps': 10252010.0,
 'rx_util': 90.545727744,
 'tx_bps': 23204833280.0,
 'tx_bps_L1': 25017711039.999996,
 'tx_pps': 11330486.0,
 'tx_util': 100.07084415999998}
16/09/2020 10:15:07                         pktgen: Tx Port 1 stats: 
tx_port: 1,  tx_bps: 23204833280.000000, tx_pps: 11330486.000000 
16/09/2020 10:15:07                         pktgen: {'ibytes': 52343027021,
 'ierrors': 0,
 'ipackets': 204464963,
 'obytes': 57871860736,
 'oerrors': 0,
 'opackets': 226061969,
 'rx_bps': 20996073472.0,
 'rx_bps_L1': 22636392192.0,
 'rx_pps': 10251992.0,
 'rx_util': 90.545568768,
 'tx_bps': 23204935680.0,
 'tx_bps_L1': 25017820800.000004,
 'tx_pps': 11330532.0,
 'tx_util': 100.07128320000001}
16/09/2020 10:15:07                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 20996073472.000000, rx_pps: 10251992.000000
16/09/2020 10:15:07                         pktgen: throughput: pps_rx 20504002.000000, bps_rx 41992183808.000000
16/09/2020 10:15:07                         pktgen: traffic completed. 
16/09/2020 10:15:07            TestVfL3fwdKernelPf: wait 10 second after traffic stop
16/09/2020 10:15:17            TestVfL3fwdKernelPf: Executing l3fwd with MATCH_MODE.LPM mode, 2 ports, 4C/4T-2Q and 512 frame size
16/09/2020 10:15:17            TestVfL3fwdKernelPf: <./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd -v -c 0x3c0000000 -n 4 -w 0000:af:01.0 -w 0000:af:11.0 -- -p 0x3 --config '(0,0,30),(0,1,31),(1,0,32),(1,1,33)' --parse-ptype> is the same command as previous one, ignore re-start l3fwd
16/09/2020 10:15:17            TestVfL3fwdKernelPf: {'stream': [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.0.1', 'dst': '198.18.0.255', 'step': 1, 'action': 'random'}}}], [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.1.1', 'dst': '198.18.1.255', 'step': 1, 'action': 'random'}}}]], 'rate': 100, 'traffic_opt': {'method': 'throughput', 'duration': 20}}
16/09/2020 10:15:17                         pktgen: test port 0 map gen port 0
16/09/2020 10:15:17                         pktgen: test port 1 map gen port 1
16/09/2020 10:15:17                         pktgen: test port 1 map gen port 1
16/09/2020 10:15:17                         pktgen: test port 0 map gen port 0
16/09/2020 10:15:17                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:15:17                         pktgen: trex port <1> not support flow control
16/09/2020 10:15:17                         pktgen: check the trex port link status
16/09/2020 10:15:17                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:00',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:31:ac',
 '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': 0,
 'pci_addr': '0000:18:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:31:ac',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:15:17                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:15:17                         pktgen: begin traffic ......
16/09/2020 10:15:17                         pktgen: {'ports': [0, 1], 'mult': '100%', 'core_mask': None, 'force': True}
16/09/2020 10:15:37                         pktgen: begin get port statistic ...
16/09/2020 10:15:37                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.0.255',
                                              'src': '198.18.0.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 1,
 'tx_port': 0}
16/09/2020 10:15:37                         pktgen: {0: {'ibytes': 60220798541,
     'ierrors': 0,
     'ipackets': 117618754,
     'obytes': 60220733440,
     'oerrors': 0,
     'opackets': 117618626,
     'rx_bps': 24015142912.0,
     'rx_bps_L1': 24953234432.0,
     'rx_pps': 5863072.0,
     'rx_util': 99.812937728,
     'tx_bps': 24015132672.0,
     'tx_bps_L1': 24953223872.0,
     'tx_pps': 5863070.0,
     'tx_util': 99.812895488},
 1: {'ibytes': 60218550349,
     'ierrors': 0,
     'ipackets': 117614363,
     'obytes': 60218484224,
     'oerrors': 0,
     'opackets': 117614232,
     'rx_bps': 24015278080.0,
     'rx_bps_L1': 24953374880.0,
     'rx_pps': 5863105.0,
     'rx_util': 99.81349952000001,
     'tx_bps': 24015288320.0,
     'tx_bps_L1': 24953385600.0,
     'tx_pps': 5863108.0,
     'tx_util': 99.8135424},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 9.74019718170166,
            'cpu_util': 61.63943862915039,
            'cpu_util_raw': 61.0625,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 151828349,
            'rx_bps': 48030420992.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 11726177.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 48030420992.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 11726178.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 120439348890,
           'ierrors': 0,
           'ipackets': 235233117,
           'obytes': 120439217664,
           'oerrors': 0,
           'opackets': 235232858,
           'rx_bps': 48030420992.0,
           'rx_bps_L1': 49906609312.0,
           'rx_pps': 11726177.0,
           'rx_util': 199.626437248,
           'tx_bps': 48030420992.0,
           'tx_bps_L1': 49906609472.0,
           'tx_pps': 11726178.0,
           'tx_util': 199.626437888}}
16/09/2020 10:15:37                         pktgen: {'ibytes': 60220798541,
 'ierrors': 0,
 'ipackets': 117618754,
 'obytes': 60220733440,
 'oerrors': 0,
 'opackets': 117618626,
 'rx_bps': 24015142912.0,
 'rx_bps_L1': 24953234432.0,
 'rx_pps': 5863072.0,
 'rx_util': 99.812937728,
 'tx_bps': 24015132672.0,
 'tx_bps_L1': 24953223872.0,
 'tx_pps': 5863070.0,
 'tx_util': 99.812895488}
16/09/2020 10:15:37                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 24015132672.000000, tx_pps: 5863070.000000 
16/09/2020 10:15:37                         pktgen: {'ibytes': 60218550349,
 'ierrors': 0,
 'ipackets': 117614363,
 'obytes': 60218484224,
 'oerrors': 0,
 'opackets': 117614232,
 'rx_bps': 24015278080.0,
 'rx_bps_L1': 24953374880.0,
 'rx_pps': 5863105.0,
 'rx_util': 99.81349952000001,
 'tx_bps': 24015288320.0,
 'tx_bps_L1': 24953385600.0,
 'tx_pps': 5863108.0,
 'tx_util': 99.8135424}
16/09/2020 10:15:37                         pktgen: Rx Port 1 stats: 
rx_port: 1,  rx_bps: 24015278080.000000, rx_pps: 5863105.000000
16/09/2020 10:15:37                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.1.255',
                                              'src': '198.18.1.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 0,
 'tx_port': 1}
16/09/2020 10:15:37                         pktgen: {0: {'ibytes': 60236016717,
     'ierrors': 0,
     'ipackets': 117648477,
     'obytes': 60235952640,
     'oerrors': 0,
     'opackets': 117648349,
     'rx_bps': 24015142912.0,
     'rx_bps_L1': 24953234432.0,
     'rx_pps': 5863072.0,
     'rx_util': 99.812937728,
     'tx_bps': 24015132672.0,
     'tx_bps_L1': 24953223872.0,
     'tx_pps': 5863070.0,
     'tx_util': 99.812895488},
 1: {'ibytes': 60233767501,
     'ierrors': 0,
     'ipackets': 117644084,
     'obytes': 60233700864,
     'oerrors': 0,
     'opackets': 117643954,
     'rx_bps': 24015278080.0,
     'rx_bps_L1': 24953374880.0,
     'rx_pps': 5863105.0,
     'rx_util': 99.81349952000001,
     'tx_bps': 24015288320.0,
     'tx_bps_L1': 24953385600.0,
     'tx_pps': 5863108.0,
     'tx_util': 99.8135424},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 9.74019718170166,
            'cpu_util': 61.63943862915039,
            'cpu_util_raw': 61.0625,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 151864648,
            'rx_bps': 48030420992.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 11726177.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 48030420992.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 11726178.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 120469784218,
           'ierrors': 0,
           'ipackets': 235292561,
           'obytes': 120469653504,
           'oerrors': 0,
           'opackets': 235292303,
           'rx_bps': 48030420992.0,
           'rx_bps_L1': 49906609312.0,
           'rx_pps': 11726177.0,
           'rx_util': 199.626437248,
           'tx_bps': 48030420992.0,
           'tx_bps_L1': 49906609472.0,
           'tx_pps': 11726178.0,
           'tx_util': 199.626437888}}
16/09/2020 10:15:37                         pktgen: {'ibytes': 60233767501,
 'ierrors': 0,
 'ipackets': 117644084,
 'obytes': 60233700864,
 'oerrors': 0,
 'opackets': 117643954,
 'rx_bps': 24015278080.0,
 'rx_bps_L1': 24953374880.0,
 'rx_pps': 5863105.0,
 'rx_util': 99.81349952000001,
 'tx_bps': 24015288320.0,
 'tx_bps_L1': 24953385600.0,
 'tx_pps': 5863108.0,
 'tx_util': 99.8135424}
16/09/2020 10:15:37                         pktgen: Tx Port 1 stats: 
tx_port: 1,  tx_bps: 24015288320.000000, tx_pps: 5863108.000000 
16/09/2020 10:15:37                         pktgen: {'ibytes': 60236016717,
 'ierrors': 0,
 'ipackets': 117648477,
 'obytes': 60235952640,
 'oerrors': 0,
 'opackets': 117648349,
 'rx_bps': 24015142912.0,
 'rx_bps_L1': 24953234432.0,
 'rx_pps': 5863072.0,
 'rx_util': 99.812937728,
 'tx_bps': 24015132672.0,
 'tx_bps_L1': 24953223872.0,
 'tx_pps': 5863070.0,
 'tx_util': 99.812895488}
16/09/2020 10:15:37                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 24015142912.000000, rx_pps: 5863072.000000
16/09/2020 10:15:37                         pktgen: throughput: pps_rx 11726177.000000, bps_rx 48030420992.000000
16/09/2020 10:15:37                         pktgen: traffic completed. 
16/09/2020 10:15:37            TestVfL3fwdKernelPf: wait 10 second after traffic stop
16/09/2020 10:15:47            TestVfL3fwdKernelPf: Executing l3fwd with MATCH_MODE.LPM mode, 2 ports, 4C/4T-2Q and 1024 frame size
16/09/2020 10:15:47            TestVfL3fwdKernelPf: <./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd -v -c 0x3c0000000 -n 4 -w 0000:af:01.0 -w 0000:af:11.0 -- -p 0x3 --config '(0,0,30),(0,1,31),(1,0,32),(1,1,33)' --parse-ptype> is the same command as previous one, ignore re-start l3fwd
16/09/2020 10:15:47            TestVfL3fwdKernelPf: {'stream': [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.0.1', 'dst': '198.18.0.255', 'step': 1, 'action': 'random'}}}], [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.1.1', 'dst': '198.18.1.255', 'step': 1, 'action': 'random'}}}]], 'rate': 100, 'traffic_opt': {'method': 'throughput', 'duration': 20}}
16/09/2020 10:15:47                         pktgen: test port 0 map gen port 0
16/09/2020 10:15:47                         pktgen: test port 1 map gen port 1
16/09/2020 10:15:47                         pktgen: test port 1 map gen port 1
16/09/2020 10:15:47                         pktgen: test port 0 map gen port 0
16/09/2020 10:15:47                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:15:47                         pktgen: trex port <1> not support flow control
16/09/2020 10:15:47                         pktgen: check the trex port link status
16/09/2020 10:15:47                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:00',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:31:ac',
 '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': 0,
 'pci_addr': '0000:18:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:31:ac',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:15:47                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:15:47                         pktgen: begin traffic ......
16/09/2020 10:15:47                         pktgen: {'ports': [0, 1], 'mult': '100%', 'core_mask': None, 'force': True}
16/09/2020 10:16:07                         pktgen: begin get port statistic ...
16/09/2020 10:16:07                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.0.255',
                                              'src': '198.18.0.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 1,
 'tx_port': 0}
16/09/2020 10:16:07                         pktgen: {0: {'ibytes': 61375259725,
     'ierrors': 0,
     'ipackets': 59936781,
     'obytes': 61375229952,
     'oerrors': 0,
     'opackets': 59936750,
     'rx_bps': 24582830080.0,
     'rx_bps_L1': 25062963520.0,
     'rx_pps': 3000834.0,
     'rx_util': 100.25185407999999,
     'tx_bps': 24582830080.0,
     'tx_bps_L1': 25062963520.0,
     'tx_pps': 3000834.0,
     'tx_util': 100.25185407999999},
 1: {'ibytes': 61372312653,
     'ierrors': 0,
     'ipackets': 59933903,
     'obytes': 61372278784,
     'oerrors': 0,
     'opackets': 59933869,
     'rx_bps': 24582965248.0,
     'rx_bps_L1': 25063101328.000004,
     'rx_pps': 3000850.5,
     'rx_util': 100.25240531200001,
     'tx_bps': 24582971392.0,
     'tx_bps_L1': 25063107471.999996,
     'tx_pps': 3000850.5,
     'tx_util': 100.25242988799998},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 30.92608642578125,
            'cpu_util': 19.87230110168457,
            'cpu_util_raw': 20.4375,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 41929326,
            'rx_bps': 49165795328.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 6001684.5,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 49165799424.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 6001684.5},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 122747572378,
           'ierrors': 0,
           'ipackets': 119870684,
           'obytes': 122747508736,
           'oerrors': 0,
           'opackets': 119870619,
           'rx_bps': 49165795328.0,
           'rx_bps_L1': 50126064848.0,
           'rx_pps': 6001684.5,
           'rx_util': 200.504259392,
           'tx_bps': 49165801472.0,
           'tx_bps_L1': 50126070992.0,
           'tx_pps': 6001684.5,
           'tx_util': 200.50428396799998}}
16/09/2020 10:16:07                         pktgen: {'ibytes': 61375259725,
 'ierrors': 0,
 'ipackets': 59936781,
 'obytes': 61375229952,
 'oerrors': 0,
 'opackets': 59936750,
 'rx_bps': 24582830080.0,
 'rx_bps_L1': 25062963520.0,
 'rx_pps': 3000834.0,
 'rx_util': 100.25185407999999,
 'tx_bps': 24582830080.0,
 'tx_bps_L1': 25062963520.0,
 'tx_pps': 3000834.0,
 'tx_util': 100.25185407999999}
16/09/2020 10:16:07                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 24582830080.000000, tx_pps: 3000834.000000 
16/09/2020 10:16:07                         pktgen: {'ibytes': 61372312653,
 'ierrors': 0,
 'ipackets': 59933903,
 'obytes': 61372278784,
 'oerrors': 0,
 'opackets': 59933869,
 'rx_bps': 24582965248.0,
 'rx_bps_L1': 25063101328.000004,
 'rx_pps': 3000850.5,
 'rx_util': 100.25240531200001,
 'tx_bps': 24582971392.0,
 'tx_bps_L1': 25063107471.999996,
 'tx_pps': 3000850.5,
 'tx_util': 100.25242988799998}
16/09/2020 10:16:07                         pktgen: Rx Port 1 stats: 
rx_port: 1,  rx_bps: 24582965248.000000, rx_pps: 3000850.500000
16/09/2020 10:16:07                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.1.255',
                                              'src': '198.18.1.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 0,
 'tx_port': 1}
16/09/2020 10:16:07                         pktgen: {0: {'ibytes': 61392299085,
     'ierrors': 0,
     'ipackets': 59953421,
     'obytes': 61392267264,
     'oerrors': 0,
     'opackets': 59953388,
     'rx_bps': 24582830080.0,
     'rx_bps_L1': 25062963520.0,
     'rx_pps': 3000834.0,
     'rx_util': 100.25185407999999,
     'tx_bps': 24582830080.0,
     'tx_bps_L1': 25062963520.0,
     'tx_pps': 3000834.0,
     'tx_util': 100.25185407999999},
 1: {'ibytes': 61389352013,
     'ierrors': 0,
     'ipackets': 59950543,
     'obytes': 61389318144,
     'oerrors': 0,
     'opackets': 59950510,
     'rx_bps': 24582965248.0,
     'rx_bps_L1': 25063101328.000004,
     'rx_pps': 3000850.5,
     'rx_util': 100.25240531200001,
     'tx_bps': 24582971392.0,
     'tx_bps_L1': 25063107471.999996,
     'tx_pps': 3000850.5,
     'tx_util': 100.25242988799998},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 30.92608642578125,
            'cpu_util': 19.87230110168457,
            'cpu_util_raw': 20.4375,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 41944413,
            'rx_bps': 49165795328.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 6001684.5,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 49165799424.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 6001684.5},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 122781651098,
           'ierrors': 0,
           'ipackets': 119903964,
           'obytes': 122781585408,
           'oerrors': 0,
           'opackets': 119903898,
           'rx_bps': 49165795328.0,
           'rx_bps_L1': 50126064848.0,
           'rx_pps': 6001684.5,
           'rx_util': 200.504259392,
           'tx_bps': 49165801472.0,
           'tx_bps_L1': 50126070992.0,
           'tx_pps': 6001684.5,
           'tx_util': 200.50428396799998}}
16/09/2020 10:16:07                         pktgen: {'ibytes': 61389352013,
 'ierrors': 0,
 'ipackets': 59950543,
 'obytes': 61389318144,
 'oerrors': 0,
 'opackets': 59950510,
 'rx_bps': 24582965248.0,
 'rx_bps_L1': 25063101328.000004,
 'rx_pps': 3000850.5,
 'rx_util': 100.25240531200001,
 'tx_bps': 24582971392.0,
 'tx_bps_L1': 25063107471.999996,
 'tx_pps': 3000850.5,
 'tx_util': 100.25242988799998}
16/09/2020 10:16:07                         pktgen: Tx Port 1 stats: 
tx_port: 1,  tx_bps: 24582971392.000000, tx_pps: 3000850.500000 
16/09/2020 10:16:07                         pktgen: {'ibytes': 61392299085,
 'ierrors': 0,
 'ipackets': 59953421,
 'obytes': 61392267264,
 'oerrors': 0,
 'opackets': 59953388,
 'rx_bps': 24582830080.0,
 'rx_bps_L1': 25062963520.0,
 'rx_pps': 3000834.0,
 'rx_util': 100.25185407999999,
 'tx_bps': 24582830080.0,
 'tx_bps_L1': 25062963520.0,
 'tx_pps': 3000834.0,
 'tx_util': 100.25185407999999}
16/09/2020 10:16:07                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 24582830080.000000, rx_pps: 3000834.000000
16/09/2020 10:16:07                         pktgen: throughput: pps_rx 6001684.500000, bps_rx 49165795328.000000
16/09/2020 10:16:07                         pktgen: traffic completed. 
16/09/2020 10:16:07            TestVfL3fwdKernelPf: wait 10 second after traffic stop
16/09/2020 10:16:17            TestVfL3fwdKernelPf: Executing l3fwd with MATCH_MODE.LPM mode, 2 ports, 4C/4T-2Q and 1280 frame size
16/09/2020 10:16:17            TestVfL3fwdKernelPf: <./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd -v -c 0x3c0000000 -n 4 -w 0000:af:01.0 -w 0000:af:11.0 -- -p 0x3 --config '(0,0,30),(0,1,31),(1,0,32),(1,1,33)' --parse-ptype> is the same command as previous one, ignore re-start l3fwd
16/09/2020 10:16:17            TestVfL3fwdKernelPf: {'stream': [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.0.1', 'dst': '198.18.0.255', 'step': 1, 'action': 'random'}}}], [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.1.1', 'dst': '198.18.1.255', 'step': 1, 'action': 'random'}}}]], 'rate': 100, 'traffic_opt': {'method': 'throughput', 'duration': 20}}
16/09/2020 10:16:17                         pktgen: test port 0 map gen port 0
16/09/2020 10:16:17                         pktgen: test port 1 map gen port 1
16/09/2020 10:16:17                         pktgen: test port 1 map gen port 1
16/09/2020 10:16:17                         pktgen: test port 0 map gen port 0
16/09/2020 10:16:17                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:16:17                         pktgen: trex port <1> not support flow control
16/09/2020 10:16:17                         pktgen: check the trex port link status
16/09/2020 10:16:17                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:00',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:31:ac',
 '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': 0,
 'pci_addr': '0000:18:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:31:ac',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:16:17                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:16:17                         pktgen: begin traffic ......
16/09/2020 10:16:17                         pktgen: {'ports': [0, 1], 'mult': '100%', 'core_mask': None, 'force': True}
16/09/2020 10:16:37                         pktgen: begin get port statistic ...
16/09/2020 10:16:37                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.0.255',
                                              'src': '198.18.0.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 1,
 'tx_port': 0}
16/09/2020 10:16:37                         pktgen: {0: {'ibytes': 61610720077,
     'ierrors': 0,
     'ipackets': 48133378,
     'obytes': 61610702080,
     'oerrors': 0,
     'opackets': 48133364,
     'rx_bps': 24574814208.0,
     'rx_bps_L1': 24958795768.0,
     'rx_pps': 2399884.75,
     'rx_util': 99.835183072,
     'tx_bps': 24574814208.0,
     'tx_bps_L1': 24958795808.0,
     'tx_pps': 2399885.0,
     'tx_util': 99.835183232},
 1: {'ibytes': 61608217677,
     'ierrors': 0,
     'ipackets': 48131423,
     'obytes': 61608200960,
     'oerrors': 0,
     'opackets': 48131411,
     'rx_bps': 24574967808.0,
     'rx_bps_L1': 24958951688.0,
     'rx_pps': 2399899.25,
     'rx_util': 99.835806752,
     'tx_bps': 24574967808.0,
     'tx_bps_L1': 24958951768.0,
     'tx_pps': 2399899.75,
     'tx_util': 99.83580707200001},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 32.753231048583984,
            'cpu_util': 18.757606506347656,
            'cpu_util_raw': 17.9375,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 41339440,
            'rx_bps': 49149779968.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 4799784.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 49149779968.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 4799785.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 123218937754,
           'ierrors': 0,
           'ipackets': 96264801,
           'obytes': 123218903040,
           'oerrors': 0,
           'opackets': 96264775,
           'rx_bps': 49149782016.0,
           'rx_bps_L1': 49917747456.0,
           'rx_pps': 4799784.0,
           'rx_util': 199.670989824,
           'tx_bps': 49149782016.0,
           'tx_bps_L1': 49917747576.0,
           'tx_pps': 4799784.75,
           'tx_util': 199.67099030400001}}
16/09/2020 10:16:37                         pktgen: {'ibytes': 61610720077,
 'ierrors': 0,
 'ipackets': 48133378,
 'obytes': 61610702080,
 'oerrors': 0,
 'opackets': 48133364,
 'rx_bps': 24574814208.0,
 'rx_bps_L1': 24958795768.0,
 'rx_pps': 2399884.75,
 'rx_util': 99.835183072,
 'tx_bps': 24574814208.0,
 'tx_bps_L1': 24958795808.0,
 'tx_pps': 2399885.0,
 'tx_util': 99.835183232}
16/09/2020 10:16:37                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 24574814208.000000, tx_pps: 2399885.000000 
16/09/2020 10:16:37                         pktgen: {'ibytes': 61608217677,
 'ierrors': 0,
 'ipackets': 48131423,
 'obytes': 61608200960,
 'oerrors': 0,
 'opackets': 48131411,
 'rx_bps': 24574967808.0,
 'rx_bps_L1': 24958951688.0,
 'rx_pps': 2399899.25,
 'rx_util': 99.835806752,
 'tx_bps': 24574967808.0,
 'tx_bps_L1': 24958951768.0,
 'tx_pps': 2399899.75,
 'tx_util': 99.83580707200001}
16/09/2020 10:16:37                         pktgen: Rx Port 1 stats: 
rx_port: 1,  rx_bps: 24574967808.000000, rx_pps: 2399899.250000
16/09/2020 10:16:37                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.1.255',
                                              'src': '198.18.1.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 0,
 'tx_port': 1}
16/09/2020 10:16:37                         pktgen: {0: {'ibytes': 61626745677,
     'ierrors': 0,
     'ipackets': 48145898,
     'obytes': 61626728960,
     'oerrors': 0,
     'opackets': 48145883,
     'rx_bps': 24574814208.0,
     'rx_bps_L1': 24958795768.0,
     'rx_pps': 2399884.75,
     'rx_util': 99.835183072,
     'tx_bps': 24574814208.0,
     'tx_bps_L1': 24958795808.0,
     'tx_pps': 2399885.0,
     'tx_util': 99.835183232},
 1: {'ibytes': 61624244557,
     'ierrors': 0,
     'ipackets': 48143944,
     'obytes': 61624226560,
     'oerrors': 0,
     'opackets': 48143930,
     'rx_bps': 24574967808.0,
     'rx_bps_L1': 24958951688.0,
     'rx_pps': 2399899.25,
     'rx_util': 99.835806752,
     'tx_bps': 24574967808.0,
     'tx_bps_L1': 24958951768.0,
     'tx_pps': 2399899.75,
     'tx_util': 99.83580707200001},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 32.753231048583984,
            'cpu_util': 18.757606506347656,
            'cpu_util_raw': 17.9375,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 41352259,
            'rx_bps': 49149779968.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 4799784.0,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 49149779968.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 4799785.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 123250990234,
           'ierrors': 0,
           'ipackets': 96289842,
           'obytes': 123250955520,
           'oerrors': 0,
           'opackets': 96289813,
           'rx_bps': 49149782016.0,
           'rx_bps_L1': 49917747456.0,
           'rx_pps': 4799784.0,
           'rx_util': 199.670989824,
           'tx_bps': 49149782016.0,
           'tx_bps_L1': 49917747576.0,
           'tx_pps': 4799784.75,
           'tx_util': 199.67099030400001}}
16/09/2020 10:16:37                         pktgen: {'ibytes': 61624244557,
 'ierrors': 0,
 'ipackets': 48143944,
 'obytes': 61624226560,
 'oerrors': 0,
 'opackets': 48143930,
 'rx_bps': 24574967808.0,
 'rx_bps_L1': 24958951688.0,
 'rx_pps': 2399899.25,
 'rx_util': 99.835806752,
 'tx_bps': 24574967808.0,
 'tx_bps_L1': 24958951768.0,
 'tx_pps': 2399899.75,
 'tx_util': 99.83580707200001}
16/09/2020 10:16:37                         pktgen: Tx Port 1 stats: 
tx_port: 1,  tx_bps: 24574967808.000000, tx_pps: 2399899.750000 
16/09/2020 10:16:37                         pktgen: {'ibytes': 61626745677,
 'ierrors': 0,
 'ipackets': 48145898,
 'obytes': 61626728960,
 'oerrors': 0,
 'opackets': 48145883,
 'rx_bps': 24574814208.0,
 'rx_bps_L1': 24958795768.0,
 'rx_pps': 2399884.75,
 'rx_util': 99.835183072,
 'tx_bps': 24574814208.0,
 'tx_bps_L1': 24958795808.0,
 'tx_pps': 2399885.0,
 'tx_util': 99.835183232}
16/09/2020 10:16:37                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 24574814208.000000, rx_pps: 2399884.750000
16/09/2020 10:16:37                         pktgen: throughput: pps_rx 4799784.000000, bps_rx 49149782016.000000
16/09/2020 10:16:37                         pktgen: traffic completed. 
16/09/2020 10:16:37            TestVfL3fwdKernelPf: wait 10 second after traffic stop
16/09/2020 10:16:47            TestVfL3fwdKernelPf: Executing l3fwd with MATCH_MODE.LPM mode, 2 ports, 4C/4T-2Q and 1518 frame size
16/09/2020 10:16:47            TestVfL3fwdKernelPf: <./x86_64-native-linuxapp-gcc/examples/dpdk-l3fwd -v -c 0x3c0000000 -n 4 -w 0000:af:01.0 -w 0000:af:11.0 -- -p 0x3 --config '(0,0,30),(0,1,31),(1,0,32),(1,1,33)' --parse-ptype> is the same command as previous one, ignore re-start l3fwd
16/09/2020 10:16:47            TestVfL3fwdKernelPf: {'stream': [[<Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.0.1', 'dst': '198.18.0.255', 'step': 1, 'action': 'random'}}}], [<Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>, {'ip': {'dst': {'src': '198.18.1.1', 'dst': '198.18.1.255', 'step': 1, 'action': 'random'}}}]], 'rate': 100, 'traffic_opt': {'method': 'throughput', 'duration': 20}}
16/09/2020 10:16:47                         pktgen: test port 0 map gen port 0
16/09/2020 10:16:47                         pktgen: test port 1 map gen port 1
16/09/2020 10:16:47                         pktgen: test port 1 map gen port 1
16/09/2020 10:16:47                         pktgen: test port 0 map gen port 0
16/09/2020 10:16:47                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'off',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:16:47                         pktgen: trex port <1> not support flow control
16/09/2020 10:16:47                         pktgen: check the trex port link status
16/09/2020 10:16:47                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:00',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:31:ac',
 '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': 0,
 'pci_addr': '0000:18:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:31:ac',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:16:47                         pktgen: {'arp': '-',
 'cores': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
 'description': 'Ethernet Controller XXV710 for 25GbE SFP28',
 'dest': '00:00:00:00:01:01',
 'driver': 'net_i40e',
 'fc': 'none',
 'fc_supported': 'no',
 'grat_arp': 'off',
 'hw_mac': '3c:fd:fe:cf:30:b0',
 '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': 0,
 'pci_addr': '0000:1a:00.0',
 'prom': 'on',
 'prom_supported': 'yes',
 'rx': {'caps': ['flow_stats', 'latency'], 'counters': 127},
 'rx_filter_mode': 'hardware match',
 'rx_queue': 'off',
 'speed': 25.0,
 'src_ipv4': '-',
 'src_mac': '3c:fd:fe:cf:30:b0',
 'stack': 'legacy',
 'status': 'IDLE',
 'supp_speeds': [25000],
 'vlan': '-',
 'vxlan_fs': '-'}
16/09/2020 10:16:47                         pktgen: begin traffic ......
16/09/2020 10:16:47                         pktgen: {'ports': [0, 1], 'mult': '100%', 'core_mask': None, 'force': True}
16/09/2020 10:17:07                         pktgen: begin get port statistic ...
16/09/2020 10:17:07                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.0.255',
                                              'src': '198.18.0.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:01 src=02:00:00:00:00:00 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.0.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 1,
 'tx_port': 0}
16/09/2020 10:17:07                         pktgen: {0: {'ibytes': 61758169385,
     'ierrors': 0,
     'ipackets': 40683910,
     'obytes': 61758161718,
     'oerrors': 0,
     'opackets': 40683904,
     'rx_bps': 24757905408.0,
     'rx_bps_L1': 25084096568.0,
     'rx_pps': 2038694.75,
     'rx_util': 100.33638627200001,
     'tx_bps': 24757901312.0,
     'tx_bps_L1': 25084092332.0,
     'tx_pps': 2038693.875,
     'tx_util': 100.336369328},
 1: {'ibytes': 61757018741,
     'ierrors': 0,
     'ipackets': 40683151,
     'obytes': 61757015628,
     'oerrors': 0,
     'opackets': 40683148,
     'rx_bps': 24588826624.0,
     'rx_bps_L1': 24912790064.0,
     'rx_pps': 2024771.5,
     'rx_util': 99.651160256,
     'tx_bps': 24588830720.0,
     'tx_bps_L1': 24912794200.0,
     'tx_pps': 2024771.75,
     'tx_util': 99.6511768},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 52.51360321044922,
            'cpu_util': 11.786453247070312,
            'cpu_util_raw': 11.3125,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 22853051,
            'rx_bps': 49515941888.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 4077399.5,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 49515929600.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 4077399.0},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 123515188126,
           'ierrors': 0,
           'ipackets': 81367061,
           'obytes': 123515177346,
           'oerrors': 0,
           'opackets': 81367052,
           'rx_bps': 49346732032.0,
           'rx_bps_L1': 49996886632.0,
           'rx_pps': 4063466.25,
           'rx_util': 199.987546528,
           'tx_bps': 49346732032.0,
           'tx_bps_L1': 49996886532.0,
           'tx_pps': 4063465.625,
           'tx_util': 199.98754612800002}}
16/09/2020 10:17:07                         pktgen: {'ibytes': 61758169385,
 'ierrors': 0,
 'ipackets': 40683910,
 'obytes': 61758161718,
 'oerrors': 0,
 'opackets': 40683904,
 'rx_bps': 24757905408.0,
 'rx_bps_L1': 25084096568.0,
 'rx_pps': 2038694.75,
 'rx_util': 100.33638627200001,
 'tx_bps': 24757901312.0,
 'tx_bps_L1': 25084092332.0,
 'tx_pps': 2038693.875,
 'tx_util': 100.336369328}
16/09/2020 10:17:07                         pktgen: Tx Port 0 stats: 
tx_port: 0,  tx_bps: 24757901312.000000, tx_pps: 2038693.875000 
16/09/2020 10:17:07                         pktgen: {'ibytes': 61757018741,
 'ierrors': 0,
 'ipackets': 40683151,
 'obytes': 61757015628,
 'oerrors': 0,
 'opackets': 40683148,
 'rx_bps': 24588826624.0,
 'rx_bps_L1': 24912790064.0,
 'rx_pps': 2024771.5,
 'rx_util': 99.651160256,
 'tx_bps': 24588830720.0,
 'tx_bps_L1': 24912794200.0,
 'tx_pps': 2024771.75,
 'tx_util': 99.6511768}
16/09/2020 10:17:07                         pktgen: Rx Port 1 stats: 
rx_port: 1,  rx_bps: 24588826624.000000, rx_pps: 2024771.500000
16/09/2020 10:17:07                         pktgen: {'options': {'fields_config': {'ip': {'dst': {'action': 'random',
                                              'dst': '198.18.1.255',
                                              'src': '198.18.1.1',
                                              'step': 1}}},
             'pcap': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
             'stream_config': {'rate': 100,
                               'transmit_mode': 'continuous',
                               'txmode': {}}},
 'pcap_file': <Ether  dst=00:12:34:56:78:02 src=02:00:00:00:00:01 type=IPv4 |<IP  version=4 tos=0x0 id=1 frag=0 ttl=64 src=198.18.1.1 dst=127.0.0.1 |<Raw  load='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' |>>>,
 'rx_port': 0,
 'tx_port': 1}
16/09/2020 10:17:07                         pktgen: {0: {'ibytes': 61773856397,
     'ierrors': 0,
     'ipackets': 40694243,
     'obytes': 61773848730,
     'oerrors': 0,
     'opackets': 40694236,
     'rx_bps': 24588754944.0,
     'rx_bps_L1': 24912717484.0,
     'rx_pps': 2024765.875,
     'rx_util': 99.65086993599999,
     'tx_bps': 24588740608.0,
     'tx_bps_L1': 24912703007.999996,
     'tx_pps': 2024765.0,
     'tx_util': 99.65081203199998},
 1: {'ibytes': 61772684501,
     'ierrors': 0,
     'ipackets': 40693471,
     'obytes': 61772682906,
     'oerrors': 0,
     'opackets': 40693469,
     'rx_bps': 24588826624.0,
     'rx_bps_L1': 24912790064.0,
     'rx_pps': 2024771.5,
     'rx_util': 99.651160256,
     'tx_bps': 24588830720.0,
     'tx_bps_L1': 24912794200.0,
     'tx_pps': 2024771.75,
     'tx_util': 99.6511768},
 'flow_stats': {},
 'global': {'active_flows': 0.0,
            'active_sockets': 0,
            'bw_per_core': 52.15475845336914,
            'cpu_util': 11.786453247070312,
            'cpu_util_raw': 11.3125,
            'open_flows': 0.0,
            'platform_factor': 1.0,
            'queue_full': 22860526,
            'rx_bps': 49177583616.0,
            'rx_core_pps': 0.0,
            'rx_cpu_util': 0.0,
            'rx_drop_bps': 0.0,
            'rx_pps': 4049537.5,
            'socket_util': 0.0,
            'total_alloc_error': 0,
            'total_clients': 0,
            'total_servers': 0,
            'tx_bps': 49177571328.0,
            'tx_cps': 0.0,
            'tx_expected_bps': 0.0,
            'tx_expected_cps': 0.0,
            'tx_expected_pps': 0.0,
            'tx_pps': 4049536.75},
 'latency': {'global': {'bad_hdr': 0, 'old_flow': 0}},
 'total': {'ibytes': 123546540898,
           'ierrors': 0,
           'ipackets': 81387714,
           'obytes': 123546531636,
           'oerrors': 0,
           'opackets': 81387705,
           'rx_bps': 49177581568.0,
           'rx_bps_L1': 49825507548.0,
           'rx_pps': 4049537.375,
           'rx_util': 199.302030192,
           'tx_bps': 49177571328.0,
           'tx_bps_L1': 49825497208.0,
           'tx_pps': 4049536.75,
           'tx_util': 199.30198883199998}}
16/09/2020 10:17:07                         pktgen: {'ibytes': 61772684501,
 'ierrors': 0,
 'ipackets': 40693471,
 'obytes': 61772682906,
 'oerrors': 0,
 'opackets': 40693469,
 'rx_bps': 24588826624.0,
 'rx_bps_L1': 24912790064.0,
 'rx_pps': 2024771.5,
 'rx_util': 99.651160256,
 'tx_bps': 24588830720.0,
 'tx_bps_L1': 24912794200.0,
 'tx_pps': 2024771.75,
 'tx_util': 99.6511768}
16/09/2020 10:17:07                         pktgen: Tx Port 1 stats: 
tx_port: 1,  tx_bps: 24588830720.000000, tx_pps: 2024771.750000 
16/09/2020 10:17:07                         pktgen: {'ibytes': 61773856397,
 'ierrors': 0,
 'ipackets': 40694243,
 'obytes': 61773848730,
 'oerrors': 0,
 'opackets': 40694236,
 'rx_bps': 24588754944.0,
 'rx_bps_L1': 24912717484.0,
 'rx_pps': 2024765.875,
 'rx_util': 99.65086993599999,
 'tx_bps': 24588740608.0,
 'tx_bps_L1': 24912703007.999996,
 'tx_pps': 2024765.0,
 'tx_util': 99.65081203199998}
16/09/2020 10:17:07                         pktgen: Rx Port 0 stats: 
rx_port: 0,  rx_bps: 24588754944.000000, rx_pps: 2024765.875000
16/09/2020 10:17:07                         pktgen: throughput: pps_rx 4049537.375000, bps_rx 49177581568.000000
16/09/2020 10:17:07                         pktgen: traffic completed. 
16/09/2020 10:17:07            TestVfL3fwdKernelPf: wait 10 second after traffic stop
16/09/2020 10:17:17            TestVfL3fwdKernelPf: [{'parameters': [{'name': 'Number of Cores/Threads/Queues',
                  'unit': '',
                  'value': '1C/1T-1Q'},
                 {'name': 'Frame size', 'unit': 'bytes', 'value': 64}],
  'performance': [{'delta': -0.585,
                   'name': 'Throughput',
                   'unit': 'Mpps',
                   'value': 32.18},
                  {'name': '% of Line Rate', 'unit': '', 'value': 43.25}],
  'status': 'pass'},
 {'parameters': [{'name': 'Number of Cores/Threads/Queues',
                  'unit': '',
                  'value': '1C/1T-1Q'},
                 {'name': 'Frame size', 'unit': 'bytes', 'value': 128}],
  'performance': [{'delta': -0.35,
                   'name': 'Throughput',
                   'unit': 'Mpps',
                   'value': 33.059},
                  {'name': '% of Line Rate', 'unit': '', 'value': 78.284}],
  'status': 'pass'},
 {'parameters': [{'name': 'Number of Cores/Threads/Queues',
                  'unit': '',
                  'value': '1C/1T-1Q'},
                 {'name': 'Frame size', 'unit': 'bytes', 'value': 256}],
  'performance': [{'delta': -0.014,
                   'name': 'Throughput',
                   'unit': 'Mpps',
                   'value': 21.212},
                  {'name': '% of Line Rate', 'unit': '', 'value': 93.671}],
  'status': 'pass'},
 {'parameters': [{'name': 'Number of Cores/Threads/Queues',
                  'unit': '',
                  'value': '1C/1T-1Q'},
                 {'name': 'Frame size', 'unit': 'bytes', 'value': 512}],
  'performance': [{'delta': 0.047,
                   'name': 'Throughput',
                   'unit': 'Mpps',
                   'value': 11.782},
                  {'name': '% of Line Rate', 'unit': '', 'value': 100.289}],
  'status': 'pass'},
 {'parameters': [{'name': 'Number of Cores/Threads/Queues',
                  'unit': '',
                  'value': '1C/1T-1Q'},
                 {'name': 'Frame size', 'unit': 'bytes', 'value': 1024}],
  'performance': [{'delta': 0.024,
                   'name': 'Throughput',
                   'unit': 'Mpps',
                   'value': 6.007},
                  {'name': '% of Line Rate', 'unit': '', 'value': 100.346}],
  'status': 'pass'},
 {'parameters': [{'name': 'Number of Cores/Threads/Queues',
                  'unit': '',
                  'value': '1C/1T-1Q'},
                 {'name': 'Frame size', 'unit': 'bytes', 'value': 1280}],
  'performance': [{'delta': 0.011,
                   'name': 'Throughput',
                   'unit': 'Mpps',
                   'value': 4.811},
                  {'name': '% of Line Rate', 'unit': '', 'value': 100.06}],
  'status': 'pass'},
 {'parameters': [{'name': 'Number of Cores/Threads/Queues',
                  'unit': '',
                  'value': '1C/1T-1Q'},
                 {'name': 'Frame size', 'unit': 'bytes', 'value': 1518}],
  'performance': [{'delta': 0.009,
                   'name': 'Throughput',
                   'unit': 'Mpps',
                   'value': 4.076},
                  {'name': '% of Line Rate', 'unit': '', 'value': 100.31}],
  'status': 'pass'},
 {'parameters': [{'name': 'Number of Cores/Threads/Queues',
                  'unit': '',
                  'value': '1C/1T-2Q'},
                 {'name': 'Frame size', 'unit': 'bytes', 'value': 64}],
  'performance': [{'delta': -0.675,
                   'name': 'Throughput',
                   'unit': 'Mpps',
                   'value': 31.168},
                  {'name': '% of Line Rate', 'unit': '', 'value': 41.89}],
  'status': 'pass'},
 {'parameters': [{'name': 'Number of Cores/Threads/Queues',
                  'unit': '',
                  'value': '1C/1T-2Q'},
                 {'name': 'Frame size', 'unit': 'bytes', 'value': 128}],
  'performance': [{'delta': -0.122,
                   'name': 'Throughput',
                   'unit': 'Mpps',
                   'value': 32.841},
                  {'name': '% of Line Rate', 'unit': '', 'value': 77.767}],
  'status': 'pass'},
 {'parameters': [{'name': 'Number of Cores/Threads/Queues',
                  'unit': '',
                  'value': '1C/1T-2Q'},
                 {'name': 'Frame size', 'unit': 'bytes', 'value': 256}],
  'performance': [{'delta': 0.013,
                   'name': 'Throughput',
                   'unit': 'Mpps',
                   'value': 21.113},
                  {'name': '% of Line Rate', 'unit': '', 'value': 93.234}],
  'status': 'pass'},
 {'parameters': [{'name': 'Number of Cores/Threads/Queues',
                  'unit': '',
                  'value': '1C/1T-2Q'},
                 {'name': 'Frame size', 'unit': 'bytes', 'value': 512}],
  'performance': [{'delta': -0.001,
                   'name': 'Throughput',
                   'unit': 'Mpps',
                   'value': 11.782},
                  {'name': '% of Line Rate', 'unit': '', 'value': 100.288}],
  'status': 'pass'},
 {'parameters': [{'name': 'Number of Cores/Threads/Queues',
                  'unit': '',
                  'value': '1C/1T-2Q'},
                 {'name': 'Frame size', 'unit': 'bytes', 'value': 1024}],
  'performance': [{'delta': 0.001,
                   'name': 'Throughput',
                   'unit': 'Mpps',
                   'value': 5.991},
                  {'name': '% of Line Rate', 'unit': '', 'value': 100.08}],
  'status': 'pass'},
 {'parameters': [{'name': 'Number of Cores/Threads/Queues',
                  'unit': '',
                  'value': '1C/1T-2Q'},
                 {'name': 'Frame size', 'unit': 'bytes', 'value': 1280}],
  'performance': [{'delta': 0.001,
                   'name': 'Throughput',
                   'unit': 'Mpps',
                   'value': 4.801},
                  {'name': '% of Line Rate', 'unit': '', 'value': 99.863}],
  'status': 'pass'},
 {'parameters': [{'name': 'Number of Cores/Threads/Queues',
                  'unit': '',
                  'value': '1C/1T-2Q'},
                 {'name': 'Frame size', 'unit': 'bytes', 'value': 1518}],
  'performance': [{'delta': 0.016,
                   'name': 'Throughput',
                   'unit': 'Mpps',
                   'value': 4.077},
                  {'name': '% of Line Rate', 'unit': '', 'value': 100.32}],
  'status': 'pass'},
 {'parameters': [{'name': 'Number of Cores/Threads/Queues',
                  'unit': '',
                  'value': '1C/2T-2Q'},
                 {'name': 'Frame size', 'unit': 'bytes', 'value': 64}],
  'performance': [{'delta': -0.203,
                   'name': 'Throughput',
                   'unit': 'Mpps',
                   'value': 35.72},
                  {'name': '% of Line Rate', 'unit': '', 'value': 48.008}],
  'status': 'pass'},
 {'parameters': [{'name': 'Number of Cores/Threads/Queues',
                  'unit': '',
                  'value': '1C/2T-2Q'},
                 {'name': 'Frame size', 'unit': 'bytes', 'value': 128}],
  'performance': [{'delta': 0.144,
                   'name': 'Throughput',
                   'unit': 'Mpps',
                   'value': 33.288},
                  {'name': '% of Line Rate', 'unit': '', 'value': 78.825}],
  'status': 'pass'},
 {'parameters': [{'name': 'Number of Cores/Threads/Queues',
                  'unit': '',
                  'value': '1C/2T-2Q'},
                 {'name': 'Frame size', 'unit': 'bytes', 'value': 256}],
  'performance': [{'delta': -0.044,
                   'name': 'Throughput',
                   'unit': 'Mpps',
                   'value': 21.179},
                  {'name': '% of Line Rate', 'unit': '', 'value': 93.527}],
  'status': 'pass'},
 {'parameters': [{'name': 'Number of Cores/Threads/Queues',
                  'unit': '',
                  'value': '1C/2T-2Q'},
                 {'name': 'Frame size', 'unit': 'bytes', 'value': 512}],
  'performance': [{'delta': 0.028,
                   'name': 'Throughput',
                   'unit': 'Mpps',
                   'value': 11.761},
                  {'name': '% of Line Rate', 'unit': '', 'value': 100.112}],
  'status': 'pass'},
 {'parameters': [{'name': 'Number of Cores/Threads/Queues',
                  'unit': '',
                  'value': '1C/2T-2Q'},
                 {'name': 'Frame size', 'unit': 'bytes', 'value': 1024}],
  'performance': [{'delta': -0.006,
                   'name': 'Throughput',
                   'unit': 'Mpps',
                   'value': 5.984},
                  {'name': '% of Line Rate', 'unit': '', 'value': 99.951}],
  'status': 'pass'},
 {'parameters': [{'name': 'Number of Cores/Threads/Queues',
                  'unit': '',
                  'value': '1C/2T-2Q'},
                 {'name': 'Frame size', 'unit': 'bytes', 'value': 1280}],
  'performance': [{'delta': 0.023,
                   'name': 'Throughput',
                   'unit': 'Mpps',
                   'value': 4.823},
                  {'name': '% of Line Rate', 'unit': '', 'value': 100.328}],
  'status': 'pass'},
 {'parameters': [{'name': 'Number of Cores/Threads/Queues',
                  'unit': '',
                  'value': '1C/2T-2Q'},
                 {'name': 'Frame size', 'unit': 'bytes', 'value': 1518}],
  'performance': [{'delta': 0.002,
                   'name': 'Throughput',
                   'unit': 'Mpps',
                   'value': 4.058},
                  {'name': '% of Line Rate', 'unit': '', 'value': 99.869}],
  'status': 'pass'},
 {'parameters': [{'name': 'Number of Cores/Threads/Queues',
                  'unit': '',
                  'value': '2C/2T-2Q'},
                 {'name': 'Frame size', 'unit': 'bytes', 'value': 64}],
  'performance': [{'delta': -0.041,
                   'name': 'Throughput',
                   'unit': 'Mpps',
                   'value': 46.456},
                  {'name': '% of Line Rate', 'unit': '', 'value': 62.437}],
  'status': 'pass'},
 {'parameters': [{'name': 'Number of Cores/Threads/Queues',
                  'unit': '',
                  'value': '2C/2T-2Q'},
                 {'name': 'Frame size', 'unit': 'bytes', 'value': 128}],
  'performance': [{'delta': -0.066,
                   'name': 'Throughput',
                   'unit': 'Mpps',
                   'value': 33.146},
                  {'name': '% of Line Rate', 'unit': '', 'value': 78.49}],
  'status': 'pass'},
 {'parameters': [{'name': 'Number of Cores/Threads/Queues',
                  'unit': '',
                  'value': '2C/2T-2Q'},
                 {'name': 'Frame size', 'unit': 'bytes', 'value': 256}],
  'performance': [{'delta': -0.091,
                   'name': 'Throughput',
                   'unit': 'Mpps',
                   'value': 21.12},
                  {'name': '% of Line Rate', 'unit': '', 'value': 93.267}],
  'status': 'pass'},
 {'parameters': [{'name': 'Number of Cores/Threads/Queues',
                  'unit': '',
                  'value': '2C/2T-2Q'},
                 {'name': 'Frame size', 'unit': 'bytes', 'value': 512}],
  'performance': [{'delta': -0.025,
                   'name': 'Throughput',
                   'unit': 'Mpps',
                   'value': 11.755},
                  {'name': '% of Line Rate', 'unit': '', 'value': 100.061}],
  'status': 'pass'},
 {'parameters': [{'name': 'Number of Cores/Threads/Queues',
                  'unit': '',
                  'value': '2C/2T-2Q'},
                 {'name': 'Frame size', 'unit': 'bytes', 'value': 1024}],
  'performance': [{'delta': 0.018,
                   'name': 'Throughput',
                   'unit': 'Mpps',
                   'value': 6.007},
                  {'name': '% of Line Rate', 'unit': '', 'value': 100.342}],
  'status': 'pass'},
 {'parameters': [{'name': 'Number of Cores/Threads/Queues',
                  'unit': '',
                  'value': '2C/2T-2Q'},
                 {'name': 'Frame size', 'unit': 'bytes', 'value': 1280}],
  'performance': [{'delta': -0.005,
                   'name': 'Throughput',
                   'unit': 'Mpps',
                   'value': 4.804},
                  {'name': '% of Line Rate', 'unit': '', 'value': 99.921}],
  'status': 'pass'},
 {'parameters': [{'name': 'Number of Cores/Threads/Queues',
                  'unit': '',
                  'value': '2C/2T-2Q'},
                 {'name': 'Frame size', 'unit': 'bytes', 'value': 1518}],
  'performance': [{'delta': 0.001,
                   'name': 'Throughput',
                   'unit': 'Mpps',
                   'value': 4.066},
                  {'name': '% of Line Rate', 'unit': '', 'value': 100.057}],
  'status': 'pass'},
 {'parameters': [{'name': 'Number of Cores/Threads/Queues',
                  'unit': '',
                  'value': '2C/4T-2Q'},
                 {'name': 'Frame size', 'unit': 'bytes', 'value': 64}],
  'performance': [{'delta': 0.225,
                   'name': 'Throughput',
                   'unit': 'Mpps',
                   'value': 45.698},
                  {'name': '% of Line Rate', 'unit': '', 'value': 61.418}],
  'status': 'pass'},
 {'parameters': [{'name': 'Number of Cores/Threads/Queues',
                  'unit': '',
                  'value': '2C/4T-2Q'},
                 {'name': 'Frame size', 'unit': 'bytes', 'value': 128}],
  'performance': [{'delta': 0.032,
                   'name': 'Throughput',
                   'unit': 'Mpps',
                   'value': 32.967},
                  {'name': '% of Line Rate', 'unit': '', 'value': 78.065}],
  'status': 'pass'},
 {'parameters': [{'name': 'Number of Cores/Threads/Queues',
                  'unit': '',
                  'value': '2C/4T-2Q'},
                 {'name': 'Frame size', 'unit': 'bytes', 'value': 256}],
  'performance': [{'delta': -0.029,
                   'name': 'Throughput',
                   'unit': 'Mpps',
                   'value': 20.848},
                  {'name': '% of Line Rate', 'unit': '', 'value': 92.066}],
  'status': 'pass'},
 {'parameters': [{'name': 'Number of Cores/Threads/Queues',
                  'unit': '',
                  'value': '2C/4T-2Q'},
                 {'name': 'Frame size', 'unit': 'bytes', 'value': 512}],
  'performance': [{'delta': 0.033,
                   'name': 'Throughput',
                   'unit': 'Mpps',
                   'value': 11.782},
                  {'name': '% of Line Rate', 'unit': '', 'value': 100.29}],
  'status': 'pass'},
 {'parameters': [{'name': 'Number of Cores/Threads/Queues',
                  'unit': '',
                  'value': '2C/4T-2Q'},
                 {'name': 'Frame size', 'unit': 'bytes', 'value': 1024}],
  'performance': [{'delta': -0.028,
                   'name': 'Throughput',
                   'unit': 'Mpps',
                   'value': 5.977},
                  {'name': '% of Line Rate', 'unit': '', 'value': 99.833}],
  'status': 'pass'},
 {'parameters': [{'name': 'Number of Cores/Threads/Queues',
                  'unit': '',
                  'value': '2C/4T-2Q'},
                 {'name': 'Frame size', 'unit': 'bytes', 'value': 1280}],
  'performance': [{'delta': -0.006,
                   'name': 'Throughput',
                   'unit': 'Mpps',
                   'value': 4.804},
                  {'name': '% of Line Rate', 'unit': '', 'value': 99.933}],
  'status': 'pass'},
 {'parameters': [{'name': 'Number of Cores/Threads/Queues',
                  'unit': '',
                  'value': '2C/4T-2Q'},
                 {'name': 'Frame size', 'unit': 'bytes', 'value': 1518}],
  'performance': [{'delta': 0.001,
                   'name': 'Throughput',
                   'unit': 'Mpps',
                   'value': 4.059},
                  {'name': '% of Line Rate', 'unit': '', 'value': 99.875}],
  'status': 'pass'},
 {'parameters': [{'name': 'Number of Cores/Threads/Queues',
                  'unit': '',
                  'value': '4C/4T-2Q'},
                 {'name': 'Frame size', 'unit': 'bytes', 'value': 64}],
  'performance': [{'delta': -0.04,
                   'name': 'Throughput',
                   'unit': 'Mpps',
                   'value': 38.181},
                  {'name': '% of Line Rate', 'unit': '', 'value': 51.316}],
  'status': 'pass'},
 {'parameters': [{'name': 'Number of Cores/Threads/Queues',
                  'unit': '',
                  'value': '4C/4T-2Q'},
                 {'name': 'Frame size', 'unit': 'bytes', 'value': 128}],
  'performance': [{'delta': -0.088,
                   'name': 'Throughput',
                   'unit': 'Mpps',
                   'value': 30.862},
                  {'name': '% of Line Rate', 'unit': '', 'value': 73.081}],
  'status': 'pass'},
 {'parameters': [{'name': 'Number of Cores/Threads/Queues',
                  'unit': '',
                  'value': '4C/4T-2Q'},
                 {'name': 'Frame size', 'unit': 'bytes', 'value': 256}],
  'performance': [{'delta': 0.003,
                   'name': 'Throughput',
                   'unit': 'Mpps',
                   'value': 20.504},
                  {'name': '% of Line Rate', 'unit': '', 'value': 90.546}],
  'status': 'pass'},
 {'parameters': [{'name': 'Number of Cores/Threads/Queues',
                  'unit': '',
                  'value': '4C/4T-2Q'},
                 {'name': 'Frame size', 'unit': 'bytes', 'value': 512}],
  'performance': [{'delta': 0.004,
                   'name': 'Throughput',
                   'unit': 'Mpps',
                   'value': 11.726},
                  {'name': '% of Line Rate', 'unit': '', 'value': 99.813}],
  'status': 'pass'},
 {'parameters': [{'name': 'Number of Cores/Threads/Queues',
                  'unit': '',
                  'value': '4C/4T-2Q'},
                 {'name': 'Frame size', 'unit': 'bytes', 'value': 1024}],
  'performance': [{'delta': 0.021,
                   'name': 'Throughput',
                   'unit': 'Mpps',
                   'value': 6.002},
                  {'name': '% of Line Rate', 'unit': '', 'value': 100.252}],
  'status': 'pass'},
 {'parameters': [{'name': 'Number of Cores/Threads/Queues',
                  'unit': '',
                  'value': '4C/4T-2Q'},
                 {'name': 'Frame size', 'unit': 'bytes', 'value': 1280}],
  'performance': [{'delta': -0.009,
                   'name': 'Throughput',
                   'unit': 'Mpps',
                   'value': 4.8},
                  {'name': '% of Line Rate', 'unit': '', 'value': 99.836}],
  'status': 'pass'},
 {'parameters': [{'name': 'Number of Cores/Threads/Queues',
                  'unit': '',
                  'value': '4C/4T-2Q'},
                 {'name': 'Frame size', 'unit': 'bytes', 'value': 1518}],
  'performance': [{'delta': -0.027,
                   'name': 'Throughput',
                   'unit': 'Mpps',
                   'value': 4.05},
                  {'name': '% of Line Rate', 'unit': '', 'value': 99.651}],
  'status': 'pass'}]
16/09/2020 10:17:17            TestVfL3fwdKernelPf: 
+-------------------------------------+------------+------+-------------------------------+------------------------------------+
| Total Cores/Threads/Queues per port | Frame Size | Mode | Throughput Rate LPM Mode mpps | Throughput Rate LPM Mode Linerate% |
+=====================================+============+======+===============================+====================================+
| 1C/1T-1Q                            | 64         | LPM  | 32.180                        | 43.250                             |
+-------------------------------------+------------+------+-------------------------------+------------------------------------+
| 1C/1T-1Q                            | 128        | LPM  | 33.059                        | 78.284                             |
+-------------------------------------+------------+------+-------------------------------+------------------------------------+
| 1C/1T-1Q                            | 256        | LPM  | 21.212                        | 93.671                             |
+-------------------------------------+------------+------+-------------------------------+------------------------------------+
| 1C/1T-1Q                            | 512        | LPM  | 11.782                        | 100.289                            |
+-------------------------------------+------------+------+-------------------------------+------------------------------------+
| 1C/1T-1Q                            | 1024       | LPM  | 6.007                         | 100.346                            |
+-------------------------------------+------------+------+-------------------------------+------------------------------------+
| 1C/1T-1Q                            | 1280       | LPM  | 4.811                         | 100.060                            |
+-------------------------------------+------------+------+-------------------------------+------------------------------------+
| 1C/1T-1Q                            | 1518       | LPM  | 4.076                         | 100.310                            |
+-------------------------------------+------------+------+-------------------------------+------------------------------------+
| 1C/1T-2Q                            | 64         | LPM  | 31.168                        | 41.890                             |
+-------------------------------------+------------+------+-------------------------------+------------------------------------+
| 1C/1T-2Q                            | 128        | LPM  | 32.841                        | 77.767                             |
+-------------------------------------+------------+------+-------------------------------+------------------------------------+
| 1C/1T-2Q                            | 256        | LPM  | 21.113                        | 93.234                             |
+-------------------------------------+------------+------+-------------------------------+------------------------------------+
| 1C/1T-2Q                            | 512        | LPM  | 11.782                        | 100.288                            |
+-------------------------------------+------------+------+-------------------------------+------------------------------------+
| 1C/1T-2Q                            | 1024       | LPM  | 5.991                         | 100.080                            |
+-------------------------------------+------------+------+-------------------------------+------------------------------------+
| 1C/1T-2Q                            | 1280       | LPM  | 4.801                         | 99.863                             |
+-------------------------------------+------------+------+-------------------------------+------------------------------------+
| 1C/1T-2Q                            | 1518       | LPM  | 4.077                         | 100.320                            |
+-------------------------------------+------------+------+-------------------------------+------------------------------------+
| 1C/2T-2Q                            | 64         | LPM  | 35.720                        | 48.008                             |
+-------------------------------------+------------+------+-------------------------------+------------------------------------+
| 1C/2T-2Q                            | 128        | LPM  | 33.288                        | 78.825                             |
+-------------------------------------+------------+------+-------------------------------+------------------------------------+
| 1C/2T-2Q                            | 256        | LPM  | 21.179                        | 93.527                             |
+-------------------------------------+------------+------+-------------------------------+------------------------------------+
| 1C/2T-2Q                            | 512        | LPM  | 11.761                        | 100.112                            |
+-------------------------------------+------------+------+-------------------------------+------------------------------------+
| 1C/2T-2Q                            | 1024       | LPM  | 5.984                         | 99.951                             |
+-------------------------------------+------------+------+-------------------------------+------------------------------------+
| 1C/2T-2Q                            | 1280       | LPM  | 4.823                         | 100.328                            |
+-------------------------------------+------------+------+-------------------------------+------------------------------------+
| 1C/2T-2Q                            | 1518       | LPM  | 4.058                         | 99.869                             |
+-------------------------------------+------------+------+-------------------------------+------------------------------------+
| 2C/2T-2Q                            | 64         | LPM  | 46.456                        | 62.437                             |
+-------------------------------------+------------+------+-------------------------------+------------------------------------+
| 2C/2T-2Q                            | 128        | LPM  | 33.146                        | 78.490                             |
+-------------------------------------+------------+------+-------------------------------+------------------------------------+
| 2C/2T-2Q                            | 256        | LPM  | 21.120                        | 93.267                             |
+-------------------------------------+------------+------+-------------------------------+------------------------------------+
| 2C/2T-2Q                            | 512        | LPM  | 11.755                        | 100.061                            |
+-------------------------------------+------------+------+-------------------------------+------------------------------------+
| 2C/2T-2Q                            | 1024       | LPM  | 6.007                         | 100.342                            |
+-------------------------------------+------------+------+-------------------------------+------------------------------------+
| 2C/2T-2Q                            | 1280       | LPM  | 4.804                         | 99.921                             |
+-------------------------------------+------------+------+-------------------------------+------------------------------------+
| 2C/2T-2Q                            | 1518       | LPM  | 4.066                         | 100.057                            |
+-------------------------------------+------------+------+-------------------------------+------------------------------------+
| 2C/4T-2Q                            | 64         | LPM  | 45.698                        | 61.418                             |
+-------------------------------------+------------+------+-------------------------------+------------------------------------+
| 2C/4T-2Q                            | 128        | LPM  | 32.967                        | 78.065                             |
+-------------------------------------+------------+------+-------------------------------+------------------------------------+
| 2C/4T-2Q                            | 256        | LPM  | 20.848                        | 92.066                             |
+-------------------------------------+------------+------+-------------------------------+------------------------------------+
| 2C/4T-2Q                            | 512        | LPM  | 11.782                        | 100.290                            |
+-------------------------------------+------------+------+-------------------------------+------------------------------------+
| 2C/4T-2Q                            | 1024       | LPM  | 5.977                         | 99.833                             |
+-------------------------------------+------------+------+-------------------------------+------------------------------------+
| 2C/4T-2Q                            | 1280       | LPM  | 4.804                         | 99.933                             |
+-------------------------------------+------------+------+-------------------------------+------------------------------------+
| 2C/4T-2Q                            | 1518       | LPM  | 4.059                         | 99.875                             |
+-------------------------------------+------------+------+-------------------------------+------------------------------------+
| 4C/4T-2Q                            | 64         | LPM  | 38.181                        | 51.316                             |
+-------------------------------------+------------+------+-------------------------------+------------------------------------+
| 4C/4T-2Q                            | 128        | LPM  | 30.862                        | 73.081                             |
+-------------------------------------+------------+------+-------------------------------+------------------------------------+
| 4C/4T-2Q                            | 256        | LPM  | 20.504                        | 90.546                             |
+-------------------------------------+------------+------+-------------------------------+------------------------------------+
| 4C/4T-2Q                            | 512        | LPM  | 11.726                        | 99.813                             |
+-------------------------------------+------------+------+-------------------------------+------------------------------------+
| 4C/4T-2Q                            | 1024       | LPM  | 6.002                         | 100.252                            |
+-------------------------------------+------------+------+-------------------------------+------------------------------------+
| 4C/4T-2Q                            | 1280       | LPM  | 4.800                         | 99.836                             |
+-------------------------------------+------------+------+-------------------------------+------------------------------------+
| 4C/4T-2Q                            | 1518       | LPM  | 4.050                         | 99.651                             |
+-------------------------------------+------------+------+-------------------------------+------------------------------------+
16/09/2020 10:17:17             dut.10.240.183.113: ^C
16/09/2020 10:17:18             dut.10.240.183.113: 

Signal 2 received, preparing to exit...
Closing port 0... Done
Closing port 1... Done
Bye...
16/09/2020 10:17:18            TestVfL3fwdKernelPf: Test Case test_perf_vf_throughput_ipv4_lpm Result PASSED:
16/09/2020 10:17:18             dut.10.240.183.113: kill_all: called by dut and has no prefix list.
16/09/2020 10:17:19                            dts: 
TEST SUITE ENDED: TestVfL3fwdKernelPf

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

* Re: [dts] [PATCH V1] tests/l3fwd_base:support CVL100g and CVL25g NIC type
  2020-09-16 10:09 [dts] [PATCH V1] tests/l3fwd_base:support CVL100g and CVL25g NIC type lingwei
  2020-09-16  2:24 ` Ling, WeiX
@ 2020-09-16  3:27 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Tu, Lijuan @ 2020-09-16  3:27 UTC (permalink / raw)
  To: Ling, WeiX, dts; +Cc: Ling, WeiX

> Subject: [dts] [PATCH V1] tests/l3fwd_base:support CVL100g and CVL25g NIC
> type
> 
> support CVL100g and CVL25g NIC type
> 
> Signed-off-by: lingwei <weix.ling@intel.com>

Applied

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

* [dts] [PATCH V1] tests/l3fwd_base:support CVL100g and CVL25g NIC type
@ 2020-09-16 10:09 lingwei
  2020-09-16  2:24 ` Ling, WeiX
  2020-09-16  3:27 ` Tu, Lijuan
  0 siblings, 2 replies; 3+ messages in thread
From: lingwei @ 2020-09-16 10:09 UTC (permalink / raw)
  To: dts; +Cc: lingwei

support CVL100g and CVL25g NIC type

Signed-off-by: lingwei <weix.ling@intel.com>
---
 tests/l3fwd_base.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/l3fwd_base.py b/tests/l3fwd_base.py
index 6f7af8a..94b6834 100644
--- a/tests/l3fwd_base.py
+++ b/tests/l3fwd_base.py
@@ -677,7 +677,7 @@ class L3fwdBase(object):
                 'whitelist': self.__l3fwd_white_list if self.__l3fwd_white_list else '',
                 'port_mask': utils.create_mask(self.__valports),
                 'config': config, })
-        if self.nic == "niantic":
+        if self.nic in ["niantic", "columbiaville_100g", "columbiaville_25g"]:
             command_line += " --parse-ptype"
         if frame_size > 1518:
             command_line += " --enable-jumbo --max-pkt-len %d" % frame_size
-- 
2.17.1


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

end of thread, other threads:[~2020-09-16  3:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-16 10:09 [dts] [PATCH V1] tests/l3fwd_base:support CVL100g and CVL25g NIC type lingwei
2020-09-16  2:24 ` Ling, WeiX
2020-09-16  3:27 ` Tu, Lijuan

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