test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/unit_tests_dump: Update of adaptive dpdk
@ 2020-10-22  8:11 ChenBo
  2020-10-22  8:41 ` Chen, BoX C
  2020-11-03  1:50 ` Tu, Lijuan
  0 siblings, 2 replies; 3+ messages in thread
From: ChenBo @ 2020-10-22  8:11 UTC (permalink / raw)
  To: dts; +Cc: ChenBo

DPDK has modified the print log, commit: 26cbb4191e91c07e8f498949b15ad33659797996
DTS needs to be adapted and updated.

Signed-off-by: ChenBo <box.c.chen@intel.com>
---
 tests/TestSuite_unit_tests_dump.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/TestSuite_unit_tests_dump.py b/tests/TestSuite_unit_tests_dump.py
index 603cc1a..336cce2 100644
--- a/tests/TestSuite_unit_tests_dump.py
+++ b/tests/TestSuite_unit_tests_dump.py
@@ -102,7 +102,7 @@ class TestUnitTestsDump(TestCase):
         
         # Nic driver will create multiple rings.
         # Only check the last one to make sure ring_dump function work.
-        self.verify( 'MP_mbuf_pool_socket_0' in results, "dump ring name failed")
+        self.verify( 'MP_mb_pool_0' in results, "dump ring name failed")
         for result in results:
             self.dut.send_expect("%s" % cmd, "testpmd>", self.start_test_time)
             out = self.dut.send_expect("dump_ring %s" % result, "testpmd>", self.run_cmd_time)
@@ -123,7 +123,7 @@ class TestUnitTestsDump(TestCase):
         m = re.compile(r"%s" % match_regex, re.S)
         results = m.findall(out)
 
-        self.verify(results[0][0] == 'mbuf_pool_socket_0', "dump mempool name failed")
+        self.verify(results[0][0] == 'mb_pool_0', "dump mempool name failed")
         for result in results:
             self.dut.send_expect("%s" % cmd, "testpmd>", self.start_test_time)
             out = self.dut.send_expect("dump_mempool %s" % result[0], "testpmd>", self.run_cmd_time * 2)
-- 
2.17.1


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

* Re: [dts] [PATCH V1] tests/unit_tests_dump: Update of adaptive dpdk
  2020-10-22  8:11 [dts] [PATCH V1] tests/unit_tests_dump: Update of adaptive dpdk ChenBo
@ 2020-10-22  8:41 ` Chen, BoX C
  2020-11-03  1:50 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Chen, BoX C @ 2020-10-22  8:41 UTC (permalink / raw)
  To: dts

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

Tested-by: Chen, BoX C <BoX.C.Chen@intel.com>

Regards,
Chen Bo

> -----Original Message-----
> From: ChenBo <box.c.chen@intel.com>
> Sent: October 22, 2020 16:12
> To: dts@dpdk.org
> Cc: Chen, BoX C <box.c.chen@intel.com>
> Subject: [dts][PATCH V1] tests/unit_tests_dump: Update of adaptive dpdk


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

22/10/2020 03:23:04                            dts: 
TEST SUITE : TestUnitTestsDump
22/10/2020 03:23:04                            dts: NIC :        fortpark_TLV
22/10/2020 03:23:04             dut.10.240.183.162: 
22/10/2020 03:23:04                         tester: 
22/10/2020 03:23:04              TestUnitTestsDump: Test Case test_dump_devargs Begin
22/10/2020 03:23:04             dut.10.240.183.162: 
22/10/2020 03:23:04                         tester: 
22/10/2020 03:23:04             dut.10.240.183.162: x86_64-native-linuxapp-gcc/app/test/dpdk-test -l 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111 -n 4  -b 0000:b1:00.0 --file-prefix=dpdk_12416_20201022015633  
22/10/2020 03:23:06             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_12416_20201022015633/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.1 (socket 1)
APP: HPET is not enabled, using TSC as default timer
22/10/2020 03:23:06             dut.10.240.183.162: dump_devargs
22/10/2020 03:23:06             dut.10.240.183.162: 
User device list:
  [pci]: 0000:b1:00.0 
22/10/2020 03:23:06             dut.10.240.183.162: quit
22/10/2020 03:23:06             dut.10.240.183.162: 
22/10/2020 03:23:06             dut.10.240.183.162: x86_64-native-linuxapp-gcc/app/test/dpdk-test -l 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111 -n 4 -w 0000:b1:00.0  --file-prefix=dpdk_12416_20201022015633  
22/10/2020 03:23:08             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_12416_20201022015633/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.0 (socket 1)
APP: HPET is not enabled, using TSC as default timer
22/10/2020 03:23:08             dut.10.240.183.162: dump_devargs
22/10/2020 03:23:08             dut.10.240.183.162: 
User device list:
  [pci]: 0000:b1:00.0 
22/10/2020 03:23:08             dut.10.240.183.162: quit
22/10/2020 03:23:08             dut.10.240.183.162: 
22/10/2020 03:23:08              TestUnitTestsDump: Test Case test_dump_devargs Result PASSED:
22/10/2020 03:23:08             dut.10.240.183.162: kill_all: called by dut and prefix list has value.
22/10/2020 03:23:09              TestUnitTestsDump: Test Case test_dump_log_types Begin
22/10/2020 03:23:09             dut.10.240.183.162: 
22/10/2020 03:23:09                         tester: 
22/10/2020 03:23:09             dut.10.240.183.162: x86_64-native-linuxapp-gcc/app/test/dpdk-test -l 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111 -n 4   --file-prefix=dpdk_12416_20201022015633  
22/10/2020 03:23:11             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_12416_20201022015633/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.0 (socket 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.1 (socket 1)
APP: HPET is not enabled, using TSC as default timer
22/10/2020 03:23:11             dut.10.240.183.162: dump_log_types
22/10/2020 03:23:11             dut.10.240.183.162: 
global log level is debug
id 0: lib.eal, level is info
id 1: lib.malloc, level is info
id 2: lib.ring, level is info
id 3: lib.mempool, level is info
id 4: lib.timer, level is info
id 5: pmd, level is info
id 6: lib.hash, level is info
id 7: lib.lpm, level is info
id 8: lib.kni, level is info
id 9: lib.acl, level is info
id 10: lib.power, level is info
id 11: lib.meter, level is info
id 12: lib.sched, level is info
id 13: lib.port, level is info
id 14: lib.table, level is info
id 15: lib.pipeline, level is info
id 16: lib.mbuf, level is info
id 17: lib.cryptodev, level is info
id 18: lib.efd, level is info
id 19: lib.eventdev, level is info
id 20: lib.gso, level is info
id 24: user1, level is info
id 25: user2, level is info
id 26: user3, level is info
id 27: user4, level is info
id 28: user5, level is info
id 29: user6, level is info
id 30: user7, level is info
id 31: user8, level is info
id 32: test.efd, level is info
id 33: test.hash, level is info
id 34: test.timer, level is info
id 35: lib.node, level is info
id 36: lib.graph, level is info
id 37: lib.bpf, level is info
id 38: lib.flow_classify, level is info
id 39: lib.vhost.config, level is info
id 40: lib.vhost.data, level is warning
id 41: lib.stack, level is notice
id 42: lib.rawdev, level is info
id 43: lib.pdump, level is notice
id 44: lib.member, level is debug
id 45: lib.eventdev.adapter.timer, level is notice
id 46: lib.eventdev.adapter.timer.svc, level is notice
id 47: lib.compressdev, level is notice
id 48: lib.cfgfile, level is info
id 49: lib.bbdev, level is notice
id 50: lib.metrics, level is error
id 51: lib.ethdev, level is info
id 52: lib.net, level is info
id 53: lib.rcu, level is error
id 54: pmd.common.dpaax, level is error
id 55: pmd.common.iavf, level is notice
id 56: pmd.octeontx.mbox, level is notice
id 57: pmd.octeontx2.base, level is notice
id 58: pmd.octeontx2.mbox, level is notice
id 59: pmd.mempool.octeontx2, level is notice
id 60: pmd.net.octeontx2, level is notice
id 61: pmd.net.octeontx2.flow, level is notice
id 62: pmd.net.octeontx2.tm, level is notice
id 63: pmd.event.octeontx2, level is notice
id 64: pmd.event.octeontx2.timer, level is notice
id 65: pmd.raw.octeontx2.dpi, level is notice
id 66: pmd.raw.octeontx2.ep, level is notice
id 67: pmd.regex.octeontx2, level is notice
id 68: pmd.common.sfc_efx, level is notice
id 69: bus.dpaa, level is notice
id 70: bus.fslmc, level is notice
id 71: bus.ifpga, level is notice
id 72: bus.vdev, level is notice
id 73: bus.vmbus, level is notice
id 74: pmd.qat_general, level is notice
id 75: pmd.qat_dp, level is notice
id 76: mempool.dpaa, level is notice
id 77: mempool.dpaa2, level is notice
id 78: pmd.mempool.octeontx, level is notice
id 79: pmd.net.packet, level is notice
id 80: pmd.net.ark, level is notice
id 81: pmd.net.atlantic.init, level is notice
id 82: pmd.net.atlantic.driver, level is notice
id 83: pmd.net.avp.driver, level is notice
id 84: pmd.net.axgbe.init, level is notice
id 85: pmd.net.axgbe.driver, level is notice
id 86: pmd.net.bond, level is notice
id 87: pmd.net.bnx2x.init, level is notice
id 88: pmd.net.bnx2x.driver, level is notice
id 89: pmd.net.bnxt.driver, level is notice
id 90: pmd.net.cxgbe, level is notice
id 91: pmd.net.cxgbe.mbox, level is notice
id 92: pmd.net.dpaa, level is notice
id 93: pmd.net.dpaa2, level is notice
id 94: pmd.net.e1000.init, level is notice
id 95: pmd.net.e1000.driver, level is notice
id 96: pmd.net.ena.init, level is notice
id 97: pmd.net.ena.driver, level is notice
id 98: pmd.net.enetc, level is notice
id 99: pmd.net.enic, level is info
id 100: pmd.net.failsafe, level is notice
id 101: pmd.net.fm10k.init, level is notice
id 102: pmd.net.fm10k.driver, level is notice
id 103: pmd.net.i40e.init, level is notice
id 104: pmd.net.i40e.driver, level is notice
id 105: pmd.net.hinic, level is info
id 106: pmd.net.hns3.init, level is notice
id 107: pmd.net.hns3.driver, level is notice
id 108: pmd.net.iavf.init, level is notice
id 109: pmd.net.iavf.driver, level is notice
id 110: pmd.net.ice.init, level is notice
id 111: pmd.net.ice.driver, level is notice
id 112: pmd.net.igc.init, level is info
id 113: pmd.net.igc.driver, level is info
id 114: pmd.net.ixgbe.init, level is notice
id 115: pmd.net.ixgbe.driver, level is notice
id 116: pmd.net.kni, level is notice
id 117: pmd.net.liquidio.init, level is notice
id 118: pmd.net.liquidio.driver, level is notice
id 119: pmd.net.memif, level is notice
id 120: pmd.net.netvsc.init, level is notice
id 121: pmd.net.netvsc.driver, level is notice
id 122: pmd.net.nfp.init, level is notice
id 123: pmd.net.nfp.driver, level is notice
id 124: pmd.net.null, level is notice
id 125: pmd.net.octeontx.mbox, level is notice
id 126: pmd.net.octeontx.init, level is notice
id 127: pmd.net.octeontx.driver, level is notice
id 128: pmd.net.pcap, level is notice
id 129: pmd.net.pfe, level is notice
id 130: pmd.net.qede.init, level is notice
id 131: pmd.net.qede.driver, level is notice
id 132: pmd.net.ring, level is notice
id 133: pmd.net.sfc.driver, level is notice
id 134: pmd.net.softnic, level is notice
id 135: pmd.net.tap, level is notice
id 136: pmd.net.thunderx.mbox, level is notice
id 137: pmd.net.thunderx.init, level is notice
id 138: pmd.net.thunderx.driver, level is notice
id 139: pmd.net.vdev_netvsc, level is notice
id 140: pmd.net.vhost, level is notice
id 141: pmd.net.virtio.init, level is notice
id 142: pmd.net.virtio.driver, level is notice
id 143: pmd.net.vmxnet3.init, level is notice
id 144: pmd.net.vmxnet3.driver, level is notice
id 145: pmd.raw.dpaa2.cmdif, level is info
id 146: pmd.raw.dpaa2.qdma, level is info
id 147: rawdev.ioat, level is info
id 148: pmd.raw.ntb, level is info
id 149: rawdev.skeleton, level is info
id 150: pmd.bcmfs_config, level is notice
id 151: pmd.bcmfs_fp, level is notice
id 152: pmd.crypto.caam, level is notice
id 153: pmd.crypto.dpaa, level is notice
id 154: pmd.crypto.dpaa2, level is notice
id 155: pmd.crypto.nitrox, level is notice
id 156: pmd.crypto.null, level is info
id 157: pmd.crypto.octeontx, level is notice
id 158: pmd.crypto.octeontx2, level is notice
id 159: pmd.crypto.scheduler, level is info
id 160: pmd.crypto.virtio.init, level is notice
id 161: pmd.crypto.virtio.session, level is notice
id 162: pmd.crypto.virtio.rx, level is notice
id 163: pmd.crypto.virtio.tx, level is notice
id 164: pmd.crypto.virtio.driver, level is notice
id 165: pmd.compress.octeontx, level is info
id 166: pmd.compress.zlib, level is info
id 167: pmd.net.ifcvf_vdpa, level is notice
id 168: pmd.event.dpaa, level is notice
id 169: pmd.event.dpaa2, level is notice
id 170: pmd.event.opdl.driver, level is info
id 171: pmd.event.sw, level is notice
id 172: pmd.event.octeontx, level is notice
id 173: pmd.event.octeontx.timer, level is notice
id 174: pmd.bb.null, level is notice
id 175: pmd.bb.turbo_sw, level is notice
id 176: pmd.bb.fpga_lte_fec, level is notice
id 177: pmd.bb.fpga_5gnr_fec, level is notice
id 178: pmd.bb.acc100, level is notice
22/10/2020 03:23:11             dut.10.240.183.162: quit
22/10/2020 03:23:11             dut.10.240.183.162: 
22/10/2020 03:23:11              TestUnitTestsDump: Test Case test_dump_log_types Result PASSED:
22/10/2020 03:23:11             dut.10.240.183.162: kill_all: called by dut and prefix list has value.
22/10/2020 03:23:12              TestUnitTestsDump: Test Case test_dump_malloc_heaps Begin
22/10/2020 03:23:12             dut.10.240.183.162: 
22/10/2020 03:23:12                         tester: 
22/10/2020 03:23:12             dut.10.240.183.162: x86_64-native-linuxapp-gcc/app/test/dpdk-test -l 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111 -n 4   --file-prefix=dpdk_12416_20201022015633  
22/10/2020 03:23:14             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_12416_20201022015633/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.0 (socket 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.1 (socket 1)
APP: HPET is not enabled, using TSC as default timer
22/10/2020 03:23:14             dut.10.240.183.162: dump_malloc_heaps
22/10/2020 03:23:14             dut.10.240.183.162: 
Heap id: 0
Heap size: 0x40000000
Heap alloc count: 222
Malloc element at 0x140000000 (FREE)
  len: 0x3f76fd80 pad: 0x0
  prev: (nil) next: 0x17f76fd80
Malloc element at 0x17f76fd80 (BUSY)
  len: 0x1810c0 pad: 0x0
  prev: 0x140000000 next: 0x17f8f0e40
Malloc element at 0x17f8f0e40 (BUSY)
  len: 0x4b080 pad: 0x0
  prev: 0x17f76fd80 next: 0x17f93bec0
Malloc element at 0x17f93bec0 (BUSY)
  len: 0x130080 pad: 0x0
  prev: 0x17f8f0e40 next: 0x17fa6bf40
Malloc element at 0x17fa6bf40 (BUSY)
  len: 0x10080 pad: 0x0
  prev: 0x17f93bec0 next: 0x17fa7bfc0
Malloc element at 0x17fa7bfc0 (BUSY)
  len: 0x100100 pad: 0x0
  prev: 0x17fa6bf40 next: 0x17fb7c0c0
Malloc element at 0x17fb7c0c0 (BUSY)
  len: 0x10080 pad: 0x0
  prev: 0x17fa7bfc0 next: 0x17fb8c140
Malloc element at 0x17fb8c140 (BUSY)
  len: 0x10200 pad: 0x0
  prev: 0x17fb7c0c0 next: 0x17fb9c340
Malloc element at 0x17fb9c340 (BUSY)
  len: 0xb000 pad: 0x0
  prev: 0x17fb8c140 next: 0x17fba7340
Malloc element at 0x17fba7340 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fb9c340 next: 0x17fba83c0
Malloc element at 0x17fba83c0 (BUSY)
  len: 0x1880 pad: 0x0
  prev: 0x17fba7340 next: 0x17fba9c40
Malloc element at 0x17fba9c40 (BUSY)
  len: 0x30c0 pad: 0x0
  prev: 0x17fba83c0 next: 0x17fbacd00
Malloc element at 0x17fbacd00 (BUSY)
  len: 0x2080 pad: 0x0
  prev: 0x17fba9c40 next: 0x17fbaed80
Malloc element at 0x17fbaed80 (BUSY)
  len: 0x1200 pad: 0x0
  prev: 0x17fbacd00 next: 0x17fbaff80
Malloc element at 0x17fbaff80 (BUSY)
  len: 0x1e080 pad: 0x0
  prev: 0x17fbaed80 next: 0x17fbce000
Malloc element at 0x17fbce000 (BUSY)
  len: 0x100 pad: 0x40
  prev: 0x17fbaff80 next: 0x17fbce100
Malloc element at 0x17fbce100 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17fbce000 next: 0x17fbce1c0
Malloc element at 0x17fbce1c0 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17fbce100 next: 0x17fbce280
Malloc element at 0x17fbce280 (BUSY)
  len: 0x140 pad: 0x0
  prev: 0x17fbce1c0 next: 0x17fbce3c0
Malloc element at 0x17fbce3c0 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17fbce280 next: 0x17fbce480
Malloc element at 0x17fbce480 (BUSY)
  len: 0x200 pad: 0x0
  prev: 0x17fbce3c0 next: 0x17fbce680
Malloc element at 0x17fbce680 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17fbce480 next: 0x17fbce740
Malloc element at 0x17fbce740 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17fbce680 next: 0x17fbce800
Malloc element at 0x17fbce800 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17fbce740 next: 0x17fbce8c0
Malloc element at 0x17fbce8c0 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17fbce800 next: 0x17fbce980
Malloc element at 0x17fbce980 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17fbce8c0 next: 0x17fbcea40
Malloc element at 0x17fbcea40 (BUSY)
  len: 0x480 pad: 0x0
  prev: 0x17fbce980 next: 0x17fbceec0
Malloc element at 0x17fbceec0 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17fbcea40 next: 0x17fbcef80
Malloc element at 0x17fbcef80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fbceec0 next: 0x17fbd0000
Malloc element at 0x17fbd0000 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17fbcef80 next: 0x17fbd00c0
Malloc element at 0x17fbd00c0 (BUSY)
  len: 0x140 pad: 0x0
  prev: 0x17fbd0000 next: 0x17fbd0200
Malloc element at 0x17fbd0200 (BUSY)
  len: 0xa00 pad: 0x0
  prev: 0x17fbd00c0 next: 0x17fbd0c00
Malloc element at 0x17fbd0c00 (BUSY)
  len: 0x100 pad: 0x0
  prev: 0x17fbd0200 next: 0x17fbd0d00
Malloc element at 0x17fbd0d00 (BUSY)
  len: 0x100 pad: 0x0
  prev: 0x17fbd0c00 next: 0x17fbd0e00
Malloc element at 0x17fbd0e00 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17fbd0d00 next: 0x17fbd0ec0
Malloc element at 0x17fbd0ec0 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17fbd0e00 next: 0x17fbd0f80
Malloc element at 0x17fbd0f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fbd0ec0 next: 0x17fbd2000
Malloc element at 0x17fbd2000 (BUSY)
  len: 0x100 pad: 0x40
  prev: 0x17fbd0f80 next: 0x17fbd2100
Malloc element at 0x17fbd2100 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17fbd2000 next: 0x17fbd21c0
Malloc element at 0x17fbd21c0 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17fbd2100 next: 0x17fbd2280
Malloc element at 0x17fbd2280 (BUSY)
  len: 0xd00 pad: 0x0
  prev: 0x17fbd21c0 next: 0x17fbd2f80
Malloc element at 0x17fbd2f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fbd2280 next: 0x17fbd4000
Malloc element at 0x17fbd4000 (FREE)
  len: 0x9c0 pad: 0x0
  prev: 0x17fbd2f80 next: 0x17fbd49c0
Malloc element at 0x17fbd49c0 (BUSY)
  len: 0x480 pad: 0x0
  prev: 0x17fbd4000 next: 0x17fbd4e40
Malloc element at 0x17fbd4e40 (BUSY)
  len: 0x140 pad: 0x0
  prev: 0x17fbd49c0 next: 0x17fbd4f80
Malloc element at 0x17fbd4f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fbd4e40 next: 0x17fbd6000
Malloc element at 0x17fbd6000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fbd4f80 next: 0x17fbd6f80
Malloc element at 0x17fbd6f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fbd6000 next: 0x17fbd8000
Malloc element at 0x17fbd8000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fbd6f80 next: 0x17fbd8f80
Malloc element at 0x17fbd8f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fbd8000 next: 0x17fbda000
Malloc element at 0x17fbda000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fbd8f80 next: 0x17fbdaf80
Malloc element at 0x17fbdaf80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fbda000 next: 0x17fbdc000
Malloc element at 0x17fbdc000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fbdaf80 next: 0x17fbdcf80
Malloc element at 0x17fbdcf80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fbdc000 next: 0x17fbde000
Malloc element at 0x17fbde000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fbdcf80 next: 0x17fbdef80
Malloc element at 0x17fbdef80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fbde000 next: 0x17fbe0000
Malloc element at 0x17fbe0000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fbdef80 next: 0x17fbe0f80
Malloc element at 0x17fbe0f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fbe0000 next: 0x17fbe2000
Malloc element at 0x17fbe2000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fbe0f80 next: 0x17fbe2f80
Malloc element at 0x17fbe2f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fbe2000 next: 0x17fbe4000
Malloc element at 0x17fbe4000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fbe2f80 next: 0x17fbe4f80
Malloc element at 0x17fbe4f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fbe4000 next: 0x17fbe6000
Malloc element at 0x17fbe6000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fbe4f80 next: 0x17fbe6f80
Malloc element at 0x17fbe6f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fbe6000 next: 0x17fbe8000
Malloc element at 0x17fbe8000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fbe6f80 next: 0x17fbe8f80
Malloc element at 0x17fbe8f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fbe8000 next: 0x17fbea000
Malloc element at 0x17fbea000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fbe8f80 next: 0x17fbeaf80
Malloc element at 0x17fbeaf80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fbea000 next: 0x17fbec000
Malloc element at 0x17fbec000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fbeaf80 next: 0x17fbecf80
Malloc element at 0x17fbecf80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fbec000 next: 0x17fbee000
Malloc element at 0x17fbee000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fbecf80 next: 0x17fbeef80
Malloc element at 0x17fbeef80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fbee000 next: 0x17fbf0000
Malloc element at 0x17fbf0000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fbeef80 next: 0x17fbf0f80
Malloc element at 0x17fbf0f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fbf0000 next: 0x17fbf2000
Malloc element at 0x17fbf2000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fbf0f80 next: 0x17fbf2f80
Malloc element at 0x17fbf2f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fbf2000 next: 0x17fbf4000
Malloc element at 0x17fbf4000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fbf2f80 next: 0x17fbf4f80
Malloc element at 0x17fbf4f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fbf4000 next: 0x17fbf6000
Malloc element at 0x17fbf6000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fbf4f80 next: 0x17fbf6f80
Malloc element at 0x17fbf6f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fbf6000 next: 0x17fbf8000
Malloc element at 0x17fbf8000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fbf6f80 next: 0x17fbf8f80
Malloc element at 0x17fbf8f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fbf8000 next: 0x17fbfa000
Malloc element at 0x17fbfa000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fbf8f80 next: 0x17fbfaf80
Malloc element at 0x17fbfaf80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fbfa000 next: 0x17fbfc000
Malloc element at 0x17fbfc000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fbfaf80 next: 0x17fbfcf80
Malloc element at 0x17fbfcf80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fbfc000 next: 0x17fbfe000
Malloc element at 0x17fbfe000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fbfcf80 next: 0x17fbfef80
Malloc element at 0x17fbfef80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fbfe000 next: 0x17fc00000
Malloc element at 0x17fc00000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fbfef80 next: 0x17fc00f80
Malloc element at 0x17fc00f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc00000 next: 0x17fc02000
Malloc element at 0x17fc02000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc00f80 next: 0x17fc02f80
Malloc element at 0x17fc02f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc02000 next: 0x17fc04000
Malloc element at 0x17fc04000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc02f80 next: 0x17fc04f80
Malloc element at 0x17fc04f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc04000 next: 0x17fc06000
Malloc element at 0x17fc06000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc04f80 next: 0x17fc06f80
Malloc element at 0x17fc06f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc06000 next: 0x17fc08000
Malloc element at 0x17fc08000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc06f80 next: 0x17fc08f80
Malloc element at 0x17fc08f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc08000 next: 0x17fc0a000
Malloc element at 0x17fc0a000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc08f80 next: 0x17fc0af80
Malloc element at 0x17fc0af80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc0a000 next: 0x17fc0c000
Malloc element at 0x17fc0c000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc0af80 next: 0x17fc0cf80
Malloc element at 0x17fc0cf80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc0c000 next: 0x17fc0e000
Malloc element at 0x17fc0e000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc0cf80 next: 0x17fc0ef80
Malloc element at 0x17fc0ef80 (BUSY)
  len: 0x480 pad: 0x0
  prev: 0x17fc0e000 next: 0x17fc0f400
Malloc element at 0x17fc0f400 (FREE)
  len: 0x780 pad: 0x0
  prev: 0x17fc0ef80 next: 0x17fc0fb80
Malloc element at 0x17fc0fb80 (BUSY)
  len: 0x400 pad: 0x0
  prev: 0x17fc0f400 next: 0x17fc0ff80
Malloc element at 0x17fc0ff80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc0fb80 next: 0x17fc11000
Malloc element at 0x17fc11000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc0ff80 next: 0x17fc11f80
Malloc element at 0x17fc11f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc11000 next: 0x17fc13000
Malloc element at 0x17fc13000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc11f80 next: 0x17fc13f80
Malloc element at 0x17fc13f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc13000 next: 0x17fc15000
Malloc element at 0x17fc15000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc13f80 next: 0x17fc15f80
Malloc element at 0x17fc15f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc15000 next: 0x17fc17000
Malloc element at 0x17fc17000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc15f80 next: 0x17fc17f80
Malloc element at 0x17fc17f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc17000 next: 0x17fc19000
Malloc element at 0x17fc19000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc17f80 next: 0x17fc19f80
Malloc element at 0x17fc19f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc19000 next: 0x17fc1b000
Malloc element at 0x17fc1b000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc19f80 next: 0x17fc1bf80
Malloc element at 0x17fc1bf80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc1b000 next: 0x17fc1d000
Malloc element at 0x17fc1d000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc1bf80 next: 0x17fc1df80
Malloc element at 0x17fc1df80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc1d000 next: 0x17fc1f000
Malloc element at 0x17fc1f000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc1df80 next: 0x17fc1ff80
Malloc element at 0x17fc1ff80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc1f000 next: 0x17fc21000
Malloc element at 0x17fc21000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc1ff80 next: 0x17fc21f80
Malloc element at 0x17fc21f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc21000 next: 0x17fc23000
Malloc element at 0x17fc23000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc21f80 next: 0x17fc23f80
Malloc element at 0x17fc23f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc23000 next: 0x17fc25000
Malloc element at 0x17fc25000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc23f80 next: 0x17fc25f80
Malloc element at 0x17fc25f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc25000 next: 0x17fc27000
Malloc element at 0x17fc27000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc25f80 next: 0x17fc27f80
Malloc element at 0x17fc27f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc27000 next: 0x17fc29000
Malloc element at 0x17fc29000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc27f80 next: 0x17fc29f80
Malloc element at 0x17fc29f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc29000 next: 0x17fc2b000
Malloc element at 0x17fc2b000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc29f80 next: 0x17fc2bf80
Malloc element at 0x17fc2bf80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc2b000 next: 0x17fc2d000
Malloc element at 0x17fc2d000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc2bf80 next: 0x17fc2df80
Malloc element at 0x17fc2df80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc2d000 next: 0x17fc2f000
Malloc element at 0x17fc2f000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc2df80 next: 0x17fc2ff80
Malloc element at 0x17fc2ff80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc2f000 next: 0x17fc31000
Malloc element at 0x17fc31000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc2ff80 next: 0x17fc31f80
Malloc element at 0x17fc31f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc31000 next: 0x17fc33000
Malloc element at 0x17fc33000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc31f80 next: 0x17fc33f80
Malloc element at 0x17fc33f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc33000 next: 0x17fc35000
Malloc element at 0x17fc35000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc33f80 next: 0x17fc35f80
Malloc element at 0x17fc35f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc35000 next: 0x17fc37000
Malloc element at 0x17fc37000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc35f80 next: 0x17fc37f80
Malloc element at 0x17fc37f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc37000 next: 0x17fc39000
Malloc element at 0x17fc39000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc37f80 next: 0x17fc39f80
Malloc element at 0x17fc39f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc39000 next: 0x17fc3b000
Malloc element at 0x17fc3b000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc39f80 next: 0x17fc3bf80
Malloc element at 0x17fc3bf80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc3b000 next: 0x17fc3d000
Malloc element at 0x17fc3d000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc3bf80 next: 0x17fc3df80
Malloc element at 0x17fc3df80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc3d000 next: 0x17fc3f000
Malloc element at 0x17fc3f000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc3df80 next: 0x17fc3ff80
Malloc element at 0x17fc3ff80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc3f000 next: 0x17fc41000
Malloc element at 0x17fc41000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc3ff80 next: 0x17fc41f80
Malloc element at 0x17fc41f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc41000 next: 0x17fc43000
Malloc element at 0x17fc43000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc41f80 next: 0x17fc43f80
Malloc element at 0x17fc43f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc43000 next: 0x17fc45000
Malloc element at 0x17fc45000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc43f80 next: 0x17fc45f80
Malloc element at 0x17fc45f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc45000 next: 0x17fc47000
Malloc element at 0x17fc47000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc45f80 next: 0x17fc47f80
Malloc element at 0x17fc47f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc47000 next: 0x17fc49000
Malloc element at 0x17fc49000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc47f80 next: 0x17fc49f80
Malloc element at 0x17fc49f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc49000 next: 0x17fc4b000
Malloc element at 0x17fc4b000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc49f80 next: 0x17fc4bf80
Malloc element at 0x17fc4bf80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc4b000 next: 0x17fc4d000
Malloc element at 0x17fc4d000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc4bf80 next: 0x17fc4df80
Malloc element at 0x17fc4df80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc4d000 next: 0x17fc4f000
Malloc element at 0x17fc4f000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc4df80 next: 0x17fc4ff80
Malloc element at 0x17fc4ff80 (BUSY)
  len: 0x480 pad: 0x0
  prev: 0x17fc4f000 next: 0x17fc50400
Malloc element at 0x17fc50400 (BUSY)
  len: 0x400 pad: 0x0
  prev: 0x17fc4ff80 next: 0x17fc50800
Malloc element at 0x17fc50800 (BUSY)
  len: 0x480 pad: 0x0
  prev: 0x17fc50400 next: 0x17fc50c80
Malloc element at 0x17fc50c80 (BUSY)
  len: 0x11c0 pad: 0x0
  prev: 0x17fc50800 next: 0x17fc51e40
Malloc element at 0x17fc51e40 (BUSY)
  len: 0x4b080 pad: 0x0
  prev: 0x17fc50c80 next: 0x17fc9cec0
Malloc element at 0x17fc9cec0 (BUSY)
  len: 0x130080 pad: 0x0
  prev: 0x17fc51e40 next: 0x17fdccf40
Malloc element at 0x17fdccf40 (BUSY)
  len: 0x10080 pad: 0x0
  prev: 0x17fc9cec0 next: 0x17fddcfc0
Malloc element at 0x17fddcfc0 (BUSY)
  len: 0x100100 pad: 0x0
  prev: 0x17fdccf40 next: 0x17fedd0c0
Malloc element at 0x17fedd0c0 (BUSY)
  len: 0x10080 pad: 0x0
  prev: 0x17fddcfc0 next: 0x17feed140
Malloc element at 0x17feed140 (BUSY)
  len: 0x10200 pad: 0x0
  prev: 0x17fedd0c0 next: 0x17fefd340
Malloc element at 0x17fefd340 (BUSY)
  len: 0xb000 pad: 0x0
  prev: 0x17feed140 next: 0x17ff08340
Malloc element at 0x17ff08340 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fefd340 next: 0x17ff093c0
Malloc element at 0x17ff093c0 (BUSY)
  len: 0x1880 pad: 0x0
  prev: 0x17ff08340 next: 0x17ff0ac40
Malloc element at 0x17ff0ac40 (BUSY)
  len: 0x30c0 pad: 0x0
  prev: 0x17ff093c0 next: 0x17ff0dd00
Malloc element at 0x17ff0dd00 (BUSY)
  len: 0x2080 pad: 0x0
  prev: 0x17ff0ac40 next: 0x17ff0fd80
Malloc element at 0x17ff0fd80 (BUSY)
  len: 0x1200 pad: 0x0
  prev: 0x17ff0dd00 next: 0x17ff10f80
Malloc element at 0x17ff10f80 (BUSY)
  len: 0x1e080 pad: 0x0
  prev: 0x17ff0fd80 next: 0x17ff2f000
Malloc element at 0x17ff2f000 (BUSY)
  len: 0x100 pad: 0x40
  prev: 0x17ff10f80 next: 0x17ff2f100
Malloc element at 0x17ff2f100 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17ff2f000 next: 0x17ff2f1c0
Malloc element at 0x17ff2f1c0 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17ff2f100 next: 0x17ff2f280
Malloc element at 0x17ff2f280 (BUSY)
  len: 0x140 pad: 0x0
  prev: 0x17ff2f1c0 next: 0x17ff2f3c0
Malloc element at 0x17ff2f3c0 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17ff2f280 next: 0x17ff2f480
Malloc element at 0x17ff2f480 (BUSY)
  len: 0x200 pad: 0x0
  prev: 0x17ff2f3c0 next: 0x17ff2f680
Malloc element at 0x17ff2f680 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17ff2f480 next: 0x17ff2f740
Malloc element at 0x17ff2f740 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17ff2f680 next: 0x17ff2f800
Malloc element at 0x17ff2f800 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17ff2f740 next: 0x17ff2f8c0
Malloc element at 0x17ff2f8c0 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17ff2f800 next: 0x17ff2f980
Malloc element at 0x17ff2f980 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17ff2f8c0 next: 0x17ff2fa40
Malloc element at 0x17ff2fa40 (BUSY)
  len: 0x480 pad: 0x0
  prev: 0x17ff2f980 next: 0x17ff2fec0
Malloc element at 0x17ff2fec0 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17ff2fa40 next: 0x17ff2ff80
Malloc element at 0x17ff2ff80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff2fec0 next: 0x17ff31000
Malloc element at 0x17ff31000 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17ff2ff80 next: 0x17ff310c0
Malloc element at 0x17ff310c0 (BUSY)
  len: 0x140 pad: 0x0
  prev: 0x17ff31000 next: 0x17ff31200
Malloc element at 0x17ff31200 (BUSY)
  len: 0xa00 pad: 0x0
  prev: 0x17ff310c0 next: 0x17ff31c00
Malloc element at 0x17ff31c00 (BUSY)
  len: 0x100 pad: 0x0
  prev: 0x17ff31200 next: 0x17ff31d00
Malloc element at 0x17ff31d00 (BUSY)
  len: 0x100 pad: 0x0
  prev: 0x17ff31c00 next: 0x17ff31e00
Malloc element at 0x17ff31e00 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17ff31d00 next: 0x17ff31ec0
Malloc element at 0x17ff31ec0 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17ff31e00 next: 0x17ff31f80
Malloc element at 0x17ff31f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff31ec0 next: 0x17ff33000
Malloc element at 0x17ff33000 (BUSY)
  len: 0x100 pad: 0x40
  prev: 0x17ff31f80 next: 0x17ff33100
Malloc element at 0x17ff33100 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17ff33000 next: 0x17ff331c0
Malloc element at 0x17ff331c0 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17ff33100 next: 0x17ff33280
Malloc element at 0x17ff33280 (BUSY)
  len: 0xd00 pad: 0x0
  prev: 0x17ff331c0 next: 0x17ff33f80
Malloc element at 0x17ff33f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff33280 next: 0x17ff35000
Malloc element at 0x17ff35000 (FREE)
  len: 0x9c0 pad: 0x0
  prev: 0x17ff33f80 next: 0x17ff359c0
Malloc element at 0x17ff359c0 (BUSY)
  len: 0x480 pad: 0x0
  prev: 0x17ff35000 next: 0x17ff35e40
Malloc element at 0x17ff35e40 (BUSY)
  len: 0x140 pad: 0x0
  prev: 0x17ff359c0 next: 0x17ff35f80
Malloc element at 0x17ff35f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff35e40 next: 0x17ff37000
Malloc element at 0x17ff37000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff35f80 next: 0x17ff37f80
Malloc element at 0x17ff37f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff37000 next: 0x17ff39000
Malloc element at 0x17ff39000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff37f80 next: 0x17ff39f80
Malloc element at 0x17ff39f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff39000 next: 0x17ff3b000
Malloc element at 0x17ff3b000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff39f80 next: 0x17ff3bf80
Malloc element at 0x17ff3bf80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff3b000 next: 0x17ff3d000
Malloc element at 0x17ff3d000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff3bf80 next: 0x17ff3df80
Malloc element at 0x17ff3df80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff3d000 next: 0x17ff3f000
Malloc element at 0x17ff3f000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff3df80 next: 0x17ff3ff80
Malloc element at 0x17ff3ff80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff3f000 next: 0x17ff41000
Malloc element at 0x17ff41000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff3ff80 next: 0x17ff41f80
Malloc element at 0x17ff41f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff41000 next: 0x17ff43000
Malloc element at 0x17ff43000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff41f80 next: 0x17ff43f80
Malloc element at 0x17ff43f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff43000 next: 0x17ff45000
Malloc element at 0x17ff45000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff43f80 next: 0x17ff45f80
Malloc element at 0x17ff45f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff45000 next: 0x17ff47000
Malloc element at 0x17ff47000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff45f80 next: 0x17ff47f80
Malloc element at 0x17ff47f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff47000 next: 0x17ff49000
Malloc element at 0x17ff49000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff47f80 next: 0x17ff49f80
Malloc element at 0x17ff49f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff49000 next: 0x17ff4b000
Malloc element at 0x17ff4b000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff49f80 next: 0x17ff4bf80
Malloc element at 0x17ff4bf80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff4b000 next: 0x17ff4d000
Malloc element at 0x17ff4d000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff4bf80 next: 0x17ff4df80
Malloc element at 0x17ff4df80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff4d000 next: 0x17ff4f000
Malloc element at 0x17ff4f000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff4df80 next: 0x17ff4ff80
Malloc element at 0x17ff4ff80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff4f000 next: 0x17ff51000
Malloc element at 0x17ff51000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff4ff80 next: 0x17ff51f80
Malloc element at 0x17ff51f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff51000 next: 0x17ff53000
Malloc element at 0x17ff53000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff51f80 next: 0x17ff53f80
Malloc element at 0x17ff53f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff53000 next: 0x17ff55000
Malloc element at 0x17ff55000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff53f80 next: 0x17ff55f80
Malloc element at 0x17ff55f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff55000 next: 0x17ff57000
Malloc element at 0x17ff57000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff55f80 next: 0x17ff57f80
Malloc element at 0x17ff57f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff57000 next: 0x17ff59000
Malloc element at 0x17ff59000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff57f80 next: 0x17ff59f80
Malloc element at 0x17ff59f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff59000 next: 0x17ff5b000
Malloc element at 0x17ff5b000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff59f80 next: 0x17ff5bf80
Malloc element at 0x17ff5bf80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff5b000 next: 0x17ff5d000
Malloc element at 0x17ff5d000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff5bf80 next: 0x17ff5df80
Malloc element at 0x17ff5df80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff5d000 next: 0x17ff5f000
Malloc element at 0x17ff5f000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff5df80 next: 0x17ff5ff80
Malloc element at 0x17ff5ff80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff5f000 next: 0x17ff61000
Malloc element at 0x17ff61000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff5ff80 next: 0x17ff61f80
Malloc element at 0x17ff61f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff61000 next: 0x17ff63000
Malloc element at 0x17ff63000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff61f80 next: 0x17ff63f80
Malloc element at 0x17ff63f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff63000 next: 0x17ff65000
Malloc element at 0x17ff65000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff63f80 next: 0x17ff65f80
Malloc element at 0x17ff65f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff65000 next: 0x17ff67000
Malloc element at 0x17ff67000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff65f80 next: 0x17ff67f80
Malloc element at 0x17ff67f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff67000 next: 0x17ff69000
Malloc element at 0x17ff69000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff67f80 next: 0x17ff69f80
Malloc element at 0x17ff69f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff69000 next: 0x17ff6b000
Malloc element at 0x17ff6b000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff69f80 next: 0x17ff6bf80
Malloc element at 0x17ff6bf80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff6b000 next: 0x17ff6d000
Malloc element at 0x17ff6d000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff6bf80 next: 0x17ff6df80
Malloc element at 0x17ff6df80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff6d000 next: 0x17ff6f000
Malloc element at 0x17ff6f000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff6df80 next: 0x17ff6ff80
Malloc element at 0x17ff6ff80 (BUSY)
  len: 0x480 pad: 0x0
  prev: 0x17ff6f000 next: 0x17ff70400
Malloc element at 0x17ff70400 (FREE)
  len: 0x780 pad: 0x0
  prev: 0x17ff6ff80 next: 0x17ff70b80
Malloc element at 0x17ff70b80 (BUSY)
  len: 0x400 pad: 0x0
  prev: 0x17ff70400 next: 0x17ff70f80
Malloc element at 0x17ff70f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff70b80 next: 0x17ff72000
Malloc element at 0x17ff72000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff70f80 next: 0x17ff72f80
Malloc element at 0x17ff72f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff72000 next: 0x17ff74000
Malloc element at 0x17ff74000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff72f80 next: 0x17ff74f80
Malloc element at 0x17ff74f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff74000 next: 0x17ff76000
Malloc element at 0x17ff76000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff74f80 next: 0x17ff76f80
Malloc element at 0x17ff76f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff76000 next: 0x17ff78000
Malloc element at 0x17ff78000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff76f80 next: 0x17ff78f80
Malloc element at 0x17ff78f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff78000 next: 0x17ff7a000
Malloc element at 0x17ff7a000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff78f80 next: 0x17ff7af80
Malloc element at 0x17ff7af80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff7a000 next: 0x17ff7c000
Malloc element at 0x17ff7c000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff7af80 next: 0x17ff7cf80
Malloc element at 0x17ff7cf80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff7c000 next: 0x17ff7e000
Malloc element at 0x17ff7e000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff7cf80 next: 0x17ff7ef80
Malloc element at 0x17ff7ef80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff7e000 next: 0x17ff80000
Malloc element at 0x17ff80000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff7ef80 next: 0x17ff80f80
Malloc element at 0x17ff80f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff80000 next: 0x17ff82000
Malloc element at 0x17ff82000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff80f80 next: 0x17ff82f80
Malloc element at 0x17ff82f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff82000 next: 0x17ff84000
Malloc element at 0x17ff84000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff82f80 next: 0x17ff84f80
Malloc element at 0x17ff84f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff84000 next: 0x17ff86000
Malloc element at 0x17ff86000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff84f80 next: 0x17ff86f80
Malloc element at 0x17ff86f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff86000 next: 0x17ff88000
Malloc element at 0x17ff88000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff86f80 next: 0x17ff88f80
Malloc element at 0x17ff88f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff88000 next: 0x17ff8a000
Malloc element at 0x17ff8a000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff88f80 next: 0x17ff8af80
Malloc element at 0x17ff8af80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff8a000 next: 0x17ff8c000
Malloc element at 0x17ff8c000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff8af80 next: 0x17ff8cf80
Malloc element at 0x17ff8cf80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff8c000 next: 0x17ff8e000
Malloc element at 0x17ff8e000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff8cf80 next: 0x17ff8ef80
Malloc element at 0x17ff8ef80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff8e000 next: 0x17ff90000
Malloc element at 0x17ff90000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff8ef80 next: 0x17ff90f80
Malloc element at 0x17ff90f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff90000 next: 0x17ff92000
Malloc element at 0x17ff92000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff90f80 next: 0x17ff92f80
Malloc element at 0x17ff92f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff92000 next: 0x17ff94000
Malloc element at 0x17ff94000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff92f80 next: 0x17ff94f80
Malloc element at 0x17ff94f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff94000 next: 0x17ff96000
Malloc element at 0x17ff96000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff94f80 next: 0x17ff96f80
Malloc element at 0x17ff96f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff96000 next: 0x17ff98000
Malloc element at 0x17ff98000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff96f80 next: 0x17ff98f80
Malloc element at 0x17ff98f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff98000 next: 0x17ff9a000
Malloc element at 0x17ff9a000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff98f80 next: 0x17ff9af80
Malloc element at 0x17ff9af80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff9a000 next: 0x17ff9c000
Malloc element at 0x17ff9c000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff9af80 next: 0x17ff9cf80
Malloc element at 0x17ff9cf80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff9c000 next: 0x17ff9e000
Malloc element at 0x17ff9e000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff9cf80 next: 0x17ff9ef80
Malloc element at 0x17ff9ef80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff9e000 next: 0x17ffa0000
Malloc element at 0x17ffa0000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff9ef80 next: 0x17ffa0f80
Malloc element at 0x17ffa0f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ffa0000 next: 0x17ffa2000
Malloc element at 0x17ffa2000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ffa0f80 next: 0x17ffa2f80
Malloc element at 0x17ffa2f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ffa2000 next: 0x17ffa4000
Malloc element at 0x17ffa4000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ffa2f80 next: 0x17ffa4f80
Malloc element at 0x17ffa4f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ffa4000 next: 0x17ffa6000
Malloc element at 0x17ffa6000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ffa4f80 next: 0x17ffa6f80
Malloc element at 0x17ffa6f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ffa6000 next: 0x17ffa8000
Malloc element at 0x17ffa8000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ffa6f80 next: 0x17ffa8f80
Malloc element at 0x17ffa8f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ffa8000 next: 0x17ffaa000
Malloc element at 0x17ffaa000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ffa8f80 next: 0x17ffaaf80
Malloc element at 0x17ffaaf80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ffaa000 next: 0x17ffac000
Malloc element at 0x17ffac000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ffaaf80 next: 0x17ffacf80
Malloc element at 0x17ffacf80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ffac000 next: 0x17ffae000
Malloc element at 0x17ffae000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ffacf80 next: 0x17ffaef80
Malloc element at 0x17ffaef80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ffae000 next: 0x17ffb0000
Malloc element at 0x17ffb0000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ffaef80 next: 0x17ffb0f80
Malloc element at 0x17ffb0f80 (BUSY)
  len: 0x480 pad: 0x0
  prev: 0x17ffb0000 next: 0x17ffb1400
Malloc element at 0x17ffb1400 (BUSY)
  len: 0x400 pad: 0x0
  prev: 0x17ffb0f80 next: 0x17ffb1800
Malloc element at 0x17ffb1800 (BUSY)
  len: 0x480 pad: 0x0
  prev: 0x17ffb1400 next: 0x17ffb1c80
Malloc element at 0x17ffb1c80 (BUSY)
  len: 0x370c0 pad: 0x0
  prev: 0x17ffb1800 next: 0x17ffe8d40
Malloc element at 0x17ffe8d40 (BUSY)
  len: 0x11c0 pad: 0x0
  prev: 0x17ffb1c80 next: 0x17ffe9f00
Malloc element at 0x17ffe9f00 (BUSY)
  len: 0x14080 pad: 0x0
  prev: 0x17ffe8d40 next: 0x17fffdf80
Malloc element at 0x17fffdf80 (BUSY)
  len: 0x2080 pad: 0x0
  prev: 0x17ffe9f00 next: (nil)
Heap id: 1
Heap size: 0x40000000
Heap alloc count: 2
Malloc element at 0x11c0000000 (FREE)
  len: 0x3fffab00 pad: 0x0
  prev: (nil) next: 0x11ffffab00
Malloc element at 0x11ffffab00 (BUSY)
  len: 0x2a80 pad: 0x0
  prev: 0x11c0000000 next: 0x11ffffd580
Malloc element at 0x11ffffd580 (BUSY)
  len: 0x2a80 pad: 0x0
  prev: 0x11ffffab00 next: (nil)
Heap id: 2
Heap size: 0x0
Heap alloc count: 0
Heap id: 3
Heap size: 0x0
Heap alloc count: 0
Heap id: 4
Heap size: 0x0
Heap alloc count: 0
Heap id: 5
Heap size: 0x0
Heap alloc count: 0
Heap id: 6
Heap size: 0x0
Heap alloc count: 0
Heap id: 7
Heap size: 0x0
Heap alloc count: 0
Heap id: 8
Heap size: 0x0
Heap alloc count: 0
Heap id: 9
Heap size: 0x0
Heap alloc count: 0
Heap id: 10
Heap size: 0x0
Heap alloc count: 0
Heap id: 11
Heap size: 0x0
Heap alloc count: 0
Heap id: 12
Heap size: 0x0
Heap alloc count: 0
Heap id: 13
Heap size: 0x0
Heap alloc count: 0
Heap id: 14
Heap size: 0x0
Heap alloc count: 0
Heap id: 15
Heap size: 0x0
Heap alloc count: 0
Heap id: 16
Heap size: 0x0
Heap alloc count: 0
Heap id: 17
Heap size: 0x0
Heap alloc count: 0
Heap id: 18
Heap size: 0x0
Heap alloc count: 0
Heap id: 19
Heap size: 0x0
Heap alloc count: 0
Heap id: 20
Heap size: 0x0
Heap alloc count: 0
Heap id: 21
Heap size: 0x0
Heap alloc count: 0
Heap id: 22
Heap size: 0x0
Heap alloc count: 0
Heap id: 23
Heap size: 0x0
Heap alloc count: 0
Heap id: 24
Heap size: 0x0
Heap alloc count: 0
Heap id: 25
Heap size: 0x0
Heap alloc count: 0
Heap id: 26
Heap size: 0x0
Heap alloc count: 0
Heap id: 27
Heap size: 0x0
Heap alloc count: 0
Heap id: 28
Heap size: 0x0
Heap alloc count: 0
Heap id: 29
Heap size: 0x0
Heap alloc count: 0
Heap id: 30
Heap size: 0x0
Heap alloc count: 0
Heap id: 31
Heap size: 0x0
Heap alloc count: 0
22/10/2020 03:23:14             dut.10.240.183.162: quit
22/10/2020 03:23:14             dut.10.240.183.162: 
22/10/2020 03:23:14              TestUnitTestsDump: Test Case test_dump_malloc_heaps Result PASSED:
22/10/2020 03:23:14             dut.10.240.183.162: kill_all: called by dut and prefix list has value.
22/10/2020 03:23:15              TestUnitTestsDump: Test Case test_dump_malloc_stats Begin
22/10/2020 03:23:15             dut.10.240.183.162: 
22/10/2020 03:23:15                         tester: 
22/10/2020 03:23:15             dut.10.240.183.162: x86_64-native-linuxapp-gcc/app/test/dpdk-test -l 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111 -n 4   --file-prefix=dpdk_12416_20201022015633  
22/10/2020 03:23:17             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_12416_20201022015633/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.0 (socket 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.1 (socket 1)
APP: HPET is not enabled, using TSC as default timer
22/10/2020 03:23:17             dut.10.240.183.162: dump_malloc_stats
22/10/2020 03:23:17             dut.10.240.183.162: 
Heap id:0
	Heap name:socket_0
	Heap_size:1073741824,
	Free_size:1065255680,
	Alloc_size:8486144,
	Greatest_free_size:1064762752,
	Alloc_count:222,
	Free_count:127,
Heap id:1
	Heap name:socket_1
	Heap_size:1073741824,
	Free_size:1073720064,
	Alloc_size:21760,
	Greatest_free_size:1073720064,
	Alloc_count:2,
	Free_count:1,
Heap id:2
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:3
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:4
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:5
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:6
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:7
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:8
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:9
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:10
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:11
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:12
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:13
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:14
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:15
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:16
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:17
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:18
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:19
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:20
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:21
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:22
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:23
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:24
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:25
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:26
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:27
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:28
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:29
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:30
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:31
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
22/10/2020 03:23:17             dut.10.240.183.162: quit
22/10/2020 03:23:17             dut.10.240.183.162: 
22/10/2020 03:23:17              TestUnitTestsDump: Test Case test_dump_malloc_stats Result PASSED:
22/10/2020 03:23:17             dut.10.240.183.162: kill_all: called by dut and prefix list has value.
22/10/2020 03:23:18              TestUnitTestsDump: Test Case test_dump_struct_size Begin
22/10/2020 03:23:18             dut.10.240.183.162: 
22/10/2020 03:23:18                         tester: 
22/10/2020 03:23:18             dut.10.240.183.162: x86_64-native-linuxapp-gcc/app/test/dpdk-test -l 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111 -n 4   --file-prefix=dpdk_12416_20201022015633  
22/10/2020 03:23:20             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_12416_20201022015633/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.0 (socket 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.1 (socket 1)
APP: HPET is not enabled, using TSC as default timer
22/10/2020 03:23:20             dut.10.240.183.162: dump_struct_sizes
22/10/2020 03:23:20             dut.10.240.183.162: 
sizeof(struct rte_mbuf) = 128
sizeof(struct rte_mempool) = 192
sizeof(struct rte_ring) = 384
22/10/2020 03:23:20             dut.10.240.183.162: quit
22/10/2020 03:23:21             dut.10.240.183.162: 
22/10/2020 03:23:21              TestUnitTestsDump: Test Case test_dump_struct_size Result PASSED:
22/10/2020 03:23:21             dut.10.240.183.162: kill_all: called by dut and prefix list has value.
22/10/2020 03:23:21              TestUnitTestsDump: Test Case test_mempool_dump Begin
22/10/2020 03:23:21             dut.10.240.183.162: 
22/10/2020 03:23:21                         tester: 
22/10/2020 03:23:21             dut.10.240.183.162: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4   --file-prefix=dpdk_12416_20201022015633  -- -i
22/10/2020 03:23:23             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_12416_20201022015633/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.0 (socket 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.1 (socket 1)
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mb_pool_1>: n=171456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Configuring Port 0 (socket 1)
Port 0: F8:F2:1E:51:DB:B6
Configuring Port 1 (socket 1)
Port 1: F8:F2:1E:51:DB:B7
Checking link statuses...
Done
22/10/2020 03:23:23             dut.10.240.183.162: dump_mempool
22/10/2020 03:23:24             dut.10.240.183.162: 
mempool <mb_pool_0>@0x17f26c9c0
  flags=10
  socket_id=0
  pool=0x17f06c7c0
  iova=0x17f26c9c0
  nb_mem_chunks=1
  size=171456
  populated_size=171456
  header_size=64
  elt_size=2304
  trailer_size=0
  total_obj_size=2368
  private_data_size=64
  ops_index=5
  ops_name: <ring_mp_mc>
  avg bytes/object=2368.013811
  internal cache infos:
    cache_size=250
    cache_count[0]=0
    cache_count[1]=0
    cache_count[2]=0
    cache_count[3]=0
    cache_count[4]=0
    cache_count[5]=0
    cache_count[6]=0
    cache_count[7]=0
    cache_count[8]=0
    cache_count[9]=0
    cache_count[10]=0
    cache_count[11]=0
    cache_count[12]=0
    cache_count[13]=0
    cache_count[14]=0
    cache_count[15]=0
    cache_count[16]=0
    cache_count[17]=0
    cache_count[18]=0
    cache_count[19]=0
    cache_count[20]=0
    cache_count[21]=0
    cache_count[22]=0
    cache_count[23]=0
    cache_count[24]=0
    cache_count[25]=0
    cache_count[26]=0
    cache_count[27]=0
    cache_count[28]=0
    cache_count[29]=0
    cache_count[30]=0
    cache_count[31]=0
    cache_count[32]=0
    cache_count[33]=0
    cache_count[34]=0
    cache_count[35]=0
    cache_count[36]=0
    cache_count[37]=0
    cache_count[38]=0
    cache_count[39]=0
    cache_count[40]=0
    cache_count[41]=0
    cache_count[42]=0
    cache_count[43]=0
    cache_count[44]=0
    cache_count[45]=0
    cache_count[46]=0
    cache_count[47]=0
    cache_count[48]=0
    cache_count[49]=0
    cache_count[50]=0
    cache_count[51]=0
    cache_count[52]=0
    cache_count[53]=0
    cache_count[54]=0
    cache_count[55]=0
    cache_count[56]=0
    cache_count[57]=0
    cache_count[58]=0
    cache_count[59]=0
    cache_count[60]=0
    cache_count[61]=0
    cache_count[62]=0
    cache_count[63]=0
    cache_count[64]=0
    cache_count[65]=0
    cache_count[66]=0
    cache_count[67]=0
    cache_count[68]=0
    cache_count[69]=0
    cache_count[70]=0
    cache_count[71]=0
    cache_count[72]=0
    cache_count[73]=0
    cache_count[74]=0
    cache_count[75]=0
    cache_count[76]=0
    cache_count[77]=0
    cache_count[78]=0
    cache_count[79]=0
    cache_count[80]=0
    cache_count[81]=0
    cache_count[82]=0
    cache_count[83]=0
    cache_count[84]=0
    cache_count[85]=0
    cache_count[86]=0
    cache_count[87]=0
    cache_count[88]=0
    cache_count[89]=0
    cache_count[90]=0
    cache_count[91]=0
    cache_count[92]=0
    cache_count[93]=0
    cache_count[94]=0
    cache_count[95]=0
    cache_count[96]=0
    cache_count[97]=0
    cache_count[98]=0
    cache_count[99]=0
    cache_count[100]=0
    cache_count[101]=0
    cache_count[102]=0
    cache_count[103]=0
    cache_count[104]=0
    cache_count[105]=0
    cache_count[106]=0
    cache_count[107]=0
    cache_count[108]=0
    cache_count[109]=0
    cache_count[110]=0
    cache_count[111]=0
    cache_count[112]=0
    cache_count[113]=0
    cache_count[114]=0
    cache_count[115]=0
    cache_count[116]=0
    cache_count[117]=0
    cache_count[118]=0
    cache_count[119]=0
    cache_count[120]=0
    cache_count[121]=0
    cache_count[122]=0
    cache_count[123]=0
    cache_count[124]=0
    cache_count[125]=0
    cache_count[126]=0
    cache_count[127]=0
    total_cache_count=0
  common_pool_count=171456
  no statistics available
mempool <mb_pool_1>@0x11ffe78a00
  flags=10
  socket_id=1
  pool=0x11ffc78800
  iova=0x11ffe78a00
  nb_mem_chunks=1
  size=171456
  populated_size=171456
  header_size=64
  elt_size=2304
  trailer_size=0
  total_obj_size=2368
  private_data_size=64
  ops_index=5
  ops_name: <ring_mp_mc>
  avg bytes/object=2368.013811
  internal cache infos:
    cache_size=250
    cache_count[0]=0
    cache_count[1]=241
    cache_count[2]=0
    cache_count[3]=0
    cache_count[4]=0
    cache_count[5]=0
    cache_count[6]=0
    cache_count[7]=0
    cache_count[8]=0
    cache_count[9]=0
    cache_count[10]=0
    cache_count[11]=0
    cache_count[12]=0
    cache_count[13]=0
    cache_count[14]=0
    cache_count[15]=0
    cache_count[16]=0
    cache_count[17]=0
    cache_count[18]=0
    cache_count[19]=0
    cache_count[20]=0
    cache_count[21]=0
    cache_count[22]=0
    cache_count[23]=0
    cache_count[24]=0
    cache_count[25]=0
    cache_count[26]=0
    cache_count[27]=0
    cache_count[28]=0
    cache_count[29]=0
    cache_count[30]=0
    cache_count[31]=0
    cache_count[32]=0
    cache_count[33]=0
    cache_count[34]=0
    cache_count[35]=0
    cache_count[36]=0
    cache_count[37]=0
    cache_count[38]=0
    cache_count[39]=0
    cache_count[40]=0
    cache_count[41]=0
    cache_count[42]=0
    cache_count[43]=0
    cache_count[44]=0
    cache_count[45]=0
    cache_count[46]=0
    cache_count[47]=0
    cache_count[48]=0
    cache_count[49]=0
    cache_count[50]=0
    cache_count[51]=0
    cache_count[52]=0
    cache_count[53]=0
    cache_count[54]=0
    cache_count[55]=0
    cache_count[56]=0
    cache_count[57]=0
    cache_count[58]=0
    cache_count[59]=0
    cache_count[60]=0
    cache_count[61]=0
    cache_count[62]=0
    cache_count[63]=0
    cache_count[64]=0
    cache_count[65]=0
    cache_count[66]=0
    cache_count[67]=0
    cache_count[68]=0
    cache_count[69]=0
    cache_count[70]=0
    cache_count[71]=0
    cache_count[72]=0
    cache_count[73]=0
    cache_count[74]=0
    cache_count[75]=0
    cache_count[76]=0
    cache_count[77]=0
    cache_count[78]=0
    cache_count[79]=0
    cache_count[80]=0
    cache_count[81]=0
    cache_count[82]=0
    cache_count[83]=0
    cache_count[84]=0
    cache_count[85]=0
    cache_count[86]=0
    cache_count[87]=0
    cache_count[88]=0
    cache_count[89]=0
    cache_count[90]=0
    cache_count[91]=0
    cache_count[92]=0
    cache_count[93]=0
    cache_count[94]=0
    cache_count[95]=0
    cache_count[96]=0
    cache_count[97]=0
    cache_count[98]=0
    cache_count[99]=0
    cache_count[100]=0
    cache_count[101]=0
    cache_count[102]=0
    cache_count[103]=0
    cache_count[104]=0
    cache_count[105]=0
    cache_count[106]=0
    cache_count[107]=0
    cache_count[108]=0
    cache_count[109]=0
    cache_count[110]=0
    cache_count[111]=0
    cache_count[112]=0
    cache_count[113]=0
    cache_count[114]=0
    cache_count[115]=0
    cache_count[116]=0
    cache_count[117]=0
    cache_count[118]=0
    cache_count[119]=0
    cache_count[120]=0
    cache_count[121]=0
    cache_count[122]=0
    cache_count[123]=0
    cache_count[124]=0
    cache_count[125]=0
    cache_count[126]=0
    cache_count[127]=0
    total_cache_count=241
  common_pool_count=170703
  no statistics available
22/10/2020 03:23:24             dut.10.240.183.162: quit
22/10/2020 03:23:25             dut.10.240.183.162: 

Stopping port 0...
Stopping ports...
Done

Stopping port 1...
Stopping ports...

Port 0: link state change event
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Invalid port_id=0
Done

Shutting down port 1...
Closing ports...
Port 1 is closed
Invalid port_id=1
Done

Bye...
22/10/2020 03:23:25              TestUnitTestsDump: Test Case test_mempool_dump Result FAILED: 'dump mempool name failed'
22/10/2020 03:23:25             dut.10.240.183.162: kill_all: called by dut and prefix list has value.
22/10/2020 03:23:26              TestUnitTestsDump: Test Case test_memzone_dump Begin
22/10/2020 03:23:26             dut.10.240.183.162: 
22/10/2020 03:23:26                         tester: 
22/10/2020 03:23:26             dut.10.240.183.162: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4   --file-prefix=dpdk_12416_20201022015633  -- -i
22/10/2020 03:23:28             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_12416_20201022015633/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.0 (socket 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.1 (socket 1)
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mb_pool_1>: n=171456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Configuring Port 0 (socket 1)
Port 0: F8:F2:1E:51:DB:B6
Configuring Port 1 (socket 1)
Port 1: F8:F2:1E:51:DB:B7
Checking link statuses...
Done
22/10/2020 03:23:28             dut.10.240.183.162: dump_memzone
22/10/2020 03:23:28             dut.10.240.183.162: 
Zone 0: name:<rte_eth_dev_data>, len:0x37040, virt:0x17ffb1d00, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 1: name:<i40e_dma_16618913616831682121>, len:0x400, virt:0x17ffb1000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 2: name:<i40e_dma_2865477229195955808>, len:0x1000, virt:0x17ffaf000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 3: name:<i40e_dma_4925635933997323998>, len:0x1000, virt:0x17ffad000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 4: name:<i40e_dma_16084500268628314946>, len:0x1000, virt:0x17ffab000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 5: name:<i40e_dma_3739982501175496041>, len:0x1000, virt:0x17ffa9000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 6: name:<i40e_dma_2166542726194777536>, len:0x1000, virt:0x17ffa7000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 7: name:<i40e_dma_12665610280563860836>, len:0x1000, virt:0x17ffa5000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 8: name:<i40e_dma_3408939471610539200>, len:0x1000, virt:0x17ffa3000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 9: name:<i40e_dma_648897513945601907>, len:0x1000, virt:0x17ffa1000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 10: name:<i40e_dma_12647711384146797338>, len:0x1000, virt:0x17ff9f000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 11: name:<i40e_dma_3102493545508060064>, len:0x1000, virt:0x17ff9d000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 12: name:<i40e_dma_15266985719243608210>, len:0x1000, virt:0x17ff9b000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 13: name:<i40e_dma_9309474483355398959>, len:0x1000, virt:0x17ff99000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 14: name:<i40e_dma_12839228978516642553>, len:0x1000, virt:0x17ff97000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 15: name:<i40e_dma_18075763823480497253>, len:0x1000, virt:0x17ff95000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 16: name:<i40e_dma_18225560368861246844>, len:0x1000, virt:0x17ff93000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 17: name:<i40e_dma_7184308216517908675>, len:0x1000, virt:0x17ff91000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 18: name:<i40e_dma_16278847625628134465>, len:0x1000, virt:0x17ff8f000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 19: name:<i40e_dma_9882897551629681345>, len:0x1000, virt:0x17ff8d000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 20: name:<i40e_dma_17177152082309474497>, len:0x1000, virt:0x17ff8b000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 21: name:<i40e_dma_17527277417393777186>, len:0x1000, virt:0x17ff89000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 22: name:<i40e_dma_7750711855228989718>, len:0x1000, virt:0x17ff87000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 23: name:<i40e_dma_11058997381797450632>, len:0x1000, virt:0x17ff85000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 24: name:<i40e_dma_1516787619883512290>, len:0x1000, virt:0x17ff83000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 25: name:<i40e_dma_4322877262308466011>, len:0x1000, virt:0x17ff81000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 26: name:<i40e_dma_5526324064011653398>, len:0x1000, virt:0x17ff7f000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 27: name:<i40e_dma_9366021476643131303>, len:0x1000, virt:0x17ff7d000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 28: name:<i40e_dma_4502645616885699355>, len:0x1000, virt:0x17ff7b000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 29: name:<i40e_dma_15679154021400711530>, len:0x1000, virt:0x17ff79000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 30: name:<i40e_dma_3390456932296876809>, len:0x1000, virt:0x17ff77000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 31: name:<i40e_dma_1923799703982836941>, len:0x1000, virt:0x17ff75000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 32: name:<i40e_dma_1062141604152667848>, len:0x1000, virt:0x17ff73000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 33: name:<i40e_dma_5947069545007441298>, len:0x1000, virt:0x17ff71000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 34: name:<i40e_dma_11676019127031224597>, len:0x400, virt:0x17ff70000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 35: name:<i40e_dma_12029571197112387889>, len:0x1000, virt:0x17ff6e000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 36: name:<i40e_dma_11514334596860894917>, len:0x1000, virt:0x17ff6c000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 37: name:<i40e_dma_16668252106797829373>, len:0x1000, virt:0x17ff6a000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 38: name:<i40e_dma_1599026752352958566>, len:0x1000, virt:0x17ff68000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 39: name:<i40e_dma_5833654119127872166>, len:0x1000, virt:0x17ff66000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 40: name:<i40e_dma_3944855545030396654>, len:0x1000, virt:0x17ff64000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 41: name:<i40e_dma_10959052575948277771>, len:0x1000, virt:0x17ff62000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 42: name:<i40e_dma_5179936322596107555>, len:0x1000, virt:0x17ff60000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 43: name:<i40e_dma_11283533472621367584>, len:0x1000, virt:0x17ff5e000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 44: name:<i40e_dma_17979293247122354838>, len:0x1000, virt:0x17ff5c000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 45: name:<i40e_dma_4985810824631781505>, len:0x1000, virt:0x17ff5a000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 46: name:<i40e_dma_9393920963560968491>, len:0x1000, virt:0x17ff58000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 47: name:<i40e_dma_9969017917335491249>, len:0x1000, virt:0x17ff56000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 48: name:<i40e_dma_15652152509546129138>, len:0x1000, virt:0x17ff54000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 49: name:<i40e_dma_587889311800138539>, len:0x1000, virt:0x17ff52000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 50: name:<i40e_dma_9229231528432358191>, len:0x1000, virt:0x17ff50000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 51: name:<i40e_dma_13216876416416857686>, len:0x1000, virt:0x17ff4e000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 52: name:<i40e_dma_2392551356491264360>, len:0x1000, virt:0x17ff4c000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 53: name:<i40e_dma_14522019207662696901>, len:0x1000, virt:0x17ff4a000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 54: name:<i40e_dma_13334642242986369487>, len:0x1000, virt:0x17ff48000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 55: name:<i40e_dma_16787832383031063253>, len:0x1000, virt:0x17ff46000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 56: name:<i40e_dma_6499054011314687698>, len:0x1000, virt:0x17ff44000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 57: name:<i40e_dma_12834522027617354699>, len:0x1000, virt:0x17ff42000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 58: name:<i40e_dma_7963198952298404416>, len:0x1000, virt:0x17ff40000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 59: name:<i40e_dma_17606465238576134624>, len:0x1000, virt:0x17ff3e000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 60: name:<i40e_dma_3167047290878027914>, len:0x1000, virt:0x17ff3c000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 61: name:<i40e_dma_11526971473159994654>, len:0x1000, virt:0x17ff3a000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 62: name:<i40e_dma_6017319094673846876>, len:0x1000, virt:0x17ff38000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 63: name:<i40e_dma_6064793982016963562>, len:0x1000, virt:0x17ff36000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 64: name:<i40e_dma_1719303834452367809>, len:0x1000, virt:0x17ff34000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 65: name:<i40e_dma_2291237058748351121>, len:0x1000, virt:0x17ff32000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 66: name:<i40e_dma_13161639755456899171>, len:0x1000, virt:0x17ff30000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 67: name:<i40e_dma_5114261304229155840>, len:0x1e000, virt:0x17ff11000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 68: name:<RG_HT_ethertype_0000:b1:00.0>, len:0x1180, virt:0x17ff0fe00, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 69: name:<RG_HT_tunnel_0000:b1:00.0>, len:0x980, virt:0x17ff31280, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 70: name:<RG_HT_fdir_0000:b1:00.0>, len:0x10180, virt:0x17feed1c0, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 71: name:<i40e_dma_18158089165456255151>, len:0x400, virt:0x17fc50000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 72: name:<i40e_dma_15529340919874747975>, len:0x1000, virt:0x17fc4e000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 73: name:<i40e_dma_4889291521340781900>, len:0x1000, virt:0x17fc4c000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 74: name:<i40e_dma_16137141929201850130>, len:0x1000, virt:0x17fc4a000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 75: name:<i40e_dma_11706895603451542626>, len:0x1000, virt:0x17fc48000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 76: name:<i40e_dma_15656341930986614378>, len:0x1000, virt:0x17fc46000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 77: name:<i40e_dma_4715753805071809434>, len:0x1000, virt:0x17fc44000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 78: name:<i40e_dma_9190143946736513923>, len:0x1000, virt:0x17fc42000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 79: name:<i40e_dma_8198326492156788056>, len:0x1000, virt:0x17fc40000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 80: name:<i40e_dma_17124911209978379646>, len:0x1000, virt:0x17fc3e000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 81: name:<i40e_dma_2834365954962704504>, len:0x1000, virt:0x17fc3c000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 82: name:<i40e_dma_849186989854582182>, len:0x1000, virt:0x17fc3a000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 83: name:<i40e_dma_4823404504427081190>, len:0x1000, virt:0x17fc38000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 84: name:<i40e_dma_9852776706007940930>, len:0x1000, virt:0x17fc36000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 85: name:<i40e_dma_10110887877399223307>, len:0x1000, virt:0x17fc34000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 86: name:<i40e_dma_16918528343391433083>, len:0x1000, virt:0x17fc32000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 87: name:<i40e_dma_11724330842381286942>, len:0x1000, virt:0x17fc30000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 88: name:<i40e_dma_8263017354523414230>, len:0x1000, virt:0x17fc2e000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 89: name:<i40e_dma_13714408322237121656>, len:0x1000, virt:0x17fc2c000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 90: name:<i40e_dma_7287684551323696666>, len:0x1000, virt:0x17fc2a000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 91: name:<i40e_dma_10361662090654318649>, len:0x1000, virt:0x17fc28000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 92: name:<i40e_dma_10612628269102503048>, len:0x1000, virt:0x17fc26000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 93: name:<i40e_dma_15938014609084826361>, len:0x1000, virt:0x17fc24000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 94: name:<i40e_dma_7167295061144151449>, len:0x1000, virt:0x17fc22000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 95: name:<i40e_dma_12412322682784013696>, len:0x1000, virt:0x17fc20000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 96: name:<i40e_dma_2771864894474408675>, len:0x1000, virt:0x17fc1e000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 97: name:<i40e_dma_826275173421501036>, len:0x1000, virt:0x17fc1c000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 98: name:<i40e_dma_5536483274837600769>, len:0x1000, virt:0x17fc1a000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 99: name:<i40e_dma_939389612646743377>, len:0x1000, virt:0x17fc18000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 100: name:<i40e_dma_7778883887977292389>, len:0x1000, virt:0x17fc16000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 101: name:<i40e_dma_13775864944000317366>, len:0x1000, virt:0x17fc14000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 102: name:<i40e_dma_15277090763378479819>, len:0x1000, virt:0x17fc12000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 103: name:<i40e_dma_14479921823730296212>, len:0x1000, virt:0x17fc10000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 104: name:<i40e_dma_5370896099535512603>, len:0x400, virt:0x17fc0f000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 105: name:<i40e_dma_4078304442895885293>, len:0x1000, virt:0x17fc0d000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 106: name:<i40e_dma_1514300088839897085>, len:0x1000, virt:0x17fc0b000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 107: name:<i40e_dma_5377525537601065661>, len:0x1000, virt:0x17fc09000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 108: name:<i40e_dma_2387303247233081863>, len:0x1000, virt:0x17fc07000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 109: name:<i40e_dma_8852824734381761057>, len:0x1000, virt:0x17fc05000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 110: name:<i40e_dma_17347753979904552424>, len:0x1000, virt:0x17fc03000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 111: name:<i40e_dma_12527993953186546461>, len:0x1000, virt:0x17fc01000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 112: name:<i40e_dma_5613174886119850919>, len:0x1000, virt:0x17fbff000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 113: name:<i40e_dma_17408915040990439174>, len:0x1000, virt:0x17fbfd000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 114: name:<i40e_dma_14951317561542064739>, len:0x1000, virt:0x17fbfb000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 115: name:<i40e_dma_16447723930966019001>, len:0x1000, virt:0x17fbf9000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 116: name:<i40e_dma_1442965002555112519>, len:0x1000, virt:0x17fbf7000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 117: name:<i40e_dma_8161015076699311438>, len:0x1000, virt:0x17fbf5000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 118: name:<i40e_dma_3932170576938012722>, len:0x1000, virt:0x17fbf3000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 119: name:<i40e_dma_13360863186274403852>, len:0x1000, virt:0x17fbf1000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 120: name:<i40e_dma_7391006121391108638>, len:0x1000, virt:0x17fbef000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 121: name:<i40e_dma_16672975342741907525>, len:0x1000, virt:0x17fbed000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 122: name:<i40e_dma_8726980436646371086>, len:0x1000, virt:0x17fbeb000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 123: name:<i40e_dma_6459487388039220670>, len:0x1000, virt:0x17fbe9000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 124: name:<i40e_dma_13984075753815302714>, len:0x1000, virt:0x17fbe7000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 125: name:<i40e_dma_16218944643503752833>, len:0x1000, virt:0x17fbe5000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 126: name:<i40e_dma_9285418029661504795>, len:0x1000, virt:0x17fbe3000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 127: name:<i40e_dma_961297989467876695>, len:0x1000, virt:0x17fbe1000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 128: name:<i40e_dma_7435393829781250376>, len:0x1000, virt:0x17fbdf000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 129: name:<i40e_dma_1339502637662555026>, len:0x1000, virt:0x17fbdd000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 130: name:<i40e_dma_17879657495808920788>, len:0x1000, virt:0x17fbdb000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 131: name:<i40e_dma_5599969760938591520>, len:0x1000, virt:0x17fbd9000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 132: name:<i40e_dma_7468590258444569083>, len:0x1000, virt:0x17fbd7000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 133: name:<i40e_dma_9395137063911194978>, len:0x1000, virt:0x17fbd5000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 134: name:<i40e_dma_6546771504789411575>, len:0x1000, virt:0x17fbd3000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 135: name:<i40e_dma_3038155389878722892>, len:0x1000, virt:0x17fbd1000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 136: name:<i40e_dma_11856400842994264508>, len:0x1000, virt:0x17fbcf000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 137: name:<i40e_dma_16429465959782842606>, len:0x1e000, virt:0x17fbb0000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 138: name:<RG_HT_ethertype_0000:b1:00.1>, len:0x1180, virt:0x17fbaee00, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 139: name:<RG_HT_tunnel_0000:b1:00.1>, len:0x980, virt:0x17fbd0280, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 140: name:<RG_HT_fdir_0000:b1:00.1>, len:0x10180, virt:0x17fb8c1c0, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 141: name:<MP_mb_pool_0>, len:0x182100, virt:0x17f26c9c0, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 142: name:<RG_MP_mb_pool_0>, len:0x200180, virt:0x17f06c7c0, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 143: name:<MP_mb_pool_0_0>, len:0x18333940, virt:0x166d38e00, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 144: name:<MP_mb_pool_1>, len:0x182100, virt:0x11ffe78a00, socket_id:1, flags:0
physical segments used:
  addr: 0x11c0000000 iova: 0x11c0000000 len: 0x40000000 pagesz: 0x40000000
Zone 145: name:<RG_MP_mb_pool_1>, len:0x200180, virt:0x11ffc78800, socket_id:1, flags:0
physical segments used:
  addr: 0x11c0000000 iova: 0x11c0000000 len: 0x40000000 pagesz: 0x40000000
Zone 146: name:<MP_mb_pool_1_0>, len:0x18333940, virt:0x11e7944e40, socket_id:1, flags:0
physical segments used:
  addr: 0x11c0000000 iova: 0x11c0000000 len: 0x40000000 pagesz: 0x40000000
Zone 147: name:<eth_p0_q0_tx_ring>, len:0x10000, virt:0x11e7934c80, socket_id:1, flags:0
physical segments used:
  addr: 0x11c0000000 iova: 0x11c0000000 len: 0x40000000 pagesz: 0x40000000
Zone 148: name:<eth_p0_q0_rx_ring>, len:0x21000, virt:0x11e7912780, socket_id:1, flags:0
physical segments used:
  addr: 0x11c0000000 iova: 0x11c0000000 len: 0x40000000 pagesz: 0x40000000
Zone 149: name:<eth_p1_q0_tx_ring>, len:0x10000, virt:0x11e7901c80, socket_id:1, flags:0
physical segments used:
  addr: 0x11c0000000 iova: 0x11c0000000 len: 0x40000000 pagesz: 0x40000000
Zone 150: name:<eth_p1_q0_rx_ring>, len:0x21000, virt:0x11e78df780, socket_id:1, flags:0
physical segments used:
  addr: 0x11c0000000 iova: 0x11c0000000 len: 0x40000000 pagesz: 0x40000000
Zone 151: name:<RTE_METRICS>, len:0x15040, virt:0x166cb5840, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
22/10/2020 03:23:28             dut.10.240.183.162: quit
22/10/2020 03:23:30             dut.10.240.183.162: 

Stopping port 0...
Stopping ports...
Done

Stopping port 1...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Invalid port_id=0
Done

Shutting down port 1...
Closing ports...
Port 1 is closed
Invalid port_id=1
Done

Bye...
22/10/2020 03:23:30              TestUnitTestsDump: Test Case test_memzone_dump Result PASSED:
22/10/2020 03:23:30             dut.10.240.183.162: kill_all: called by dut and prefix list has value.
22/10/2020 03:23:31              TestUnitTestsDump: Test Case test_physmem_dump Begin
22/10/2020 03:23:31             dut.10.240.183.162: 
22/10/2020 03:23:31                         tester: 
22/10/2020 03:23:31             dut.10.240.183.162: x86_64-native-linuxapp-gcc/app/test/dpdk-test -l 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111 -n 4   --file-prefix=dpdk_12416_20201022015633  
22/10/2020 03:23:33             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_12416_20201022015633/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.0 (socket 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.1 (socket 1)
APP: HPET is not enabled, using TSC as default timer
22/10/2020 03:23:33             dut.10.240.183.162: dump_physmem
22/10/2020 03:23:33             dut.10.240.183.162: 
Segment 0-0: IOVA:0x140000000, len:1073741824, virt:0x140000000, socket_id:0, hugepage_sz:1073741824, nchannel:4, nrank:0 fd:453
Segment 2-0: IOVA:0x11c0000000, len:1073741824, virt:0x11c0000000, socket_id:1, hugepage_sz:1073741824, nchannel:4, nrank:0 fd:458
22/10/2020 03:23:33             dut.10.240.183.162: quit
22/10/2020 03:23:33             dut.10.240.183.162: 
22/10/2020 03:23:33              TestUnitTestsDump: Test Case test_physmem_dump Result PASSED:
22/10/2020 03:23:33             dut.10.240.183.162: kill_all: called by dut and prefix list has value.
22/10/2020 03:23:34              TestUnitTestsDump: Test Case test_ring_dump Begin
22/10/2020 03:23:34             dut.10.240.183.162: 
22/10/2020 03:23:34                         tester: 
22/10/2020 03:23:34             dut.10.240.183.162: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4   --file-prefix=dpdk_12416_20201022015633  -- -i
22/10/2020 03:23:36             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_12416_20201022015633/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.0 (socket 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.1 (socket 1)
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mb_pool_1>: n=171456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Configuring Port 0 (socket 1)
Port 0: F8:F2:1E:51:DB:B6
Configuring Port 1 (socket 1)
Port 1: F8:F2:1E:51:DB:B7
Checking link statuses...
Done
22/10/2020 03:23:36             dut.10.240.183.162: dump_ring
22/10/2020 03:23:36             dut.10.240.183.162: 
ring <HT_ethertype_0000:b1:00.0>@0x17ff0fe00
  flags=0
  size=1024
  capacity=1023
  ct=0
  ch=0
  pt=768
  ph=768
  used=768
  avail=255
ring <HT_tunnel_0000:b1:00.0>@0x17ff31280
  flags=0
  size=512
  capacity=511
  ct=0
  ch=0
  pt=400
  ph=400
  used=400
  avail=111
ring <HT_fdir_0000:b1:00.0>@0x17feed1c0
  flags=0
  size=16384
  capacity=16383
  ct=0
  ch=0
  pt=8192
  ph=8192
  used=8192
  avail=8191
ring <HT_ethertype_0000:b1:00.1>@0x17fbaee00
  flags=0
  size=1024
  capacity=1023
  ct=0
  ch=0
  pt=768
  ph=768
  used=768
  avail=255
ring <HT_tunnel_0000:b1:00.1>@0x17fbd0280
  flags=0
  size=512
  capacity=511
  ct=0
  ch=0
  pt=400
  ph=400
  used=400
  avail=111
ring <HT_fdir_0000:b1:00.1>@0x17fb8c1c0
  flags=0
  size=16384
  capacity=16383
  ct=0
  ch=0
  pt=8192
  ph=8192
  used=8192
  avail=8191
ring <MP_mb_pool_0>@0x17f06c7c0
  flags=0
  size=262144
  capacity=262143
  ct=0
  ch=0
  pt=171456
  ph=171456
  used=171456
  avail=90687
ring <MP_mb_pool_1>@0x11ffc78800
  flags=0
  size=262144
  capacity=262143
  ct=753
  ch=753
  pt=171456
  ph=171456
  used=170703
  avail=91440
22/10/2020 03:23:36             dut.10.240.183.162: quit
22/10/2020 03:23:38             dut.10.240.183.162: 

Stopping port 0...
Stopping ports...
Done

Stopping port 1...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Invalid port_id=0
Done

Shutting down port 1...
Closing ports...
Port 1 is closed
Invalid port_id=1
Done

Bye...
22/10/2020 03:23:38              TestUnitTestsDump: Test Case test_ring_dump Result FAILED: 'dump ring name failed'
22/10/2020 03:23:38             dut.10.240.183.162: kill_all: called by dut and prefix list has value.
22/10/2020 03:23:39                            dts: 
TEST SUITE ENDED: TestUnitTestsDump
22/10/2020 14:59:02                            dts: 
TEST SUITE : TestUnitTestsDump
22/10/2020 14:59:02                            dts: NIC :        fortpark_TLV
22/10/2020 14:59:02             dut.10.240.183.162: 
22/10/2020 14:59:02                         tester: 
22/10/2020 14:59:02              TestUnitTestsDump: Test Case test_mempool_dump Begin
22/10/2020 14:59:02             dut.10.240.183.162: 
22/10/2020 14:59:03                         tester: 
22/10/2020 14:59:03             dut.10.240.183.162: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4   --file-prefix=dpdk_25257_20201022145838  -- -i
22/10/2020 14:59:05             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_25257_20201022145838/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.0 (socket 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.1 (socket 1)
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mb_pool_1>: n=171456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Configuring Port 0 (socket 1)
Port 0: F8:F2:1E:51:DB:B6
Configuring Port 1 (socket 1)
Port 1: F8:F2:1E:51:DB:B7
Checking link statuses...
Done
22/10/2020 14:59:05             dut.10.240.183.162: dump_mempool
22/10/2020 14:59:05             dut.10.240.183.162: 
mempool <mb_pool_0>@0x17f26c9c0
  flags=10
  socket_id=0
  pool=0x17f06c7c0
  iova=0x17f26c9c0
  nb_mem_chunks=1
  size=171456
  populated_size=171456
  header_size=64
  elt_size=2304
  trailer_size=0
  total_obj_size=2368
  private_data_size=64
  ops_index=5
  ops_name: <ring_mp_mc>
  avg bytes/object=2368.013811
  internal cache infos:
    cache_size=250
    cache_count[0]=0
    cache_count[1]=0
    cache_count[2]=0
    cache_count[3]=0
    cache_count[4]=0
    cache_count[5]=0
    cache_count[6]=0
    cache_count[7]=0
    cache_count[8]=0
    cache_count[9]=0
    cache_count[10]=0
    cache_count[11]=0
    cache_count[12]=0
    cache_count[13]=0
    cache_count[14]=0
    cache_count[15]=0
    cache_count[16]=0
    cache_count[17]=0
    cache_count[18]=0
    cache_count[19]=0
    cache_count[20]=0
    cache_count[21]=0
    cache_count[22]=0
    cache_count[23]=0
    cache_count[24]=0
    cache_count[25]=0
    cache_count[26]=0
    cache_count[27]=0
    cache_count[28]=0
    cache_count[29]=0
    cache_count[30]=0
    cache_count[31]=0
    cache_count[32]=0
    cache_count[33]=0
    cache_count[34]=0
    cache_count[35]=0
    cache_count[36]=0
    cache_count[37]=0
    cache_count[38]=0
    cache_count[39]=0
    cache_count[40]=0
    cache_count[41]=0
    cache_count[42]=0
    cache_count[43]=0
    cache_count[44]=0
    cache_count[45]=0
    cache_count[46]=0
    cache_count[47]=0
    cache_count[48]=0
    cache_count[49]=0
    cache_count[50]=0
    cache_count[51]=0
    cache_count[52]=0
    cache_count[53]=0
    cache_count[54]=0
    cache_count[55]=0
    cache_count[56]=0
    cache_count[57]=0
    cache_count[58]=0
    cache_count[59]=0
    cache_count[60]=0
    cache_count[61]=0
    cache_count[62]=0
    cache_count[63]=0
    cache_count[64]=0
    cache_count[65]=0
    cache_count[66]=0
    cache_count[67]=0
    cache_count[68]=0
    cache_count[69]=0
    cache_count[70]=0
    cache_count[71]=0
    cache_count[72]=0
    cache_count[73]=0
    cache_count[74]=0
    cache_count[75]=0
    cache_count[76]=0
    cache_count[77]=0
    cache_count[78]=0
    cache_count[79]=0
    cache_count[80]=0
    cache_count[81]=0
    cache_count[82]=0
    cache_count[83]=0
    cache_count[84]=0
    cache_count[85]=0
    cache_count[86]=0
    cache_count[87]=0
    cache_count[88]=0
    cache_count[89]=0
    cache_count[90]=0
    cache_count[91]=0
    cache_count[92]=0
    cache_count[93]=0
    cache_count[94]=0
    cache_count[95]=0
    cache_count[96]=0
    cache_count[97]=0
    cache_count[98]=0
    cache_count[99]=0
    cache_count[100]=0
    cache_count[101]=0
    cache_count[102]=0
    cache_count[103]=0
    cache_count[104]=0
    cache_count[105]=0
    cache_count[106]=0
    cache_count[107]=0
    cache_count[108]=0
    cache_count[109]=0
    cache_count[110]=0
    cache_count[111]=0
    cache_count[112]=0
    cache_count[113]=0
    cache_count[114]=0
    cache_count[115]=0
    cache_count[116]=0
    cache_count[117]=0
    cache_count[118]=0
    cache_count[119]=0
    cache_count[120]=0
    cache_count[121]=0
    cache_count[122]=0
    cache_count[123]=0
    cache_count[124]=0
    cache_count[125]=0
    cache_count[126]=0
    cache_count[127]=0
    total_cache_count=0
  common_pool_count=171456
  no statistics available
mempool <mb_pool_1>@0x11ffe78a00
  flags=10
  socket_id=1
  pool=0x11ffc78800
  iova=0x11ffe78a00
  nb_mem_chunks=1
  size=171456
  populated_size=171456
  header_size=64
  elt_size=2304
  trailer_size=0
  total_obj_size=2368
  private_data_size=64
  ops_index=5
  ops_name: <ring_mp_mc>
  avg bytes/object=2368.013811
  internal cache infos:
    cache_size=250
    cache_count[0]=0
    cache_count[1]=241
    cache_count[2]=0
    cache_count[3]=0
    cache_count[4]=0
    cache_count[5]=0
    cache_count[6]=0
    cache_count[7]=0
    cache_count[8]=0
    cache_count[9]=0
    cache_count[10]=0
    cache_count[11]=0
    cache_count[12]=0
    cache_count[13]=0
    cache_count[14]=0
    cache_count[15]=0
    cache_count[16]=0
    cache_count[17]=0
    cache_count[18]=0
    cache_count[19]=0
    cache_count[20]=0
    cache_count[21]=0
    cache_count[22]=0
    cache_count[23]=0
    cache_count[24]=0
    cache_count[25]=0
    cache_count[26]=0
    cache_count[27]=0
    cache_count[28]=0
    cache_count[29]=0
    cache_count[30]=0
    cache_count[31]=0
    cache_count[32]=0
    cache_count[33]=0
    cache_count[34]=0
    cache_count[35]=0
    cache_count[36]=0
    cache_count[37]=0
    cache_count[38]=0
    cache_count[39]=0
    cache_count[40]=0
    cache_count[41]=0
    cache_count[42]=0
    cache_count[43]=0
    cache_count[44]=0
    cache_count[45]=0
    cache_count[46]=0
    cache_count[47]=0
    cache_count[48]=0
    cache_count[49]=0
    cache_count[50]=0
    cache_count[51]=0
    cache_count[52]=0
    cache_count[53]=0
    cache_count[54]=0
    cache_count[55]=0
    cache_count[56]=0
    cache_count[57]=0
    cache_count[58]=0
    cache_count[59]=0
    cache_count[60]=0
    cache_count[61]=0
    cache_count[62]=0
    cache_count[63]=0
    cache_count[64]=0
    cache_count[65]=0
    cache_count[66]=0
    cache_count[67]=0
    cache_count[68]=0
    cache_count[69]=0
    cache_count[70]=0
    cache_count[71]=0
    cache_count[72]=0
    cache_count[73]=0
    cache_count[74]=0
    cache_count[75]=0
    cache_count[76]=0
    cache_count[77]=0
    cache_count[78]=0
    cache_count[79]=0
    cache_count[80]=0
    cache_count[81]=0
    cache_count[82]=0
    cache_count[83]=0
    cache_count[84]=0
    cache_count[85]=0
    cache_count[86]=0
    cache_count[87]=0
    cache_count[88]=0
    cache_count[89]=0
    cache_count[90]=0
    cache_count[91]=0
    cache_count[92]=0
    cache_count[93]=0
    cache_count[94]=0
    cache_count[95]=0
    cache_count[96]=0
    cache_count[97]=0
    cache_count[98]=0
    cache_count[99]=0
    cache_count[100]=0
    cache_count[101]=0
    cache_count[102]=0
    cache_count[103]=0
    cache_count[104]=0
    cache_count[105]=0
    cache_count[106]=0
    cache_count[107]=0
    cache_count[108]=0
    cache_count[109]=0
    cache_count[110]=0
    cache_count[111]=0
    cache_count[112]=0
    cache_count[113]=0
    cache_count[114]=0
    cache_count[115]=0
    cache_count[116]=0
    cache_count[117]=0
    cache_count[118]=0
    cache_count[119]=0
    cache_count[120]=0
    cache_count[121]=0
    cache_count[122]=0
    cache_count[123]=0
    cache_count[124]=0
    cache_count[125]=0
    cache_count[126]=0
    cache_count[127]=0
    total_cache_count=241
  common_pool_count=170703
  no statistics available
22/10/2020 14:59:05             dut.10.240.183.162: quit
22/10/2020 14:59:07             dut.10.240.183.162: 

Stopping port 0...
Stopping ports...
Done

Stopping port 1...
Stopping ports...

Port 0: link state change event
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Invalid port_id=0
Done

Shutting down port 1...
Closing ports...
Port 1 is closed
Invalid port_id=1
Done

Bye...
22/10/2020 14:59:07              TestUnitTestsDump: Test Case test_mempool_dump Result FAILED: 'dump mempool name failed'
22/10/2020 14:59:07             dut.10.240.183.162: kill_all: called by dut and prefix list has value.
22/10/2020 14:59:07                            dts: 
TEST SUITE ENDED: TestUnitTestsDump
22/10/2020 15:01:15                            dts: 
TEST SUITE : TestUnitTestsDump
22/10/2020 15:01:15                            dts: NIC :        fortpark_TLV
22/10/2020 15:01:15             dut.10.240.183.162: 
22/10/2020 15:01:15                         tester: 
22/10/2020 15:01:15              TestUnitTestsDump: Test Case test_ring_dump Begin
22/10/2020 15:01:15             dut.10.240.183.162: 
22/10/2020 15:01:15                         tester: 
22/10/2020 15:01:15             dut.10.240.183.162: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4   --file-prefix=dpdk_26566_20201022150050  -- -i
22/10/2020 15:01:17             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_26566_20201022150050/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.0 (socket 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.1 (socket 1)
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mb_pool_1>: n=171456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Configuring Port 0 (socket 1)
Port 0: F8:F2:1E:51:DB:B6
Configuring Port 1 (socket 1)
Port 1: F8:F2:1E:51:DB:B7
Checking link statuses...
Done
22/10/2020 15:01:17             dut.10.240.183.162: dump_ring
22/10/2020 15:01:18             dut.10.240.183.162: 
ring <HT_ethertype_0000:b1:00.0>@0x17ff0fe00
  flags=0
  size=1024
  capacity=1023
  ct=0
  ch=0
  pt=768
  ph=768
  used=768
  avail=255
ring <HT_tunnel_0000:b1:00.0>@0x17ff31280
  flags=0
  size=512
  capacity=511
  ct=0
  ch=0
  pt=400
  ph=400
  used=400
  avail=111
ring <HT_fdir_0000:b1:00.0>@0x17feed1c0
  flags=0
  size=16384
  capacity=16383
  ct=0
  ch=0
  pt=8192
  ph=8192
  used=8192
  avail=8191
ring <HT_ethertype_0000:b1:00.1>@0x17fbaee00
  flags=0
  size=1024
  capacity=1023
  ct=0
  ch=0
  pt=768
  ph=768
  used=768
  avail=255
ring <HT_tunnel_0000:b1:00.1>@0x17fbd0280
  flags=0
  size=512
  capacity=511
  ct=0
  ch=0
  pt=400
  ph=400
  used=400
  avail=111
ring <HT_fdir_0000:b1:00.1>@0x17fb8c1c0
  flags=0
  size=16384
  capacity=16383
  ct=0
  ch=0
  pt=8192
  ph=8192
  used=8192
  avail=8191
ring <MP_mb_pool_0>@0x17f06c7c0
  flags=0
  size=262144
  capacity=262143
  ct=0
  ch=0
  pt=171456
  ph=171456
  used=171456
  avail=90687
ring <MP_mb_pool_1>@0x11ffc78800
  flags=0
  size=262144
  capacity=262143
  ct=753
  ch=753
  pt=171456
  ph=171456
  used=170703
  avail=91440
22/10/2020 15:01:18             dut.10.240.183.162: quit
22/10/2020 15:01:19             dut.10.240.183.162: 

Stopping port 0...
Stopping ports...
Done

Stopping port 1...
Stopping ports...

Port 0: link state change event
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Invalid port_id=0
Done

Shutting down port 1...
Closing ports...
Port 1 is closed
Invalid port_id=1
Done

Bye...
22/10/2020 15:01:19              TestUnitTestsDump: Test Case test_ring_dump Result FAILED: 'dump ring name failed'
22/10/2020 15:01:19             dut.10.240.183.162: kill_all: called by dut and prefix list has value.
22/10/2020 15:01:20                            dts: 
TEST SUITE ENDED: TestUnitTestsDump
22/10/2020 15:03:50                            dts: 
TEST SUITE : TestUnitTestsDump
22/10/2020 15:03:50                            dts: NIC :        fortpark_TLV
22/10/2020 15:03:50             dut.10.240.183.162: 
22/10/2020 15:03:51                         tester: 
22/10/2020 15:03:51              TestUnitTestsDump: Test Case test_ring_dump Begin
22/10/2020 15:03:51             dut.10.240.183.162: 
22/10/2020 15:03:51                         tester: 
22/10/2020 15:03:51             dut.10.240.183.162: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4   --file-prefix=dpdk_28054_20201022150326  -- -i
22/10/2020 15:03:53             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_28054_20201022150326/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.0 (socket 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.1 (socket 1)
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mb_pool_1>: n=171456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Configuring Port 0 (socket 1)
Port 0: F8:F2:1E:51:DB:B6
Configuring Port 1 (socket 1)
Port 1: F8:F2:1E:51:DB:B7
Checking link statuses...
Done
22/10/2020 15:03:53             dut.10.240.183.162: dump_ring
22/10/2020 15:03:53             dut.10.240.183.162: 
ring <HT_ethertype_0000:b1:00.0>@0x17ff0fe00
  flags=0
  size=1024
  capacity=1023
  ct=0
  ch=0
  pt=768
  ph=768
  used=768
  avail=255
ring <HT_tunnel_0000:b1:00.0>@0x17ff31280
  flags=0
  size=512
  capacity=511
  ct=0
  ch=0
  pt=400
  ph=400
  used=400
  avail=111
ring <HT_fdir_0000:b1:00.0>@0x17feed1c0
  flags=0
  size=16384
  capacity=16383
  ct=0
  ch=0
  pt=8192
  ph=8192
  used=8192
  avail=8191
ring <HT_ethertype_0000:b1:00.1>@0x17fbaee00
  flags=0
  size=1024
  capacity=1023
  ct=0
  ch=0
  pt=768
  ph=768
  used=768
  avail=255
ring <HT_tunnel_0000:b1:00.1>@0x17fbd0280
  flags=0
  size=512
  capacity=511
  ct=0
  ch=0
  pt=400
  ph=400
  used=400
  avail=111
ring <HT_fdir_0000:b1:00.1>@0x17fb8c1c0
  flags=0
  size=16384
  capacity=16383
  ct=0
  ch=0
  pt=8192
  ph=8192
  used=8192
  avail=8191
ring <MP_mb_pool_0>@0x17f06c7c0
  flags=0
  size=262144
  capacity=262143
  ct=0
  ch=0
  pt=171456
  ph=171456
  used=171456
  avail=90687
ring <MP_mb_pool_1>@0x11ffc78800
  flags=0
  size=262144
  capacity=262143
  ct=753
  ch=753
  pt=171456
  ph=171456
  used=170703
  avail=91440
22/10/2020 15:03:53             dut.10.240.183.162: quit
22/10/2020 15:03:55             dut.10.240.183.162: 

Stopping port 0...
Stopping ports...
Done

Stopping port 1...
Stopping ports...

Port 0: link state change event
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Invalid port_id=0
Done

Shutting down port 1...
Closing ports...
Port 1 is closed
Invalid port_id=1
Done

Bye...
22/10/2020 15:03:55              TestUnitTestsDump: Test Case test_ring_dump Result FAILED: 'dump ring name failed'
22/10/2020 15:03:55             dut.10.240.183.162: kill_all: called by dut and prefix list has value.
22/10/2020 15:03:55                            dts: 
TEST SUITE ENDED: TestUnitTestsDump
22/10/2020 15:11:48                            dts: 
TEST SUITE : TestUnitTestsDump
22/10/2020 15:11:48                            dts: NIC :        fortpark_TLV
22/10/2020 15:11:48             dut.10.240.183.162: 
22/10/2020 15:11:49                         tester: 
22/10/2020 15:11:49              TestUnitTestsDump: Test Case test_ring_dump Begin
22/10/2020 15:11:49             dut.10.240.183.162: 
22/10/2020 15:11:49                         tester: 
22/10/2020 15:11:54             dut.10.240.183.162: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4   --file-prefix=dpdk_31415_20201022151124  -- -i
22/10/2020 15:11:56             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_31415_20201022151124/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.0 (socket 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.1 (socket 1)
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mb_pool_1>: n=171456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Configuring Port 0 (socket 1)
Port 0: F8:F2:1E:51:DB:B6
Configuring Port 1 (socket 1)
Port 1: F8:F2:1E:51:DB:B7
Checking link statuses...
Done
22/10/2020 15:12:00             dut.10.240.183.162: dump_ring
22/10/2020 15:12:00             dut.10.240.183.162: 
ring <HT_ethertype_0000:b1:00.0>@0x17ff0fe00
  flags=0
  size=1024
  capacity=1023
  ct=0
  ch=0
  pt=768
  ph=768
  used=768
  avail=255
ring <HT_tunnel_0000:b1:00.0>@0x17ff31280
  flags=0
  size=512
  capacity=511
  ct=0
  ch=0
  pt=400
  ph=400
  used=400
  avail=111
ring <HT_fdir_0000:b1:00.0>@0x17feed1c0
  flags=0
  size=16384
  capacity=16383
  ct=0
  ch=0
  pt=8192
  ph=8192
  used=8192
  avail=8191
ring <HT_ethertype_0000:b1:00.1>@0x17fbaee00
  flags=0
  size=1024
  capacity=1023
  ct=0
  ch=0
  pt=768
  ph=768
  used=768
  avail=255
ring <HT_tunnel_0000:b1:00.1>@0x17fbd0280
  flags=0
  size=512
  capacity=511
  ct=0
  ch=0
  pt=400
  ph=400
  used=400
  avail=111
ring <HT_fdir_0000:b1:00.1>@0x17fb8c1c0
  flags=0
  size=16384
  capacity=16383
  ct=0
  ch=0
  pt=8192
  ph=8192
  used=8192
  avail=8191
ring <MP_mb_pool_0>@0x17f06c7c0
  flags=0
  size=262144
  capacity=262143
  ct=0
  ch=0
  pt=171456
  ph=171456
  used=171456
  avail=90687
ring <MP_mb_pool_1>@0x11ffc78800
  flags=0
  size=262144
  capacity=262143
  ct=753
  ch=753
  pt=171456
  ph=171456
  used=170703
  avail=91440
22/10/2020 15:12:09             dut.10.240.183.162: quit
22/10/2020 15:12:11             dut.10.240.183.162: 

Stopping port 0...
Stopping ports...
Done

Stopping port 1...
Stopping ports...

Port 0: link state change event
Done

Shutting down port 0...
Closing ports...

Port 1: link state change event
Port 0 is closed
Invalid port_id=0
Done

Shutting down port 1...
Closing ports...
Port 1 is closed
Invalid port_id=1
Done

Bye...
22/10/2020 15:17:23              TestUnitTestsDump: Test Case test_ring_dump Result ERROR: Traceback (most recent call last):
  File "/home/autoregression/dts/dts/framework/test_case.py", line 319, in _execute_test_case
    case_obj()
  File "tests/TestSuite_unit_tests_dump.py", line 107, in test_ring_dump
    self.verify( 'MP_mbuf_pool_socket_0' in results, "dump ring name failed")
  File "tests/TestSuite_unit_tests_dump.py", line 107, in test_ring_dump
    self.verify( 'MP_mbuf_pool_socket_0' in results, "dump ring name failed")
  File "/usr/lib/python3.6/bdb.py", line 51, in trace_dispatch
    return self.dispatch_line(frame)
  File "/usr/lib/python3.6/bdb.py", line 70, in dispatch_line
    if self.quitting: raise BdbQuit
bdb.BdbQuit

22/10/2020 15:17:23             dut.10.240.183.162: kill_all: called by dut and prefix list has value.
22/10/2020 15:17:23                            dts: 
TEST SUITE ENDED: TestUnitTestsDump
22/10/2020 15:20:35                            dts: 
TEST SUITE : TestUnitTestsDump
22/10/2020 15:20:35                            dts: NIC :        fortpark_TLV
22/10/2020 15:20:35             dut.10.240.183.162: 
22/10/2020 15:20:35                         tester: 
22/10/2020 15:20:35              TestUnitTestsDump: Test Case test_dump_devargs Begin
22/10/2020 15:20:35             dut.10.240.183.162: 
22/10/2020 15:20:35                         tester: 
22/10/2020 15:20:35             dut.10.240.183.162: x86_64-native-linuxapp-gcc/app/test/dpdk-test -l 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111 -n 4  -b 0000:b1:00.0 --file-prefix=dpdk_2089_20201022151855  
22/10/2020 15:20:37             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_2089_20201022151855/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.1 (socket 1)
APP: HPET is not enabled, using TSC as default timer
22/10/2020 15:20:37             dut.10.240.183.162: dump_devargs
22/10/2020 15:20:37             dut.10.240.183.162: 
User device list:
  [pci]: 0000:b1:00.0 
22/10/2020 15:20:37             dut.10.240.183.162: quit
22/10/2020 15:20:37             dut.10.240.183.162: 
22/10/2020 15:20:37             dut.10.240.183.162: x86_64-native-linuxapp-gcc/app/test/dpdk-test -l 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111 -n 4 -w 0000:b1:00.0  --file-prefix=dpdk_2089_20201022151855  
22/10/2020 15:20:39             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_2089_20201022151855/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.0 (socket 1)
APP: HPET is not enabled, using TSC as default timer
22/10/2020 15:20:39             dut.10.240.183.162: dump_devargs
22/10/2020 15:20:39             dut.10.240.183.162: 
User device list:
  [pci]: 0000:b1:00.0 
22/10/2020 15:20:39             dut.10.240.183.162: quit
22/10/2020 15:20:39             dut.10.240.183.162: 
22/10/2020 15:20:39              TestUnitTestsDump: Test Case test_dump_devargs Result PASSED:
22/10/2020 15:20:39             dut.10.240.183.162: kill_all: called by dut and prefix list has value.
22/10/2020 15:20:40              TestUnitTestsDump: Test Case test_dump_log_types Begin
22/10/2020 15:20:40             dut.10.240.183.162: 
22/10/2020 15:20:40                         tester: 
22/10/2020 15:20:40             dut.10.240.183.162: x86_64-native-linuxapp-gcc/app/test/dpdk-test -l 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111 -n 4   --file-prefix=dpdk_2089_20201022151855  
22/10/2020 15:20:42             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_2089_20201022151855/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.0 (socket 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.1 (socket 1)
APP: HPET is not enabled, using TSC as default timer
22/10/2020 15:20:42             dut.10.240.183.162: dump_log_types
22/10/2020 15:20:42             dut.10.240.183.162: 
global log level is debug
id 0: lib.eal, level is info
id 1: lib.malloc, level is info
id 2: lib.ring, level is info
id 3: lib.mempool, level is info
id 4: lib.timer, level is info
id 5: pmd, level is info
id 6: lib.hash, level is info
id 7: lib.lpm, level is info
id 8: lib.kni, level is info
id 9: lib.acl, level is info
id 10: lib.power, level is info
id 11: lib.meter, level is info
id 12: lib.sched, level is info
id 13: lib.port, level is info
id 14: lib.table, level is info
id 15: lib.pipeline, level is info
id 16: lib.mbuf, level is info
id 17: lib.cryptodev, level is info
id 18: lib.efd, level is info
id 19: lib.eventdev, level is info
id 20: lib.gso, level is info
id 24: user1, level is info
id 25: user2, level is info
id 26: user3, level is info
id 27: user4, level is info
id 28: user5, level is info
id 29: user6, level is info
id 30: user7, level is info
id 31: user8, level is info
id 32: test.efd, level is info
id 33: test.hash, level is info
id 34: test.timer, level is info
id 35: lib.node, level is info
id 36: lib.graph, level is info
id 37: lib.bpf, level is info
id 38: lib.flow_classify, level is info
id 39: lib.vhost.config, level is info
id 40: lib.vhost.data, level is warning
id 41: lib.stack, level is notice
id 42: lib.rawdev, level is info
id 43: lib.pdump, level is notice
id 44: lib.member, level is debug
id 45: lib.eventdev.adapter.timer, level is notice
id 46: lib.eventdev.adapter.timer.svc, level is notice
id 47: lib.compressdev, level is notice
id 48: lib.cfgfile, level is info
id 49: lib.bbdev, level is notice
id 50: lib.metrics, level is error
id 51: lib.ethdev, level is info
id 52: lib.net, level is info
id 53: lib.rcu, level is error
id 54: pmd.common.dpaax, level is error
id 55: pmd.common.iavf, level is notice
id 56: pmd.octeontx.mbox, level is notice
id 57: pmd.octeontx2.base, level is notice
id 58: pmd.octeontx2.mbox, level is notice
id 59: pmd.mempool.octeontx2, level is notice
id 60: pmd.net.octeontx2, level is notice
id 61: pmd.net.octeontx2.flow, level is notice
id 62: pmd.net.octeontx2.tm, level is notice
id 63: pmd.event.octeontx2, level is notice
id 64: pmd.event.octeontx2.timer, level is notice
id 65: pmd.raw.octeontx2.dpi, level is notice
id 66: pmd.raw.octeontx2.ep, level is notice
id 67: pmd.regex.octeontx2, level is notice
id 68: pmd.common.sfc_efx, level is notice
id 69: bus.dpaa, level is notice
id 70: bus.fslmc, level is notice
id 71: bus.ifpga, level is notice
id 72: bus.vdev, level is notice
id 73: bus.vmbus, level is notice
id 74: pmd.qat_general, level is notice
id 75: pmd.qat_dp, level is notice
id 76: mempool.dpaa, level is notice
id 77: mempool.dpaa2, level is notice
id 78: pmd.mempool.octeontx, level is notice
id 79: pmd.net.packet, level is notice
id 80: pmd.net.ark, level is notice
id 81: pmd.net.atlantic.init, level is notice
id 82: pmd.net.atlantic.driver, level is notice
id 83: pmd.net.avp.driver, level is notice
id 84: pmd.net.axgbe.init, level is notice
id 85: pmd.net.axgbe.driver, level is notice
id 86: pmd.net.bond, level is notice
id 87: pmd.net.bnx2x.init, level is notice
id 88: pmd.net.bnx2x.driver, level is notice
id 89: pmd.net.bnxt.driver, level is notice
id 90: pmd.net.cxgbe, level is notice
id 91: pmd.net.cxgbe.mbox, level is notice
id 92: pmd.net.dpaa, level is notice
id 93: pmd.net.dpaa2, level is notice
id 94: pmd.net.e1000.init, level is notice
id 95: pmd.net.e1000.driver, level is notice
id 96: pmd.net.ena.init, level is notice
id 97: pmd.net.ena.driver, level is notice
id 98: pmd.net.enetc, level is notice
id 99: pmd.net.enic, level is info
id 100: pmd.net.failsafe, level is notice
id 101: pmd.net.fm10k.init, level is notice
id 102: pmd.net.fm10k.driver, level is notice
id 103: pmd.net.i40e.init, level is notice
id 104: pmd.net.i40e.driver, level is notice
id 105: pmd.net.hinic, level is info
id 106: pmd.net.hns3.init, level is notice
id 107: pmd.net.hns3.driver, level is notice
id 108: pmd.net.iavf.init, level is notice
id 109: pmd.net.iavf.driver, level is notice
id 110: pmd.net.ice.init, level is notice
id 111: pmd.net.ice.driver, level is notice
id 112: pmd.net.igc.init, level is info
id 113: pmd.net.igc.driver, level is info
id 114: pmd.net.ixgbe.init, level is notice
id 115: pmd.net.ixgbe.driver, level is notice
id 116: pmd.net.kni, level is notice
id 117: pmd.net.liquidio.init, level is notice
id 118: pmd.net.liquidio.driver, level is notice
id 119: pmd.net.memif, level is notice
id 120: pmd.net.netvsc.init, level is notice
id 121: pmd.net.netvsc.driver, level is notice
id 122: pmd.net.nfp.init, level is notice
id 123: pmd.net.nfp.driver, level is notice
id 124: pmd.net.null, level is notice
id 125: pmd.net.octeontx.mbox, level is notice
id 126: pmd.net.octeontx.init, level is notice
id 127: pmd.net.octeontx.driver, level is notice
id 128: pmd.net.pcap, level is notice
id 129: pmd.net.pfe, level is notice
id 130: pmd.net.qede.init, level is notice
id 131: pmd.net.qede.driver, level is notice
id 132: pmd.net.ring, level is notice
id 133: pmd.net.sfc.driver, level is notice
id 134: pmd.net.softnic, level is notice
id 135: pmd.net.tap, level is notice
id 136: pmd.net.thunderx.mbox, level is notice
id 137: pmd.net.thunderx.init, level is notice
id 138: pmd.net.thunderx.driver, level is notice
id 139: pmd.net.vdev_netvsc, level is notice
id 140: pmd.net.vhost, level is notice
id 141: pmd.net.virtio.init, level is notice
id 142: pmd.net.virtio.driver, level is notice
id 143: pmd.net.vmxnet3.init, level is notice
id 144: pmd.net.vmxnet3.driver, level is notice
id 145: pmd.raw.dpaa2.cmdif, level is info
id 146: pmd.raw.dpaa2.qdma, level is info
id 147: rawdev.ioat, level is info
id 148: pmd.raw.ntb, level is info
id 149: rawdev.skeleton, level is info
id 150: pmd.bcmfs_config, level is notice
id 151: pmd.bcmfs_fp, level is notice
id 152: pmd.crypto.caam, level is notice
id 153: pmd.crypto.dpaa, level is notice
id 154: pmd.crypto.dpaa2, level is notice
id 155: pmd.crypto.nitrox, level is notice
id 156: pmd.crypto.null, level is info
id 157: pmd.crypto.octeontx, level is notice
id 158: pmd.crypto.octeontx2, level is notice
id 159: pmd.crypto.scheduler, level is info
id 160: pmd.crypto.virtio.init, level is notice
id 161: pmd.crypto.virtio.session, level is notice
id 162: pmd.crypto.virtio.rx, level is notice
id 163: pmd.crypto.virtio.tx, level is notice
id 164: pmd.crypto.virtio.driver, level is notice
id 165: pmd.compress.octeontx, level is info
id 166: pmd.compress.zlib, level is info
id 167: pmd.net.ifcvf_vdpa, level is notice
id 168: pmd.event.dpaa, level is notice
id 169: pmd.event.dpaa2, level is notice
id 170: pmd.event.opdl.driver, level is info
id 171: pmd.event.sw, level is notice
id 172: pmd.event.octeontx, level is notice
id 173: pmd.event.octeontx.timer, level is notice
id 174: pmd.bb.null, level is notice
id 175: pmd.bb.turbo_sw, level is notice
id 176: pmd.bb.fpga_lte_fec, level is notice
id 177: pmd.bb.fpga_5gnr_fec, level is notice
id 178: pmd.bb.acc100, level is notice
22/10/2020 15:20:42             dut.10.240.183.162: quit
22/10/2020 15:20:42             dut.10.240.183.162: 
22/10/2020 15:20:42              TestUnitTestsDump: Test Case test_dump_log_types Result PASSED:
22/10/2020 15:20:42             dut.10.240.183.162: kill_all: called by dut and prefix list has value.
22/10/2020 15:20:43              TestUnitTestsDump: Test Case test_dump_malloc_heaps Begin
22/10/2020 15:20:43             dut.10.240.183.162: 
22/10/2020 15:20:43                         tester: 
22/10/2020 15:20:43             dut.10.240.183.162: x86_64-native-linuxapp-gcc/app/test/dpdk-test -l 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111 -n 4   --file-prefix=dpdk_2089_20201022151855  
22/10/2020 15:20:45             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_2089_20201022151855/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.0 (socket 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.1 (socket 1)
APP: HPET is not enabled, using TSC as default timer
22/10/2020 15:20:45             dut.10.240.183.162: dump_malloc_heaps
22/10/2020 15:20:45             dut.10.240.183.162: 
Heap id: 0
Heap size: 0x40000000
Heap alloc count: 222
Malloc element at 0x140000000 (FREE)
  len: 0x3f76fd80 pad: 0x0
  prev: (nil) next: 0x17f76fd80
Malloc element at 0x17f76fd80 (BUSY)
  len: 0x1810c0 pad: 0x0
  prev: 0x140000000 next: 0x17f8f0e40
Malloc element at 0x17f8f0e40 (BUSY)
  len: 0x4b080 pad: 0x0
  prev: 0x17f76fd80 next: 0x17f93bec0
Malloc element at 0x17f93bec0 (BUSY)
  len: 0x130080 pad: 0x0
  prev: 0x17f8f0e40 next: 0x17fa6bf40
Malloc element at 0x17fa6bf40 (BUSY)
  len: 0x10080 pad: 0x0
  prev: 0x17f93bec0 next: 0x17fa7bfc0
Malloc element at 0x17fa7bfc0 (BUSY)
  len: 0x100100 pad: 0x0
  prev: 0x17fa6bf40 next: 0x17fb7c0c0
Malloc element at 0x17fb7c0c0 (BUSY)
  len: 0x10080 pad: 0x0
  prev: 0x17fa7bfc0 next: 0x17fb8c140
Malloc element at 0x17fb8c140 (BUSY)
  len: 0x10200 pad: 0x0
  prev: 0x17fb7c0c0 next: 0x17fb9c340
Malloc element at 0x17fb9c340 (BUSY)
  len: 0xb000 pad: 0x0
  prev: 0x17fb8c140 next: 0x17fba7340
Malloc element at 0x17fba7340 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fb9c340 next: 0x17fba83c0
Malloc element at 0x17fba83c0 (BUSY)
  len: 0x1880 pad: 0x0
  prev: 0x17fba7340 next: 0x17fba9c40
Malloc element at 0x17fba9c40 (BUSY)
  len: 0x30c0 pad: 0x0
  prev: 0x17fba83c0 next: 0x17fbacd00
Malloc element at 0x17fbacd00 (BUSY)
  len: 0x2080 pad: 0x0
  prev: 0x17fba9c40 next: 0x17fbaed80
Malloc element at 0x17fbaed80 (BUSY)
  len: 0x1200 pad: 0x0
  prev: 0x17fbacd00 next: 0x17fbaff80
Malloc element at 0x17fbaff80 (BUSY)
  len: 0x1e080 pad: 0x0
  prev: 0x17fbaed80 next: 0x17fbce000
Malloc element at 0x17fbce000 (BUSY)
  len: 0x100 pad: 0x40
  prev: 0x17fbaff80 next: 0x17fbce100
Malloc element at 0x17fbce100 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17fbce000 next: 0x17fbce1c0
Malloc element at 0x17fbce1c0 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17fbce100 next: 0x17fbce280
Malloc element at 0x17fbce280 (BUSY)
  len: 0x140 pad: 0x0
  prev: 0x17fbce1c0 next: 0x17fbce3c0
Malloc element at 0x17fbce3c0 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17fbce280 next: 0x17fbce480
Malloc element at 0x17fbce480 (BUSY)
  len: 0x200 pad: 0x0
  prev: 0x17fbce3c0 next: 0x17fbce680
Malloc element at 0x17fbce680 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17fbce480 next: 0x17fbce740
Malloc element at 0x17fbce740 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17fbce680 next: 0x17fbce800
Malloc element at 0x17fbce800 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17fbce740 next: 0x17fbce8c0
Malloc element at 0x17fbce8c0 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17fbce800 next: 0x17fbce980
Malloc element at 0x17fbce980 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17fbce8c0 next: 0x17fbcea40
Malloc element at 0x17fbcea40 (BUSY)
  len: 0x480 pad: 0x0
  prev: 0x17fbce980 next: 0x17fbceec0
Malloc element at 0x17fbceec0 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17fbcea40 next: 0x17fbcef80
Malloc element at 0x17fbcef80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fbceec0 next: 0x17fbd0000
Malloc element at 0x17fbd0000 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17fbcef80 next: 0x17fbd00c0
Malloc element at 0x17fbd00c0 (BUSY)
  len: 0x140 pad: 0x0
  prev: 0x17fbd0000 next: 0x17fbd0200
Malloc element at 0x17fbd0200 (BUSY)
  len: 0xa00 pad: 0x0
  prev: 0x17fbd00c0 next: 0x17fbd0c00
Malloc element at 0x17fbd0c00 (BUSY)
  len: 0x100 pad: 0x0
  prev: 0x17fbd0200 next: 0x17fbd0d00
Malloc element at 0x17fbd0d00 (BUSY)
  len: 0x100 pad: 0x0
  prev: 0x17fbd0c00 next: 0x17fbd0e00
Malloc element at 0x17fbd0e00 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17fbd0d00 next: 0x17fbd0ec0
Malloc element at 0x17fbd0ec0 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17fbd0e00 next: 0x17fbd0f80
Malloc element at 0x17fbd0f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fbd0ec0 next: 0x17fbd2000
Malloc element at 0x17fbd2000 (BUSY)
  len: 0x100 pad: 0x40
  prev: 0x17fbd0f80 next: 0x17fbd2100
Malloc element at 0x17fbd2100 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17fbd2000 next: 0x17fbd21c0
Malloc element at 0x17fbd21c0 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17fbd2100 next: 0x17fbd2280
Malloc element at 0x17fbd2280 (BUSY)
  len: 0xd00 pad: 0x0
  prev: 0x17fbd21c0 next: 0x17fbd2f80
Malloc element at 0x17fbd2f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fbd2280 next: 0x17fbd4000
Malloc element at 0x17fbd4000 (FREE)
  len: 0x9c0 pad: 0x0
  prev: 0x17fbd2f80 next: 0x17fbd49c0
Malloc element at 0x17fbd49c0 (BUSY)
  len: 0x480 pad: 0x0
  prev: 0x17fbd4000 next: 0x17fbd4e40
Malloc element at 0x17fbd4e40 (BUSY)
  len: 0x140 pad: 0x0
  prev: 0x17fbd49c0 next: 0x17fbd4f80
Malloc element at 0x17fbd4f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fbd4e40 next: 0x17fbd6000
Malloc element at 0x17fbd6000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fbd4f80 next: 0x17fbd6f80
Malloc element at 0x17fbd6f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fbd6000 next: 0x17fbd8000
Malloc element at 0x17fbd8000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fbd6f80 next: 0x17fbd8f80
Malloc element at 0x17fbd8f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fbd8000 next: 0x17fbda000
Malloc element at 0x17fbda000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fbd8f80 next: 0x17fbdaf80
Malloc element at 0x17fbdaf80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fbda000 next: 0x17fbdc000
Malloc element at 0x17fbdc000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fbdaf80 next: 0x17fbdcf80
Malloc element at 0x17fbdcf80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fbdc000 next: 0x17fbde000
Malloc element at 0x17fbde000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fbdcf80 next: 0x17fbdef80
Malloc element at 0x17fbdef80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fbde000 next: 0x17fbe0000
Malloc element at 0x17fbe0000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fbdef80 next: 0x17fbe0f80
Malloc element at 0x17fbe0f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fbe0000 next: 0x17fbe2000
Malloc element at 0x17fbe2000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fbe0f80 next: 0x17fbe2f80
Malloc element at 0x17fbe2f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fbe2000 next: 0x17fbe4000
Malloc element at 0x17fbe4000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fbe2f80 next: 0x17fbe4f80
Malloc element at 0x17fbe4f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fbe4000 next: 0x17fbe6000
Malloc element at 0x17fbe6000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fbe4f80 next: 0x17fbe6f80
Malloc element at 0x17fbe6f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fbe6000 next: 0x17fbe8000
Malloc element at 0x17fbe8000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fbe6f80 next: 0x17fbe8f80
Malloc element at 0x17fbe8f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fbe8000 next: 0x17fbea000
Malloc element at 0x17fbea000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fbe8f80 next: 0x17fbeaf80
Malloc element at 0x17fbeaf80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fbea000 next: 0x17fbec000
Malloc element at 0x17fbec000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fbeaf80 next: 0x17fbecf80
Malloc element at 0x17fbecf80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fbec000 next: 0x17fbee000
Malloc element at 0x17fbee000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fbecf80 next: 0x17fbeef80
Malloc element at 0x17fbeef80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fbee000 next: 0x17fbf0000
Malloc element at 0x17fbf0000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fbeef80 next: 0x17fbf0f80
Malloc element at 0x17fbf0f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fbf0000 next: 0x17fbf2000
Malloc element at 0x17fbf2000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fbf0f80 next: 0x17fbf2f80
Malloc element at 0x17fbf2f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fbf2000 next: 0x17fbf4000
Malloc element at 0x17fbf4000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fbf2f80 next: 0x17fbf4f80
Malloc element at 0x17fbf4f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fbf4000 next: 0x17fbf6000
Malloc element at 0x17fbf6000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fbf4f80 next: 0x17fbf6f80
Malloc element at 0x17fbf6f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fbf6000 next: 0x17fbf8000
Malloc element at 0x17fbf8000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fbf6f80 next: 0x17fbf8f80
Malloc element at 0x17fbf8f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fbf8000 next: 0x17fbfa000
Malloc element at 0x17fbfa000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fbf8f80 next: 0x17fbfaf80
Malloc element at 0x17fbfaf80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fbfa000 next: 0x17fbfc000
Malloc element at 0x17fbfc000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fbfaf80 next: 0x17fbfcf80
Malloc element at 0x17fbfcf80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fbfc000 next: 0x17fbfe000
Malloc element at 0x17fbfe000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fbfcf80 next: 0x17fbfef80
Malloc element at 0x17fbfef80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fbfe000 next: 0x17fc00000
Malloc element at 0x17fc00000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fbfef80 next: 0x17fc00f80
Malloc element at 0x17fc00f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc00000 next: 0x17fc02000
Malloc element at 0x17fc02000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc00f80 next: 0x17fc02f80
Malloc element at 0x17fc02f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc02000 next: 0x17fc04000
Malloc element at 0x17fc04000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc02f80 next: 0x17fc04f80
Malloc element at 0x17fc04f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc04000 next: 0x17fc06000
Malloc element at 0x17fc06000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc04f80 next: 0x17fc06f80
Malloc element at 0x17fc06f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc06000 next: 0x17fc08000
Malloc element at 0x17fc08000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc06f80 next: 0x17fc08f80
Malloc element at 0x17fc08f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc08000 next: 0x17fc0a000
Malloc element at 0x17fc0a000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc08f80 next: 0x17fc0af80
Malloc element at 0x17fc0af80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc0a000 next: 0x17fc0c000
Malloc element at 0x17fc0c000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc0af80 next: 0x17fc0cf80
Malloc element at 0x17fc0cf80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc0c000 next: 0x17fc0e000
Malloc element at 0x17fc0e000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc0cf80 next: 0x17fc0ef80
Malloc element at 0x17fc0ef80 (BUSY)
  len: 0x480 pad: 0x0
  prev: 0x17fc0e000 next: 0x17fc0f400
Malloc element at 0x17fc0f400 (FREE)
  len: 0x780 pad: 0x0
  prev: 0x17fc0ef80 next: 0x17fc0fb80
Malloc element at 0x17fc0fb80 (BUSY)
  len: 0x400 pad: 0x0
  prev: 0x17fc0f400 next: 0x17fc0ff80
Malloc element at 0x17fc0ff80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc0fb80 next: 0x17fc11000
Malloc element at 0x17fc11000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc0ff80 next: 0x17fc11f80
Malloc element at 0x17fc11f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc11000 next: 0x17fc13000
Malloc element at 0x17fc13000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc11f80 next: 0x17fc13f80
Malloc element at 0x17fc13f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc13000 next: 0x17fc15000
Malloc element at 0x17fc15000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc13f80 next: 0x17fc15f80
Malloc element at 0x17fc15f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc15000 next: 0x17fc17000
Malloc element at 0x17fc17000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc15f80 next: 0x17fc17f80
Malloc element at 0x17fc17f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc17000 next: 0x17fc19000
Malloc element at 0x17fc19000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc17f80 next: 0x17fc19f80
Malloc element at 0x17fc19f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc19000 next: 0x17fc1b000
Malloc element at 0x17fc1b000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc19f80 next: 0x17fc1bf80
Malloc element at 0x17fc1bf80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc1b000 next: 0x17fc1d000
Malloc element at 0x17fc1d000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc1bf80 next: 0x17fc1df80
Malloc element at 0x17fc1df80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc1d000 next: 0x17fc1f000
Malloc element at 0x17fc1f000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc1df80 next: 0x17fc1ff80
Malloc element at 0x17fc1ff80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc1f000 next: 0x17fc21000
Malloc element at 0x17fc21000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc1ff80 next: 0x17fc21f80
Malloc element at 0x17fc21f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc21000 next: 0x17fc23000
Malloc element at 0x17fc23000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc21f80 next: 0x17fc23f80
Malloc element at 0x17fc23f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc23000 next: 0x17fc25000
Malloc element at 0x17fc25000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc23f80 next: 0x17fc25f80
Malloc element at 0x17fc25f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc25000 next: 0x17fc27000
Malloc element at 0x17fc27000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc25f80 next: 0x17fc27f80
Malloc element at 0x17fc27f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc27000 next: 0x17fc29000
Malloc element at 0x17fc29000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc27f80 next: 0x17fc29f80
Malloc element at 0x17fc29f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc29000 next: 0x17fc2b000
Malloc element at 0x17fc2b000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc29f80 next: 0x17fc2bf80
Malloc element at 0x17fc2bf80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc2b000 next: 0x17fc2d000
Malloc element at 0x17fc2d000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc2bf80 next: 0x17fc2df80
Malloc element at 0x17fc2df80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc2d000 next: 0x17fc2f000
Malloc element at 0x17fc2f000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc2df80 next: 0x17fc2ff80
Malloc element at 0x17fc2ff80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc2f000 next: 0x17fc31000
Malloc element at 0x17fc31000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc2ff80 next: 0x17fc31f80
Malloc element at 0x17fc31f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc31000 next: 0x17fc33000
Malloc element at 0x17fc33000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc31f80 next: 0x17fc33f80
Malloc element at 0x17fc33f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc33000 next: 0x17fc35000
Malloc element at 0x17fc35000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc33f80 next: 0x17fc35f80
Malloc element at 0x17fc35f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc35000 next: 0x17fc37000
Malloc element at 0x17fc37000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc35f80 next: 0x17fc37f80
Malloc element at 0x17fc37f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc37000 next: 0x17fc39000
Malloc element at 0x17fc39000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc37f80 next: 0x17fc39f80
Malloc element at 0x17fc39f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc39000 next: 0x17fc3b000
Malloc element at 0x17fc3b000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc39f80 next: 0x17fc3bf80
Malloc element at 0x17fc3bf80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc3b000 next: 0x17fc3d000
Malloc element at 0x17fc3d000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc3bf80 next: 0x17fc3df80
Malloc element at 0x17fc3df80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc3d000 next: 0x17fc3f000
Malloc element at 0x17fc3f000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc3df80 next: 0x17fc3ff80
Malloc element at 0x17fc3ff80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc3f000 next: 0x17fc41000
Malloc element at 0x17fc41000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc3ff80 next: 0x17fc41f80
Malloc element at 0x17fc41f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc41000 next: 0x17fc43000
Malloc element at 0x17fc43000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc41f80 next: 0x17fc43f80
Malloc element at 0x17fc43f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc43000 next: 0x17fc45000
Malloc element at 0x17fc45000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc43f80 next: 0x17fc45f80
Malloc element at 0x17fc45f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc45000 next: 0x17fc47000
Malloc element at 0x17fc47000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc45f80 next: 0x17fc47f80
Malloc element at 0x17fc47f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc47000 next: 0x17fc49000
Malloc element at 0x17fc49000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc47f80 next: 0x17fc49f80
Malloc element at 0x17fc49f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc49000 next: 0x17fc4b000
Malloc element at 0x17fc4b000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc49f80 next: 0x17fc4bf80
Malloc element at 0x17fc4bf80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc4b000 next: 0x17fc4d000
Malloc element at 0x17fc4d000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc4bf80 next: 0x17fc4df80
Malloc element at 0x17fc4df80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fc4d000 next: 0x17fc4f000
Malloc element at 0x17fc4f000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17fc4df80 next: 0x17fc4ff80
Malloc element at 0x17fc4ff80 (BUSY)
  len: 0x480 pad: 0x0
  prev: 0x17fc4f000 next: 0x17fc50400
Malloc element at 0x17fc50400 (BUSY)
  len: 0x400 pad: 0x0
  prev: 0x17fc4ff80 next: 0x17fc50800
Malloc element at 0x17fc50800 (BUSY)
  len: 0x480 pad: 0x0
  prev: 0x17fc50400 next: 0x17fc50c80
Malloc element at 0x17fc50c80 (BUSY)
  len: 0x11c0 pad: 0x0
  prev: 0x17fc50800 next: 0x17fc51e40
Malloc element at 0x17fc51e40 (BUSY)
  len: 0x4b080 pad: 0x0
  prev: 0x17fc50c80 next: 0x17fc9cec0
Malloc element at 0x17fc9cec0 (BUSY)
  len: 0x130080 pad: 0x0
  prev: 0x17fc51e40 next: 0x17fdccf40
Malloc element at 0x17fdccf40 (BUSY)
  len: 0x10080 pad: 0x0
  prev: 0x17fc9cec0 next: 0x17fddcfc0
Malloc element at 0x17fddcfc0 (BUSY)
  len: 0x100100 pad: 0x0
  prev: 0x17fdccf40 next: 0x17fedd0c0
Malloc element at 0x17fedd0c0 (BUSY)
  len: 0x10080 pad: 0x0
  prev: 0x17fddcfc0 next: 0x17feed140
Malloc element at 0x17feed140 (BUSY)
  len: 0x10200 pad: 0x0
  prev: 0x17fedd0c0 next: 0x17fefd340
Malloc element at 0x17fefd340 (BUSY)
  len: 0xb000 pad: 0x0
  prev: 0x17feed140 next: 0x17ff08340
Malloc element at 0x17ff08340 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17fefd340 next: 0x17ff093c0
Malloc element at 0x17ff093c0 (BUSY)
  len: 0x1880 pad: 0x0
  prev: 0x17ff08340 next: 0x17ff0ac40
Malloc element at 0x17ff0ac40 (BUSY)
  len: 0x30c0 pad: 0x0
  prev: 0x17ff093c0 next: 0x17ff0dd00
Malloc element at 0x17ff0dd00 (BUSY)
  len: 0x2080 pad: 0x0
  prev: 0x17ff0ac40 next: 0x17ff0fd80
Malloc element at 0x17ff0fd80 (BUSY)
  len: 0x1200 pad: 0x0
  prev: 0x17ff0dd00 next: 0x17ff10f80
Malloc element at 0x17ff10f80 (BUSY)
  len: 0x1e080 pad: 0x0
  prev: 0x17ff0fd80 next: 0x17ff2f000
Malloc element at 0x17ff2f000 (BUSY)
  len: 0x100 pad: 0x40
  prev: 0x17ff10f80 next: 0x17ff2f100
Malloc element at 0x17ff2f100 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17ff2f000 next: 0x17ff2f1c0
Malloc element at 0x17ff2f1c0 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17ff2f100 next: 0x17ff2f280
Malloc element at 0x17ff2f280 (BUSY)
  len: 0x140 pad: 0x0
  prev: 0x17ff2f1c0 next: 0x17ff2f3c0
Malloc element at 0x17ff2f3c0 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17ff2f280 next: 0x17ff2f480
Malloc element at 0x17ff2f480 (BUSY)
  len: 0x200 pad: 0x0
  prev: 0x17ff2f3c0 next: 0x17ff2f680
Malloc element at 0x17ff2f680 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17ff2f480 next: 0x17ff2f740
Malloc element at 0x17ff2f740 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17ff2f680 next: 0x17ff2f800
Malloc element at 0x17ff2f800 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17ff2f740 next: 0x17ff2f8c0
Malloc element at 0x17ff2f8c0 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17ff2f800 next: 0x17ff2f980
Malloc element at 0x17ff2f980 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17ff2f8c0 next: 0x17ff2fa40
Malloc element at 0x17ff2fa40 (BUSY)
  len: 0x480 pad: 0x0
  prev: 0x17ff2f980 next: 0x17ff2fec0
Malloc element at 0x17ff2fec0 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17ff2fa40 next: 0x17ff2ff80
Malloc element at 0x17ff2ff80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff2fec0 next: 0x17ff31000
Malloc element at 0x17ff31000 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17ff2ff80 next: 0x17ff310c0
Malloc element at 0x17ff310c0 (BUSY)
  len: 0x140 pad: 0x0
  prev: 0x17ff31000 next: 0x17ff31200
Malloc element at 0x17ff31200 (BUSY)
  len: 0xa00 pad: 0x0
  prev: 0x17ff310c0 next: 0x17ff31c00
Malloc element at 0x17ff31c00 (BUSY)
  len: 0x100 pad: 0x0
  prev: 0x17ff31200 next: 0x17ff31d00
Malloc element at 0x17ff31d00 (BUSY)
  len: 0x100 pad: 0x0
  prev: 0x17ff31c00 next: 0x17ff31e00
Malloc element at 0x17ff31e00 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17ff31d00 next: 0x17ff31ec0
Malloc element at 0x17ff31ec0 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17ff31e00 next: 0x17ff31f80
Malloc element at 0x17ff31f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff31ec0 next: 0x17ff33000
Malloc element at 0x17ff33000 (BUSY)
  len: 0x100 pad: 0x40
  prev: 0x17ff31f80 next: 0x17ff33100
Malloc element at 0x17ff33100 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17ff33000 next: 0x17ff331c0
Malloc element at 0x17ff331c0 (BUSY)
  len: 0xc0 pad: 0x0
  prev: 0x17ff33100 next: 0x17ff33280
Malloc element at 0x17ff33280 (BUSY)
  len: 0xd00 pad: 0x0
  prev: 0x17ff331c0 next: 0x17ff33f80
Malloc element at 0x17ff33f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff33280 next: 0x17ff35000
Malloc element at 0x17ff35000 (FREE)
  len: 0x9c0 pad: 0x0
  prev: 0x17ff33f80 next: 0x17ff359c0
Malloc element at 0x17ff359c0 (BUSY)
  len: 0x480 pad: 0x0
  prev: 0x17ff35000 next: 0x17ff35e40
Malloc element at 0x17ff35e40 (BUSY)
  len: 0x140 pad: 0x0
  prev: 0x17ff359c0 next: 0x17ff35f80
Malloc element at 0x17ff35f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff35e40 next: 0x17ff37000
Malloc element at 0x17ff37000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff35f80 next: 0x17ff37f80
Malloc element at 0x17ff37f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff37000 next: 0x17ff39000
Malloc element at 0x17ff39000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff37f80 next: 0x17ff39f80
Malloc element at 0x17ff39f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff39000 next: 0x17ff3b000
Malloc element at 0x17ff3b000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff39f80 next: 0x17ff3bf80
Malloc element at 0x17ff3bf80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff3b000 next: 0x17ff3d000
Malloc element at 0x17ff3d000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff3bf80 next: 0x17ff3df80
Malloc element at 0x17ff3df80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff3d000 next: 0x17ff3f000
Malloc element at 0x17ff3f000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff3df80 next: 0x17ff3ff80
Malloc element at 0x17ff3ff80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff3f000 next: 0x17ff41000
Malloc element at 0x17ff41000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff3ff80 next: 0x17ff41f80
Malloc element at 0x17ff41f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff41000 next: 0x17ff43000
Malloc element at 0x17ff43000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff41f80 next: 0x17ff43f80
Malloc element at 0x17ff43f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff43000 next: 0x17ff45000
Malloc element at 0x17ff45000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff43f80 next: 0x17ff45f80
Malloc element at 0x17ff45f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff45000 next: 0x17ff47000
Malloc element at 0x17ff47000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff45f80 next: 0x17ff47f80
Malloc element at 0x17ff47f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff47000 next: 0x17ff49000
Malloc element at 0x17ff49000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff47f80 next: 0x17ff49f80
Malloc element at 0x17ff49f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff49000 next: 0x17ff4b000
Malloc element at 0x17ff4b000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff49f80 next: 0x17ff4bf80
Malloc element at 0x17ff4bf80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff4b000 next: 0x17ff4d000
Malloc element at 0x17ff4d000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff4bf80 next: 0x17ff4df80
Malloc element at 0x17ff4df80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff4d000 next: 0x17ff4f000
Malloc element at 0x17ff4f000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff4df80 next: 0x17ff4ff80
Malloc element at 0x17ff4ff80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff4f000 next: 0x17ff51000
Malloc element at 0x17ff51000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff4ff80 next: 0x17ff51f80
Malloc element at 0x17ff51f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff51000 next: 0x17ff53000
Malloc element at 0x17ff53000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff51f80 next: 0x17ff53f80
Malloc element at 0x17ff53f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff53000 next: 0x17ff55000
Malloc element at 0x17ff55000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff53f80 next: 0x17ff55f80
Malloc element at 0x17ff55f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff55000 next: 0x17ff57000
Malloc element at 0x17ff57000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff55f80 next: 0x17ff57f80
Malloc element at 0x17ff57f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff57000 next: 0x17ff59000
Malloc element at 0x17ff59000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff57f80 next: 0x17ff59f80
Malloc element at 0x17ff59f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff59000 next: 0x17ff5b000
Malloc element at 0x17ff5b000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff59f80 next: 0x17ff5bf80
Malloc element at 0x17ff5bf80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff5b000 next: 0x17ff5d000
Malloc element at 0x17ff5d000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff5bf80 next: 0x17ff5df80
Malloc element at 0x17ff5df80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff5d000 next: 0x17ff5f000
Malloc element at 0x17ff5f000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff5df80 next: 0x17ff5ff80
Malloc element at 0x17ff5ff80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff5f000 next: 0x17ff61000
Malloc element at 0x17ff61000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff5ff80 next: 0x17ff61f80
Malloc element at 0x17ff61f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff61000 next: 0x17ff63000
Malloc element at 0x17ff63000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff61f80 next: 0x17ff63f80
Malloc element at 0x17ff63f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff63000 next: 0x17ff65000
Malloc element at 0x17ff65000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff63f80 next: 0x17ff65f80
Malloc element at 0x17ff65f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff65000 next: 0x17ff67000
Malloc element at 0x17ff67000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff65f80 next: 0x17ff67f80
Malloc element at 0x17ff67f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff67000 next: 0x17ff69000
Malloc element at 0x17ff69000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff67f80 next: 0x17ff69f80
Malloc element at 0x17ff69f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff69000 next: 0x17ff6b000
Malloc element at 0x17ff6b000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff69f80 next: 0x17ff6bf80
Malloc element at 0x17ff6bf80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff6b000 next: 0x17ff6d000
Malloc element at 0x17ff6d000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff6bf80 next: 0x17ff6df80
Malloc element at 0x17ff6df80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff6d000 next: 0x17ff6f000
Malloc element at 0x17ff6f000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff6df80 next: 0x17ff6ff80
Malloc element at 0x17ff6ff80 (BUSY)
  len: 0x480 pad: 0x0
  prev: 0x17ff6f000 next: 0x17ff70400
Malloc element at 0x17ff70400 (FREE)
  len: 0x780 pad: 0x0
  prev: 0x17ff6ff80 next: 0x17ff70b80
Malloc element at 0x17ff70b80 (BUSY)
  len: 0x400 pad: 0x0
  prev: 0x17ff70400 next: 0x17ff70f80
Malloc element at 0x17ff70f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff70b80 next: 0x17ff72000
Malloc element at 0x17ff72000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff70f80 next: 0x17ff72f80
Malloc element at 0x17ff72f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff72000 next: 0x17ff74000
Malloc element at 0x17ff74000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff72f80 next: 0x17ff74f80
Malloc element at 0x17ff74f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff74000 next: 0x17ff76000
Malloc element at 0x17ff76000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff74f80 next: 0x17ff76f80
Malloc element at 0x17ff76f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff76000 next: 0x17ff78000
Malloc element at 0x17ff78000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff76f80 next: 0x17ff78f80
Malloc element at 0x17ff78f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff78000 next: 0x17ff7a000
Malloc element at 0x17ff7a000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff78f80 next: 0x17ff7af80
Malloc element at 0x17ff7af80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff7a000 next: 0x17ff7c000
Malloc element at 0x17ff7c000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff7af80 next: 0x17ff7cf80
Malloc element at 0x17ff7cf80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff7c000 next: 0x17ff7e000
Malloc element at 0x17ff7e000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff7cf80 next: 0x17ff7ef80
Malloc element at 0x17ff7ef80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff7e000 next: 0x17ff80000
Malloc element at 0x17ff80000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff7ef80 next: 0x17ff80f80
Malloc element at 0x17ff80f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff80000 next: 0x17ff82000
Malloc element at 0x17ff82000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff80f80 next: 0x17ff82f80
Malloc element at 0x17ff82f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff82000 next: 0x17ff84000
Malloc element at 0x17ff84000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff82f80 next: 0x17ff84f80
Malloc element at 0x17ff84f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff84000 next: 0x17ff86000
Malloc element at 0x17ff86000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff84f80 next: 0x17ff86f80
Malloc element at 0x17ff86f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff86000 next: 0x17ff88000
Malloc element at 0x17ff88000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff86f80 next: 0x17ff88f80
Malloc element at 0x17ff88f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff88000 next: 0x17ff8a000
Malloc element at 0x17ff8a000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff88f80 next: 0x17ff8af80
Malloc element at 0x17ff8af80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff8a000 next: 0x17ff8c000
Malloc element at 0x17ff8c000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff8af80 next: 0x17ff8cf80
Malloc element at 0x17ff8cf80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff8c000 next: 0x17ff8e000
Malloc element at 0x17ff8e000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff8cf80 next: 0x17ff8ef80
Malloc element at 0x17ff8ef80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff8e000 next: 0x17ff90000
Malloc element at 0x17ff90000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff8ef80 next: 0x17ff90f80
Malloc element at 0x17ff90f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff90000 next: 0x17ff92000
Malloc element at 0x17ff92000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff90f80 next: 0x17ff92f80
Malloc element at 0x17ff92f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff92000 next: 0x17ff94000
Malloc element at 0x17ff94000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff92f80 next: 0x17ff94f80
Malloc element at 0x17ff94f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff94000 next: 0x17ff96000
Malloc element at 0x17ff96000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff94f80 next: 0x17ff96f80
Malloc element at 0x17ff96f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff96000 next: 0x17ff98000
Malloc element at 0x17ff98000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff96f80 next: 0x17ff98f80
Malloc element at 0x17ff98f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff98000 next: 0x17ff9a000
Malloc element at 0x17ff9a000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff98f80 next: 0x17ff9af80
Malloc element at 0x17ff9af80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff9a000 next: 0x17ff9c000
Malloc element at 0x17ff9c000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff9af80 next: 0x17ff9cf80
Malloc element at 0x17ff9cf80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff9c000 next: 0x17ff9e000
Malloc element at 0x17ff9e000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff9cf80 next: 0x17ff9ef80
Malloc element at 0x17ff9ef80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ff9e000 next: 0x17ffa0000
Malloc element at 0x17ffa0000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ff9ef80 next: 0x17ffa0f80
Malloc element at 0x17ffa0f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ffa0000 next: 0x17ffa2000
Malloc element at 0x17ffa2000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ffa0f80 next: 0x17ffa2f80
Malloc element at 0x17ffa2f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ffa2000 next: 0x17ffa4000
Malloc element at 0x17ffa4000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ffa2f80 next: 0x17ffa4f80
Malloc element at 0x17ffa4f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ffa4000 next: 0x17ffa6000
Malloc element at 0x17ffa6000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ffa4f80 next: 0x17ffa6f80
Malloc element at 0x17ffa6f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ffa6000 next: 0x17ffa8000
Malloc element at 0x17ffa8000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ffa6f80 next: 0x17ffa8f80
Malloc element at 0x17ffa8f80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ffa8000 next: 0x17ffaa000
Malloc element at 0x17ffaa000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ffa8f80 next: 0x17ffaaf80
Malloc element at 0x17ffaaf80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ffaa000 next: 0x17ffac000
Malloc element at 0x17ffac000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ffaaf80 next: 0x17ffacf80
Malloc element at 0x17ffacf80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ffac000 next: 0x17ffae000
Malloc element at 0x17ffae000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ffacf80 next: 0x17ffaef80
Malloc element at 0x17ffaef80 (BUSY)
  len: 0x1080 pad: 0x0
  prev: 0x17ffae000 next: 0x17ffb0000
Malloc element at 0x17ffb0000 (FREE)
  len: 0xf80 pad: 0x0
  prev: 0x17ffaef80 next: 0x17ffb0f80
Malloc element at 0x17ffb0f80 (BUSY)
  len: 0x480 pad: 0x0
  prev: 0x17ffb0000 next: 0x17ffb1400
Malloc element at 0x17ffb1400 (BUSY)
  len: 0x400 pad: 0x0
  prev: 0x17ffb0f80 next: 0x17ffb1800
Malloc element at 0x17ffb1800 (BUSY)
  len: 0x480 pad: 0x0
  prev: 0x17ffb1400 next: 0x17ffb1c80
Malloc element at 0x17ffb1c80 (BUSY)
  len: 0x370c0 pad: 0x0
  prev: 0x17ffb1800 next: 0x17ffe8d40
Malloc element at 0x17ffe8d40 (BUSY)
  len: 0x11c0 pad: 0x0
  prev: 0x17ffb1c80 next: 0x17ffe9f00
Malloc element at 0x17ffe9f00 (BUSY)
  len: 0x14080 pad: 0x0
  prev: 0x17ffe8d40 next: 0x17fffdf80
Malloc element at 0x17fffdf80 (BUSY)
  len: 0x2080 pad: 0x0
  prev: 0x17ffe9f00 next: (nil)
Heap id: 1
Heap size: 0x40000000
Heap alloc count: 2
Malloc element at 0x11c0000000 (FREE)
  len: 0x3fffab00 pad: 0x0
  prev: (nil) next: 0x11ffffab00
Malloc element at 0x11ffffab00 (BUSY)
  len: 0x2a80 pad: 0x0
  prev: 0x11c0000000 next: 0x11ffffd580
Malloc element at 0x11ffffd580 (BUSY)
  len: 0x2a80 pad: 0x0
  prev: 0x11ffffab00 next: (nil)
Heap id: 2
Heap size: 0x0
Heap alloc count: 0
Heap id: 3
Heap size: 0x0
Heap alloc count: 0
Heap id: 4
Heap size: 0x0
Heap alloc count: 0
Heap id: 5
Heap size: 0x0
Heap alloc count: 0
Heap id: 6
Heap size: 0x0
Heap alloc count: 0
Heap id: 7
Heap size: 0x0
Heap alloc count: 0
Heap id: 8
Heap size: 0x0
Heap alloc count: 0
Heap id: 9
Heap size: 0x0
Heap alloc count: 0
Heap id: 10
Heap size: 0x0
Heap alloc count: 0
Heap id: 11
Heap size: 0x0
Heap alloc count: 0
Heap id: 12
Heap size: 0x0
Heap alloc count: 0
Heap id: 13
Heap size: 0x0
Heap alloc count: 0
Heap id: 14
Heap size: 0x0
Heap alloc count: 0
Heap id: 15
Heap size: 0x0
Heap alloc count: 0
Heap id: 16
Heap size: 0x0
Heap alloc count: 0
Heap id: 17
Heap size: 0x0
Heap alloc count: 0
Heap id: 18
Heap size: 0x0
Heap alloc count: 0
Heap id: 19
Heap size: 0x0
Heap alloc count: 0
Heap id: 20
Heap size: 0x0
Heap alloc count: 0
Heap id: 21
Heap size: 0x0
Heap alloc count: 0
Heap id: 22
Heap size: 0x0
Heap alloc count: 0
Heap id: 23
Heap size: 0x0
Heap alloc count: 0
Heap id: 24
Heap size: 0x0
Heap alloc count: 0
Heap id: 25
Heap size: 0x0
Heap alloc count: 0
Heap id: 26
Heap size: 0x0
Heap alloc count: 0
Heap id: 27
Heap size: 0x0
Heap alloc count: 0
Heap id: 28
Heap size: 0x0
Heap alloc count: 0
Heap id: 29
Heap size: 0x0
Heap alloc count: 0
Heap id: 30
Heap size: 0x0
Heap alloc count: 0
Heap id: 31
Heap size: 0x0
Heap alloc count: 0
22/10/2020 15:20:45             dut.10.240.183.162: quit
22/10/2020 15:20:45             dut.10.240.183.162: 
22/10/2020 15:20:45              TestUnitTestsDump: Test Case test_dump_malloc_heaps Result PASSED:
22/10/2020 15:20:45             dut.10.240.183.162: kill_all: called by dut and prefix list has value.
22/10/2020 15:20:46              TestUnitTestsDump: Test Case test_dump_malloc_stats Begin
22/10/2020 15:20:46             dut.10.240.183.162: 
22/10/2020 15:20:46                         tester: 
22/10/2020 15:20:46             dut.10.240.183.162: x86_64-native-linuxapp-gcc/app/test/dpdk-test -l 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111 -n 4   --file-prefix=dpdk_2089_20201022151855  
22/10/2020 15:20:48             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_2089_20201022151855/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.0 (socket 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.1 (socket 1)
APP: HPET is not enabled, using TSC as default timer
22/10/2020 15:20:48             dut.10.240.183.162: dump_malloc_stats
22/10/2020 15:20:48             dut.10.240.183.162: 
Heap id:0
	Heap name:socket_0
	Heap_size:1073741824,
	Free_size:1065255680,
	Alloc_size:8486144,
	Greatest_free_size:1064762752,
	Alloc_count:222,
	Free_count:127,
Heap id:1
	Heap name:socket_1
	Heap_size:1073741824,
	Free_size:1073720064,
	Alloc_size:21760,
	Greatest_free_size:1073720064,
	Alloc_count:2,
	Free_count:1,
Heap id:2
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:3
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:4
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:5
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:6
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:7
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:8
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:9
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:10
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:11
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:12
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:13
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:14
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:15
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:16
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:17
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:18
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:19
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:20
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:21
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:22
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:23
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:24
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:25
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:26
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:27
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:28
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:29
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:30
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
Heap id:31
	Heap name:
	Heap_size:0,
	Free_size:0,
	Alloc_size:0,
	Greatest_free_size:0,
	Alloc_count:0,
	Free_count:0,
22/10/2020 15:20:48             dut.10.240.183.162: quit
22/10/2020 15:20:48             dut.10.240.183.162: 
22/10/2020 15:20:48              TestUnitTestsDump: Test Case test_dump_malloc_stats Result PASSED:
22/10/2020 15:20:48             dut.10.240.183.162: kill_all: called by dut and prefix list has value.
22/10/2020 15:20:49              TestUnitTestsDump: Test Case test_dump_struct_size Begin
22/10/2020 15:20:49             dut.10.240.183.162: 
22/10/2020 15:20:49                         tester: 
22/10/2020 15:20:49             dut.10.240.183.162: x86_64-native-linuxapp-gcc/app/test/dpdk-test -l 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111 -n 4   --file-prefix=dpdk_2089_20201022151855  
22/10/2020 15:20:51             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_2089_20201022151855/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.0 (socket 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.1 (socket 1)
APP: HPET is not enabled, using TSC as default timer
22/10/2020 15:20:51             dut.10.240.183.162: dump_struct_sizes
22/10/2020 15:20:51             dut.10.240.183.162: 
sizeof(struct rte_mbuf) = 128
sizeof(struct rte_mempool) = 192
sizeof(struct rte_ring) = 384
22/10/2020 15:20:51             dut.10.240.183.162: quit
22/10/2020 15:20:51             dut.10.240.183.162: 
22/10/2020 15:20:51              TestUnitTestsDump: Test Case test_dump_struct_size Result PASSED:
22/10/2020 15:20:51             dut.10.240.183.162: kill_all: called by dut and prefix list has value.
22/10/2020 15:20:52              TestUnitTestsDump: Test Case test_mempool_dump Begin
22/10/2020 15:20:52             dut.10.240.183.162: 
22/10/2020 15:20:52                         tester: 
22/10/2020 15:20:52             dut.10.240.183.162: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4   --file-prefix=dpdk_2089_20201022151855  -- -i
22/10/2020 15:20:54             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_2089_20201022151855/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.0 (socket 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.1 (socket 1)
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mb_pool_1>: n=171456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Configuring Port 0 (socket 1)
Port 0: F8:F2:1E:51:DB:B6
Configuring Port 1 (socket 1)
Port 1: F8:F2:1E:51:DB:B7
Checking link statuses...
Done
22/10/2020 15:20:54             dut.10.240.183.162: dump_mempool
22/10/2020 15:20:54             dut.10.240.183.162: 
mempool <mb_pool_0>@0x17f26c9c0
  flags=10
  socket_id=0
  pool=0x17f06c7c0
  iova=0x17f26c9c0
  nb_mem_chunks=1
  size=171456
  populated_size=171456
  header_size=64
  elt_size=2304
  trailer_size=0
  total_obj_size=2368
  private_data_size=64
  ops_index=5
  ops_name: <ring_mp_mc>
  avg bytes/object=2368.013811
  internal cache infos:
    cache_size=250
    cache_count[0]=0
    cache_count[1]=0
    cache_count[2]=0
    cache_count[3]=0
    cache_count[4]=0
    cache_count[5]=0
    cache_count[6]=0
    cache_count[7]=0
    cache_count[8]=0
    cache_count[9]=0
    cache_count[10]=0
    cache_count[11]=0
    cache_count[12]=0
    cache_count[13]=0
    cache_count[14]=0
    cache_count[15]=0
    cache_count[16]=0
    cache_count[17]=0
    cache_count[18]=0
    cache_count[19]=0
    cache_count[20]=0
    cache_count[21]=0
    cache_count[22]=0
    cache_count[23]=0
    cache_count[24]=0
    cache_count[25]=0
    cache_count[26]=0
    cache_count[27]=0
    cache_count[28]=0
    cache_count[29]=0
    cache_count[30]=0
    cache_count[31]=0
    cache_count[32]=0
    cache_count[33]=0
    cache_count[34]=0
    cache_count[35]=0
    cache_count[36]=0
    cache_count[37]=0
    cache_count[38]=0
    cache_count[39]=0
    cache_count[40]=0
    cache_count[41]=0
    cache_count[42]=0
    cache_count[43]=0
    cache_count[44]=0
    cache_count[45]=0
    cache_count[46]=0
    cache_count[47]=0
    cache_count[48]=0
    cache_count[49]=0
    cache_count[50]=0
    cache_count[51]=0
    cache_count[52]=0
    cache_count[53]=0
    cache_count[54]=0
    cache_count[55]=0
    cache_count[56]=0
    cache_count[57]=0
    cache_count[58]=0
    cache_count[59]=0
    cache_count[60]=0
    cache_count[61]=0
    cache_count[62]=0
    cache_count[63]=0
    cache_count[64]=0
    cache_count[65]=0
    cache_count[66]=0
    cache_count[67]=0
    cache_count[68]=0
    cache_count[69]=0
    cache_count[70]=0
    cache_count[71]=0
    cache_count[72]=0
    cache_count[73]=0
    cache_count[74]=0
    cache_count[75]=0
    cache_count[76]=0
    cache_count[77]=0
    cache_count[78]=0
    cache_count[79]=0
    cache_count[80]=0
    cache_count[81]=0
    cache_count[82]=0
    cache_count[83]=0
    cache_count[84]=0
    cache_count[85]=0
    cache_count[86]=0
    cache_count[87]=0
    cache_count[88]=0
    cache_count[89]=0
    cache_count[90]=0
    cache_count[91]=0
    cache_count[92]=0
    cache_count[93]=0
    cache_count[94]=0
    cache_count[95]=0
    cache_count[96]=0
    cache_count[97]=0
    cache_count[98]=0
    cache_count[99]=0
    cache_count[100]=0
    cache_count[101]=0
    cache_count[102]=0
    cache_count[103]=0
    cache_count[104]=0
    cache_count[105]=0
    cache_count[106]=0
    cache_count[107]=0
    cache_count[108]=0
    cache_count[109]=0
    cache_count[110]=0
    cache_count[111]=0
    cache_count[112]=0
    cache_count[113]=0
    cache_count[114]=0
    cache_count[115]=0
    cache_count[116]=0
    cache_count[117]=0
    cache_count[118]=0
    cache_count[119]=0
    cache_count[120]=0
    cache_count[121]=0
    cache_count[122]=0
    cache_count[123]=0
    cache_count[124]=0
    cache_count[125]=0
    cache_count[126]=0
    cache_count[127]=0
    total_cache_count=0
  common_pool_count=171456
  no statistics available
mempool <mb_pool_1>@0x11ffe78a00
  flags=10
  socket_id=1
  pool=0x11ffc78800
  iova=0x11ffe78a00
  nb_mem_chunks=1
  size=171456
  populated_size=171456
  header_size=64
  elt_size=2304
  trailer_size=0
  total_obj_size=2368
  private_data_size=64
  ops_index=5
  ops_name: <ring_mp_mc>
  avg bytes/object=2368.013811
  internal cache infos:
    cache_size=250
    cache_count[0]=0
    cache_count[1]=241
    cache_count[2]=0
    cache_count[3]=0
    cache_count[4]=0
    cache_count[5]=0
    cache_count[6]=0
    cache_count[7]=0
    cache_count[8]=0
    cache_count[9]=0
    cache_count[10]=0
    cache_count[11]=0
    cache_count[12]=0
    cache_count[13]=0
    cache_count[14]=0
    cache_count[15]=0
    cache_count[16]=0
    cache_count[17]=0
    cache_count[18]=0
    cache_count[19]=0
    cache_count[20]=0
    cache_count[21]=0
    cache_count[22]=0
    cache_count[23]=0
    cache_count[24]=0
    cache_count[25]=0
    cache_count[26]=0
    cache_count[27]=0
    cache_count[28]=0
    cache_count[29]=0
    cache_count[30]=0
    cache_count[31]=0
    cache_count[32]=0
    cache_count[33]=0
    cache_count[34]=0
    cache_count[35]=0
    cache_count[36]=0
    cache_count[37]=0
    cache_count[38]=0
    cache_count[39]=0
    cache_count[40]=0
    cache_count[41]=0
    cache_count[42]=0
    cache_count[43]=0
    cache_count[44]=0
    cache_count[45]=0
    cache_count[46]=0
    cache_count[47]=0
    cache_count[48]=0
    cache_count[49]=0
    cache_count[50]=0
    cache_count[51]=0
    cache_count[52]=0
    cache_count[53]=0
    cache_count[54]=0
    cache_count[55]=0
    cache_count[56]=0
    cache_count[57]=0
    cache_count[58]=0
    cache_count[59]=0
    cache_count[60]=0
    cache_count[61]=0
    cache_count[62]=0
    cache_count[63]=0
    cache_count[64]=0
    cache_count[65]=0
    cache_count[66]=0
    cache_count[67]=0
    cache_count[68]=0
    cache_count[69]=0
    cache_count[70]=0
    cache_count[71]=0
    cache_count[72]=0
    cache_count[73]=0
    cache_count[74]=0
    cache_count[75]=0
    cache_count[76]=0
    cache_count[77]=0
    cache_count[78]=0
    cache_count[79]=0
    cache_count[80]=0
    cache_count[81]=0
    cache_count[82]=0
    cache_count[83]=0
    cache_count[84]=0
    cache_count[85]=0
    cache_count[86]=0
    cache_count[87]=0
    cache_count[88]=0
    cache_count[89]=0
    cache_count[90]=0
    cache_count[91]=0
    cache_count[92]=0
    cache_count[93]=0
    cache_count[94]=0
    cache_count[95]=0
    cache_count[96]=0
    cache_count[97]=0
    cache_count[98]=0
    cache_count[99]=0
    cache_count[100]=0
    cache_count[101]=0
    cache_count[102]=0
    cache_count[103]=0
    cache_count[104]=0
    cache_count[105]=0
    cache_count[106]=0
    cache_count[107]=0
    cache_count[108]=0
    cache_count[109]=0
    cache_count[110]=0
    cache_count[111]=0
    cache_count[112]=0
    cache_count[113]=0
    cache_count[114]=0
    cache_count[115]=0
    cache_count[116]=0
    cache_count[117]=0
    cache_count[118]=0
    cache_count[119]=0
    cache_count[120]=0
    cache_count[121]=0
    cache_count[122]=0
    cache_count[123]=0
    cache_count[124]=0
    cache_count[125]=0
    cache_count[126]=0
    cache_count[127]=0
    total_cache_count=241
  common_pool_count=170703
  no statistics available
22/10/2020 15:20:54             dut.10.240.183.162: quit
22/10/2020 15:20:56             dut.10.240.183.162: 

Stopping port 0...
Stopping ports...
Done

Stopping port 1...
Stopping ports...

Port 0: link state change event
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Invalid port_id=0
Done

Shutting down port 1...
Closing ports...
Port 1 is closed
Invalid port_id=1
Done

Bye...
22/10/2020 15:20:56              TestUnitTestsDump: Test Case test_mempool_dump Result FAILED: 'dump mempool name failed'
22/10/2020 15:20:56             dut.10.240.183.162: kill_all: called by dut and prefix list has value.
22/10/2020 15:20:57              TestUnitTestsDump: Test Case test_memzone_dump Begin
22/10/2020 15:20:57             dut.10.240.183.162: 
22/10/2020 15:20:57                         tester: 
22/10/2020 15:20:57             dut.10.240.183.162: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4   --file-prefix=dpdk_2089_20201022151855  -- -i
22/10/2020 15:20:59             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_2089_20201022151855/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.0 (socket 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.1 (socket 1)
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mb_pool_1>: n=171456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Configuring Port 0 (socket 1)
Port 0: F8:F2:1E:51:DB:B6
Configuring Port 1 (socket 1)
Port 1: F8:F2:1E:51:DB:B7
Checking link statuses...
Done
22/10/2020 15:20:59             dut.10.240.183.162: dump_memzone
22/10/2020 15:20:59             dut.10.240.183.162: 
Zone 0: name:<rte_eth_dev_data>, len:0x37040, virt:0x17ffb1d00, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 1: name:<i40e_dma_5621777802277432380>, len:0x400, virt:0x17ffb1000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 2: name:<i40e_dma_17609130550470689982>, len:0x1000, virt:0x17ffaf000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 3: name:<i40e_dma_15284732055607814162>, len:0x1000, virt:0x17ffad000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 4: name:<i40e_dma_7229245679229324290>, len:0x1000, virt:0x17ffab000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 5: name:<i40e_dma_13994113136158154892>, len:0x1000, virt:0x17ffa9000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 6: name:<i40e_dma_13050515683283252995>, len:0x1000, virt:0x17ffa7000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 7: name:<i40e_dma_16673760076569366820>, len:0x1000, virt:0x17ffa5000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 8: name:<i40e_dma_907565042757191270>, len:0x1000, virt:0x17ffa3000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 9: name:<i40e_dma_6457033920007589441>, len:0x1000, virt:0x17ffa1000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 10: name:<i40e_dma_16086076280394541407>, len:0x1000, virt:0x17ff9f000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 11: name:<i40e_dma_14703708337257865505>, len:0x1000, virt:0x17ff9d000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 12: name:<i40e_dma_10771226904586495387>, len:0x1000, virt:0x17ff9b000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 13: name:<i40e_dma_10516570929258011230>, len:0x1000, virt:0x17ff99000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 14: name:<i40e_dma_18416865924807483614>, len:0x1000, virt:0x17ff97000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 15: name:<i40e_dma_1516271639575217791>, len:0x1000, virt:0x17ff95000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 16: name:<i40e_dma_6675622825759841804>, len:0x1000, virt:0x17ff93000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 17: name:<i40e_dma_6277273505213157497>, len:0x1000, virt:0x17ff91000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 18: name:<i40e_dma_2358310640716268121>, len:0x1000, virt:0x17ff8f000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 19: name:<i40e_dma_11121073298730984377>, len:0x1000, virt:0x17ff8d000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 20: name:<i40e_dma_1652338794764839262>, len:0x1000, virt:0x17ff8b000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 21: name:<i40e_dma_4735223505335291490>, len:0x1000, virt:0x17ff89000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 22: name:<i40e_dma_17129840636761588890>, len:0x1000, virt:0x17ff87000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 23: name:<i40e_dma_6090351416105061695>, len:0x1000, virt:0x17ff85000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 24: name:<i40e_dma_1664253449113217763>, len:0x1000, virt:0x17ff83000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 25: name:<i40e_dma_14878353690763999950>, len:0x1000, virt:0x17ff81000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 26: name:<i40e_dma_10957751696225151630>, len:0x1000, virt:0x17ff7f000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 27: name:<i40e_dma_9720786012369601647>, len:0x1000, virt:0x17ff7d000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 28: name:<i40e_dma_14132118276624934144>, len:0x1000, virt:0x17ff7b000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 29: name:<i40e_dma_1443174819353596216>, len:0x1000, virt:0x17ff79000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 30: name:<i40e_dma_82000638388514150>, len:0x1000, virt:0x17ff77000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 31: name:<i40e_dma_10359599408538893480>, len:0x1000, virt:0x17ff75000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 32: name:<i40e_dma_1273894126427632654>, len:0x1000, virt:0x17ff73000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 33: name:<i40e_dma_1388566053902896628>, len:0x1000, virt:0x17ff71000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 34: name:<i40e_dma_12759561465128097857>, len:0x400, virt:0x17ff70000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 35: name:<i40e_dma_3183576203139739960>, len:0x1000, virt:0x17ff6e000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 36: name:<i40e_dma_9658396236794590197>, len:0x1000, virt:0x17ff6c000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 37: name:<i40e_dma_3971236223431357129>, len:0x1000, virt:0x17ff6a000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 38: name:<i40e_dma_9724634980179702404>, len:0x1000, virt:0x17ff68000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 39: name:<i40e_dma_16240321189637641595>, len:0x1000, virt:0x17ff66000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 40: name:<i40e_dma_6914968040675900691>, len:0x1000, virt:0x17ff64000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 41: name:<i40e_dma_10585884517842179786>, len:0x1000, virt:0x17ff62000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 42: name:<i40e_dma_14202165007501320557>, len:0x1000, virt:0x17ff60000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 43: name:<i40e_dma_7231759081050803114>, len:0x1000, virt:0x17ff5e000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 44: name:<i40e_dma_13237592788502055380>, len:0x1000, virt:0x17ff5c000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 45: name:<i40e_dma_10415540507021041163>, len:0x1000, virt:0x17ff5a000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 46: name:<i40e_dma_9770057801577146792>, len:0x1000, virt:0x17ff58000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 47: name:<i40e_dma_16199283075431045493>, len:0x1000, virt:0x17ff56000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 48: name:<i40e_dma_16537192162717516834>, len:0x1000, virt:0x17ff54000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 49: name:<i40e_dma_12918483156977230187>, len:0x1000, virt:0x17ff52000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 50: name:<i40e_dma_3866316240121916865>, len:0x1000, virt:0x17ff50000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 51: name:<i40e_dma_8805082800924016416>, len:0x1000, virt:0x17ff4e000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 52: name:<i40e_dma_6434430849845264853>, len:0x1000, virt:0x17ff4c000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 53: name:<i40e_dma_14284734485271102607>, len:0x1000, virt:0x17ff4a000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 54: name:<i40e_dma_10818966148248866934>, len:0x1000, virt:0x17ff48000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 55: name:<i40e_dma_4590872182357236351>, len:0x1000, virt:0x17ff46000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 56: name:<i40e_dma_11633327979835296960>, len:0x1000, virt:0x17ff44000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 57: name:<i40e_dma_7014743004607416475>, len:0x1000, virt:0x17ff42000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 58: name:<i40e_dma_4061846293809550210>, len:0x1000, virt:0x17ff40000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 59: name:<i40e_dma_9063080494111771284>, len:0x1000, virt:0x17ff3e000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 60: name:<i40e_dma_14058550407718389101>, len:0x1000, virt:0x17ff3c000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 61: name:<i40e_dma_14003898177276974856>, len:0x1000, virt:0x17ff3a000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 62: name:<i40e_dma_2674999939528879898>, len:0x1000, virt:0x17ff38000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 63: name:<i40e_dma_7461010591448928697>, len:0x1000, virt:0x17ff36000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 64: name:<i40e_dma_14853686874754744050>, len:0x1000, virt:0x17ff34000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 65: name:<i40e_dma_4783940060641466379>, len:0x1000, virt:0x17ff32000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 66: name:<i40e_dma_11059133091716809009>, len:0x1000, virt:0x17ff30000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 67: name:<i40e_dma_18362315482778511157>, len:0x1e000, virt:0x17ff11000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 68: name:<RG_HT_ethertype_0000:b1:00.0>, len:0x1180, virt:0x17ff0fe00, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 69: name:<RG_HT_tunnel_0000:b1:00.0>, len:0x980, virt:0x17ff31280, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 70: name:<RG_HT_fdir_0000:b1:00.0>, len:0x10180, virt:0x17feed1c0, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 71: name:<i40e_dma_762700170167496572>, len:0x400, virt:0x17fc50000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 72: name:<i40e_dma_17855425661878788241>, len:0x1000, virt:0x17fc4e000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 73: name:<i40e_dma_227611203617758777>, len:0x1000, virt:0x17fc4c000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 74: name:<i40e_dma_4105812720112876486>, len:0x1000, virt:0x17fc4a000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 75: name:<i40e_dma_3047209325448423631>, len:0x1000, virt:0x17fc48000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 76: name:<i40e_dma_11100759081439218795>, len:0x1000, virt:0x17fc46000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 77: name:<i40e_dma_1939936273975706272>, len:0x1000, virt:0x17fc44000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 78: name:<i40e_dma_4252350559939836066>, len:0x1000, virt:0x17fc42000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 79: name:<i40e_dma_12270093504956723776>, len:0x1000, virt:0x17fc40000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 80: name:<i40e_dma_12425406603017077825>, len:0x1000, virt:0x17fc3e000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 81: name:<i40e_dma_1632970104827617029>, len:0x1000, virt:0x17fc3c000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 82: name:<i40e_dma_16879674353512824815>, len:0x1000, virt:0x17fc3a000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 83: name:<i40e_dma_10689757510604448630>, len:0x1000, virt:0x17fc38000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 84: name:<i40e_dma_10086664564774485389>, len:0x1000, virt:0x17fc36000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 85: name:<i40e_dma_9587087857821429926>, len:0x1000, virt:0x17fc34000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 86: name:<i40e_dma_7190254147419783084>, len:0x1000, virt:0x17fc32000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 87: name:<i40e_dma_14005988521626414203>, len:0x1000, virt:0x17fc30000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 88: name:<i40e_dma_3917096951596925129>, len:0x1000, virt:0x17fc2e000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 89: name:<i40e_dma_877334016627321788>, len:0x1000, virt:0x17fc2c000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 90: name:<i40e_dma_16393885827707496350>, len:0x1000, virt:0x17fc2a000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 91: name:<i40e_dma_5860371499053480691>, len:0x1000, virt:0x17fc28000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 92: name:<i40e_dma_6291330513537831110>, len:0x1000, virt:0x17fc26000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 93: name:<i40e_dma_3374875615415822037>, len:0x1000, virt:0x17fc24000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 94: name:<i40e_dma_12555647928175121978>, len:0x1000, virt:0x17fc22000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 95: name:<i40e_dma_16000214840810467317>, len:0x1000, virt:0x17fc20000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 96: name:<i40e_dma_15481965335002123664>, len:0x1000, virt:0x17fc1e000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 97: name:<i40e_dma_2801389845406326028>, len:0x1000, virt:0x17fc1c000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 98: name:<i40e_dma_1274849325420127227>, len:0x1000, virt:0x17fc1a000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 99: name:<i40e_dma_9978235665900932296>, len:0x1000, virt:0x17fc18000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 100: name:<i40e_dma_1057300181591038471>, len:0x1000, virt:0x17fc16000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 101: name:<i40e_dma_6394248638092149981>, len:0x1000, virt:0x17fc14000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 102: name:<i40e_dma_7037769278156606138>, len:0x1000, virt:0x17fc12000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 103: name:<i40e_dma_1448522879604022426>, len:0x1000, virt:0x17fc10000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 104: name:<i40e_dma_18334786248277563776>, len:0x400, virt:0x17fc0f000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 105: name:<i40e_dma_7699629506610036612>, len:0x1000, virt:0x17fc0d000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 106: name:<i40e_dma_8961680462622552707>, len:0x1000, virt:0x17fc0b000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 107: name:<i40e_dma_8857120850068778854>, len:0x1000, virt:0x17fc09000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 108: name:<i40e_dma_9990888529727316874>, len:0x1000, virt:0x17fc07000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 109: name:<i40e_dma_9837732298269232246>, len:0x1000, virt:0x17fc05000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 110: name:<i40e_dma_4688690886123905205>, len:0x1000, virt:0x17fc03000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 111: name:<i40e_dma_14374237214558582348>, len:0x1000, virt:0x17fc01000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 112: name:<i40e_dma_3181913345959343987>, len:0x1000, virt:0x17fbff000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 113: name:<i40e_dma_13328984186832730558>, len:0x1000, virt:0x17fbfd000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 114: name:<i40e_dma_18084364733475360543>, len:0x1000, virt:0x17fbfb000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 115: name:<i40e_dma_14060376599353191374>, len:0x1000, virt:0x17fbf9000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 116: name:<i40e_dma_236987305549811267>, len:0x1000, virt:0x17fbf7000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 117: name:<i40e_dma_7115007213592520065>, len:0x1000, virt:0x17fbf5000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 118: name:<i40e_dma_5811034764062096070>, len:0x1000, virt:0x17fbf3000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 119: name:<i40e_dma_1464069356433309814>, len:0x1000, virt:0x17fbf1000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 120: name:<i40e_dma_7820590344194927861>, len:0x1000, virt:0x17fbef000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 121: name:<i40e_dma_5425527756615216802>, len:0x1000, virt:0x17fbed000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 122: name:<i40e_dma_12544682642177089122>, len:0x1000, virt:0x17fbeb000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 123: name:<i40e_dma_14767133031156721216>, len:0x1000, virt:0x17fbe9000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 124: name:<i40e_dma_11980961711037920329>, len:0x1000, virt:0x17fbe7000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 125: name:<i40e_dma_9177144155816567479>, len:0x1000, virt:0x17fbe5000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 126: name:<i40e_dma_15065802755135537113>, len:0x1000, virt:0x17fbe3000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 127: name:<i40e_dma_7072544663817236965>, len:0x1000, virt:0x17fbe1000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 128: name:<i40e_dma_9090612015334370915>, len:0x1000, virt:0x17fbdf000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 129: name:<i40e_dma_18093003590231343281>, len:0x1000, virt:0x17fbdd000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 130: name:<i40e_dma_16688943480275327025>, len:0x1000, virt:0x17fbdb000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 131: name:<i40e_dma_13187860201536932700>, len:0x1000, virt:0x17fbd9000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 132: name:<i40e_dma_17060112256548811225>, len:0x1000, virt:0x17fbd7000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 133: name:<i40e_dma_6139160470950368882>, len:0x1000, virt:0x17fbd5000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 134: name:<i40e_dma_8454575366781587450>, len:0x1000, virt:0x17fbd3000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 135: name:<i40e_dma_10192957783151084908>, len:0x1000, virt:0x17fbd1000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 136: name:<i40e_dma_15886717413659344291>, len:0x1000, virt:0x17fbcf000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 137: name:<i40e_dma_10447810594170340967>, len:0x1e000, virt:0x17fbb0000, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 138: name:<RG_HT_ethertype_0000:b1:00.1>, len:0x1180, virt:0x17fbaee00, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 139: name:<RG_HT_tunnel_0000:b1:00.1>, len:0x980, virt:0x17fbd0280, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 140: name:<RG_HT_fdir_0000:b1:00.1>, len:0x10180, virt:0x17fb8c1c0, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 141: name:<MP_mb_pool_0>, len:0x182100, virt:0x17f26c9c0, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 142: name:<RG_MP_mb_pool_0>, len:0x200180, virt:0x17f06c7c0, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 143: name:<MP_mb_pool_0_0>, len:0x18333940, virt:0x166d38e00, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
Zone 144: name:<MP_mb_pool_1>, len:0x182100, virt:0x11ffe78a00, socket_id:1, flags:0
physical segments used:
  addr: 0x11c0000000 iova: 0x11c0000000 len: 0x40000000 pagesz: 0x40000000
Zone 145: name:<RG_MP_mb_pool_1>, len:0x200180, virt:0x11ffc78800, socket_id:1, flags:0
physical segments used:
  addr: 0x11c0000000 iova: 0x11c0000000 len: 0x40000000 pagesz: 0x40000000
Zone 146: name:<MP_mb_pool_1_0>, len:0x18333940, virt:0x11e7944e40, socket_id:1, flags:0
physical segments used:
  addr: 0x11c0000000 iova: 0x11c0000000 len: 0x40000000 pagesz: 0x40000000
Zone 147: name:<eth_p0_q0_tx_ring>, len:0x10000, virt:0x11e7934c80, socket_id:1, flags:0
physical segments used:
  addr: 0x11c0000000 iova: 0x11c0000000 len: 0x40000000 pagesz: 0x40000000
Zone 148: name:<eth_p0_q0_rx_ring>, len:0x21000, virt:0x11e7912780, socket_id:1, flags:0
physical segments used:
  addr: 0x11c0000000 iova: 0x11c0000000 len: 0x40000000 pagesz: 0x40000000
Zone 149: name:<eth_p1_q0_tx_ring>, len:0x10000, virt:0x11e7901c80, socket_id:1, flags:0
physical segments used:
  addr: 0x11c0000000 iova: 0x11c0000000 len: 0x40000000 pagesz: 0x40000000
Zone 150: name:<eth_p1_q0_rx_ring>, len:0x21000, virt:0x11e78df780, socket_id:1, flags:0
physical segments used:
  addr: 0x11c0000000 iova: 0x11c0000000 len: 0x40000000 pagesz: 0x40000000
Zone 151: name:<RTE_METRICS>, len:0x15040, virt:0x166cb5840, socket_id:0, flags:0
physical segments used:
  addr: 0x140000000 iova: 0x140000000 len: 0x40000000 pagesz: 0x40000000
22/10/2020 15:20:59             dut.10.240.183.162: quit
22/10/2020 15:21:01             dut.10.240.183.162: 

Stopping port 0...
Stopping ports...
Done

Stopping port 1...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Invalid port_id=0
Done

Shutting down port 1...
Closing ports...
Port 1 is closed
Invalid port_id=1
Done

Bye...
22/10/2020 15:21:01              TestUnitTestsDump: Test Case test_memzone_dump Result PASSED:
22/10/2020 15:21:01             dut.10.240.183.162: kill_all: called by dut and prefix list has value.
22/10/2020 15:21:02              TestUnitTestsDump: Test Case test_physmem_dump Begin
22/10/2020 15:21:02             dut.10.240.183.162: 
22/10/2020 15:21:02                         tester: 
22/10/2020 15:21:02             dut.10.240.183.162: x86_64-native-linuxapp-gcc/app/test/dpdk-test -l 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111 -n 4   --file-prefix=dpdk_2089_20201022151855  
22/10/2020 15:21:04             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_2089_20201022151855/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.0 (socket 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.1 (socket 1)
APP: HPET is not enabled, using TSC as default timer
22/10/2020 15:21:04             dut.10.240.183.162: dump_physmem
22/10/2020 15:21:04             dut.10.240.183.162: 
Segment 0-0: IOVA:0x140000000, len:1073741824, virt:0x140000000, socket_id:0, hugepage_sz:1073741824, nchannel:4, nrank:0 fd:453
Segment 2-0: IOVA:0x11c0000000, len:1073741824, virt:0x11c0000000, socket_id:1, hugepage_sz:1073741824, nchannel:4, nrank:0 fd:458
22/10/2020 15:21:04             dut.10.240.183.162: quit
22/10/2020 15:21:04             dut.10.240.183.162: 
22/10/2020 15:21:04              TestUnitTestsDump: Test Case test_physmem_dump Result PASSED:
22/10/2020 15:21:04             dut.10.240.183.162: kill_all: called by dut and prefix list has value.
22/10/2020 15:21:05              TestUnitTestsDump: Test Case test_ring_dump Begin
22/10/2020 15:21:05             dut.10.240.183.162: 
22/10/2020 15:21:05                         tester: 
22/10/2020 15:21:05             dut.10.240.183.162: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4   --file-prefix=dpdk_2089_20201022151855  -- -i
22/10/2020 15:21:07             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_2089_20201022151855/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.0 (socket 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.1 (socket 1)
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mb_pool_1>: n=171456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Configuring Port 0 (socket 1)
Port 0: F8:F2:1E:51:DB:B6
Configuring Port 1 (socket 1)
Port 1: F8:F2:1E:51:DB:B7
Checking link statuses...
Done
22/10/2020 15:21:07             dut.10.240.183.162: dump_ring
22/10/2020 15:21:07             dut.10.240.183.162: 
ring <HT_ethertype_0000:b1:00.0>@0x17ff0fe00
  flags=0
  size=1024
  capacity=1023
  ct=0
  ch=0
  pt=768
  ph=768
  used=768
  avail=255
ring <HT_tunnel_0000:b1:00.0>@0x17ff31280
  flags=0
  size=512
  capacity=511
  ct=0
  ch=0
  pt=400
  ph=400
  used=400
  avail=111
ring <HT_fdir_0000:b1:00.0>@0x17feed1c0
  flags=0
  size=16384
  capacity=16383
  ct=0
  ch=0
  pt=8192
  ph=8192
  used=8192
  avail=8191
ring <HT_ethertype_0000:b1:00.1>@0x17fbaee00
  flags=0
  size=1024
  capacity=1023
  ct=0
  ch=0
  pt=768
  ph=768
  used=768
  avail=255
ring <HT_tunnel_0000:b1:00.1>@0x17fbd0280
  flags=0
  size=512
  capacity=511
  ct=0
  ch=0
  pt=400
  ph=400
  used=400
  avail=111
ring <HT_fdir_0000:b1:00.1>@0x17fb8c1c0
  flags=0
  size=16384
  capacity=16383
  ct=0
  ch=0
  pt=8192
  ph=8192
  used=8192
  avail=8191
ring <MP_mb_pool_0>@0x17f06c7c0
  flags=0
  size=262144
  capacity=262143
  ct=0
  ch=0
  pt=171456
  ph=171456
  used=171456
  avail=90687
ring <MP_mb_pool_1>@0x11ffc78800
  flags=0
  size=262144
  capacity=262143
  ct=753
  ch=753
  pt=171456
  ph=171456
  used=170703
  avail=91440
22/10/2020 15:21:07             dut.10.240.183.162: quit
22/10/2020 15:21:09             dut.10.240.183.162: 

Stopping port 0...
Stopping ports...
Done

Stopping port 1...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Invalid port_id=0
Done

Shutting down port 1...
Closing ports...
Port 1 is closed
Invalid port_id=1
Done

Bye...
22/10/2020 15:21:09              TestUnitTestsDump: Test Case test_ring_dump Result FAILED: 'dump ring name failed'
22/10/2020 15:21:09             dut.10.240.183.162: kill_all: called by dut and prefix list has value.
22/10/2020 15:21:10                            dts: 
TEST SUITE ENDED: TestUnitTestsDump
22/10/2020 15:23:47                            dts: 
TEST SUITE : TestUnitTestsDump
22/10/2020 15:23:47                            dts: NIC :        fortpark_TLV
22/10/2020 15:23:47             dut.10.240.183.162: 
22/10/2020 15:23:47                         tester: 
22/10/2020 15:23:47              TestUnitTestsDump: Test Case test_ring_dump Begin
22/10/2020 15:23:47             dut.10.240.183.162: 
22/10/2020 15:23:47                         tester: 
22/10/2020 15:25:34             dut.10.240.183.162: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4   --file-prefix=dpdk_4447_20201022152322  -- -i
22/10/2020 15:25:37             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_4447_20201022152322/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.0 (socket 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.1 (socket 1)
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mb_pool_1>: n=171456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Configuring Port 0 (socket 1)
Port 0: F8:F2:1E:51:DB:B6
Configuring Port 1 (socket 1)
Port 1: F8:F2:1E:51:DB:B7
Checking link statuses...
Done
22/10/2020 15:25:39             dut.10.240.183.162: dump_ring
22/10/2020 15:25:39             dut.10.240.183.162: 
ring <HT_ethertype_0000:b1:00.0>@0x17ff0fe00
  flags=0
  size=1024
  capacity=1023
  ct=0
  ch=0
  pt=768
  ph=768
  used=768
  avail=255
ring <HT_tunnel_0000:b1:00.0>@0x17ff31280
  flags=0
  size=512
  capacity=511
  ct=0
  ch=0
  pt=400
  ph=400
  used=400
  avail=111
ring <HT_fdir_0000:b1:00.0>@0x17feed1c0
  flags=0
  size=16384
  capacity=16383
  ct=0
  ch=0
  pt=8192
  ph=8192
  used=8192
  avail=8191
ring <HT_ethertype_0000:b1:00.1>@0x17fbaee00
  flags=0
  size=1024
  capacity=1023
  ct=0
  ch=0
  pt=768
  ph=768
  used=768
  avail=255
ring <HT_tunnel_0000:b1:00.1>@0x17fbd0280
  flags=0
  size=512
  capacity=511
  ct=0
  ch=0
  pt=400
  ph=400
  used=400
  avail=111
ring <HT_fdir_0000:b1:00.1>@0x17fb8c1c0
  flags=0
  size=16384
  capacity=16383
  ct=0
  ch=0
  pt=8192
  ph=8192
  used=8192
  avail=8191
ring <MP_mb_pool_0>@0x17f06c7c0
  flags=0
  size=262144
  capacity=262143
  ct=0
  ch=0
  pt=171456
  ph=171456
  used=171456
  avail=90687
ring <MP_mb_pool_1>@0x11ffc78800
  flags=0
  size=262144
  capacity=262143
  ct=753
  ch=753
  pt=171456
  ph=171456
  used=170703
  avail=91440
22/10/2020 15:25:41             dut.10.240.183.162: quit
22/10/2020 15:25:43             dut.10.240.183.162: 

Stopping port 0...
Stopping ports...
Done

Stopping port 1...
Stopping ports...

Port 0: link state change event
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Invalid port_id=0
Done

Shutting down port 1...
Closing ports...
Port 1 is closed
Invalid port_id=1
Done

Bye...
22/10/2020 15:26:28              TestUnitTestsDump: Test Case test_ring_dump Result ERROR: Traceback (most recent call last):
  File "/home/autoregression/dts/dts/framework/test_case.py", line 319, in _execute_test_case
    case_obj()
  File "tests/TestSuite_unit_tests_dump.py", line 107, in test_ring_dump
    self.verify( 'MP_mbuf_pool_0' in results, "dump ring name failed")
  File "/usr/lib/python3.6/bdb.py", line 55, in trace_dispatch
    return self.dispatch_return(frame, arg)
  File "/usr/lib/python3.6/bdb.py", line 99, in dispatch_return
    if self.quitting: raise BdbQuit
bdb.BdbQuit

22/10/2020 15:26:28             dut.10.240.183.162: kill_all: called by dut and prefix list has value.
22/10/2020 15:26:29                            dts: 
TEST SUITE ENDED: TestUnitTestsDump
22/10/2020 15:28:59                            dts: 
TEST SUITE : TestUnitTestsDump
22/10/2020 15:28:59                            dts: NIC :        fortpark_TLV
22/10/2020 15:28:59             dut.10.240.183.162: 
22/10/2020 15:28:59                         tester: 
22/10/2020 15:28:59              TestUnitTestsDump: Test Case test_mempool_dump Begin
22/10/2020 15:29:00             dut.10.240.183.162: 
22/10/2020 15:29:00                         tester: 
22/10/2020 15:29:00             dut.10.240.183.162: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4   --file-prefix=dpdk_6825_20201022152835  -- -i
22/10/2020 15:29:02             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_6825_20201022152835/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.0 (socket 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.1 (socket 1)
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mb_pool_1>: n=171456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Configuring Port 0 (socket 1)
Port 0: F8:F2:1E:51:DB:B6
Configuring Port 1 (socket 1)
Port 1: F8:F2:1E:51:DB:B7
Checking link statuses...
Done
22/10/2020 15:29:02             dut.10.240.183.162: dump_mempool
22/10/2020 15:29:02             dut.10.240.183.162: 
mempool <mb_pool_0>@0x17f26c9c0
  flags=10
  socket_id=0
  pool=0x17f06c7c0
  iova=0x17f26c9c0
  nb_mem_chunks=1
  size=171456
  populated_size=171456
  header_size=64
  elt_size=2304
  trailer_size=0
  total_obj_size=2368
  private_data_size=64
  ops_index=5
  ops_name: <ring_mp_mc>
  avg bytes/object=2368.013811
  internal cache infos:
    cache_size=250
    cache_count[0]=0
    cache_count[1]=0
    cache_count[2]=0
    cache_count[3]=0
    cache_count[4]=0
    cache_count[5]=0
    cache_count[6]=0
    cache_count[7]=0
    cache_count[8]=0
    cache_count[9]=0
    cache_count[10]=0
    cache_count[11]=0
    cache_count[12]=0
    cache_count[13]=0
    cache_count[14]=0
    cache_count[15]=0
    cache_count[16]=0
    cache_count[17]=0
    cache_count[18]=0
    cache_count[19]=0
    cache_count[20]=0
    cache_count[21]=0
    cache_count[22]=0
    cache_count[23]=0
    cache_count[24]=0
    cache_count[25]=0
    cache_count[26]=0
    cache_count[27]=0
    cache_count[28]=0
    cache_count[29]=0
    cache_count[30]=0
    cache_count[31]=0
    cache_count[32]=0
    cache_count[33]=0
    cache_count[34]=0
    cache_count[35]=0
    cache_count[36]=0
    cache_count[37]=0
    cache_count[38]=0
    cache_count[39]=0
    cache_count[40]=0
    cache_count[41]=0
    cache_count[42]=0
    cache_count[43]=0
    cache_count[44]=0
    cache_count[45]=0
    cache_count[46]=0
    cache_count[47]=0
    cache_count[48]=0
    cache_count[49]=0
    cache_count[50]=0
    cache_count[51]=0
    cache_count[52]=0
    cache_count[53]=0
    cache_count[54]=0
    cache_count[55]=0
    cache_count[56]=0
    cache_count[57]=0
    cache_count[58]=0
    cache_count[59]=0
    cache_count[60]=0
    cache_count[61]=0
    cache_count[62]=0
    cache_count[63]=0
    cache_count[64]=0
    cache_count[65]=0
    cache_count[66]=0
    cache_count[67]=0
    cache_count[68]=0
    cache_count[69]=0
    cache_count[70]=0
    cache_count[71]=0
    cache_count[72]=0
    cache_count[73]=0
    cache_count[74]=0
    cache_count[75]=0
    cache_count[76]=0
    cache_count[77]=0
    cache_count[78]=0
    cache_count[79]=0
    cache_count[80]=0
    cache_count[81]=0
    cache_count[82]=0
    cache_count[83]=0
    cache_count[84]=0
    cache_count[85]=0
    cache_count[86]=0
    cache_count[87]=0
    cache_count[88]=0
    cache_count[89]=0
    cache_count[90]=0
    cache_count[91]=0
    cache_count[92]=0
    cache_count[93]=0
    cache_count[94]=0
    cache_count[95]=0
    cache_count[96]=0
    cache_count[97]=0
    cache_count[98]=0
    cache_count[99]=0
    cache_count[100]=0
    cache_count[101]=0
    cache_count[102]=0
    cache_count[103]=0
    cache_count[104]=0
    cache_count[105]=0
    cache_count[106]=0
    cache_count[107]=0
    cache_count[108]=0
    cache_count[109]=0
    cache_count[110]=0
    cache_count[111]=0
    cache_count[112]=0
    cache_count[113]=0
    cache_count[114]=0
    cache_count[115]=0
    cache_count[116]=0
    cache_count[117]=0
    cache_count[118]=0
    cache_count[119]=0
    cache_count[120]=0
    cache_count[121]=0
    cache_count[122]=0
    cache_count[123]=0
    cache_count[124]=0
    cache_count[125]=0
    cache_count[126]=0
    cache_count[127]=0
    total_cache_count=0
  common_pool_count=171456
  no statistics available
mempool <mb_pool_1>@0x11ffe78a00
  flags=10
  socket_id=1
  pool=0x11ffc78800
  iova=0x11ffe78a00
  nb_mem_chunks=1
  size=171456
  populated_size=171456
  header_size=64
  elt_size=2304
  trailer_size=0
  total_obj_size=2368
  private_data_size=64
  ops_index=5
  ops_name: <ring_mp_mc>
  avg bytes/object=2368.013811
  internal cache infos:
    cache_size=250
    cache_count[0]=0
    cache_count[1]=241
    cache_count[2]=0
    cache_count[3]=0
    cache_count[4]=0
    cache_count[5]=0
    cache_count[6]=0
    cache_count[7]=0
    cache_count[8]=0
    cache_count[9]=0
    cache_count[10]=0
    cache_count[11]=0
    cache_count[12]=0
    cache_count[13]=0
    cache_count[14]=0
    cache_count[15]=0
    cache_count[16]=0
    cache_count[17]=0
    cache_count[18]=0
    cache_count[19]=0
    cache_count[20]=0
    cache_count[21]=0
    cache_count[22]=0
    cache_count[23]=0
    cache_count[24]=0
    cache_count[25]=0
    cache_count[26]=0
    cache_count[27]=0
    cache_count[28]=0
    cache_count[29]=0
    cache_count[30]=0
    cache_count[31]=0
    cache_count[32]=0
    cache_count[33]=0
    cache_count[34]=0
    cache_count[35]=0
    cache_count[36]=0
    cache_count[37]=0
    cache_count[38]=0
    cache_count[39]=0
    cache_count[40]=0
    cache_count[41]=0
    cache_count[42]=0
    cache_count[43]=0
    cache_count[44]=0
    cache_count[45]=0
    cache_count[46]=0
    cache_count[47]=0
    cache_count[48]=0
    cache_count[49]=0
    cache_count[50]=0
    cache_count[51]=0
    cache_count[52]=0
    cache_count[53]=0
    cache_count[54]=0
    cache_count[55]=0
    cache_count[56]=0
    cache_count[57]=0
    cache_count[58]=0
    cache_count[59]=0
    cache_count[60]=0
    cache_count[61]=0
    cache_count[62]=0
    cache_count[63]=0
    cache_count[64]=0
    cache_count[65]=0
    cache_count[66]=0
    cache_count[67]=0
    cache_count[68]=0
    cache_count[69]=0
    cache_count[70]=0
    cache_count[71]=0
    cache_count[72]=0
    cache_count[73]=0
    cache_count[74]=0
    cache_count[75]=0
    cache_count[76]=0
    cache_count[77]=0
    cache_count[78]=0
    cache_count[79]=0
    cache_count[80]=0
    cache_count[81]=0
    cache_count[82]=0
    cache_count[83]=0
    cache_count[84]=0
    cache_count[85]=0
    cache_count[86]=0
    cache_count[87]=0
    cache_count[88]=0
    cache_count[89]=0
    cache_count[90]=0
    cache_count[91]=0
    cache_count[92]=0
    cache_count[93]=0
    cache_count[94]=0
    cache_count[95]=0
    cache_count[96]=0
    cache_count[97]=0
    cache_count[98]=0
    cache_count[99]=0
    cache_count[100]=0
    cache_count[101]=0
    cache_count[102]=0
    cache_count[103]=0
    cache_count[104]=0
    cache_count[105]=0
    cache_count[106]=0
    cache_count[107]=0
    cache_count[108]=0
    cache_count[109]=0
    cache_count[110]=0
    cache_count[111]=0
    cache_count[112]=0
    cache_count[113]=0
    cache_count[114]=0
    cache_count[115]=0
    cache_count[116]=0
    cache_count[117]=0
    cache_count[118]=0
    cache_count[119]=0
    cache_count[120]=0
    cache_count[121]=0
    cache_count[122]=0
    cache_count[123]=0
    cache_count[124]=0
    cache_count[125]=0
    cache_count[126]=0
    cache_count[127]=0
    total_cache_count=241
  common_pool_count=170703
  no statistics available
22/10/2020 15:29:02             dut.10.240.183.162: quit
22/10/2020 15:29:04             dut.10.240.183.162: 

Stopping port 0...
Stopping ports...
Done

Stopping port 1...
Stopping ports...

Port 0: link state change event
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Invalid port_id=0
Done

Shutting down port 1...
Closing ports...
Port 1 is closed
Invalid port_id=1
Done

Bye...
22/10/2020 15:29:04              TestUnitTestsDump: Test Case test_mempool_dump Result FAILED: 'dump mempool name failed'
22/10/2020 15:29:04             dut.10.240.183.162: kill_all: called by dut and prefix list has value.
22/10/2020 15:29:04              TestUnitTestsDump: Test Case test_ring_dump Begin
22/10/2020 15:29:04             dut.10.240.183.162: 
22/10/2020 15:29:04                         tester: 
22/10/2020 15:30:44             dut.10.240.183.162: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4   --file-prefix=dpdk_6825_20201022152835  -- -i
22/10/2020 15:30:46             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_6825_20201022152835/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.0 (socket 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.1 (socket 1)
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mb_pool_1>: n=171456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Configuring Port 0 (socket 1)
Port 0: F8:F2:1E:51:DB:B6
Configuring Port 1 (socket 1)
Port 1: F8:F2:1E:51:DB:B7
Checking link statuses...
Done
22/10/2020 15:30:46             dut.10.240.183.162: dump_ring
22/10/2020 15:30:46             dut.10.240.183.162: 
ring <HT_ethertype_0000:b1:00.0>@0x17ff0fe00
  flags=0
  size=1024
  capacity=1023
  ct=0
  ch=0
  pt=768
  ph=768
  used=768
  avail=255
ring <HT_tunnel_0000:b1:00.0>@0x17ff31280
  flags=0
  size=512
  capacity=511
  ct=0
  ch=0
  pt=400
  ph=400
  used=400
  avail=111
ring <HT_fdir_0000:b1:00.0>@0x17feed1c0
  flags=0
  size=16384
  capacity=16383
  ct=0
  ch=0
  pt=8192
  ph=8192
  used=8192
  avail=8191
ring <HT_ethertype_0000:b1:00.1>@0x17fbaee00
  flags=0
  size=1024
  capacity=1023
  ct=0
  ch=0
  pt=768
  ph=768
  used=768
  avail=255
ring <HT_tunnel_0000:b1:00.1>@0x17fbd0280
  flags=0
  size=512
  capacity=511
  ct=0
  ch=0
  pt=400
  ph=400
  used=400
  avail=111
ring <HT_fdir_0000:b1:00.1>@0x17fb8c1c0
  flags=0
  size=16384
  capacity=16383
  ct=0
  ch=0
  pt=8192
  ph=8192
  used=8192
  avail=8191
ring <MP_mb_pool_0>@0x17f06c7c0
  flags=0
  size=262144
  capacity=262143
  ct=0
  ch=0
  pt=171456
  ph=171456
  used=171456
  avail=90687
ring <MP_mb_pool_1>@0x11ffc78800
  flags=0
  size=262144
  capacity=262143
  ct=753
  ch=753
  pt=171456
  ph=171456
  used=170703
  avail=91440
22/10/2020 15:30:46             dut.10.240.183.162: quit
22/10/2020 15:30:48             dut.10.240.183.162: 

Stopping port 0...
Stopping ports...
Done

Stopping port 1...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Invalid port_id=0
Done

Shutting down port 1...
Closing ports...
Port 1 is closed
Invalid port_id=1
Done

Bye...
22/10/2020 15:30:48             dut.10.240.183.162: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4   --file-prefix=dpdk_6825_20201022152835  -- -i
22/10/2020 15:30:50             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_6825_20201022152835/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.0 (socket 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.1 (socket 1)
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mb_pool_1>: n=171456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Configuring Port 0 (socket 1)
Port 0: F8:F2:1E:51:DB:B6
Configuring Port 1 (socket 1)
Port 1: F8:F2:1E:51:DB:B7
Checking link statuses...
Done
22/10/2020 15:30:50             dut.10.240.183.162: dump_ring HT_ethertype_0000:b1:00.0
22/10/2020 15:30:50             dut.10.240.183.162: 
ring <HT_ethertype_0000:b1:00.0>@0x17ff0fe00
  flags=0
  size=1024
  capacity=1023
  ct=0
  ch=0
  pt=768
  ph=768
  used=768
  avail=255
22/10/2020 15:30:50             dut.10.240.183.162: quit
22/10/2020 15:30:52             dut.10.240.183.162: 

Stopping port 0...
Stopping ports...
Done

Stopping port 1...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Invalid port_id=0
Done

Shutting down port 1...
Closing ports...
Port 1 is closed
Invalid port_id=1
Done

Bye...
22/10/2020 15:30:52             dut.10.240.183.162: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4   --file-prefix=dpdk_6825_20201022152835  -- -i
22/10/2020 15:30:54             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_6825_20201022152835/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.0 (socket 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.1 (socket 1)
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mb_pool_1>: n=171456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Configuring Port 0 (socket 1)
Port 0: F8:F2:1E:51:DB:B6
Configuring Port 1 (socket 1)
Port 1: F8:F2:1E:51:DB:B7
Checking link statuses...
Done
22/10/2020 15:30:54             dut.10.240.183.162: dump_ring HT_tunnel_0000:b1:00.0
22/10/2020 15:30:54             dut.10.240.183.162: 
ring <HT_tunnel_0000:b1:00.0>@0x17ff31280
  flags=0
  size=512
  capacity=511
  ct=0
  ch=0
  pt=400
  ph=400
  used=400
  avail=111
22/10/2020 15:30:55             dut.10.240.183.162: quit
22/10/2020 15:30:56             dut.10.240.183.162: 

Stopping port 0...
Stopping ports...
Done

Stopping port 1...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Invalid port_id=0
Done

Shutting down port 1...
Closing ports...
Port 1 is closed
Invalid port_id=1
Done

Bye...
22/10/2020 15:30:56             dut.10.240.183.162: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4   --file-prefix=dpdk_6825_20201022152835  -- -i
22/10/2020 15:30:59             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_6825_20201022152835/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.0 (socket 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.1 (socket 1)
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mb_pool_1>: n=171456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Configuring Port 0 (socket 1)
Port 0: F8:F2:1E:51:DB:B6
Configuring Port 1 (socket 1)
Port 1: F8:F2:1E:51:DB:B7
Checking link statuses...
Done
22/10/2020 15:30:59             dut.10.240.183.162: dump_ring HT_fdir_0000:b1:00.0
22/10/2020 15:30:59             dut.10.240.183.162: 
ring <HT_fdir_0000:b1:00.0>@0x17feed1c0
  flags=0
  size=16384
  capacity=16383
  ct=0
  ch=0
  pt=8192
  ph=8192
  used=8192
  avail=8191
22/10/2020 15:30:59             dut.10.240.183.162: quit
22/10/2020 15:31:00             dut.10.240.183.162: 

Stopping port 0...
Stopping ports...
Done

Stopping port 1...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Invalid port_id=0
Done

Shutting down port 1...
Closing ports...
Port 1 is closed
Invalid port_id=1
Done

Bye...
22/10/2020 15:31:00             dut.10.240.183.162: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4   --file-prefix=dpdk_6825_20201022152835  -- -i
22/10/2020 15:31:03             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_6825_20201022152835/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.0 (socket 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.1 (socket 1)
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mb_pool_1>: n=171456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Configuring Port 0 (socket 1)
Port 0: F8:F2:1E:51:DB:B6
Configuring Port 1 (socket 1)
Port 1: F8:F2:1E:51:DB:B7
Checking link statuses...
Done
22/10/2020 15:31:03             dut.10.240.183.162: dump_ring HT_ethertype_0000:b1:00.1
22/10/2020 15:31:03             dut.10.240.183.162: 
ring <HT_ethertype_0000:b1:00.1>@0x17fbaee00
  flags=0
  size=1024
  capacity=1023
  ct=0
  ch=0
  pt=768
  ph=768
  used=768
  avail=255
22/10/2020 15:31:03             dut.10.240.183.162: quit
22/10/2020 15:31:05             dut.10.240.183.162: 

Stopping port 0...
Stopping ports...
Done

Stopping port 1...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Invalid port_id=0
Done

Shutting down port 1...
Closing ports...
Port 1 is closed
Invalid port_id=1
Done

Bye...
22/10/2020 15:31:05             dut.10.240.183.162: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4   --file-prefix=dpdk_6825_20201022152835  -- -i
22/10/2020 15:31:07             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_6825_20201022152835/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.0 (socket 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.1 (socket 1)
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mb_pool_1>: n=171456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Configuring Port 0 (socket 1)
Port 0: F8:F2:1E:51:DB:B6
Configuring Port 1 (socket 1)
Port 1: F8:F2:1E:51:DB:B7
Checking link statuses...
Done
22/10/2020 15:31:07             dut.10.240.183.162: dump_ring HT_tunnel_0000:b1:00.1
22/10/2020 15:31:07             dut.10.240.183.162: 
ring <HT_tunnel_0000:b1:00.1>@0x17fbd0280
  flags=0
  size=512
  capacity=511
  ct=0
  ch=0
  pt=400
  ph=400
  used=400
  avail=111
22/10/2020 15:31:07             dut.10.240.183.162: quit
22/10/2020 15:31:09             dut.10.240.183.162: 

Stopping port 0...
Stopping ports...
Done

Stopping port 1...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Invalid port_id=0
Done

Shutting down port 1...
Closing ports...
Port 1 is closed
Invalid port_id=1
Done

Bye...
22/10/2020 15:31:09             dut.10.240.183.162: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4   --file-prefix=dpdk_6825_20201022152835  -- -i
22/10/2020 15:31:11             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_6825_20201022152835/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.0 (socket 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.1 (socket 1)
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mb_pool_1>: n=171456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Configuring Port 0 (socket 1)
Port 0: F8:F2:1E:51:DB:B6
Configuring Port 1 (socket 1)
Port 1: F8:F2:1E:51:DB:B7
Checking link statuses...
Done
22/10/2020 15:31:11             dut.10.240.183.162: dump_ring HT_fdir_0000:b1:00.1
22/10/2020 15:31:11             dut.10.240.183.162: 
ring <HT_fdir_0000:b1:00.1>@0x17fb8c1c0
  flags=0
  size=16384
  capacity=16383
  ct=0
  ch=0
  pt=8192
  ph=8192
  used=8192
  avail=8191
22/10/2020 15:31:11             dut.10.240.183.162: quit
22/10/2020 15:31:13             dut.10.240.183.162: 

Stopping port 0...
Stopping ports...
Done

Stopping port 1...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Invalid port_id=0
Done

Shutting down port 1...
Closing ports...
Port 1 is closed
Invalid port_id=1
Done

Bye...
22/10/2020 15:31:13             dut.10.240.183.162: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4   --file-prefix=dpdk_6825_20201022152835  -- -i
22/10/2020 15:31:15             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_6825_20201022152835/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.0 (socket 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.1 (socket 1)
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mb_pool_1>: n=171456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Configuring Port 0 (socket 1)
Port 0: F8:F2:1E:51:DB:B6
Configuring Port 1 (socket 1)
Port 1: F8:F2:1E:51:DB:B7
Checking link statuses...
Done
22/10/2020 15:31:15             dut.10.240.183.162: dump_ring MP_mb_pool_0
22/10/2020 15:31:15             dut.10.240.183.162: 
ring <MP_mb_pool_0>@0x17f06c7c0
  flags=0
  size=262144
  capacity=262143
  ct=0
  ch=0
  pt=171456
  ph=171456
  used=171456
  avail=90687
22/10/2020 15:31:15             dut.10.240.183.162: quit
22/10/2020 15:31:17             dut.10.240.183.162: 

Stopping port 0...
Stopping ports...
Done

Stopping port 1...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Invalid port_id=0
Done

Shutting down port 1...
Closing ports...
Port 1 is closed
Invalid port_id=1
Done

Bye...
22/10/2020 15:31:17             dut.10.240.183.162: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4   --file-prefix=dpdk_6825_20201022152835  -- -i
22/10/2020 15:31:19             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_6825_20201022152835/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.0 (socket 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.1 (socket 1)
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mb_pool_1>: n=171456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Configuring Port 0 (socket 1)
Port 0: F8:F2:1E:51:DB:B6
Configuring Port 1 (socket 1)
Port 1: F8:F2:1E:51:DB:B7
Checking link statuses...
Done
22/10/2020 15:31:19             dut.10.240.183.162: dump_ring MP_mb_pool_1
22/10/2020 15:31:19             dut.10.240.183.162: 
ring <MP_mb_pool_1>@0x11ffc78800
  flags=0
  size=262144
  capacity=262143
  ct=753
  ch=753
  pt=171456
  ph=171456
  used=170703
  avail=91440
22/10/2020 15:31:19             dut.10.240.183.162: quit
22/10/2020 15:31:21             dut.10.240.183.162: 

Stopping port 0...
Stopping ports...
Done

Stopping port 1...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Invalid port_id=0
Done

Shutting down port 1...
Closing ports...
Port 1 is closed
Invalid port_id=1
Done

Bye...
22/10/2020 15:31:21              TestUnitTestsDump: Test Case test_ring_dump Result PASSED:
22/10/2020 15:31:21             dut.10.240.183.162: kill_all: called by dut and prefix list has value.
22/10/2020 15:31:21                            dts: 
TEST SUITE ENDED: TestUnitTestsDump
22/10/2020 15:36:55                            dts: 
TEST SUITE : TestUnitTestsDump
22/10/2020 15:36:55                            dts: NIC :        fortpark_TLV
22/10/2020 15:36:56             dut.10.240.183.162: 
22/10/2020 15:36:56                         tester: 
22/10/2020 15:36:56              TestUnitTestsDump: Test Case test_mempool_dump Begin
22/10/2020 15:36:56             dut.10.240.183.162: 
22/10/2020 15:36:56                         tester: 
22/10/2020 15:36:56             dut.10.240.183.162: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4   --file-prefix=dpdk_10103_20201022153631  -- -i
22/10/2020 15:36:58             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_10103_20201022153631/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.0 (socket 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.1 (socket 1)
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mb_pool_1>: n=171456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Configuring Port 0 (socket 1)
Port 0: F8:F2:1E:51:DB:B6
Configuring Port 1 (socket 1)
Port 1: F8:F2:1E:51:DB:B7
Checking link statuses...
Done
22/10/2020 15:36:58             dut.10.240.183.162: dump_mempool
22/10/2020 15:36:58             dut.10.240.183.162: 
mempool <mb_pool_0>@0x17f26c9c0
  flags=10
  socket_id=0
  pool=0x17f06c7c0
  iova=0x17f26c9c0
  nb_mem_chunks=1
  size=171456
  populated_size=171456
  header_size=64
  elt_size=2304
  trailer_size=0
  total_obj_size=2368
  private_data_size=64
  ops_index=5
  ops_name: <ring_mp_mc>
  avg bytes/object=2368.013811
  internal cache infos:
    cache_size=250
    cache_count[0]=0
    cache_count[1]=0
    cache_count[2]=0
    cache_count[3]=0
    cache_count[4]=0
    cache_count[5]=0
    cache_count[6]=0
    cache_count[7]=0
    cache_count[8]=0
    cache_count[9]=0
    cache_count[10]=0
    cache_count[11]=0
    cache_count[12]=0
    cache_count[13]=0
    cache_count[14]=0
    cache_count[15]=0
    cache_count[16]=0
    cache_count[17]=0
    cache_count[18]=0
    cache_count[19]=0
    cache_count[20]=0
    cache_count[21]=0
    cache_count[22]=0
    cache_count[23]=0
    cache_count[24]=0
    cache_count[25]=0
    cache_count[26]=0
    cache_count[27]=0
    cache_count[28]=0
    cache_count[29]=0
    cache_count[30]=0
    cache_count[31]=0
    cache_count[32]=0
    cache_count[33]=0
    cache_count[34]=0
    cache_count[35]=0
    cache_count[36]=0
    cache_count[37]=0
    cache_count[38]=0
    cache_count[39]=0
    cache_count[40]=0
    cache_count[41]=0
    cache_count[42]=0
    cache_count[43]=0
    cache_count[44]=0
    cache_count[45]=0
    cache_count[46]=0
    cache_count[47]=0
    cache_count[48]=0
    cache_count[49]=0
    cache_count[50]=0
    cache_count[51]=0
    cache_count[52]=0
    cache_count[53]=0
    cache_count[54]=0
    cache_count[55]=0
    cache_count[56]=0
    cache_count[57]=0
    cache_count[58]=0
    cache_count[59]=0
    cache_count[60]=0
    cache_count[61]=0
    cache_count[62]=0
    cache_count[63]=0
    cache_count[64]=0
    cache_count[65]=0
    cache_count[66]=0
    cache_count[67]=0
    cache_count[68]=0
    cache_count[69]=0
    cache_count[70]=0
    cache_count[71]=0
    cache_count[72]=0
    cache_count[73]=0
    cache_count[74]=0
    cache_count[75]=0
    cache_count[76]=0
    cache_count[77]=0
    cache_count[78]=0
    cache_count[79]=0
    cache_count[80]=0
    cache_count[81]=0
    cache_count[82]=0
    cache_count[83]=0
    cache_count[84]=0
    cache_count[85]=0
    cache_count[86]=0
    cache_count[87]=0
    cache_count[88]=0
    cache_count[89]=0
    cache_count[90]=0
    cache_count[91]=0
    cache_count[92]=0
    cache_count[93]=0
    cache_count[94]=0
    cache_count[95]=0
    cache_count[96]=0
    cache_count[97]=0
    cache_count[98]=0
    cache_count[99]=0
    cache_count[100]=0
    cache_count[101]=0
    cache_count[102]=0
    cache_count[103]=0
    cache_count[104]=0
    cache_count[105]=0
    cache_count[106]=0
    cache_count[107]=0
    cache_count[108]=0
    cache_count[109]=0
    cache_count[110]=0
    cache_count[111]=0
    cache_count[112]=0
    cache_count[113]=0
    cache_count[114]=0
    cache_count[115]=0
    cache_count[116]=0
    cache_count[117]=0
    cache_count[118]=0
    cache_count[119]=0
    cache_count[120]=0
    cache_count[121]=0
    cache_count[122]=0
    cache_count[123]=0
    cache_count[124]=0
    cache_count[125]=0
    cache_count[126]=0
    cache_count[127]=0
    total_cache_count=0
  common_pool_count=171456
  no statistics available
mempool <mb_pool_1>@0x11ffe78a00
  flags=10
  socket_id=1
  pool=0x11ffc78800
  iova=0x11ffe78a00
  nb_mem_chunks=1
  size=171456
  populated_size=171456
  header_size=64
  elt_size=2304
  trailer_size=0
  total_obj_size=2368
  private_data_size=64
  ops_index=5
  ops_name: <ring_mp_mc>
  avg bytes/object=2368.013811
  internal cache infos:
    cache_size=250
    cache_count[0]=0
    cache_count[1]=241
    cache_count[2]=0
    cache_count[3]=0
    cache_count[4]=0
    cache_count[5]=0
    cache_count[6]=0
    cache_count[7]=0
    cache_count[8]=0
    cache_count[9]=0
    cache_count[10]=0
    cache_count[11]=0
    cache_count[12]=0
    cache_count[13]=0
    cache_count[14]=0
    cache_count[15]=0
    cache_count[16]=0
    cache_count[17]=0
    cache_count[18]=0
    cache_count[19]=0
    cache_count[20]=0
    cache_count[21]=0
    cache_count[22]=0
    cache_count[23]=0
    cache_count[24]=0
    cache_count[25]=0
    cache_count[26]=0
    cache_count[27]=0
    cache_count[28]=0
    cache_count[29]=0
    cache_count[30]=0
    cache_count[31]=0
    cache_count[32]=0
    cache_count[33]=0
    cache_count[34]=0
    cache_count[35]=0
    cache_count[36]=0
    cache_count[37]=0
    cache_count[38]=0
    cache_count[39]=0
    cache_count[40]=0
    cache_count[41]=0
    cache_count[42]=0
    cache_count[43]=0
    cache_count[44]=0
    cache_count[45]=0
    cache_count[46]=0
    cache_count[47]=0
    cache_count[48]=0
    cache_count[49]=0
    cache_count[50]=0
    cache_count[51]=0
    cache_count[52]=0
    cache_count[53]=0
    cache_count[54]=0
    cache_count[55]=0
    cache_count[56]=0
    cache_count[57]=0
    cache_count[58]=0
    cache_count[59]=0
    cache_count[60]=0
    cache_count[61]=0
    cache_count[62]=0
    cache_count[63]=0
    cache_count[64]=0
    cache_count[65]=0
    cache_count[66]=0
    cache_count[67]=0
    cache_count[68]=0
    cache_count[69]=0
    cache_count[70]=0
    cache_count[71]=0
    cache_count[72]=0
    cache_count[73]=0
    cache_count[74]=0
    cache_count[75]=0
    cache_count[76]=0
    cache_count[77]=0
    cache_count[78]=0
    cache_count[79]=0
    cache_count[80]=0
    cache_count[81]=0
    cache_count[82]=0
    cache_count[83]=0
    cache_count[84]=0
    cache_count[85]=0
    cache_count[86]=0
    cache_count[87]=0
    cache_count[88]=0
    cache_count[89]=0
    cache_count[90]=0
    cache_count[91]=0
    cache_count[92]=0
    cache_count[93]=0
    cache_count[94]=0
    cache_count[95]=0
    cache_count[96]=0
    cache_count[97]=0
    cache_count[98]=0
    cache_count[99]=0
    cache_count[100]=0
    cache_count[101]=0
    cache_count[102]=0
    cache_count[103]=0
    cache_count[104]=0
    cache_count[105]=0
    cache_count[106]=0
    cache_count[107]=0
    cache_count[108]=0
    cache_count[109]=0
    cache_count[110]=0
    cache_count[111]=0
    cache_count[112]=0
    cache_count[113]=0
    cache_count[114]=0
    cache_count[115]=0
    cache_count[116]=0
    cache_count[117]=0
    cache_count[118]=0
    cache_count[119]=0
    cache_count[120]=0
    cache_count[121]=0
    cache_count[122]=0
    cache_count[123]=0
    cache_count[124]=0
    cache_count[125]=0
    cache_count[126]=0
    cache_count[127]=0
    total_cache_count=241
  common_pool_count=170703
  no statistics available
22/10/2020 15:36:58             dut.10.240.183.162: quit
22/10/2020 15:37:00             dut.10.240.183.162: 

Stopping port 0...
Stopping ports...
Done

Stopping port 1...
Stopping ports...

Port 0: link state change event
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Invalid port_id=0
Done

Shutting down port 1...
Closing ports...
Port 1 is closed
Invalid port_id=1
Done

Bye...
22/10/2020 15:37:00             dut.10.240.183.162: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4   --file-prefix=dpdk_10103_20201022153631  -- -i
22/10/2020 15:37:02             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_10103_20201022153631/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.0 (socket 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.1 (socket 1)
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mb_pool_1>: n=171456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Configuring Port 0 (socket 1)
Port 0: F8:F2:1E:51:DB:B6
Configuring Port 1 (socket 1)
Port 1: F8:F2:1E:51:DB:B7
Checking link statuses...
Done
22/10/2020 15:37:02             dut.10.240.183.162: dump_mempool mb_pool_0
22/10/2020 15:37:02             dut.10.240.183.162: 
mempool <mb_pool_0>@0x17f26c9c0
  flags=10
  socket_id=0
  pool=0x17f06c7c0
  iova=0x17f26c9c0
  nb_mem_chunks=1
  size=171456
  populated_size=171456
  header_size=64
  elt_size=2304
  trailer_size=0
  total_obj_size=2368
  private_data_size=64
  ops_index=5
  ops_name: <ring_mp_mc>
  avg bytes/object=2368.013811
  internal cache infos:
    cache_size=250
    cache_count[0]=0
    cache_count[1]=0
    cache_count[2]=0
    cache_count[3]=0
    cache_count[4]=0
    cache_count[5]=0
    cache_count[6]=0
    cache_count[7]=0
    cache_count[8]=0
    cache_count[9]=0
    cache_count[10]=0
    cache_count[11]=0
    cache_count[12]=0
    cache_count[13]=0
    cache_count[14]=0
    cache_count[15]=0
    cache_count[16]=0
    cache_count[17]=0
    cache_count[18]=0
    cache_count[19]=0
    cache_count[20]=0
    cache_count[21]=0
    cache_count[22]=0
    cache_count[23]=0
    cache_count[24]=0
    cache_count[25]=0
    cache_count[26]=0
    cache_count[27]=0
    cache_count[28]=0
    cache_count[29]=0
    cache_count[30]=0
    cache_count[31]=0
    cache_count[32]=0
    cache_count[33]=0
    cache_count[34]=0
    cache_count[35]=0
    cache_count[36]=0
    cache_count[37]=0
    cache_count[38]=0
    cache_count[39]=0
    cache_count[40]=0
    cache_count[41]=0
    cache_count[42]=0
    cache_count[43]=0
    cache_count[44]=0
    cache_count[45]=0
    cache_count[46]=0
    cache_count[47]=0
    cache_count[48]=0
    cache_count[49]=0
    cache_count[50]=0
    cache_count[51]=0
    cache_count[52]=0
    cache_count[53]=0
    cache_count[54]=0
    cache_count[55]=0
    cache_count[56]=0
    cache_count[57]=0
    cache_count[58]=0
    cache_count[59]=0
    cache_count[60]=0
    cache_count[61]=0
    cache_count[62]=0
    cache_count[63]=0
    cache_count[64]=0
    cache_count[65]=0
    cache_count[66]=0
    cache_count[67]=0
    cache_count[68]=0
    cache_count[69]=0
    cache_count[70]=0
    cache_count[71]=0
    cache_count[72]=0
    cache_count[73]=0
    cache_count[74]=0
    cache_count[75]=0
    cache_count[76]=0
    cache_count[77]=0
    cache_count[78]=0
    cache_count[79]=0
    cache_count[80]=0
    cache_count[81]=0
    cache_count[82]=0
    cache_count[83]=0
    cache_count[84]=0
    cache_count[85]=0
    cache_count[86]=0
    cache_count[87]=0
    cache_count[88]=0
    cache_count[89]=0
    cache_count[90]=0
    cache_count[91]=0
    cache_count[92]=0
    cache_count[93]=0
    cache_count[94]=0
    cache_count[95]=0
    cache_count[96]=0
    cache_count[97]=0
    cache_count[98]=0
    cache_count[99]=0
    cache_count[100]=0
    cache_count[101]=0
    cache_count[102]=0
    cache_count[103]=0
    cache_count[104]=0
    cache_count[105]=0
    cache_count[106]=0
    cache_count[107]=0
    cache_count[108]=0
    cache_count[109]=0
    cache_count[110]=0
    cache_count[111]=0
    cache_count[112]=0
    cache_count[113]=0
    cache_count[114]=0
    cache_count[115]=0
    cache_count[116]=0
    cache_count[117]=0
    cache_count[118]=0
    cache_count[119]=0
    cache_count[120]=0
    cache_count[121]=0
    cache_count[122]=0
    cache_count[123]=0
    cache_count[124]=0
    cache_count[125]=0
    cache_count[126]=0
    cache_count[127]=0
    total_cache_count=0
  common_pool_count=171456
  no statistics available
22/10/2020 15:37:02             dut.10.240.183.162: quit
22/10/2020 15:37:04             dut.10.240.183.162: 

Stopping port 0...
Stopping ports...
Done

Stopping port 1...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Invalid port_id=0
Done

Shutting down port 1...
Closing ports...
Port 1 is closed
Invalid port_id=1
Done

Bye...
22/10/2020 15:37:04             dut.10.240.183.162: x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 1,2,3,4 -n 4   --file-prefix=dpdk_10103_20201022153631  -- -i
22/10/2020 15:37:06             dut.10.240.183.162: EAL: Detected 112 lcore(s)
EAL: Detected 2 NUMA nodes
EAL: Multi-process socket /var/run/dpdk/dpdk_10103_20201022153631/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
EAL: Probing VFIO support...
EAL: VFIO support initialized
EAL:   using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.0 (socket 1)
EAL: Probe PCI driver: net_i40e (8086:37d0) device: 0000:b1:00.1 (socket 1)
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=171456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mb_pool_1>: n=171456, size=2176, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
Configuring Port 0 (socket 1)
Port 0: F8:F2:1E:51:DB:B6
Configuring Port 1 (socket 1)
Port 1: F8:F2:1E:51:DB:B7
Checking link statuses...
Done
22/10/2020 15:37:06             dut.10.240.183.162: dump_mempool mb_pool_1
22/10/2020 15:37:06             dut.10.240.183.162: 
mempool <mb_pool_1>@0x11ffe78a00
  flags=10
  socket_id=1
  pool=0x11ffc78800
  iova=0x11ffe78a00
  nb_mem_chunks=1
  size=171456
  populated_size=171456
  header_size=64
  elt_size=2304
  trailer_size=0
  total_obj_size=2368
  private_data_size=64
  ops_index=5
  ops_name: <ring_mp_mc>
  avg bytes/object=2368.013811
  internal cache infos:
    cache_size=250
    cache_count[0]=0
    cache_count[1]=241
    cache_count[2]=0
    cache_count[3]=0
    cache_count[4]=0
    cache_count[5]=0
    cache_count[6]=0
    cache_count[7]=0
    cache_count[8]=0
    cache_count[9]=0
    cache_count[10]=0
    cache_count[11]=0
    cache_count[12]=0
    cache_count[13]=0
    cache_count[14]=0
    cache_count[15]=0
    cache_count[16]=0
    cache_count[17]=0
    cache_count[18]=0
    cache_count[19]=0
    cache_count[20]=0
    cache_count[21]=0
    cache_count[22]=0
    cache_count[23]=0
    cache_count[24]=0
    cache_count[25]=0
    cache_count[26]=0
    cache_count[27]=0
    cache_count[28]=0
    cache_count[29]=0
    cache_count[30]=0
    cache_count[31]=0
    cache_count[32]=0
    cache_count[33]=0
    cache_count[34]=0
    cache_count[35]=0
    cache_count[36]=0
    cache_count[37]=0
    cache_count[38]=0
    cache_count[39]=0
    cache_count[40]=0
    cache_count[41]=0
    cache_count[42]=0
    cache_count[43]=0
    cache_count[44]=0
    cache_count[45]=0
    cache_count[46]=0
    cache_count[47]=0
    cache_count[48]=0
    cache_count[49]=0
    cache_count[50]=0
    cache_count[51]=0
    cache_count[52]=0
    cache_count[53]=0
    cache_count[54]=0
    cache_count[55]=0
    cache_count[56]=0
    cache_count[57]=0
    cache_count[58]=0
    cache_count[59]=0
    cache_count[60]=0
    cache_count[61]=0
    cache_count[62]=0
    cache_count[63]=0
    cache_count[64]=0
    cache_count[65]=0
    cache_count[66]=0
    cache_count[67]=0
    cache_count[68]=0
    cache_count[69]=0
    cache_count[70]=0
    cache_count[71]=0
    cache_count[72]=0
    cache_count[73]=0
    cache_count[74]=0
    cache_count[75]=0
    cache_count[76]=0
    cache_count[77]=0
    cache_count[78]=0
    cache_count[79]=0
    cache_count[80]=0
    cache_count[81]=0
    cache_count[82]=0
    cache_count[83]=0
    cache_count[84]=0
    cache_count[85]=0
    cache_count[86]=0
    cache_count[87]=0
    cache_count[88]=0
    cache_count[89]=0
    cache_count[90]=0
    cache_count[91]=0
    cache_count[92]=0
    cache_count[93]=0
    cache_count[94]=0
    cache_count[95]=0
    cache_count[96]=0
    cache_count[97]=0
    cache_count[98]=0
    cache_count[99]=0
    cache_count[100]=0
    cache_count[101]=0
    cache_count[102]=0
    cache_count[103]=0
    cache_count[104]=0
    cache_count[105]=0
    cache_count[106]=0
    cache_count[107]=0
    cache_count[108]=0
    cache_count[109]=0
    cache_count[110]=0
    cache_count[111]=0
    cache_count[112]=0
    cache_count[113]=0
    cache_count[114]=0
    cache_count[115]=0
    cache_count[116]=0
    cache_count[117]=0
    cache_count[118]=0
    cache_count[119]=0
    cache_count[120]=0
    cache_count[121]=0
    cache_count[122]=0
    cache_count[123]=0
    cache_count[124]=0
    cache_count[125]=0
    cache_count[126]=0
    cache_count[127]=0
    total_cache_count=241
  common_pool_count=170703
  no statistics available
22/10/2020 15:37:06             dut.10.240.183.162: quit
22/10/2020 15:37:08             dut.10.240.183.162: 

Stopping port 0...
Stopping ports...
Done

Stopping port 1...
Stopping ports...
Done

Shutting down port 0...
Closing ports...
Port 0 is closed
Invalid port_id=0
Done

Shutting down port 1...
Closing ports...
Port 1 is closed
Invalid port_id=1
Done

Bye...
22/10/2020 15:37:08              TestUnitTestsDump: Test Case test_mempool_dump Result PASSED:
22/10/2020 15:37:08             dut.10.240.183.162: kill_all: called by dut and prefix list has value.
22/10/2020 15:37:09                            dts: 
TEST SUITE ENDED: TestUnitTestsDump

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

* Re: [dts] [PATCH V1] tests/unit_tests_dump: Update of adaptive dpdk
  2020-10-22  8:11 [dts] [PATCH V1] tests/unit_tests_dump: Update of adaptive dpdk ChenBo
  2020-10-22  8:41 ` Chen, BoX C
@ 2020-11-03  1:50 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Tu, Lijuan @ 2020-11-03  1:50 UTC (permalink / raw)
  To: Chen, BoX C, dts; +Cc: Chen, BoX C

> DPDK has modified the print log, commit:
> 26cbb4191e91c07e8f498949b15ad33659797996
> DTS needs to be adapted and updated.
> 
> Signed-off-by: ChenBo <box.c.chen@intel.com>

Applied

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

end of thread, other threads:[~2020-11-03  1:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-22  8:11 [dts] [PATCH V1] tests/unit_tests_dump: Update of adaptive dpdk ChenBo
2020-10-22  8:41 ` Chen, BoX C
2020-11-03  1:50 ` 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).