* net/qede: No more incoming traffic since ubuntu upgrade
@ 2025-07-04 15:44 Edwin Brossette
0 siblings, 0 replies; only message in thread
From: Edwin Brossette @ 2025-07-04 15:44 UTC (permalink / raw)
To: dev; +Cc: Olivier Matz, dsinghrawat, palok, jerinj, Laurent Hardy
[-- Attachment #1: Type: text/plain, Size: 461431 bytes --]
Hello,
I have recently stumbled upon on an issue with the qede pmd when upgrading
my ubuntu distribution from ubuntu-22.04-hwe to ubuntu-24.04. After this
upgrade, my nics are no longer able to receive incoming traffic, although
outgoing traffic is emitted fine. This can be seen simply by sending a ping
to a running testpmd.
Kernel version is:
uname -r
6.8.0-62-generic
Here is a reproduction method, running on a ubuntu-24.04:
1 - Setup the testnode, which will ping the Qlogic interface:
ip l set eth1 up
ip a a 1.1.1.1/24 dev eth1
arp -s 1.1.1.2 00:0E:1E:D3:AC:04 <--- Mac address of Qlogic on DUT
ping 1.1.1.2
+-------------+ +----------------+
| test node | /24 | DUT |
| |1 | testpmd |
| 1.1.1.1 +------------+ |
| | | QLogic nic |
| | | |
+-------------+ +----------------+
2 - Start testpmd, with the Qlogic nics:
modprobe -a vfio vfio-pci
sudo dpdk-hugepages.py --setup 10G;
dpdk-devbind --bind=vfio-pci 0000:84:00.0
dpdk-devbind --bind=vfio-pci 0000:84:00.1
EAL_OPTIONS="-c 0x40000401 -m 16384 -n 4 -a0000:84:00.0 -a0000:84:00.1
--log-level=.*,8 --log-level=8"
dpdk-testpmd -c 0x40000401 -m 16384 -n 4 -a0000:84:00.0 -a0000:84:00.1
--log-level=.*,8 --log-level=8 -- -i --coremask=0x40000400
--total-num-mbufs=32768 --mbuf-size=2304 --disable-link-check
EAL: lib.eal log level changed from info to debug
EAL: user1 log level changed from info to debug
EAL: user2 log level changed from info to debug
EAL: user3 log level changed from info to debug
EAL: user4 log level changed from info to debug
EAL: user5 log level changed from info to debug
EAL: user6 log level changed from info to debug
EAL: user7 log level changed from info to debug
EAL: user8 log level changed from info to debug
EAL: lib.node log level changed from info to debug
EAL: lib.graph log level changed from info to debug
EAL: lib.pipeline log level changed from info to debug
EAL: lib.table log level changed from info to debug
EAL: lib.pdump log level changed from notice to debug
EAL: lib.port log level changed from info to debug
EAL: lib.fib log level changed from info to debug
EAL: lib.vhost.fdset log level changed from info to debug
EAL: lib.vhost.config log level changed from info to debug
EAL: lib.vhost.data log level changed from warning to debug
EAL: lib.vhost.crypto log level changed from info to debug
EAL: lib.stack log level changed from notice to debug
EAL: lib.sched log level changed from info to debug
EAL: lib.reorder log level changed from info to debug
EAL: lib.rib log level changed from info to debug
EAL: lib.mldev log level changed from info to debug
EAL: lib.regexdev log level changed from info to debug
EAL: lib.rawdev log level changed from info to debug
EAL: lib.power log level changed from info to debug
EAL: lib.lpm log level changed from info to debug
EAL: lib.latencystats log level changed from info to debug
EAL: lib.ip_frag log level changed from info to debug
EAL: lib.gpudev log level changed from notice to debug
EAL: lib.eventdev.adapter.timer log level changed from notice to debug
EAL: lib.eventdev.adapter.timer.svc log level changed from notice to debug
EAL: lib.eventdev.adapter.vector log level changed from notice to debug
EAL: lib.eventdev log level changed from info to debug
EAL: lib.efd log level changed from info to debug
EAL: lib.dmadev log level changed from info to debug
EAL: lib.cryptodev log level changed from info to debug
EAL: lib.compressdev log level changed from notice to debug
EAL: lib.cfgfile log level changed from info to debug
EAL: lib.bpf log level changed from info to debug
EAL: lib.bbdev log level changed from notice to debug
EAL: lib.acl log level changed from info to debug
EAL: lib.hash log level changed from info to debug
EAL: lib.hash.crc log level changed from info to debug
EAL: lib.hash.fbk log level changed from info to debug
EAL: lib.hash.thash log level changed from info to debug
EAL: lib.hash.gfni log level changed from info to debug
EAL: lib.hash.thash_poly log level changed from info to debug
EAL: lib.metrics log level changed from error to debug
EAL: lib.ethdev log level changed from info to debug
EAL: lib.net log level changed from info to debug
EAL: lib.mbuf log level changed from info to debug
EAL: lib.mempool log level changed from info to debug
EAL: lib.rcu log level changed from error to debug
EAL: lib.ring log level changed from info to debug
EAL: lib.pmu log level changed from info to debug
EAL: lib.telemetry log level changed from warning to debug
EAL: lib.argparse log level changed from info to debug
EAL: pmd.common.dpaax log level changed from error to debug
EAL: pmd.octeontx.mbox log level changed from notice to debug
EAL: bus.auxiliary log level changed from notice to debug
EAL: bus.cdx log level changed from notice to debug
EAL: bus.dpaa log level changed from notice to debug
EAL: bus.fslmc log level changed from notice to debug
EAL: bus.ifpga log level changed from notice to debug
EAL: bus.pci log level changed from notice to debug
EAL: bus.platform log level changed from notice to debug
EAL: bus.uacce log level changed from notice to debug
EAL: bus.vdev log level changed from notice to debug
EAL: bus.vmbus log level changed from notice to debug
EAL: pmd.common.cnxk.base log level changed from info to debug
EAL: pmd.common.cnxk.mbox log level changed from notice to debug
EAL: pmd.common.cnxk.crypto log level changed from notice to debug
EAL: pmd.common.cnxk.ml log level changed from notice to debug
EAL: pmd.common.cnxk.mempool log level changed from notice to debug
EAL: pmd.common.cnxk.nix log level changed from notice to debug
EAL: pmd.common.cnxk.flow log level changed from notice to debug
EAL: pmd.common.cnxk.event log level changed from notice to debug
EAL: pmd.common.cnxk.timer log level changed from notice to debug
EAL: pmd.common.cnxk.tm log level changed from notice to debug
EAL: pmd.common.cnxk.dpi log level changed from notice to debug
EAL: pmd.common.cnxk.rep log level changed from notice to debug
EAL: pmd.common.cnxk.esw log level changed from notice to debug
EAL: pmd.common.cnxk.ree log level changed from notice to debug
EAL: pmd.common.mlx5 log level changed from notice to debug
EAL: pmd.common.nfp.common log level changed from notice to debug
EAL: pmd.common.nitrox log level changed from notice to debug
EAL: pmd.qat.general log level changed from notice to debug
EAL: pmd.qat.dp log level changed from notice to debug
EAL: pmd.common.sfc_efx log level changed from notice to debug
EAL: pmd.common.zsda.gen log level changed from notice to debug
EAL: mempool.dpaa log level changed from notice to debug
EAL: mempool.dpaa2 log level changed from notice to debug
EAL: pmd.mempool.octeontx log level changed from notice to debug
EAL: pmd.dma.dpaa log level changed from info to debug
EAL: pmd.dma.dpaa2 log level changed from info to debug
EAL: pmd.dma.hisilicon log level changed from info to debug
EAL: pmd.dma.idxd log level changed from warning to debug
EAL: pmd.dma.ioat log level changed from info to debug
EAL: pmd.dma.odm log level changed from notice to debug
EAL: pmd.dma.skeleton log level changed from info to debug
EAL: pmd.net.af_packet log level changed from notice to debug
EAL: pmd.net.ark log level changed from notice to debug
EAL: pmd.net.atlantic.init log level changed from notice to debug
EAL: pmd.net.atlantic.driver log level changed from notice to debug
EAL: pmd.net.avp.driver log level changed from notice to debug
EAL: pmd.net.axgbe.init log level changed from notice to debug
EAL: pmd.net.axgbe.driver log level changed from notice to debug
EAL: pmd.net.bnx2x.init log level changed from notice to debug
EAL: pmd.net.bnx2x.driver log level changed from notice to debug
EAL: pmd.net.bnxt.driver log level changed from notice to debug
EAL: pmd.net.bonding log level changed from notice to debug
EAL: pmd.net.cxgbe log level changed from notice to debug
EAL: pmd.net.cxgbe.mbox log level changed from notice to debug
EAL: pmd.net.dpaa log level changed from notice to debug
EAL: pmd.net.dpaa2 log level changed from notice to debug
EAL: pmd.net.ena.init log level changed from notice to debug
EAL: pmd.net.ena.driver log level changed from notice to debug
EAL: pmd.net.ena.com log level changed from warning to debug
EAL: pmd.net.enetc log level changed from notice to debug
EAL: pmd.net.enetfec log level changed from notice to debug
EAL: pmd.net.enic log level changed from info to debug
EAL: pmd.net.failsafe log level changed from notice to debug
EAL: pmd.net.gve.driver log level changed from notice to debug
EAL: pmd.net.hinic log level changed from info to debug
EAL: pmd.net.hns3.init log level changed from notice to debug
EAL: pmd.net.hns3.driver log level changed from notice to debug
EAL: pmd.net.e1000.init log level changed from notice to debug
EAL: pmd.net.e1000.driver log level changed from notice to debug
EAL: pmd.net.fm10k.init log level changed from notice to debug
EAL: pmd.net.fm10k.driver log level changed from notice to debug
EAL: pmd.net.i40e.init log level changed from notice to debug
EAL: pmd.net.i40e.driver log level changed from notice to debug
EAL: pmd.net.iavf log level changed from notice to debug
EAL: pmd.net.iavf.init log level changed from notice to debug
EAL: pmd.net.iavf.driver log level changed from notice to debug
EAL: pmd.net.ice.init log level changed from notice to debug
EAL: pmd.net.ice.driver log level changed from notice to debug
EAL: pmd.net.idpf.common log level changed from notice to debug
EAL: pmd.net.idpf.init log level changed from notice to debug
EAL: pmd.net.idpf.driver log level changed from notice to debug
EAL: pmd.net.ixgbe.init log level changed from notice to debug
EAL: pmd.net.ixgbe.driver log level changed from notice to debug
EAL: pmd.net.cpfl.init log level changed from notice to debug
EAL: pmd.net.cpfl.driver log level changed from notice to debug
EAL: pmd.net.ionic log level changed from notice to debug
EAL: pmd.net.mana.init log level changed from notice to debug
EAL: pmd.net.mana.driver log level changed from notice to debug
EAL: pmd.net.memif log level changed from notice to debug
EAL: pmd.net.mlx4 log level changed from notice to debug
EAL: pmd.net.mlx5 log level changed from notice to debug
EAL: pmd.net.mlx5.ipool log level changed from notice to debug
EAL: pmd.net.netvsc.init log level changed from notice to debug
EAL: pmd.net.netvsc.driver log level changed from notice to debug
EAL: pmd.net.nfp.init log level changed from notice to debug
EAL: pmd.net.nfp.driver log level changed from notice to debug
EAL: pmd.net.nfp.cpp log level changed from notice to debug
EAL: pmd.net.ngbe.init log level changed from notice to debug
EAL: pmd.net.ngbe.driver log level changed from notice to debug
EAL: pmd.net.ntnic.general log level changed from info to debug
EAL: pmd.net.ntnic.nthw log level changed from info to debug
EAL: pmd.net.ntnic.filter log level changed from info to debug
EAL: pmd.net.ntnic.ntnic log level changed from info to debug
EAL: pmd.net.null log level changed from notice to debug
EAL: pmd.net.octeontx.mbox log level changed from notice to debug
EAL: pmd.net.octeontx.init log level changed from notice to debug
EAL: pmd.net.octeontx.driver log level changed from notice to debug
EAL: pmd.net.octeon_ep log level changed from notice to debug
EAL: pmd.net.pcap log level changed from notice to debug
EAL: pmd.net.pfe log level changed from notice to debug
EAL: pmd.net.qede.init log level changed from notice to debug
EAL: pmd.net.qede.driver log level changed from notice to debug
EAL: pmd.net.r8169.init log level changed from notice to debug
EAL: pmd.net.r8169.driver log level changed from notice to debug
EAL: pmd.net.ring log level changed from notice to debug
EAL: pmd.net.rnp.init log level changed from notice to debug
EAL: pmd.net.sfc.driver log level changed from notice to debug
EAL: pmd.net.softnic log level changed from notice to debug
EAL: pmd.net.tap log level changed from notice to debug
EAL: pmd.net.thunderx.mbox log level changed from notice to debug
EAL: pmd.net.thunderx.init log level changed from notice to debug
EAL: pmd.net.thunderx.driver log level changed from notice to debug
EAL: pmd.net.txgbe.init log level changed from notice to debug
EAL: pmd.net.txgbe.driver log level changed from notice to debug
EAL: pmd.net.txgbe.bp log level changed from notice to debug
EAL: pmd.net.vdev_netvsc log level changed from notice to debug
EAL: pmd.net.vhost log level changed from notice to debug
EAL: pmd.net.virtio.init log level changed from notice to debug
EAL: pmd.net.virtio.driver log level changed from notice to debug
EAL: pmd.net.vmxnet3.init log level changed from notice to debug
EAL: pmd.net.vmxnet3.driver log level changed from notice to debug
EAL: pmd.net.xsc.init log level changed from notice to debug
EAL: pmd.net.xsc.driver log level changed from notice to debug
EAL: pmd.net.zxdh.driver log level changed from notice to debug
EAL: pmd.net.zxdh.rx log level changed from notice to debug
EAL: pmd.net.zxdh.tx log level changed from notice to debug
EAL: pmd.net.zxdh.msg log level changed from notice to debug
EAL: pmd.raw.cnxk_bphy.bphy log level changed from info to debug
EAL: pmd.raw.cnxk_gpio.gpio log level changed from info to debug
EAL: pmd.raw.cnxk_rvu_lf.rvu_lf log level changed from info to debug
EAL: pmd.raw.dpaa2.cmdif log level changed from info to debug
EAL: pmd.raw.gdtc log level changed from notice to debug
EAL: pmd.raw.ntb log level changed from info to debug
EAL: pmd.raw.skeleton log level changed from info to debug
EAL: pmd.crypto.bcmfs.config log level changed from notice to debug
EAL: pmd.crypto.bcmfs.fp log level changed from notice to debug
EAL: pmd.crypto.caam log level changed from notice to debug
EAL: pmd.crypto.ccp log level changed from notice to debug
EAL: pmd.crypto.dpaa log level changed from notice to debug
EAL: pmd.crypto.dpaa2 log level changed from notice to debug
EAL: pmd.crypto.ionic log level changed from notice to debug
EAL: pmd.crypto.mlx5 log level changed from notice to debug
EAL: pmd.crypto.null log level changed from info to debug
EAL: pmd.crypto.octeontx log level changed from notice to debug
EAL: pmd.crypto.openssl log level changed from info to debug
EAL: pmd.crypto.scheduler log level changed from info to debug
EAL: pmd.crypto.virtio.init log level changed from notice to debug
EAL: pmd.crypto.virtio.session log level changed from notice to debug
EAL: pmd.crypto.virtio.rx log level changed from notice to debug
EAL: pmd.crypto.virtio.tx log level changed from notice to debug
EAL: pmd.crypto.virtio.driver log level changed from notice to debug
EAL: pmd.compress.mlx5 log level changed from notice to debug
EAL: pmd.compress.octeontx log level changed from info to debug
EAL: pmd.compress.zlib log level changed from info to debug
EAL: pmd.regex.mlx5 log level changed from notice to debug
EAL: pmd.vdpa.ifcvf log level changed from notice to debug
EAL: pmd.vdpa.mlx5 log level changed from notice to debug
EAL: pmd.vdpa.nfp.core log level changed from notice to debug
EAL: pmd.vdpa.nfp.vdpa log level changed from notice to debug
EAL: pmd.vdpa.sfc.driver log level changed from notice to debug
EAL: pmd.event.dlb2 log level changed from notice to debug
EAL: pmd.event.dpaa log level changed from notice to debug
EAL: pmd.event.dpaa2 log level changed from notice to debug
EAL: pmd.event.dsw log level changed from notice to debug
EAL: pmd.event.opdl.driver log level changed from info to debug
EAL: pmd.event.skeleton log level changed from info to debug
EAL: pmd.event.sw log level changed from notice to debug
EAL: pmd.event.octeontx log level changed from notice to debug
EAL: pmd.event.octeontx.timer log level changed from notice to debug
EAL: pmd.bb.acc.common log level changed from info to debug
EAL: pmd.bb.acc.acc100 log level changed from notice to debug
EAL: pmd.bb.acc.vrb log level changed from notice to debug
EAL: pmd.bb.fpga_5gnr_fec log level changed from notice to debug
EAL: pmd.bb.fpga_lte_fec log level changed from notice to debug
EAL: pmd.bb.la12xx log level changed from notice to debug
EAL: pmd.bb.null log level changed from notice to debug
EAL: pmd.bb.turbo_sw log level changed from notice to debug
EAL: pmd.power.kvm_vm.guest_channel log level changed from info to debug
EAL: Detected lcore 0 as core 0 on NUMA node 0
EAL: Detected lcore 1 as core 1 on NUMA node 0
EAL: Detected lcore 2 as core 2 on NUMA node 0
EAL: Detected lcore 3 as core 3 on NUMA node 0
EAL: Detected lcore 4 as core 4 on NUMA node 0
EAL: Detected lcore 5 as core 8 on NUMA node 0
EAL: Detected lcore 6 as core 9 on NUMA node 0
EAL: Detected lcore 7 as core 10 on NUMA node 0
EAL: Detected lcore 8 as core 11 on NUMA node 0
EAL: Detected lcore 9 as core 12 on NUMA node 0
EAL: Detected lcore 10 as core 0 on NUMA node 1
EAL: Detected lcore 11 as core 1 on NUMA node 1
EAL: Detected lcore 12 as core 2 on NUMA node 1
EAL: Detected lcore 13 as core 3 on NUMA node 1
EAL: Detected lcore 14 as core 4 on NUMA node 1
EAL: Detected lcore 15 as core 8 on NUMA node 1
EAL: Detected lcore 16 as core 9 on NUMA node 1
EAL: Detected lcore 17 as core 10 on NUMA node 1
EAL: Detected lcore 18 as core 11 on NUMA node 1
EAL: Detected lcore 19 as core 12 on NUMA node 1
EAL: Detected lcore 20 as core 0 on NUMA node 0
EAL: Detected lcore 21 as core 1 on NUMA node 0
EAL: Detected lcore 22 as core 2 on NUMA node 0
EAL: Detected lcore 23 as core 3 on NUMA node 0
EAL: Detected lcore 24 as core 4 on NUMA node 0
EAL: Detected lcore 25 as core 8 on NUMA node 0
EAL: Detected lcore 26 as core 9 on NUMA node 0
EAL: Detected lcore 27 as core 10 on NUMA node 0
EAL: Detected lcore 28 as core 11 on NUMA node 0
EAL: Detected lcore 29 as core 12 on NUMA node 0
EAL: Detected lcore 30 as core 0 on NUMA node 1
EAL: Detected lcore 31 as core 1 on NUMA node 1
EAL: Detected lcore 32 as core 2 on NUMA node 1
EAL: Detected lcore 33 as core 3 on NUMA node 1
EAL: Detected lcore 34 as core 4 on NUMA node 1
EAL: Detected lcore 35 as core 8 on NUMA node 1
EAL: Detected lcore 36 as core 9 on NUMA node 1
EAL: Detected lcore 37 as core 10 on NUMA node 1
EAL: Detected lcore 38 as core 11 on NUMA node 1
EAL: Detected lcore 39 as core 12 on NUMA node 1
EAL: Maximum logical cores by configuration: 128
EAL: Detected CPU lcores: 40
EAL: Detected NUMA nodes: 2
EAL: '-c <coremask>' option is deprecated, and will be removed in a future
release
EAL: Use '-l <corelist>' or '--lcores=<corelist>' option instead
EAL: Checking presence of .so 'librte_eal.so.25.2'
EAL: Checking presence of .so 'librte_eal.so.25'
EAL: Checking presence of .so 'librte_eal.so'
EAL: Detected static linkage of DPDK
DPAA_BUS: rte_dpaa_bus_parse(): Parse device name (0000:84:00.0)
DPAA2_BUS: rte_fslmc_parse(): Invalid device for matching (0000:84:00.0).
DPAA_BUS: rte_dpaa_bus_parse(): Parse device name (0000:84:00.1)
DPAA2_BUS: rte_fslmc_parse(): Invalid device for matching (0000:84:00.1).
EAL: Ask a virtual area of 0x7000 bytes
EAL: Virtual area found at 0x100000000 (size = 0x7000)
EAL: Multi-process socket /var/run/dpdk/rte/mp_socket
CDX_BUS: cdx_scan(): opendir failed: No such file or directory
DPAA_BUS: rte_dpaa_bus_scan(): >>
DPAA_BUS: DPAA Bus not present. Skipping.
DPAA2_BUS: rte_fslmc_scan(): DPAA2: DPRC not available
DPAA2_BUS: rte_fslmc_scan(): FSLMC Bus Not Available. Skipping (-22)
UACCE_BUS: open /sys/class/uacce failed!
EAL: Bus auxiliary wants IOVA as 'DC'
EAL: Bus cdx wants IOVA as 'DC'
EAL: Bus dpaa_bus wants IOVA as 'DC'
EAL: Bus fslmc wants IOVA as 'DC'
PCI_BUS: PCI driver net_qede for device 0000:84:00.0 wants IOVA as 'DC'
PCI_BUS: PCI driver net_qede for device 0000:84:00.1 wants IOVA as 'DC'
EAL: Bus pci wants IOVA as 'DC'
EAL: Bus platform wants IOVA as 'DC'
EAL: Bus vdev wants IOVA as 'DC'
EAL: Bus dsa wants IOVA as 'DC'
EAL: Buses did not request a specific IOVA mode.
EAL: IOMMU is available, selecting IOVA as VA mode.
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: IOMMU type 1 (Type 1) is supported
EAL: IOMMU type 7 (sPAPR) is not supported
EAL: IOMMU type 8 (No-IOMMU) is not supported
EAL: VFIO support initialized
EAL: Ask a virtual area of 0x2e000 bytes
EAL: Virtual area found at 0x100007000 (size = 0x2e000)
EAL: Setting up physically contiguous memory...
EAL: Setting maximum number of open files to 1048576
EAL: Detected memory type: socket_id:0 hugepage_sz:1073741824
EAL: Detected memory type: socket_id:1 hugepage_sz:1073741824
EAL: Creating 2 segment lists: n_segs:32 socket_id:0 hugepage_sz:1073741824
EAL: Ask a virtual area of 0x1000 bytes
EAL: Virtual area found at 0x100035000 (size = 0x1000)
EAL: Memseg list allocated at socket 0, page size 0x100000kB
EAL: Ask a virtual area of 0x800000000 bytes
EAL: Virtual area found at 0x140000000 (size = 0x800000000)
EAL: VA reserved for memseg list at 0x140000000, size 800000000
EAL: Ask a virtual area of 0x1000 bytes
EAL: Virtual area found at 0x940000000 (size = 0x1000)
EAL: Memseg list allocated at socket 0, page size 0x100000kB
EAL: Ask a virtual area of 0x800000000 bytes
EAL: Virtual area found at 0x980000000 (size = 0x800000000)
EAL: VA reserved for memseg list at 0x980000000, size 800000000
EAL: Creating 2 segment lists: n_segs:32 socket_id:1 hugepage_sz:1073741824
EAL: Ask a virtual area of 0x1000 bytes
EAL: Virtual area found at 0x1180000000 (size = 0x1000)
EAL: Memseg list allocated at socket 1, page size 0x100000kB
EAL: Ask a virtual area of 0x800000000 bytes
EAL: Virtual area found at 0x11c0000000 (size = 0x800000000)
EAL: VA reserved for memseg list at 0x11c0000000, size 800000000
EAL: Ask a virtual area of 0x1000 bytes
EAL: Virtual area found at 0x19c0000000 (size = 0x1000)
EAL: Memseg list allocated at socket 1, page size 0x100000kB
EAL: Ask a virtual area of 0x800000000 bytes
EAL: Virtual area found at 0x1a00000000 (size = 0x800000000)
EAL: VA reserved for memseg list at 0x1a00000000, size 800000000
EAL: Allocating 8 pages of size 1024M on socket 0
EAL: Trying to obtain current memory policy.
EAL: Setting policy MPOL_PREFERRED for socket 0
EAL: Restoring previous memory policy: 0
EAL: Allocating 8 pages of size 1024M on socket 1
EAL: Trying to obtain current memory policy.
EAL: Setting policy MPOL_PREFERRED for socket 1
EAL: Restoring previous memory policy: 4
EAL: Added 8192M to heap on socket 0
EAL: Added 8192M to heap on socket 1
EAL: Refined arch frequency 3000000000 to measured frequency 2992782702
EAL: TSC frequency is ~2992800 KHz
EAL: Allocated 64 bytes of per-lcore data with a 64-byte alignment
EAL: Main lcore 0 is ready (tid=7533c0a4cc00;cpuset=[0])
EAL: lcore 30 is ready (tid=7533bbdfb400;cpuset=[30])
EAL: lcore 10 is ready (tid=7533bc5fc400;cpuset=[10])
EAL: Allocated 2112 bytes of per-lcore data with a 64-byte alignment
PCI_BUS: PCI device 0000:84:00.0 on NUMA socket 1
PCI_BUS: probe driver: 1077:1656 net_qede
EAL: Using IOMMU type 1 (Type 1)
EAL: Mem event callback 'vfio_mem_event_clb:(nil)' registered
EAL: Installed memory event callback for VFIO
PCI_BUS: VFIO reports MSI-X BAR as mappable
PCI_BUS: PCI memory mapped at 0x2200000000
PCI_BUS: PCI memory mapped at 0x2200080000
PCI_BUS: PCI memory mapped at 0x2200100000
PCI_BUS: Probe PCI driver: net_qede (1077:1656) device: 0000:84:00.0
(socket 1)
[qede_pmd: ] qede_common_dev_init() >>
[qede_common_dev_init:2551(84:00.0:dpdk-port-0)]Starting qede probe
[get_function_id:4313()]Read ME register: Concrete 0x00000100 Opaque 0xff00
[ecore_get_dev_info:5553()]Chip details - BB B0, Num: 1634 Rev: 01 Bond id:
00 Metal: 00
[ecore_load_mcp_offsets:253()]drv_mb_offsiz = 0xe2e92, drv_mb_addr =
0xe2ba48 mcp_pf_id = 0x0
[ecore_iov_pci_cfg_info:419(84:00.0:dpdk-port-0)]sriov ext pos 448
[ecore_iov_pci_cfg_info:457(84:00.0:dpdk-port-0)]IOV info: nres 0, cap
0x2,ctrl 0x10, total 120, initial 120, num vfs 0, offset 16, stride 1, page
size 0x5ff
[ecore_iov_hw_info:731()]First VF in hwfn 0x00000000
[ecore_mcp_get_capabilities:4363()]MFW supported features: 002d03bf
[ecore_hw_get_nvm_info:5075()]Read default link: Speed 0x00000000, Adv.
Speed 0x0000000a, AN: 0x01, PAUSE AN: 0x01
EEE: 00 [00000000 usec][ecore_hw_get_nvm_info:5121()]Multi function mode
is 0x1e
[ecore_mcp_get_shmem_proto_mfw:2536()]According to capabilities, L2
personality is 00000000 [resp 00000000 param 00000000]
[ecore_mcp_fill_shmem_func_info:2611()]Read configuration from shmem:
pause_on_host 00 protocol 00 BW [01 - 64] MAC 00:0E:1E:D3:AC:04 wwn port 0
node 0 ovlan ffff
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0000] func_id = 0 is_pf = 1
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0001] func_id = 0 is_pf = 1
vector_num = 0x1
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0002] func_id = 0 is_pf = 1
vector_num = 0x2
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0003] func_id = 0 is_pf = 1
vector_num = 0x3
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0004] func_id = 0 is_pf = 1
vector_num = 0x4
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0005] func_id = 0 is_pf = 1
vector_num = 0x5
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0006] func_id = 0 is_pf = 1
vector_num = 0x6
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0007] func_id = 0 is_pf = 1
vector_num = 0x7
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0008] func_id = 0 is_pf = 1
vector_num = 0x8
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0009] func_id = 0 is_pf = 1
vector_num = 0x9
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x000a] func_id = 0 is_pf = 1
vector_num = 0xa
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x000b] func_id = 0 is_pf = 1
vector_num = 0xb
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x000c] func_id = 0 is_pf = 1
vector_num = 0xc
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x000d] func_id = 0 is_pf = 1
vector_num = 0xd
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x000e] func_id = 0 is_pf = 1
vector_num = 0xe
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x000f] func_id = 0 is_pf = 1
vector_num = 0xf
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0010] func_id = 0 is_pf = 1
vector_num = 0x10
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0011] func_id = 0 is_pf = 1
vector_num = 0x11
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0012] func_id = 0 is_pf = 1
vector_num = 0x12
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0013] func_id = 0 is_pf = 1
vector_num = 0x13
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0014] func_id = 0 is_pf = 1
vector_num = 0x14
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0015] func_id = 0 is_pf = 1
vector_num = 0x15
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0016] func_id = 0 is_pf = 1
vector_num = 0x16
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0017] func_id = 0 is_pf = 1
vector_num = 0x17
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0018] func_id = 0 is_pf = 1
vector_num = 0x18
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0019] func_id = 0 is_pf = 1
vector_num = 0x19
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x001a] func_id = 0 is_pf = 1
vector_num = 0x1a
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x001b] func_id = 0 is_pf = 1
vector_num = 0x1b
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x001c] func_id = 0 is_pf = 1
vector_num = 0x1c
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x001d] func_id = 0 is_pf = 1
vector_num = 0x1d
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x001e] func_id = 0 is_pf = 1
vector_num = 0x1e
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x001f] func_id = 0 is_pf = 1
vector_num = 0x1f
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0020] func_id = 0 is_pf = 1
vector_num = 0x20
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0021] func_id = 0 is_pf = 1
vector_num = 0x21
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0022] func_id = 0 is_pf = 1
vector_num = 0x22
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0023] func_id = 0 is_pf = 1
vector_num = 0x23
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0024] func_id = 0 is_pf = 1
vector_num = 0x24
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0025] func_id = 0 is_pf = 1
vector_num = 0x25
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0026] func_id = 0 is_pf = 1
vector_num = 0x26
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0027] func_id = 0 is_pf = 1
vector_num = 0x27
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0028] func_id = 0 is_pf = 1
vector_num = 0x28
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0029] func_id = 0 is_pf = 1
vector_num = 0x29
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x002a] func_id = 0 is_pf = 1
vector_num = 0x2a
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x002b] func_id = 0 is_pf = 1
vector_num = 0x2b
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x002c] func_id = 0 is_pf = 1
vector_num = 0x2c
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x002d] func_id = 0 is_pf = 1
vector_num = 0x2d
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x002e] func_id = 0 is_pf = 1
vector_num = 0x2e
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x002f] func_id = 0 is_pf = 1
vector_num = 0x2f
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0030] func_id = 0 is_pf = 1
vector_num = 0x30
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0031] func_id = 0 is_pf = 1
vector_num = 0x31
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0032] func_id = 0 is_pf = 1
vector_num = 0x32
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0033] func_id = 0 is_pf = 1
vector_num = 0x33
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0034] func_id = 0 is_pf = 1
vector_num = 0x34
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0035] func_id = 0 is_pf = 1
vector_num = 0x35
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0036] func_id = 0 is_pf = 1
vector_num = 0x36
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0037] func_id = 0 is_pf = 1
vector_num = 0x37
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0038] func_id = 0 is_pf = 1
vector_num = 0x38
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0039] func_id = 0 is_pf = 1
vector_num = 0x39
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x003a] func_id = 0 is_pf = 1
vector_num = 0x3a
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x003b] func_id = 0 is_pf = 1
vector_num = 0x3b
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x003c] func_id = 0 is_pf = 1
vector_num = 0x3c
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x003d] func_id = 0 is_pf = 1
vector_num = 0x3d
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x003e] func_id = 0 is_pf = 1
vector_num = 0x3e
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x003f] func_id = 0 is_pf = 1
vector_num = 0x3f
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0040] func_id = 0 is_pf = 1
vector_num = 0x40
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0041] func_id = 0 is_pf = 1
vector_num = 0x41
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0042] func_id = 0 is_pf = 1
vector_num = 0x42
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0043] func_id = 0 is_pf = 1
vector_num = 0x43
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0044] func_id = 0 is_pf = 1
vector_num = 0x44
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0045] func_id = 0 is_pf = 1
vector_num = 0x45
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0046] func_id = 0 is_pf = 1
vector_num = 0x46
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0047] func_id = 0 is_pf = 1
vector_num = 0x47
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0048] func_id = 0 is_pf = 1
vector_num = 0x48
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0049] func_id = 0 is_pf = 1
vector_num = 0x49
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x004a] func_id = 0 is_pf = 1
vector_num = 0x4a
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x004b] func_id = 0 is_pf = 1
vector_num = 0x4b
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x004c] func_id = 0 is_pf = 1
vector_num = 0x4c
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x004d] func_id = 0 is_pf = 1
vector_num = 0x4d
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x004e] func_id = 0 is_pf = 1
vector_num = 0x4e
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x004f] func_id = 0 is_pf = 1
vector_num = 0x4f
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0050] func_id = 0 is_pf = 1
vector_num = 0x50
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0051] func_id = 0 is_pf = 1
vector_num = 0x51
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0052] func_id = 0 is_pf = 1
vector_num = 0x52
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0053] func_id = 0 is_pf = 1
vector_num = 0x53
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0054] func_id = 0 is_pf = 1
vector_num = 0x54
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0055] func_id = 0 is_pf = 1
vector_num = 0x55
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0056] func_id = 0 is_pf = 1
vector_num = 0x56
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0057] func_id = 0 is_pf = 1
vector_num = 0x57
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0058] func_id = 0 is_pf = 1
vector_num = 0x58
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0059] func_id = 0 is_pf = 1
vector_num = 0x59
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x005a] func_id = 0 is_pf = 1
vector_num = 0x5a
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x005b] func_id = 0 is_pf = 1
vector_num = 0x5b
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x005c] func_id = 0 is_pf = 1
vector_num = 0x5c
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x005d] func_id = 0 is_pf = 1
vector_num = 0x5d
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x005e] func_id = 0 is_pf = 1
vector_num = 0x5e
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x005f] func_id = 0 is_pf = 1
vector_num = 0x5f
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0060] func_id = 0 is_pf = 1
vector_num = 0x60
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0061] func_id = 0 is_pf = 1
vector_num = 0x61
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0062] func_id = 0 is_pf = 1
vector_num = 0x62
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0063] func_id = 0 is_pf = 1
vector_num = 0x63
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0064] func_id = 0 is_pf = 1
vector_num = 0x64
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0065] func_id = 0 is_pf = 1
vector_num = 0x65
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0066] func_id = 0 is_pf = 1
vector_num = 0x66
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0067] func_id = 0 is_pf = 1
vector_num = 0x67
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0068] func_id = 0 is_pf = 1
vector_num = 0x68
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0069] func_id = 0 is_pf = 1
vector_num = 0x69
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x006a] func_id = 0 is_pf = 1
vector_num = 0x6a
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x006b] func_id = 0 is_pf = 1
vector_num = 0x6b
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x006c] func_id = 0 is_pf = 1
vector_num = 0x6c
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x006d] func_id = 0 is_pf = 1
vector_num = 0x6d
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x006e] func_id = 0 is_pf = 1
vector_num = 0x6e
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x006f] func_id = 0 is_pf = 1
vector_num = 0x6f
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0070] func_id = 0 is_pf = 1
vector_num = 0x70
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0071] func_id = 0 is_pf = 1
vector_num = 0x71
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0072] func_id = 0 is_pf = 1
vector_num = 0x72
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0073] func_id = 0 is_pf = 1
vector_num = 0x73
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0074] func_id = 0 is_pf = 1
vector_num = 0x74
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0075] func_id = 0 is_pf = 1
vector_num = 0x75
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0076] func_id = 0 is_pf = 1
vector_num = 0x76
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0077] func_id = 0 is_pf = 1
vector_num = 0x77
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0078] func_id = 0 is_pf = 1
vector_num = 0x78
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0079] func_id = 0 is_pf = 1
vector_num = 0x79
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x007a] func_id = 0 is_pf = 1
vector_num = 0x7a
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x007b] func_id = 0 is_pf = 1
vector_num = 0x7b
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x007c] func_id = 0 is_pf = 1
vector_num = 0x7c
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x007d] func_id = 0 is_pf = 1
vector_num = 0x7d
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x007e] func_id = 0 is_pf = 1
vector_num = 0x7e
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x007f] func_id = 0 is_pf = 1
vector_num = 0x7f
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0080] func_id = 0 is_pf = 1
vector_num = 0x80
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0081] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0082] func_id = 1 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0083] func_id = 2 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0084] func_id = 3 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0085] func_id = 4 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0086] func_id = 5 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0087] func_id = 6 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0088] func_id = 7 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0089] func_id = 8 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x008a] func_id = 9 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x008b] func_id = 10 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x008c] func_id = 11 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x008d] func_id = 12 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x008e] func_id = 13 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x008f] func_id = 14 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0090] func_id = 15 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0091] func_id = 16 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0092] func_id = 17 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0093] func_id = 18 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0094] func_id = 19 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0095] func_id = 20 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0096] func_id = 21 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0097] func_id = 22 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0098] func_id = 23 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0099] func_id = 24 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x009a] func_id = 25 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x009b] func_id = 26 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x009c] func_id = 27 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x009d] func_id = 28 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x009e] func_id = 29 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x009f] func_id = 30 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00a0] func_id = 31 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00a1] func_id = 32 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00a2] func_id = 33 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00a3] func_id = 34 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00a4] func_id = 35 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00a5] func_id = 36 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00a6] func_id = 37 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00a7] func_id = 38 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00a8] func_id = 39 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00a9] func_id = 40 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00aa] func_id = 41 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00ab] func_id = 42 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00ac] func_id = 43 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00ad] func_id = 44 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00ae] func_id = 45 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00af] func_id = 46 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00b0] func_id = 47 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00b1] func_id = 48 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00b2] func_id = 49 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00b3] func_id = 50 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00b4] func_id = 51 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00b5] func_id = 52 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00b6] func_id = 53 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00b7] func_id = 54 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00b8] func_id = 55 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00b9] func_id = 56 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00ba] func_id = 57 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00bb] func_id = 58 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00bc] func_id = 59 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00bd] func_id = 60 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00be] func_id = 61 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00bf] func_id = 62 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00c0] func_id = 63 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00c1] func_id = 64 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00c2] func_id = 65 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00c3] func_id = 66 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00c4] func_id = 67 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00c5] func_id = 68 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00c6] func_id = 69 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00c7] func_id = 70 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00c8] func_id = 71 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00c9] func_id = 72 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00ca] func_id = 73 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00cb] func_id = 74 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00cc] func_id = 75 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00cd] func_id = 76 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00ce] func_id = 77 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00cf] func_id = 78 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00d0] func_id = 79 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00d1] func_id = 80 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00d2] func_id = 81 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00d3] func_id = 82 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00d4] func_id = 83 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00d5] func_id = 84 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00d6] func_id = 85 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00d7] func_id = 86 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00d8] func_id = 87 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00d9] func_id = 88 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00da] func_id = 89 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00db] func_id = 90 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00dc] func_id = 91 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00dd] func_id = 92 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00de] func_id = 93 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00df] func_id = 94 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00e0] func_id = 95 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00e1] func_id = 96 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00e2] func_id = 97 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00e3] func_id = 98 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00e4] func_id = 99 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00e5] func_id = 100 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00e6] func_id = 101 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00e7] func_id = 102 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00e8] func_id = 103 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00e9] func_id = 104 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00ea] func_id = 105 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00eb] func_id = 106 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00ec] func_id = 107 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00ed] func_id = 108 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00ee] func_id = 109 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00ef] func_id = 110 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00f0] func_id = 111 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00f1] func_id = 112 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00f2] func_id = 113 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00f3] func_id = 114 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00f4] func_id = 115 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00f5] func_id = 116 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00f6] func_id = 117 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00f7] func_id = 118 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00f8] func_id = 119 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00f9] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00fa] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00fb] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00fc] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00fd] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00fe] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00ff] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0100] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0101] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0102] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0103] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0104] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0105] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0106] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0107] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0108] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0109] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x010a] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x010b] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x010c] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x010d] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x010e] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x010f] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0110] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0111] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0112] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0113] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0114] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0115] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0116] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0117] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0118] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0119] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x011a] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x011b] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x011c] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x011d] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x011e] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x011f] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2424()]igu_dsb_id=0x0, num Free SBs - PF: 0080 VF:
009f [might change after resource allocation]
[ecore_mcp_cmd_port_init:82()]port_addr = 0xe2c240, port_id 0x00
[ecore_get_num_funcs:5246()]PF [rel_id 0, abs_id 0] occupies index 0 within
the 1 enabled functions on the engine
[__ecore_mcp_resc_lock:4199()]Resource lock request: param 0x0000003f [age
0, opcode 1, resource 31]
[__ecore_mcp_resc_lock:4213()]Resource lock response: mcp_param 0x00000100
[opcode 1, owner 0]
[ecore_mcp_resc_allocation_msg:4047()]Resource message request: cmd
0x35000000, res_id 7 [RDMA_CNQ_RAM], hsi_version 2.0, val 0x0
[ecore_mcp_resc_allocation_msg:4069()]Resource message response:
mfw_hsi_version 2.0, num 0x0, start 0x0, vf_num 0x0, vf_start 0x0, flags
0x00000000
[ecore_mcp_resc_allocation_msg:4047()]Resource message request: cmd
0x35000000, res_id 9 [LL2_QUEUE], hsi_version 2.0, val 0x0
[ecore_mcp_resc_allocation_msg:4069()]Resource message response:
mfw_hsi_version 2.0, num 0x0, start 0x0, vf_num 0x0, vf_start 0x0, flags
0x00000000
[ecore_mcp_resc_allocation_msg:4047()]Resource message request: cmd
0x35000000, res_id 11 [RDMA_STATS_QUEUE], hsi_version 2.0, val 0x0
[ecore_mcp_resc_allocation_msg:4069()]Resource message response:
mfw_hsi_version 2.0, num 0x0, start 0x0, vf_num 0x0, vf_start 0x0, flags
0x00000000
[ecore_mcp_resc_allocation_msg:4047()]Resource message request: cmd
0x35000000, res_id 12 [BDQ], hsi_version 2.0, val 0x0
[ecore_mcp_resc_allocation_msg:4069()]Resource message response:
mfw_hsi_version 2.0, num 0x0, start 0x0, vf_num 0x0, vf_start 0x0, flags
0x00000000
[ecore_mcp_resc_allocation_msg:4047()]Resource message request: cmd
0x34000000, res_id 0 [L2_QUEUE], hsi_version 2.0, val 0x0
[ecore_mcp_resc_allocation_msg:4069()]Resource message response:
mfw_hsi_version 2.0, num 0xf9, start 0x0, vf_num 0x0, vf_start 0x0, flags
0x00000001
[__ecore_hw_set_resc_info:4640()]MFW allocation for resource 0 [L2_QUEUE]
differs from default values [249,0 vs. 256,0]
[ecore_mcp_resc_allocation_msg:4047()]Resource message request: cmd
0x34000000, res_id 1 [VPORT], hsi_version 2.0, val 0x0
[ecore_mcp_resc_allocation_msg:4069()]Resource message response:
mfw_hsi_version 2.0, num 0xa0, start 0x0, vf_num 0x0, vf_start 0x0, flags
0x00000001
[ecore_mcp_resc_allocation_msg:4047()]Resource message request: cmd
0x34000000, res_id 2 [RSS_ENG], hsi_version 2.0, val 0x0
[ecore_mcp_resc_allocation_msg:4069()]Resource message response:
mfw_hsi_version 2.0, num 0x7f, start 0x0, vf_num 0x0, vf_start 0x0, flags
0x00000001
[ecore_mcp_resc_allocation_msg:4047()]Resource message request: cmd
0x34000000, res_id 3 [PQ], hsi_version 2.0, val 0x0
[ecore_mcp_resc_allocation_msg:4069()]Resource message response:
mfw_hsi_version 2.0, num 0x1c0, start 0x0, vf_num 0x0, vf_start 0x0, flags
0x00000001
[ecore_mcp_resc_allocation_msg:4047()]Resource message request: cmd
0x34000000, res_id 4 [RL], hsi_version 2.0, val 0x0
[ecore_mcp_resc_allocation_msg:4069()]Resource message response:
mfw_hsi_version 2.0, num 0x100, start 0x0, vf_num 0x0, vf_start 0x0, flags
0x00000001
[ecore_mcp_resc_allocation_msg:4047()]Resource message request: cmd
0x34000000, res_id 5 [MAC], hsi_version 2.0, val 0x0
[ecore_mcp_resc_allocation_msg:4069()]Resource message response:
mfw_hsi_version 2.0, num 0x200, start 0x0, vf_num 0x0, vf_start 0x0, flags
0x00000001
[ecore_mcp_resc_allocation_msg:4047()]Resource message request: cmd
0x34000000, res_id 6 [VLAN], hsi_version 2.0, val 0x0
[ecore_mcp_resc_allocation_msg:4069()]Resource message response:
mfw_hsi_version 2.0, num 0x200, start 0x0, vf_num 0x0, vf_start 0x0, flags
0x00000001
[ecore_mcp_resc_allocation_msg:4047()]Resource message request: cmd
0x34000000, res_id 7 [RDMA_CNQ_RAM], hsi_version 2.0, val 0x0
[ecore_mcp_resc_allocation_msg:4069()]Resource message response:
mfw_hsi_version 2.0, num 0x0, start 0x0, vf_num 0x0, vf_start 0x0, flags
0x00000001
[__ecore_hw_set_resc_info:4640()]MFW allocation for resource 7
[RDMA_CNQ_RAM] differs from default values [0,0 vs. 64,0]
[ecore_mcp_resc_allocation_msg:4047()]Resource message request: cmd
0x34000000, res_id 8 [ILT], hsi_version 2.0, val 0x0
[ecore_mcp_resc_allocation_msg:4069()]Resource message response:
mfw_hsi_version 2.0, num 0x1db0, start 0x0, vf_num 0x0, vf_start 0x0, flags
0x00000001
[ecore_mcp_resc_allocation_msg:4047()]Resource message request: cmd
0x34000000, res_id 9 [LL2_QUEUE], hsi_version 2.0, val 0x0
[ecore_mcp_resc_allocation_msg:4069()]Resource message response:
mfw_hsi_version 2.0, num 0x0, start 0x0, vf_num 0x0, vf_start 0x0, flags
0x00000001
[__ecore_hw_set_resc_info:4640()]MFW allocation for resource 9 [LL2_QUEUE]
differs from default values [0,0 vs. 32,0]
[ecore_mcp_resc_allocation_msg:4047()]Resource message request: cmd
0x34000000, res_id 10 [CMDQS_CQS], hsi_version 2.0, val 0x0
[ecore_mcp_resc_allocation_msg:4069()]Resource message response:
mfw_hsi_version 2.0, num 0x0, start 0x0, vf_num 0x0, vf_start 0x0, flags
0x00000001
[__ecore_hw_set_resc_info:4640()]MFW allocation for resource 10 [CMDQS_CQS]
differs from default values [0,0 vs. 64,0]
[ecore_mcp_resc_allocation_msg:4047()]Resource message request: cmd
0x34000000, res_id 11 [RDMA_STATS_QUEUE], hsi_version 2.0, val 0x0
[ecore_mcp_resc_allocation_msg:4069()]Resource message response:
mfw_hsi_version 2.0, num 0x0, start 0x0, vf_num 0x0, vf_start 0x0, flags
0x00000001
[__ecore_hw_set_resc_info:4640()]MFW allocation for resource 11
[RDMA_STATS_QUEUE] differs from default values [0,0 vs. 160,0]
[ecore_mcp_resc_allocation_msg:4047()]Resource message request: cmd
0x34000000, res_id 12 [BDQ], hsi_version 2.0, val 0x0
[ecore_mcp_resc_allocation_msg:4069()]Resource message response:
mfw_hsi_version 2.0, num 0x0, start 0x0, vf_num 0x0, vf_start 0x0, flags
0x00000001
[ecore_mcp_resc_allocation_msg:4047()]Resource message request: cmd
0x34000000, res_id 13 [SB], hsi_version 2.0, val 0x0
[ecore_mcp_resc_allocation_msg:4069()]Resource message response:
mfw_hsi_version 2.0, num 0x81, start 0x0, vf_num 0x78, vf_start 0x81, flags
0x00000001
[ecore_mcp_resc_unlock:4309()]Resource unlock request: param 0x0000009f
[opcode 4, resource 31]
[ecore_mcp_resc_unlock:4322()]Resource unlock response: mcp_param
0x00000300 [opcode 3]
[ecore_mcp_get_ppfid_bitmap:4519()]PPFID bitmap 0xff
[ecore_int_igu_reset_cam:2196()]0x009f VF SBs in IGU CAM != PCI
configuration 0x0078
[ecore_hw_set_feat:4366()]#PF_L2_QUEUE=128 VF_L2_QUEUES=120 #ROCE_CNQ=0
#FCOE_CQ=0 #ISCSI_CQ=0 #SB=128
[ecore_hw_get_resc:4850()]The numbers for each resource are:
[ecore_hw_get_resc:4853()]L2_QUEUE = 249 start = 0
[ecore_hw_get_resc:4853()]VPORT = 160 start = 0
[ecore_hw_get_resc:4853()]RSS_ENG = 127 start = 0
[ecore_hw_get_resc:4853()]PQ = 448 start = 0
[ecore_hw_get_resc:4853()]RL = 256 start = 0
[ecore_hw_get_resc:4853()]MAC = 512 start = 0
[ecore_hw_get_resc:4853()]VLAN = 512 start = 0
[ecore_hw_get_resc:4853()]RDMA_CNQ_RAM = 0 start = 0
[ecore_hw_get_resc:4853()]ILT = 7600 start = 0
[ecore_hw_get_resc:4853()]LL2_QUEUE = 0 start = 0
[ecore_hw_get_resc:4853()]CMDQS_CQS = 0 start = 0
[ecore_hw_get_resc:4853()]RDMA_STATS_QUEUE = 0 start = 0
[ecore_hw_get_resc:4853()]BDQ = 0 start = 0
[ecore_hw_get_resc:4853()]SB = 129 start = 0
[ecore_mcp_mdump_get_info:1927()]MFW mdump info: reason 0
[ecore_db_recovery_setup:222()]Setting up db recovery
[ecore_dp_init_qm_params:2237()]pq idx 0, port 0, vport_id 0, tc 0, wrr_grp
1, rl_valid 0, rl_id 0
[ecore_dp_init_qm_params:2237()]pq idx 1, port 0, vport_id 0, tc 1, wrr_grp
1, rl_valid 0, rl_id 0
[ecore_dp_init_qm_params:2237()]pq idx 2, port 0, vport_id 0, tc 2, wrr_grp
1, rl_valid 0, rl_id 0
[ecore_dp_init_qm_params:2237()]pq idx 3, port 0, vport_id 0, tc 3, wrr_grp
1, rl_valid 0, rl_id 0
[ecore_dp_init_qm_params:2237()]pq idx 4, port 0, vport_id 0, tc 8, wrr_grp
1, rl_valid 0, rl_id 0
[ecore_dp_init_qm_params:2237()]pq idx 5, port 0, vport_id 1, tc 0, wrr_grp
1, rl_valid 1, rl_id 1
[ecore_dp_init_qm_params:2237()]pq idx 6, port 0, vport_id 2, tc 0, wrr_grp
1, rl_valid 1, rl_id 2
[ecore_dp_init_qm_params:2237()]pq idx 7, port 0, vport_id 3, tc 0, wrr_grp
1, rl_valid 1, rl_id 3
[ecore_dp_init_qm_params:2237()]pq idx 8, port 0, vport_id 4, tc 0, wrr_grp
1, rl_valid 1, rl_id 4
[ecore_dp_init_qm_params:2237()]pq idx 9, port 0, vport_id 5, tc 0, wrr_grp
1, rl_valid 1, rl_id 5
[ecore_dp_init_qm_params:2237()]pq idx 10, port 0, vport_id 6, tc 0,
wrr_grp 1, rl_valid 1, rl_id 6
[ecore_dp_init_qm_params:2237()]pq idx 11, port 0, vport_id 7, tc 0,
wrr_grp 1, rl_valid 1, rl_id 7
[ecore_dp_init_qm_params:2237()]pq idx 12, port 0, vport_id 8, tc 0,
wrr_grp 1, rl_valid 1, rl_id 8
[ecore_dp_init_qm_params:2237()]pq idx 13, port 0, vport_id 9, tc 0,
wrr_grp 1, rl_valid 1, rl_id 9
[ecore_dp_init_qm_params:2237()]pq idx 14, port 0, vport_id 10, tc 0,
wrr_grp 1, rl_valid 1, rl_id 10
[ecore_dp_init_qm_params:2237()]pq idx 15, port 0, vport_id 11, tc 0,
wrr_grp 1, rl_valid 1, rl_id 11
[ecore_dp_init_qm_params:2237()]pq idx 16, port 0, vport_id 12, tc 0,
wrr_grp 1, rl_valid 1, rl_id 12
[ecore_dp_init_qm_params:2237()]pq idx 17, port 0, vport_id 13, tc 0,
wrr_grp 1, rl_valid 1, rl_id 13
[ecore_dp_init_qm_params:2237()]pq idx 18, port 0, vport_id 14, tc 0,
wrr_grp 1, rl_valid 1, rl_id 14
[ecore_dp_init_qm_params:2237()]pq idx 19, port 0, vport_id 15, tc 0,
wrr_grp 1, rl_valid 1, rl_id 15
[ecore_dp_init_qm_params:2237()]pq idx 20, port 0, vport_id 16, tc 0,
wrr_grp 1, rl_valid 1, rl_id 16
[ecore_dp_init_qm_params:2237()]pq idx 21, port 0, vport_id 17, tc 0,
wrr_grp 1, rl_valid 1, rl_id 17
[ecore_dp_init_qm_params:2237()]pq idx 22, port 0, vport_id 18, tc 0,
wrr_grp 1, rl_valid 1, rl_id 18
[ecore_dp_init_qm_params:2237()]pq idx 23, port 0, vport_id 19, tc 0,
wrr_grp 1, rl_valid 1, rl_id 19
[ecore_dp_init_qm_params:2237()]pq idx 24, port 0, vport_id 20, tc 0,
wrr_grp 1, rl_valid 1, rl_id 20
[ecore_dp_init_qm_params:2237()]pq idx 25, port 0, vport_id 21, tc 0,
wrr_grp 1, rl_valid 1, rl_id 21
[ecore_dp_init_qm_params:2237()]pq idx 26, port 0, vport_id 22, tc 0,
wrr_grp 1, rl_valid 1, rl_id 22
[ecore_dp_init_qm_params:2237()]pq idx 27, port 0, vport_id 23, tc 0,
wrr_grp 1, rl_valid 1, rl_id 23
[ecore_dp_init_qm_params:2237()]pq idx 28, port 0, vport_id 24, tc 0,
wrr_grp 1, rl_valid 1, rl_id 24
[ecore_dp_init_qm_params:2237()]pq idx 29, port 0, vport_id 25, tc 0,
wrr_grp 1, rl_valid 1, rl_id 25
[ecore_dp_init_qm_params:2237()]pq idx 30, port 0, vport_id 26, tc 0,
wrr_grp 1, rl_valid 1, rl_id 26
[ecore_dp_init_qm_params:2237()]pq idx 31, port 0, vport_id 27, tc 0,
wrr_grp 1, rl_valid 1, rl_id 27
[ecore_dp_init_qm_params:2237()]pq idx 32, port 0, vport_id 28, tc 0,
wrr_grp 1, rl_valid 1, rl_id 28
[ecore_dp_init_qm_params:2237()]pq idx 33, port 0, vport_id 29, tc 0,
wrr_grp 1, rl_valid 1, rl_id 29
[ecore_dp_init_qm_params:2237()]pq idx 34, port 0, vport_id 30, tc 0,
wrr_grp 1, rl_valid 1, rl_id 30
[ecore_dp_init_qm_params:2237()]pq idx 35, port 0, vport_id 31, tc 0,
wrr_grp 1, rl_valid 1, rl_id 31
[ecore_dp_init_qm_params:2237()]pq idx 36, port 0, vport_id 32, tc 0,
wrr_grp 1, rl_valid 1, rl_id 32
[ecore_dp_init_qm_params:2237()]pq idx 37, port 0, vport_id 33, tc 0,
wrr_grp 1, rl_valid 1, rl_id 33
[ecore_dp_init_qm_params:2237()]pq idx 38, port 0, vport_id 34, tc 0,
wrr_grp 1, rl_valid 1, rl_id 34
[ecore_dp_init_qm_params:2237()]pq idx 39, port 0, vport_id 35, tc 0,
wrr_grp 1, rl_valid 1, rl_id 35
[ecore_dp_init_qm_params:2237()]pq idx 40, port 0, vport_id 36, tc 0,
wrr_grp 1, rl_valid 1, rl_id 36
[ecore_dp_init_qm_params:2237()]pq idx 41, port 0, vport_id 37, tc 0,
wrr_grp 1, rl_valid 1, rl_id 37
[ecore_dp_init_qm_params:2237()]pq idx 42, port 0, vport_id 38, tc 0,
wrr_grp 1, rl_valid 1, rl_id 38
[ecore_dp_init_qm_params:2237()]pq idx 43, port 0, vport_id 39, tc 0,
wrr_grp 1, rl_valid 1, rl_id 39
[ecore_dp_init_qm_params:2237()]pq idx 44, port 0, vport_id 40, tc 0,
wrr_grp 1, rl_valid 1, rl_id 40
[ecore_dp_init_qm_params:2237()]pq idx 45, port 0, vport_id 41, tc 0,
wrr_grp 1, rl_valid 1, rl_id 41
[ecore_dp_init_qm_params:2237()]pq idx 46, port 0, vport_id 42, tc 0,
wrr_grp 1, rl_valid 1, rl_id 42
[ecore_dp_init_qm_params:2237()]pq idx 47, port 0, vport_id 43, tc 0,
wrr_grp 1, rl_valid 1, rl_id 43
[ecore_dp_init_qm_params:2237()]pq idx 48, port 0, vport_id 44, tc 0,
wrr_grp 1, rl_valid 1, rl_id 44
[ecore_dp_init_qm_params:2237()]pq idx 49, port 0, vport_id 45, tc 0,
wrr_grp 1, rl_valid 1, rl_id 45
[ecore_dp_init_qm_params:2237()]pq idx 50, port 0, vport_id 46, tc 0,
wrr_grp 1, rl_valid 1, rl_id 46
[ecore_dp_init_qm_params:2237()]pq idx 51, port 0, vport_id 47, tc 0,
wrr_grp 1, rl_valid 1, rl_id 47
[ecore_dp_init_qm_params:2237()]pq idx 52, port 0, vport_id 48, tc 0,
wrr_grp 1, rl_valid 1, rl_id 48
[ecore_dp_init_qm_params:2237()]pq idx 53, port 0, vport_id 49, tc 0,
wrr_grp 1, rl_valid 1, rl_id 49
[ecore_dp_init_qm_params:2237()]pq idx 54, port 0, vport_id 50, tc 0,
wrr_grp 1, rl_valid 1, rl_id 50
[ecore_dp_init_qm_params:2237()]pq idx 55, port 0, vport_id 51, tc 0,
wrr_grp 1, rl_valid 1, rl_id 51
[ecore_dp_init_qm_params:2237()]pq idx 56, port 0, vport_id 52, tc 0,
wrr_grp 1, rl_valid 1, rl_id 52
[ecore_dp_init_qm_params:2237()]pq idx 57, port 0, vport_id 53, tc 0,
wrr_grp 1, rl_valid 1, rl_id 53
[ecore_dp_init_qm_params:2237()]pq idx 58, port 0, vport_id 54, tc 0,
wrr_grp 1, rl_valid 1, rl_id 54
[ecore_dp_init_qm_params:2237()]pq idx 59, port 0, vport_id 55, tc 0,
wrr_grp 1, rl_valid 1, rl_id 55
[ecore_dp_init_qm_params:2237()]pq idx 60, port 0, vport_id 56, tc 0,
wrr_grp 1, rl_valid 1, rl_id 56
[ecore_dp_init_qm_params:2237()]pq idx 61, port 0, vport_id 57, tc 0,
wrr_grp 1, rl_valid 1, rl_id 57
[ecore_dp_init_qm_params:2237()]pq idx 62, port 0, vport_id 58, tc 0,
wrr_grp 1, rl_valid 1, rl_id 58
[ecore_dp_init_qm_params:2237()]pq idx 63, port 0, vport_id 59, tc 0,
wrr_grp 1, rl_valid 1, rl_id 59
[ecore_dp_init_qm_params:2237()]pq idx 64, port 0, vport_id 60, tc 0,
wrr_grp 1, rl_valid 1, rl_id 60
[ecore_dp_init_qm_params:2237()]pq idx 65, port 0, vport_id 61, tc 0,
wrr_grp 1, rl_valid 1, rl_id 61
[ecore_dp_init_qm_params:2237()]pq idx 66, port 0, vport_id 62, tc 0,
wrr_grp 1, rl_valid 1, rl_id 62
[ecore_dp_init_qm_params:2237()]pq idx 67, port 0, vport_id 63, tc 0,
wrr_grp 1, rl_valid 1, rl_id 63
[ecore_dp_init_qm_params:2237()]pq idx 68, port 0, vport_id 64, tc 0,
wrr_grp 1, rl_valid 1, rl_id 64
[ecore_dp_init_qm_params:2237()]pq idx 69, port 0, vport_id 65, tc 0,
wrr_grp 1, rl_valid 1, rl_id 65
[ecore_dp_init_qm_params:2237()]pq idx 70, port 0, vport_id 66, tc 0,
wrr_grp 1, rl_valid 1, rl_id 66
[ecore_dp_init_qm_params:2237()]pq idx 71, port 0, vport_id 67, tc 0,
wrr_grp 1, rl_valid 1, rl_id 67
[ecore_dp_init_qm_params:2237()]pq idx 72, port 0, vport_id 68, tc 0,
wrr_grp 1, rl_valid 1, rl_id 68
[ecore_dp_init_qm_params:2237()]pq idx 73, port 0, vport_id 69, tc 0,
wrr_grp 1, rl_valid 1, rl_id 69
[ecore_dp_init_qm_params:2237()]pq idx 74, port 0, vport_id 70, tc 0,
wrr_grp 1, rl_valid 1, rl_id 70
[ecore_dp_init_qm_params:2237()]pq idx 75, port 0, vport_id 71, tc 0,
wrr_grp 1, rl_valid 1, rl_id 71
[ecore_dp_init_qm_params:2237()]pq idx 76, port 0, vport_id 72, tc 0,
wrr_grp 1, rl_valid 1, rl_id 72
[ecore_dp_init_qm_params:2237()]pq idx 77, port 0, vport_id 73, tc 0,
wrr_grp 1, rl_valid 1, rl_id 73
[ecore_dp_init_qm_params:2237()]pq idx 78, port 0, vport_id 74, tc 0,
wrr_grp 1, rl_valid 1, rl_id 74
[ecore_dp_init_qm_params:2237()]pq idx 79, port 0, vport_id 75, tc 0,
wrr_grp 1, rl_valid 1, rl_id 75
[ecore_dp_init_qm_params:2237()]pq idx 80, port 0, vport_id 76, tc 0,
wrr_grp 1, rl_valid 1, rl_id 76
[ecore_dp_init_qm_params:2237()]pq idx 81, port 0, vport_id 77, tc 0,
wrr_grp 1, rl_valid 1, rl_id 77
[ecore_dp_init_qm_params:2237()]pq idx 82, port 0, vport_id 78, tc 0,
wrr_grp 1, rl_valid 1, rl_id 78
[ecore_dp_init_qm_params:2237()]pq idx 83, port 0, vport_id 79, tc 0,
wrr_grp 1, rl_valid 1, rl_id 79
[ecore_dp_init_qm_params:2237()]pq idx 84, port 0, vport_id 80, tc 0,
wrr_grp 1, rl_valid 1, rl_id 80
[ecore_dp_init_qm_params:2237()]pq idx 85, port 0, vport_id 81, tc 0,
wrr_grp 1, rl_valid 1, rl_id 81
[ecore_dp_init_qm_params:2237()]pq idx 86, port 0, vport_id 82, tc 0,
wrr_grp 1, rl_valid 1, rl_id 82
[ecore_dp_init_qm_params:2237()]pq idx 87, port 0, vport_id 83, tc 0,
wrr_grp 1, rl_valid 1, rl_id 83
[ecore_dp_init_qm_params:2237()]pq idx 88, port 0, vport_id 84, tc 0,
wrr_grp 1, rl_valid 1, rl_id 84
[ecore_dp_init_qm_params:2237()]pq idx 89, port 0, vport_id 85, tc 0,
wrr_grp 1, rl_valid 1, rl_id 85
[ecore_dp_init_qm_params:2237()]pq idx 90, port 0, vport_id 86, tc 0,
wrr_grp 1, rl_valid 1, rl_id 86
[ecore_dp_init_qm_params:2237()]pq idx 91, port 0, vport_id 87, tc 0,
wrr_grp 1, rl_valid 1, rl_id 87
[ecore_dp_init_qm_params:2237()]pq idx 92, port 0, vport_id 88, tc 0,
wrr_grp 1, rl_valid 1, rl_id 88
[ecore_dp_init_qm_params:2237()]pq idx 93, port 0, vport_id 89, tc 0,
wrr_grp 1, rl_valid 1, rl_id 89
[ecore_dp_init_qm_params:2237()]pq idx 94, port 0, vport_id 90, tc 0,
wrr_grp 1, rl_valid 1, rl_id 90
[ecore_dp_init_qm_params:2237()]pq idx 95, port 0, vport_id 91, tc 0,
wrr_grp 1, rl_valid 1, rl_id 91
[ecore_dp_init_qm_params:2237()]pq idx 96, port 0, vport_id 92, tc 0,
wrr_grp 1, rl_valid 1, rl_id 92
[ecore_dp_init_qm_params:2237()]pq idx 97, port 0, vport_id 93, tc 0,
wrr_grp 1, rl_valid 1, rl_id 93
[ecore_dp_init_qm_params:2237()]pq idx 98, port 0, vport_id 94, tc 0,
wrr_grp 1, rl_valid 1, rl_id 94
[ecore_dp_init_qm_params:2237()]pq idx 99, port 0, vport_id 95, tc 0,
wrr_grp 1, rl_valid 1, rl_id 95
[ecore_dp_init_qm_params:2237()]pq idx 100, port 0, vport_id 96, tc 0,
wrr_grp 1, rl_valid 1, rl_id 96
[ecore_dp_init_qm_params:2237()]pq idx 101, port 0, vport_id 97, tc 0,
wrr_grp 1, rl_valid 1, rl_id 97
[ecore_dp_init_qm_params:2237()]pq idx 102, port 0, vport_id 98, tc 0,
wrr_grp 1, rl_valid 1, rl_id 98
[ecore_dp_init_qm_params:2237()]pq idx 103, port 0, vport_id 99, tc 0,
wrr_grp 1, rl_valid 1, rl_id 99
[ecore_dp_init_qm_params:2237()]pq idx 104, port 0, vport_id 100, tc 0,
wrr_grp 1, rl_valid 1, rl_id 100
[ecore_dp_init_qm_params:2237()]pq idx 105, port 0, vport_id 101, tc 0,
wrr_grp 1, rl_valid 1, rl_id 101
[ecore_dp_init_qm_params:2237()]pq idx 106, port 0, vport_id 102, tc 0,
wrr_grp 1, rl_valid 1, rl_id 102
[ecore_dp_init_qm_params:2237()]pq idx 107, port 0, vport_id 103, tc 0,
wrr_grp 1, rl_valid 1, rl_id 103
[ecore_dp_init_qm_params:2237()]pq idx 108, port 0, vport_id 104, tc 0,
wrr_grp 1, rl_valid 1, rl_id 104
[ecore_dp_init_qm_params:2237()]pq idx 109, port 0, vport_id 105, tc 0,
wrr_grp 1, rl_valid 1, rl_id 105
[ecore_dp_init_qm_params:2237()]pq idx 110, port 0, vport_id 106, tc 0,
wrr_grp 1, rl_valid 1, rl_id 106
[ecore_dp_init_qm_params:2237()]pq idx 111, port 0, vport_id 107, tc 0,
wrr_grp 1, rl_valid 1, rl_id 107
[ecore_dp_init_qm_params:2237()]pq idx 112, port 0, vport_id 108, tc 0,
wrr_grp 1, rl_valid 1, rl_id 108
[ecore_dp_init_qm_params:2237()]pq idx 113, port 0, vport_id 109, tc 0,
wrr_grp 1, rl_valid 1, rl_id 109
[ecore_dp_init_qm_params:2237()]pq idx 114, port 0, vport_id 110, tc 0,
wrr_grp 1, rl_valid 1, rl_id 110
[ecore_dp_init_qm_params:2237()]pq idx 115, port 0, vport_id 111, tc 0,
wrr_grp 1, rl_valid 1, rl_id 111
[ecore_dp_init_qm_params:2237()]pq idx 116, port 0, vport_id 112, tc 0,
wrr_grp 1, rl_valid 1, rl_id 112
[ecore_dp_init_qm_params:2237()]pq idx 117, port 0, vport_id 113, tc 0,
wrr_grp 1, rl_valid 1, rl_id 113
[ecore_dp_init_qm_params:2237()]pq idx 118, port 0, vport_id 114, tc 0,
wrr_grp 1, rl_valid 1, rl_id 114
[ecore_dp_init_qm_params:2237()]pq idx 119, port 0, vport_id 115, tc 0,
wrr_grp 1, rl_valid 1, rl_id 115
[ecore_dp_init_qm_params:2237()]pq idx 120, port 0, vport_id 116, tc 0,
wrr_grp 1, rl_valid 1, rl_id 116
[ecore_dp_init_qm_params:2237()]pq idx 121, port 0, vport_id 117, tc 0,
wrr_grp 1, rl_valid 1, rl_id 117
[ecore_dp_init_qm_params:2237()]pq idx 122, port 0, vport_id 118, tc 0,
wrr_grp 1, rl_valid 1, rl_id 118
[ecore_dp_init_qm_params:2237()]pq idx 123, port 0, vport_id 119, tc 0,
wrr_grp 1, rl_valid 1, rl_id 119
[ecore_dp_init_qm_params:2237()]pq idx 124, port 0, vport_id 120, tc 0,
wrr_grp 1, rl_valid 1, rl_id 120
[ecore_cxt_cfg_ilt_compute:437()]hwfn [0] - Set context mngr starting line
to be 0x00000000
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000001].
Block - Size 00011800 [Real 0000ff80] Start line 0
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000002].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000003].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000004].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000005].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000006].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000007].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000008].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000009].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000000a].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000000b].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000000c].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000000d].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000000e].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000000f].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000010].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000011].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000012].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000013].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000014].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000015].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000016].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000017].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000018].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000019].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000001a].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000001b].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000001c].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000001d].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000001e].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000001f].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000020].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000021].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000022].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000023].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000024].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000025].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000026].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000027].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000028].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000029].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000002a].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000002b].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000002c].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000002d].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000002e].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000002f].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000030].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000031].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000032].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000033].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000034].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000035].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000036].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000037].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000038].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000039].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000003a].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000003b].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000003c].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000003d].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000003e].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000003f].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000040].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000041].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000042].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000043].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000044].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000045].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000046].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000047].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000048].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000049].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000004a].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000004b].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000004c].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000004d].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000004e].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000004f].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000050].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000051].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000052].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000053].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000054].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000055].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000056].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000057].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000058].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000059].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000005a].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000005b].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000005c].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000005d].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000005e].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000005f].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000060].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000061].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000062].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000063].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000064].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000065].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000066].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000067].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000068].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000069].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000006a].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000006b].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000006c].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000006d].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000006e].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000006f].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000070].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000071].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000072].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000073].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000074].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000075].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000076].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000077].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000078].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000079].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_cxt_qm_iids:224()]iids: CIDS 00000050 vf_cids 00000f00 tids 00000000
vf_tids 00000000
[ecore_cxt_cfg_ilt_compute:606()]QM ILT Info, (cids=80, vf_cids=3840,
tids=0, num_pqs=125, num_vf_pqs=120, memory_size=613)
[ecore_ilt_cli_adv_line:347()]ILT[Client 2] - Lines: [0000007a - 000000a0].
Block - Size 00265000 [Real 00010000] Start line 122
[ecore_ilt_cli_adv_line:347()]ILT[Client 4] - Lines: [000000a1 - 000000a8].
Block - Size 00080000 [Real 00010000] Start line 161
[ecore_ilt_shadow_alloc:941()]Allocated 0xfd8 bytes for ilt shadow
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=65408 phys=0x33fdff000 virt=0x33fdff000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [0] Physical 0x33fdff000
Virtual 0x33fdff000 Size 65408
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=6272 phys=0x33fdfd000 virt=0x33fdfd000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [1] Physical 0x33fdfd000
Virtual 0x33fdfd000 Size 6272
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fdf5000 virt=0x33fdf5000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [2] Physical 0x33fdf5000
Virtual 0x33fdf5000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fded000 virt=0x33fded000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [3] Physical 0x33fded000
Virtual 0x33fded000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fde5000 virt=0x33fde5000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [4] Physical 0x33fde5000
Virtual 0x33fde5000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fddd000 virt=0x33fddd000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [5] Physical 0x33fddd000
Virtual 0x33fddd000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fdd5000 virt=0x33fdd5000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [6] Physical 0x33fdd5000
Virtual 0x33fdd5000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fdcd000 virt=0x33fdcd000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [7] Physical 0x33fdcd000
Virtual 0x33fdcd000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fdc5000 virt=0x33fdc5000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [8] Physical 0x33fdc5000
Virtual 0x33fdc5000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fdbd000 virt=0x33fdbd000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [9] Physical 0x33fdbd000
Virtual 0x33fdbd000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fdb5000 virt=0x33fdb5000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [10] Physical 0x33fdb5000
Virtual 0x33fdb5000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fdad000 virt=0x33fdad000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [11] Physical 0x33fdad000
Virtual 0x33fdad000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fda5000 virt=0x33fda5000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [12] Physical 0x33fda5000
Virtual 0x33fda5000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fd9d000 virt=0x33fd9d000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [13] Physical 0x33fd9d000
Virtual 0x33fd9d000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fd95000 virt=0x33fd95000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [14] Physical 0x33fd95000
Virtual 0x33fd95000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fd8d000 virt=0x33fd8d000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [15] Physical 0x33fd8d000
Virtual 0x33fd8d000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fd85000 virt=0x33fd85000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [16] Physical 0x33fd85000
Virtual 0x33fd85000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fd7d000 virt=0x33fd7d000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [17] Physical 0x33fd7d000
Virtual 0x33fd7d000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fd75000 virt=0x33fd75000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [18] Physical 0x33fd75000
Virtual 0x33fd75000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fd6d000 virt=0x33fd6d000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [19] Physical 0x33fd6d000
Virtual 0x33fd6d000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fd65000 virt=0x33fd65000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [20] Physical 0x33fd65000
Virtual 0x33fd65000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fd5d000 virt=0x33fd5d000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [21] Physical 0x33fd5d000
Virtual 0x33fd5d000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fd55000 virt=0x33fd55000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [22] Physical 0x33fd55000
Virtual 0x33fd55000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fd4d000 virt=0x33fd4d000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [23] Physical 0x33fd4d000
Virtual 0x33fd4d000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fd45000 virt=0x33fd45000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [24] Physical 0x33fd45000
Virtual 0x33fd45000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fd3d000 virt=0x33fd3d000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [25] Physical 0x33fd3d000
Virtual 0x33fd3d000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fd35000 virt=0x33fd35000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [26] Physical 0x33fd35000
Virtual 0x33fd35000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fd2d000 virt=0x33fd2d000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [27] Physical 0x33fd2d000
Virtual 0x33fd2d000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fd25000 virt=0x33fd25000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [28] Physical 0x33fd25000
Virtual 0x33fd25000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fd1d000 virt=0x33fd1d000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [29] Physical 0x33fd1d000
Virtual 0x33fd1d000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fd15000 virt=0x33fd15000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [30] Physical 0x33fd15000
Virtual 0x33fd15000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fd0d000 virt=0x33fd0d000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [31] Physical 0x33fd0d000
Virtual 0x33fd0d000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fd05000 virt=0x33fd05000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [32] Physical 0x33fd05000
Virtual 0x33fd05000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fcfd000 virt=0x33fcfd000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [33] Physical 0x33fcfd000
Virtual 0x33fcfd000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fcf5000 virt=0x33fcf5000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [34] Physical 0x33fcf5000
Virtual 0x33fcf5000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fced000 virt=0x33fced000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [35] Physical 0x33fced000
Virtual 0x33fced000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fce5000 virt=0x33fce5000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [36] Physical 0x33fce5000
Virtual 0x33fce5000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fcdd000 virt=0x33fcdd000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [37] Physical 0x33fcdd000
Virtual 0x33fcdd000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fcd5000 virt=0x33fcd5000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [38] Physical 0x33fcd5000
Virtual 0x33fcd5000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fccd000 virt=0x33fccd000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [39] Physical 0x33fccd000
Virtual 0x33fccd000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fcc5000 virt=0x33fcc5000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [40] Physical 0x33fcc5000
Virtual 0x33fcc5000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fcbd000 virt=0x33fcbd000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [41] Physical 0x33fcbd000
Virtual 0x33fcbd000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fcb5000 virt=0x33fcb5000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [42] Physical 0x33fcb5000
Virtual 0x33fcb5000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fcad000 virt=0x33fcad000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [43] Physical 0x33fcad000
Virtual 0x33fcad000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fca5000 virt=0x33fca5000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [44] Physical 0x33fca5000
Virtual 0x33fca5000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fc9d000 virt=0x33fc9d000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [45] Physical 0x33fc9d000
Virtual 0x33fc9d000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fc95000 virt=0x33fc95000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [46] Physical 0x33fc95000
Virtual 0x33fc95000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fc8d000 virt=0x33fc8d000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [47] Physical 0x33fc8d000
Virtual 0x33fc8d000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fc85000 virt=0x33fc85000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [48] Physical 0x33fc85000
Virtual 0x33fc85000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fc7d000 virt=0x33fc7d000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [49] Physical 0x33fc7d000
Virtual 0x33fc7d000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fc75000 virt=0x33fc75000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [50] Physical 0x33fc75000
Virtual 0x33fc75000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fc6d000 virt=0x33fc6d000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [51] Physical 0x33fc6d000
Virtual 0x33fc6d000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fc65000 virt=0x33fc65000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [52] Physical 0x33fc65000
Virtual 0x33fc65000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fc5d000 virt=0x33fc5d000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [53] Physical 0x33fc5d000
Virtual 0x33fc5d000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fc55000 virt=0x33fc55000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [54] Physical 0x33fc55000
Virtual 0x33fc55000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fc4d000 virt=0x33fc4d000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [55] Physical 0x33fc4d000
Virtual 0x33fc4d000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fc45000 virt=0x33fc45000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [56] Physical 0x33fc45000
Virtual 0x33fc45000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fc3d000 virt=0x33fc3d000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [57] Physical 0x33fc3d000
Virtual 0x33fc3d000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fc35000 virt=0x33fc35000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [58] Physical 0x33fc35000
Virtual 0x33fc35000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fc2d000 virt=0x33fc2d000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [59] Physical 0x33fc2d000
Virtual 0x33fc2d000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fc25000 virt=0x33fc25000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [60] Physical 0x33fc25000
Virtual 0x33fc25000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fc1d000 virt=0x33fc1d000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [61] Physical 0x33fc1d000
Virtual 0x33fc1d000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fc15000 virt=0x33fc15000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [62] Physical 0x33fc15000
Virtual 0x33fc15000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fc0d000 virt=0x33fc0d000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [63] Physical 0x33fc0d000
Virtual 0x33fc0d000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fc05000 virt=0x33fc05000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [64] Physical 0x33fc05000
Virtual 0x33fc05000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fbfd000 virt=0x33fbfd000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [65] Physical 0x33fbfd000
Virtual 0x33fbfd000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fbf5000 virt=0x33fbf5000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [66] Physical 0x33fbf5000
Virtual 0x33fbf5000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fbed000 virt=0x33fbed000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [67] Physical 0x33fbed000
Virtual 0x33fbed000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fbe5000 virt=0x33fbe5000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [68] Physical 0x33fbe5000
Virtual 0x33fbe5000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fbdd000 virt=0x33fbdd000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [69] Physical 0x33fbdd000
Virtual 0x33fbdd000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fbd5000 virt=0x33fbd5000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [70] Physical 0x33fbd5000
Virtual 0x33fbd5000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fbcd000 virt=0x33fbcd000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [71] Physical 0x33fbcd000
Virtual 0x33fbcd000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fbc5000 virt=0x33fbc5000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [72] Physical 0x33fbc5000
Virtual 0x33fbc5000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fbbd000 virt=0x33fbbd000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [73] Physical 0x33fbbd000
Virtual 0x33fbbd000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fbb5000 virt=0x33fbb5000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [74] Physical 0x33fbb5000
Virtual 0x33fbb5000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fbad000 virt=0x33fbad000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [75] Physical 0x33fbad000
Virtual 0x33fbad000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fba5000 virt=0x33fba5000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [76] Physical 0x33fba5000
Virtual 0x33fba5000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fb9d000 virt=0x33fb9d000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [77] Physical 0x33fb9d000
Virtual 0x33fb9d000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fb95000 virt=0x33fb95000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [78] Physical 0x33fb95000
Virtual 0x33fb95000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fb8d000 virt=0x33fb8d000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [79] Physical 0x33fb8d000
Virtual 0x33fb8d000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fb85000 virt=0x33fb85000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [80] Physical 0x33fb85000
Virtual 0x33fb85000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fb7d000 virt=0x33fb7d000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [81] Physical 0x33fb7d000
Virtual 0x33fb7d000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fb75000 virt=0x33fb75000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [82] Physical 0x33fb75000
Virtual 0x33fb75000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fb6d000 virt=0x33fb6d000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [83] Physical 0x33fb6d000
Virtual 0x33fb6d000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fb65000 virt=0x33fb65000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [84] Physical 0x33fb65000
Virtual 0x33fb65000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fb5d000 virt=0x33fb5d000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [85] Physical 0x33fb5d000
Virtual 0x33fb5d000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fb55000 virt=0x33fb55000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [86] Physical 0x33fb55000
Virtual 0x33fb55000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fb4d000 virt=0x33fb4d000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [87] Physical 0x33fb4d000
Virtual 0x33fb4d000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fb45000 virt=0x33fb45000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [88] Physical 0x33fb45000
Virtual 0x33fb45000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fb3d000 virt=0x33fb3d000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [89] Physical 0x33fb3d000
Virtual 0x33fb3d000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fb35000 virt=0x33fb35000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [90] Physical 0x33fb35000
Virtual 0x33fb35000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fb2d000 virt=0x33fb2d000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [91] Physical 0x33fb2d000
Virtual 0x33fb2d000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fb25000 virt=0x33fb25000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [92] Physical 0x33fb25000
Virtual 0x33fb25000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fb1d000 virt=0x33fb1d000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [93] Physical 0x33fb1d000
Virtual 0x33fb1d000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fb15000 virt=0x33fb15000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [94] Physical 0x33fb15000
Virtual 0x33fb15000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fb0d000 virt=0x33fb0d000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [95] Physical 0x33fb0d000
Virtual 0x33fb0d000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fb05000 virt=0x33fb05000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [96] Physical 0x33fb05000
Virtual 0x33fb05000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fafd000 virt=0x33fafd000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [97] Physical 0x33fafd000
Virtual 0x33fafd000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33faf5000 virt=0x33faf5000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [98] Physical 0x33faf5000
Virtual 0x33faf5000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33faed000 virt=0x33faed000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [99] Physical 0x33faed000
Virtual 0x33faed000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fae5000 virt=0x33fae5000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [100] Physical 0x33fae5000
Virtual 0x33fae5000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fadd000 virt=0x33fadd000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [101] Physical 0x33fadd000
Virtual 0x33fadd000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fad5000 virt=0x33fad5000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [102] Physical 0x33fad5000
Virtual 0x33fad5000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33facd000 virt=0x33facd000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [103] Physical 0x33facd000
Virtual 0x33facd000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fac5000 virt=0x33fac5000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [104] Physical 0x33fac5000
Virtual 0x33fac5000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fabd000 virt=0x33fabd000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [105] Physical 0x33fabd000
Virtual 0x33fabd000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fab5000 virt=0x33fab5000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [106] Physical 0x33fab5000
Virtual 0x33fab5000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33faad000 virt=0x33faad000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [107] Physical 0x33faad000
Virtual 0x33faad000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33faa5000 virt=0x33faa5000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [108] Physical 0x33faa5000
Virtual 0x33faa5000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fa9d000 virt=0x33fa9d000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [109] Physical 0x33fa9d000
Virtual 0x33fa9d000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fa95000 virt=0x33fa95000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [110] Physical 0x33fa95000
Virtual 0x33fa95000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fa8d000 virt=0x33fa8d000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [111] Physical 0x33fa8d000
Virtual 0x33fa8d000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fa85000 virt=0x33fa85000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [112] Physical 0x33fa85000
Virtual 0x33fa85000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fa7d000 virt=0x33fa7d000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [113] Physical 0x33fa7d000
Virtual 0x33fa7d000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fa75000 virt=0x33fa75000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [114] Physical 0x33fa75000
Virtual 0x33fa75000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fa6d000 virt=0x33fa6d000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [115] Physical 0x33fa6d000
Virtual 0x33fa6d000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fa65000 virt=0x33fa65000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [116] Physical 0x33fa65000
Virtual 0x33fa65000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fa5d000 virt=0x33fa5d000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [117] Physical 0x33fa5d000
Virtual 0x33fa5d000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fa55000 virt=0x33fa55000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [118] Physical 0x33fa55000
Virtual 0x33fa55000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fa4d000 virt=0x33fa4d000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [119] Physical 0x33fa4d000
Virtual 0x33fa4d000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fa45000 virt=0x33fa45000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [120] Physical 0x33fa45000
Virtual 0x33fa45000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=28672 phys=0x33fa3d000 virt=0x33fa3d000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [121] Physical 0x33fa3d000
Virtual 0x33fa3d000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=65536 phys=0x33fa2c000 virt=0x33fa2c000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [122] Physical 0x33fa2c000
Virtual 0x33fa2c000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=65536 phys=0x33fa1b000 virt=0x33fa1b000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [123] Physical 0x33fa1b000
Virtual 0x33fa1b000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=65536 phys=0x33fa0a000 virt=0x33fa0a000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [124] Physical 0x33fa0a000
Virtual 0x33fa0a000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=65536 phys=0x33f9f9000 virt=0x33f9f9000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [125] Physical 0x33f9f9000
Virtual 0x33f9f9000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=65536 phys=0x33f9e8000 virt=0x33f9e8000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [126] Physical 0x33f9e8000
Virtual 0x33f9e8000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=65536 phys=0x33f9d7000 virt=0x33f9d7000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [127] Physical 0x33f9d7000
Virtual 0x33f9d7000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=65536 phys=0x33f9c6000 virt=0x33f9c6000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [128] Physical 0x33f9c6000
Virtual 0x33f9c6000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=65536 phys=0x33f9b5000 virt=0x33f9b5000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [129] Physical 0x33f9b5000
Virtual 0x33f9b5000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=65536 phys=0x33f9a4000 virt=0x33f9a4000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [130] Physical 0x33f9a4000
Virtual 0x33f9a4000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=65536 phys=0x33f993000 virt=0x33f993000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [131] Physical 0x33f993000
Virtual 0x33f993000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=65536 phys=0x33f982000 virt=0x33f982000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [132] Physical 0x33f982000
Virtual 0x33f982000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=65536 phys=0x33f971000 virt=0x33f971000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [133] Physical 0x33f971000
Virtual 0x33f971000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=65536 phys=0x33f960000 virt=0x33f960000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [134] Physical 0x33f960000
Virtual 0x33f960000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=65536 phys=0x33f94f000 virt=0x33f94f000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [135] Physical 0x33f94f000
Virtual 0x33f94f000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=65536 phys=0x33f93e000 virt=0x33f93e000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [136] Physical 0x33f93e000
Virtual 0x33f93e000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=65536 phys=0x33f92d000 virt=0x33f92d000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [137] Physical 0x33f92d000
Virtual 0x33f92d000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=65536 phys=0x33f91c000 virt=0x33f91c000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [138] Physical 0x33f91c000
Virtual 0x33f91c000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=65536 phys=0x33f90b000 virt=0x33f90b000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [139] Physical 0x33f90b000
Virtual 0x33f90b000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=65536 phys=0x33f8fa000 virt=0x33f8fa000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [140] Physical 0x33f8fa000
Virtual 0x33f8fa000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=65536 phys=0x33f8e9000 virt=0x33f8e9000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [141] Physical 0x33f8e9000
Virtual 0x33f8e9000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=65536 phys=0x33f8d8000 virt=0x33f8d8000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [142] Physical 0x33f8d8000
Virtual 0x33f8d8000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=65536 phys=0x33f8c7000 virt=0x33f8c7000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [143] Physical 0x33f8c7000
Virtual 0x33f8c7000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=65536 phys=0x33f8b6000 virt=0x33f8b6000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [144] Physical 0x33f8b6000
Virtual 0x33f8b6000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=65536 phys=0x33f8a5000 virt=0x33f8a5000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [145] Physical 0x33f8a5000
Virtual 0x33f8a5000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=65536 phys=0x33f894000 virt=0x33f894000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [146] Physical 0x33f894000
Virtual 0x33f894000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=65536 phys=0x33f883000 virt=0x33f883000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [147] Physical 0x33f883000
Virtual 0x33f883000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=65536 phys=0x33f872000 virt=0x33f872000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [148] Physical 0x33f872000
Virtual 0x33f872000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=65536 phys=0x33f861000 virt=0x33f861000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [149] Physical 0x33f861000
Virtual 0x33f861000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=65536 phys=0x33f850000 virt=0x33f850000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [150] Physical 0x33f850000
Virtual 0x33f850000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=65536 phys=0x33f83f000 virt=0x33f83f000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [151] Physical 0x33f83f000
Virtual 0x33f83f000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=65536 phys=0x33f82e000 virt=0x33f82e000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [152] Physical 0x33f82e000
Virtual 0x33f82e000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=65536 phys=0x33f81d000 virt=0x33f81d000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [153] Physical 0x33f81d000
Virtual 0x33f81d000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=65536 phys=0x33f80c000 virt=0x33f80c000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [154] Physical 0x33f80c000
Virtual 0x33f80c000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=65536 phys=0x33f7fb000 virt=0x33f7fb000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [155] Physical 0x33f7fb000
Virtual 0x33f7fb000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=65536 phys=0x33f7ea000 virt=0x33f7ea000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [156] Physical 0x33f7ea000
Virtual 0x33f7ea000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=65536 phys=0x33f7d9000 virt=0x33f7d9000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [157] Physical 0x33f7d9000
Virtual 0x33f7d9000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=65536 phys=0x33f7c8000 virt=0x33f7c8000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [158] Physical 0x33f7c8000
Virtual 0x33f7c8000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=65536 phys=0x33f7b7000 virt=0x33f7b7000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [159] Physical 0x33f7b7000
Virtual 0x33f7b7000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=20480 phys=0x33f7b1000 virt=0x33f7b1000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [160] Physical 0x33f7b1000
Virtual 0x33f7b1000 Size 20480
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=65536 phys=0x33f7a0000 virt=0x33f7a0000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [161] Physical 0x33f7a0000
Virtual 0x33f7a0000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=65536 phys=0x33f78f000 virt=0x33f78f000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [162] Physical 0x33f78f000
Virtual 0x33f78f000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=65536 phys=0x33f77e000 virt=0x33f77e000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [163] Physical 0x33f77e000
Virtual 0x33f77e000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=65536 phys=0x33f76d000 virt=0x33f76d000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [164] Physical 0x33f76d000
Virtual 0x33f76d000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=65536 phys=0x33f75c000 virt=0x33f75c000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [165] Physical 0x33f75c000
Virtual 0x33f75c000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=65536 phys=0x33f74b000 virt=0x33f74b000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [166] Physical 0x33f74b000
Virtual 0x33f74b000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=65536 phys=0x33f73a000 virt=0x33f73a000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [167] Physical 0x33f73a000
Virtual 0x33f73a000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.0:dpdk-port-0)]Allocated aligned
dma memory size=65536 phys=0x33f729000 virt=0x33f729000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [168] Physical 0x33f729000
Virtual 0x33f729000 Size 65536
[osal_dma_alloc_coherent:182(84:00.0:dpdk-port-0)]Allocated dma memory
size=65536 phys=0x33f718f80 virt=0x33f718f80 core=0
[osal_dma_alloc_coherent:182(84:00.0:dpdk-port-0)]Allocated dma memory
size=65536 phys=0x33f708f00 virt=0x33f708f00 core=0
[osal_dma_alloc_coherent:182(84:00.0:dpdk-port-0)]Allocated dma memory
size=65536 phys=0x33f6f8e80 virt=0x33f6f8e80 core=0
[osal_dma_alloc_coherent:182(84:00.0:dpdk-port-0)]Allocated dma memory
size=65536 phys=0x33f6e8e00 virt=0x33f6e8e00 core=0
[osal_dma_alloc_coherent:182(84:00.0:dpdk-port-0)]Allocated dma memory
size=5120 phys=0x33f6e7980 virt=0x33f6e7980 core=0
[__ecore_cid_map_alloc_single:1011()]Type 00000003 start: 00000000 count
00000010
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000010 count
00000040
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[osal_dma_alloc_coherent:182(84:00.0:dpdk-port-0)]Allocated dma memory
size=4096 phys=0x33f6e6900 virt=0x33f6e6900 core=0
[osal_dma_alloc_coherent:182(84:00.0:dpdk-port-0)]Allocated dma memory
size=133120 phys=0x33f6c6080 virt=0x33f6c6080 core=0
[osal_dma_alloc_coherent:182(84:00.0:dpdk-port-0)]Allocated dma memory
size=128 phys=0x33f79f800 virt=0x33f79f800 core=0
[ecore_get_igu_sb_id:1723()]Slowpath SB index in IGU is 0x0000
[osal_dma_alloc_coherent:182(84:00.0:dpdk-port-0)]Allocated dma memory
size=128 phys=0x33f79f600 virt=0x33f79f600 core=0
[ecore_int_sb_attn_init:1441()]Attn Mask [Reg 0]: 0x00000000
[ecore_int_sb_attn_init:1441()]Attn Mask [Reg 1]: 0x00000004
[ecore_int_sb_attn_init:1441()]Attn Mask [Reg 2]: 0x00000000
[ecore_int_sb_attn_init:1441()]Attn Mask [Reg 3]: 0x55435000
[ecore_int_sb_attn_init:1441()]Attn Mask [Reg 4]: 0x55555555
[ecore_int_sb_attn_init:1441()]Attn Mask [Reg 5]: 0x55555555
[ecore_int_sb_attn_init:1441()]Attn Mask [Reg 6]: 0x55555555
[ecore_int_sb_attn_init:1441()]Attn Mask [Reg 7]: 0x07f55555
[ecore_int_sb_attn_init:1441()]Attn Mask [Reg 8]: 0x00000001
[ecore_iov_allocate_vfdb:549()]ecore_iov_allocate_vfdb for 120 VFs
[osal_dma_alloc_coherent:182(84:00.0:dpdk-port-0)]Allocated dma memory
size=122880 phys=0x33f393b00 virt=0x33f393b00 core=0
[osal_dma_alloc_coherent:182(84:00.0:dpdk-port-0)]Allocated dma memory
size=122880 phys=0x33f375a80 virt=0x33f375a80 core=0
[osal_dma_alloc_coherent:182(84:00.0:dpdk-port-0)]Allocated dma memory
size=9600 phys=0x33f373480 virt=0x33f373480 core=0
[ecore_iov_allocate_vfdb:579()]PF's Requests mailbox [0x33f393b00 virt
0x33f393b00 phys], Response mailbox [0x33f375a80 virt 0x33f375a80 phys]
Bulletinsi [0x33f373480 virt 0x33f373480 phys]
[osal_dma_alloc_coherent:182(84:00.0:dpdk-port-0)]Allocated dma memory
size=64 phys=0x33f79f380 virt=0x33f79f380 core=0
[osal_dma_alloc_coherent:182(84:00.0:dpdk-port-0)]Allocated dma memory
size=4096 phys=0x33f372400 virt=0x33f372400 core=0
[osal_dma_alloc_coherent:182(84:00.0:dpdk-port-0)]Allocated dma memory
size=64 phys=0x33f79f100 virt=0x33f79f100 core=0
[osal_dma_alloc_coherent:182(84:00.0:dpdk-port-0)]Allocated dma memory
size=4096 phys=0x33f371380 virt=0x33f371380 core=0
[osal_dma_alloc_coherent:182(84:00.0:dpdk-port-0)]Allocated dma memory
size=64 phys=0x33f882e80 virt=0x33f882e80 core=0
[osal_dma_alloc_coherent:182(84:00.0:dpdk-port-0)]Allocated dma memory
size=64 phys=0x33f882dc0 virt=0x33f882dc0 core=0
[osal_dma_alloc_coherent:182(84:00.0:dpdk-port-0)]Allocated dma memory
size=32768 phys=0x33f369300 virt=0x33f369300 core=0
[ecore_llh_alloc:436(84:00.0:dpdk-port-0)]ppfid_array[0] = 0
[ecore_llh_alloc:436(84:00.0:dpdk-port-0)]ppfid_array[1] = 1
[ecore_llh_alloc:436(84:00.0:dpdk-port-0)]ppfid_array[2] = 2
[ecore_llh_alloc:436(84:00.0:dpdk-port-0)]ppfid_array[3] = 3
[ecore_llh_alloc:436(84:00.0:dpdk-port-0)]ppfid_array[4] = 4
[ecore_llh_alloc:436(84:00.0:dpdk-port-0)]ppfid_array[5] = 5
[ecore_llh_alloc:436(84:00.0:dpdk-port-0)]ppfid_array[6] = 6
[ecore_llh_alloc:436(84:00.0:dpdk-port-0)]ppfid_array[7] = 7
[qed_nic_setup:98(84:00.0:dpdk-port-0)]Allocated qed resources
[_ecore_cxt_acquire_cid:1824()]Acquired cid 0x00000000 [rel. 00000000] vfid
ff type 3
[ecore_cxt_get_cid_info:1947()]Accessing ILT shadow[0]: CXT pointer is at
0x33fdff000 (for iid 0)
[ecore_db_recovery_dp_entry:68()](Adding: db_entry 0x33f882100, addr
0x2200080000, data 0x33f79fcac, width 32b, kernel space, hwfn 0)
[qede_pmd: 84:00.0:dpdk-port-0] qed_dbg_pf_init() >>
[ecore_calc_hw_mode:2706()]Configuring function for hw_mode: 0x00000c0a
[__ecore_mcp_load_req:959()]Load Request: param 0x01022808 [init_hw 0,
drv_type 1, hsi_ver 2, pda 0x2808]
[__ecore_mcp_load_req:968()]Load Request: drv_ver 0x08281a00_0x00000003,
fw_ver 0x08282100, misc0 0x00000002 [role 2, timeout 0, force 0, flags0 0x0]
[__ecore_mcp_load_req:984()]Load Response: resp 0x10100000
[__ecore_mcp_load_req:990()]Load Response: exist_drv_ver
0x00000000_0x00000000, exist_fw_ver 0x00000000, misc0 0x00000000
[exist_role 0, mfw_hsi 0, flags0 0x0]
[ecore_hw_init:3758()]Load request was sent. Load code: 0x10100000
[osal_dma_alloc_coherent:182(84:00.0:dpdk-port-0)]Allocated dma memory
size=28224 phys=0x33f362440 virt=0x33f362440 core=0
[osal_dma_alloc_coherent:182(84:00.0:dpdk-port-0)]Allocated dma memory
size=448 phys=0x33f8a4640 virt=0x33f8a4640 core=0
[osal_dma_alloc_coherent:182(84:00.0:dpdk-port-0)]Allocated dma memory
size=4096 phys=0x33f3613c0 virt=0x33f3613c0 core=0
[ecore_dmae_sanity:1044()]DMAE sanity [engine_phase]: src_addr={phys
0x33f3613c0, virt 0x33f3613c0}, dst_addr={phys 0x33f361bc0, virt
0x33f361bc0}, size 0x800
[osal_dma_free_mem:234(84:00.0:dpdk-port-0)]Free memzone 2ce7a8fdec234
[ecore_cxt_qm_iids:224()]iids: CIDS 00000050 vf_cids 00000f00 tids 00000000
vf_tids 00000000
[ecore_ilt_init_pf:1600()]Setting RT[0x0000174f] from ILT[0x00000000]
[Client is 0] to Physical addr: 0x33fdff
[ecore_ilt_init_pf:1600()]Setting RT[0x00001751] from ILT[0x00000001]
[Client is 0] to Physical addr: 0x33fdfd
[ecore_ilt_init_pf:1600()]Setting RT[0x00001753] from ILT[0x00000002]
[Client is 0] to Physical addr: 0x33fdf5
[ecore_ilt_init_pf:1600()]Setting RT[0x00001755] from ILT[0x00000003]
[Client is 0] to Physical addr: 0x33fded
[ecore_ilt_init_pf:1600()]Setting RT[0x00001757] from ILT[0x00000004]
[Client is 0] to Physical addr: 0x33fde5
[ecore_ilt_init_pf:1600()]Setting RT[0x00001759] from ILT[0x00000005]
[Client is 0] to Physical addr: 0x33fddd
[ecore_ilt_init_pf:1600()]Setting RT[0x0000175b] from ILT[0x00000006]
[Client is 0] to Physical addr: 0x33fdd5
[ecore_ilt_init_pf:1600()]Setting RT[0x0000175d] from ILT[0x00000007]
[Client is 0] to Physical addr: 0x33fdcd
[ecore_ilt_init_pf:1600()]Setting RT[0x0000175f] from ILT[0x00000008]
[Client is 0] to Physical addr: 0x33fdc5
[ecore_ilt_init_pf:1600()]Setting RT[0x00001761] from ILT[0x00000009]
[Client is 0] to Physical addr: 0x33fdbd
[ecore_ilt_init_pf:1600()]Setting RT[0x00001763] from ILT[0x0000000a]
[Client is 0] to Physical addr: 0x33fdb5
[ecore_ilt_init_pf:1600()]Setting RT[0x00001765] from ILT[0x0000000b]
[Client is 0] to Physical addr: 0x33fdad
[ecore_ilt_init_pf:1600()]Setting RT[0x00001767] from ILT[0x0000000c]
[Client is 0] to Physical addr: 0x33fda5
[ecore_ilt_init_pf:1600()]Setting RT[0x00001769] from ILT[0x0000000d]
[Client is 0] to Physical addr: 0x33fd9d
[ecore_ilt_init_pf:1600()]Setting RT[0x0000176b] from ILT[0x0000000e]
[Client is 0] to Physical addr: 0x33fd95
[ecore_ilt_init_pf:1600()]Setting RT[0x0000176d] from ILT[0x0000000f]
[Client is 0] to Physical addr: 0x33fd8d
[ecore_ilt_init_pf:1600()]Setting RT[0x0000176f] from ILT[0x00000010]
[Client is 0] to Physical addr: 0x33fd85
[ecore_ilt_init_pf:1600()]Setting RT[0x00001771] from ILT[0x00000011]
[Client is 0] to Physical addr: 0x33fd7d
[ecore_ilt_init_pf:1600()]Setting RT[0x00001773] from ILT[0x00000012]
[Client is 0] to Physical addr: 0x33fd75
[ecore_ilt_init_pf:1600()]Setting RT[0x00001775] from ILT[0x00000013]
[Client is 0] to Physical addr: 0x33fd6d
[ecore_ilt_init_pf:1600()]Setting RT[0x00001777] from ILT[0x00000014]
[Client is 0] to Physical addr: 0x33fd65
[ecore_ilt_init_pf:1600()]Setting RT[0x00001779] from ILT[0x00000015]
[Client is 0] to Physical addr: 0x33fd5d
[ecore_ilt_init_pf:1600()]Setting RT[0x0000177b] from ILT[0x00000016]
[Client is 0] to Physical addr: 0x33fd55
[ecore_ilt_init_pf:1600()]Setting RT[0x0000177d] from ILT[0x00000017]
[Client is 0] to Physical addr: 0x33fd4d
[ecore_ilt_init_pf:1600()]Setting RT[0x0000177f] from ILT[0x00000018]
[Client is 0] to Physical addr: 0x33fd45
[ecore_ilt_init_pf:1600()]Setting RT[0x00001781] from ILT[0x00000019]
[Client is 0] to Physical addr: 0x33fd3d
[ecore_ilt_init_pf:1600()]Setting RT[0x00001783] from ILT[0x0000001a]
[Client is 0] to Physical addr: 0x33fd35
[ecore_ilt_init_pf:1600()]Setting RT[0x00001785] from ILT[0x0000001b]
[Client is 0] to Physical addr: 0x33fd2d
[ecore_ilt_init_pf:1600()]Setting RT[0x00001787] from ILT[0x0000001c]
[Client is 0] to Physical addr: 0x33fd25
[ecore_ilt_init_pf:1600()]Setting RT[0x00001789] from ILT[0x0000001d]
[Client is 0] to Physical addr: 0x33fd1d
[ecore_ilt_init_pf:1600()]Setting RT[0x0000178b] from ILT[0x0000001e]
[Client is 0] to Physical addr: 0x33fd15
[ecore_ilt_init_pf:1600()]Setting RT[0x0000178d] from ILT[0x0000001f]
[Client is 0] to Physical addr: 0x33fd0d
[ecore_ilt_init_pf:1600()]Setting RT[0x0000178f] from ILT[0x00000020]
[Client is 0] to Physical addr: 0x33fd05
[ecore_ilt_init_pf:1600()]Setting RT[0x00001791] from ILT[0x00000021]
[Client is 0] to Physical addr: 0x33fcfd
[ecore_ilt_init_pf:1600()]Setting RT[0x00001793] from ILT[0x00000022]
[Client is 0] to Physical addr: 0x33fcf5
[ecore_ilt_init_pf:1600()]Setting RT[0x00001795] from ILT[0x00000023]
[Client is 0] to Physical addr: 0x33fced
[ecore_ilt_init_pf:1600()]Setting RT[0x00001797] from ILT[0x00000024]
[Client is 0] to Physical addr: 0x33fce5
[ecore_ilt_init_pf:1600()]Setting RT[0x00001799] from ILT[0x00000025]
[Client is 0] to Physical addr: 0x33fcdd
[ecore_ilt_init_pf:1600()]Setting RT[0x0000179b] from ILT[0x00000026]
[Client is 0] to Physical addr: 0x33fcd5
[ecore_ilt_init_pf:1600()]Setting RT[0x0000179d] from ILT[0x00000027]
[Client is 0] to Physical addr: 0x33fccd
[ecore_ilt_init_pf:1600()]Setting RT[0x0000179f] from ILT[0x00000028]
[Client is 0] to Physical addr: 0x33fcc5
[ecore_ilt_init_pf:1600()]Setting RT[0x000017a1] from ILT[0x00000029]
[Client is 0] to Physical addr: 0x33fcbd
[ecore_ilt_init_pf:1600()]Setting RT[0x000017a3] from ILT[0x0000002a]
[Client is 0] to Physical addr: 0x33fcb5
[ecore_ilt_init_pf:1600()]Setting RT[0x000017a5] from ILT[0x0000002b]
[Client is 0] to Physical addr: 0x33fcad
[ecore_ilt_init_pf:1600()]Setting RT[0x000017a7] from ILT[0x0000002c]
[Client is 0] to Physical addr: 0x33fca5
[ecore_ilt_init_pf:1600()]Setting RT[0x000017a9] from ILT[0x0000002d]
[Client is 0] to Physical addr: 0x33fc9d
[ecore_ilt_init_pf:1600()]Setting RT[0x000017ab] from ILT[0x0000002e]
[Client is 0] to Physical addr: 0x33fc95
[ecore_ilt_init_pf:1600()]Setting RT[0x000017ad] from ILT[0x0000002f]
[Client is 0] to Physical addr: 0x33fc8d
[ecore_ilt_init_pf:1600()]Setting RT[0x000017af] from ILT[0x00000030]
[Client is 0] to Physical addr: 0x33fc85
[ecore_ilt_init_pf:1600()]Setting RT[0x000017b1] from ILT[0x00000031]
[Client is 0] to Physical addr: 0x33fc7d
[ecore_ilt_init_pf:1600()]Setting RT[0x000017b3] from ILT[0x00000032]
[Client is 0] to Physical addr: 0x33fc75
[ecore_ilt_init_pf:1600()]Setting RT[0x000017b5] from ILT[0x00000033]
[Client is 0] to Physical addr: 0x33fc6d
[ecore_ilt_init_pf:1600()]Setting RT[0x000017b7] from ILT[0x00000034]
[Client is 0] to Physical addr: 0x33fc65
[ecore_ilt_init_pf:1600()]Setting RT[0x000017b9] from ILT[0x00000035]
[Client is 0] to Physical addr: 0x33fc5d
[ecore_ilt_init_pf:1600()]Setting RT[0x000017bb] from ILT[0x00000036]
[Client is 0] to Physical addr: 0x33fc55
[ecore_ilt_init_pf:1600()]Setting RT[0x000017bd] from ILT[0x00000037]
[Client is 0] to Physical addr: 0x33fc4d
[ecore_ilt_init_pf:1600()]Setting RT[0x000017bf] from ILT[0x00000038]
[Client is 0] to Physical addr: 0x33fc45
[ecore_ilt_init_pf:1600()]Setting RT[0x000017c1] from ILT[0x00000039]
[Client is 0] to Physical addr: 0x33fc3d
[ecore_ilt_init_pf:1600()]Setting RT[0x000017c3] from ILT[0x0000003a]
[Client is 0] to Physical addr: 0x33fc35
[ecore_ilt_init_pf:1600()]Setting RT[0x000017c5] from ILT[0x0000003b]
[Client is 0] to Physical addr: 0x33fc2d
[ecore_ilt_init_pf:1600()]Setting RT[0x000017c7] from ILT[0x0000003c]
[Client is 0] to Physical addr: 0x33fc25
[ecore_ilt_init_pf:1600()]Setting RT[0x000017c9] from ILT[0x0000003d]
[Client is 0] to Physical addr: 0x33fc1d
[ecore_ilt_init_pf:1600()]Setting RT[0x000017cb] from ILT[0x0000003e]
[Client is 0] to Physical addr: 0x33fc15
[ecore_ilt_init_pf:1600()]Setting RT[0x000017cd] from ILT[0x0000003f]
[Client is 0] to Physical addr: 0x33fc0d
[ecore_ilt_init_pf:1600()]Setting RT[0x000017cf] from ILT[0x00000040]
[Client is 0] to Physical addr: 0x33fc05
[ecore_ilt_init_pf:1600()]Setting RT[0x000017d1] from ILT[0x00000041]
[Client is 0] to Physical addr: 0x33fbfd
[ecore_ilt_init_pf:1600()]Setting RT[0x000017d3] from ILT[0x00000042]
[Client is 0] to Physical addr: 0x33fbf5
[ecore_ilt_init_pf:1600()]Setting RT[0x000017d5] from ILT[0x00000043]
[Client is 0] to Physical addr: 0x33fbed
[ecore_ilt_init_pf:1600()]Setting RT[0x000017d7] from ILT[0x00000044]
[Client is 0] to Physical addr: 0x33fbe5
[ecore_ilt_init_pf:1600()]Setting RT[0x000017d9] from ILT[0x00000045]
[Client is 0] to Physical addr: 0x33fbdd
[ecore_ilt_init_pf:1600()]Setting RT[0x000017db] from ILT[0x00000046]
[Client is 0] to Physical addr: 0x33fbd5
[ecore_ilt_init_pf:1600()]Setting RT[0x000017dd] from ILT[0x00000047]
[Client is 0] to Physical addr: 0x33fbcd
[ecore_ilt_init_pf:1600()]Setting RT[0x000017df] from ILT[0x00000048]
[Client is 0] to Physical addr: 0x33fbc5
[ecore_ilt_init_pf:1600()]Setting RT[0x000017e1] from ILT[0x00000049]
[Client is 0] to Physical addr: 0x33fbbd
[ecore_ilt_init_pf:1600()]Setting RT[0x000017e3] from ILT[0x0000004a]
[Client is 0] to Physical addr: 0x33fbb5
[ecore_ilt_init_pf:1600()]Setting RT[0x000017e5] from ILT[0x0000004b]
[Client is 0] to Physical addr: 0x33fbad
[ecore_ilt_init_pf:1600()]Setting RT[0x000017e7] from ILT[0x0000004c]
[Client is 0] to Physical addr: 0x33fba5
[ecore_ilt_init_pf:1600()]Setting RT[0x000017e9] from ILT[0x0000004d]
[Client is 0] to Physical addr: 0x33fb9d
[ecore_ilt_init_pf:1600()]Setting RT[0x000017eb] from ILT[0x0000004e]
[Client is 0] to Physical addr: 0x33fb95
[ecore_ilt_init_pf:1600()]Setting RT[0x000017ed] from ILT[0x0000004f]
[Client is 0] to Physical addr: 0x33fb8d
[ecore_ilt_init_pf:1600()]Setting RT[0x000017ef] from ILT[0x00000050]
[Client is 0] to Physical addr: 0x33fb85
[ecore_ilt_init_pf:1600()]Setting RT[0x000017f1] from ILT[0x00000051]
[Client is 0] to Physical addr: 0x33fb7d
[ecore_ilt_init_pf:1600()]Setting RT[0x000017f3] from ILT[0x00000052]
[Client is 0] to Physical addr: 0x33fb75
[ecore_ilt_init_pf:1600()]Setting RT[0x000017f5] from ILT[0x00000053]
[Client is 0] to Physical addr: 0x33fb6d
[ecore_ilt_init_pf:1600()]Setting RT[0x000017f7] from ILT[0x00000054]
[Client is 0] to Physical addr: 0x33fb65
[ecore_ilt_init_pf:1600()]Setting RT[0x000017f9] from ILT[0x00000055]
[Client is 0] to Physical addr: 0x33fb5d
[ecore_ilt_init_pf:1600()]Setting RT[0x000017fb] from ILT[0x00000056]
[Client is 0] to Physical addr: 0x33fb55
[ecore_ilt_init_pf:1600()]Setting RT[0x000017fd] from ILT[0x00000057]
[Client is 0] to Physical addr: 0x33fb4d
[ecore_ilt_init_pf:1600()]Setting RT[0x000017ff] from ILT[0x00000058]
[Client is 0] to Physical addr: 0x33fb45
[ecore_ilt_init_pf:1600()]Setting RT[0x00001801] from ILT[0x00000059]
[Client is 0] to Physical addr: 0x33fb3d
[ecore_ilt_init_pf:1600()]Setting RT[0x00001803] from ILT[0x0000005a]
[Client is 0] to Physical addr: 0x33fb35
[ecore_ilt_init_pf:1600()]Setting RT[0x00001805] from ILT[0x0000005b]
[Client is 0] to Physical addr: 0x33fb2d
[ecore_ilt_init_pf:1600()]Setting RT[0x00001807] from ILT[0x0000005c]
[Client is 0] to Physical addr: 0x33fb25
[ecore_ilt_init_pf:1600()]Setting RT[0x00001809] from ILT[0x0000005d]
[Client is 0] to Physical addr: 0x33fb1d
[ecore_ilt_init_pf:1600()]Setting RT[0x0000180b] from ILT[0x0000005e]
[Client is 0] to Physical addr: 0x33fb15
[ecore_ilt_init_pf:1600()]Setting RT[0x0000180d] from ILT[0x0000005f]
[Client is 0] to Physical addr: 0x33fb0d
[ecore_ilt_init_pf:1600()]Setting RT[0x0000180f] from ILT[0x00000060]
[Client is 0] to Physical addr: 0x33fb05
[ecore_ilt_init_pf:1600()]Setting RT[0x00001811] from ILT[0x00000061]
[Client is 0] to Physical addr: 0x33fafd
[ecore_ilt_init_pf:1600()]Setting RT[0x00001813] from ILT[0x00000062]
[Client is 0] to Physical addr: 0x33faf5
[ecore_ilt_init_pf:1600()]Setting RT[0x00001815] from ILT[0x00000063]
[Client is 0] to Physical addr: 0x33faed
[ecore_ilt_init_pf:1600()]Setting RT[0x00001817] from ILT[0x00000064]
[Client is 0] to Physical addr: 0x33fae5
[ecore_ilt_init_pf:1600()]Setting RT[0x00001819] from ILT[0x00000065]
[Client is 0] to Physical addr: 0x33fadd
[ecore_ilt_init_pf:1600()]Setting RT[0x0000181b] from ILT[0x00000066]
[Client is 0] to Physical addr: 0x33fad5
[ecore_ilt_init_pf:1600()]Setting RT[0x0000181d] from ILT[0x00000067]
[Client is 0] to Physical addr: 0x33facd
[ecore_ilt_init_pf:1600()]Setting RT[0x0000181f] from ILT[0x00000068]
[Client is 0] to Physical addr: 0x33fac5
[ecore_ilt_init_pf:1600()]Setting RT[0x00001821] from ILT[0x00000069]
[Client is 0] to Physical addr: 0x33fabd
[ecore_ilt_init_pf:1600()]Setting RT[0x00001823] from ILT[0x0000006a]
[Client is 0] to Physical addr: 0x33fab5
[ecore_ilt_init_pf:1600()]Setting RT[0x00001825] from ILT[0x0000006b]
[Client is 0] to Physical addr: 0x33faad
[ecore_ilt_init_pf:1600()]Setting RT[0x00001827] from ILT[0x0000006c]
[Client is 0] to Physical addr: 0x33faa5
[ecore_ilt_init_pf:1600()]Setting RT[0x00001829] from ILT[0x0000006d]
[Client is 0] to Physical addr: 0x33fa9d
[ecore_ilt_init_pf:1600()]Setting RT[0x0000182b] from ILT[0x0000006e]
[Client is 0] to Physical addr: 0x33fa95
[ecore_ilt_init_pf:1600()]Setting RT[0x0000182d] from ILT[0x0000006f]
[Client is 0] to Physical addr: 0x33fa8d
[ecore_ilt_init_pf:1600()]Setting RT[0x0000182f] from ILT[0x00000070]
[Client is 0] to Physical addr: 0x33fa85
[ecore_ilt_init_pf:1600()]Setting RT[0x00001831] from ILT[0x00000071]
[Client is 0] to Physical addr: 0x33fa7d
[ecore_ilt_init_pf:1600()]Setting RT[0x00001833] from ILT[0x00000072]
[Client is 0] to Physical addr: 0x33fa75
[ecore_ilt_init_pf:1600()]Setting RT[0x00001835] from ILT[0x00000073]
[Client is 0] to Physical addr: 0x33fa6d
[ecore_ilt_init_pf:1600()]Setting RT[0x00001837] from ILT[0x00000074]
[Client is 0] to Physical addr: 0x33fa65
[ecore_ilt_init_pf:1600()]Setting RT[0x00001839] from ILT[0x00000075]
[Client is 0] to Physical addr: 0x33fa5d
[ecore_ilt_init_pf:1600()]Setting RT[0x0000183b] from ILT[0x00000076]
[Client is 0] to Physical addr: 0x33fa55
[ecore_ilt_init_pf:1600()]Setting RT[0x0000183d] from ILT[0x00000077]
[Client is 0] to Physical addr: 0x33fa4d
[ecore_ilt_init_pf:1600()]Setting RT[0x0000183f] from ILT[0x00000078]
[Client is 0] to Physical addr: 0x33fa45
[ecore_ilt_init_pf:1600()]Setting RT[0x00001841] from ILT[0x00000079]
[Client is 0] to Physical addr: 0x33fa3d
[ecore_ilt_init_pf:1600()]Setting RT[0x00001843] from ILT[0x0000007a]
[Client is 2] to Physical addr: 0x33fa2c
[ecore_ilt_init_pf:1600()]Setting RT[0x00001845] from ILT[0x0000007b]
[Client is 2] to Physical addr: 0x33fa1b
[ecore_ilt_init_pf:1600()]Setting RT[0x00001847] from ILT[0x0000007c]
[Client is 2] to Physical addr: 0x33fa0a
[ecore_ilt_init_pf:1600()]Setting RT[0x00001849] from ILT[0x0000007d]
[Client is 2] to Physical addr: 0x33f9f9
[ecore_ilt_init_pf:1600()]Setting RT[0x0000184b] from ILT[0x0000007e]
[Client is 2] to Physical addr: 0x33f9e8
[ecore_ilt_init_pf:1600()]Setting RT[0x0000184d] from ILT[0x0000007f]
[Client is 2] to Physical addr: 0x33f9d7
[ecore_ilt_init_pf:1600()]Setting RT[0x0000184f] from ILT[0x00000080]
[Client is 2] to Physical addr: 0x33f9c6
[ecore_ilt_init_pf:1600()]Setting RT[0x00001851] from ILT[0x00000081]
[Client is 2] to Physical addr: 0x33f9b5
[ecore_ilt_init_pf:1600()]Setting RT[0x00001853] from ILT[0x00000082]
[Client is 2] to Physical addr: 0x33f9a4
[ecore_ilt_init_pf:1600()]Setting RT[0x00001855] from ILT[0x00000083]
[Client is 2] to Physical addr: 0x33f993
[ecore_ilt_init_pf:1600()]Setting RT[0x00001857] from ILT[0x00000084]
[Client is 2] to Physical addr: 0x33f982
[ecore_ilt_init_pf:1600()]Setting RT[0x00001859] from ILT[0x00000085]
[Client is 2] to Physical addr: 0x33f971
[ecore_ilt_init_pf:1600()]Setting RT[0x0000185b] from ILT[0x00000086]
[Client is 2] to Physical addr: 0x33f960
[ecore_ilt_init_pf:1600()]Setting RT[0x0000185d] from ILT[0x00000087]
[Client is 2] to Physical addr: 0x33f94f
[ecore_ilt_init_pf:1600()]Setting RT[0x0000185f] from ILT[0x00000088]
[Client is 2] to Physical addr: 0x33f93e
[ecore_ilt_init_pf:1600()]Setting RT[0x00001861] from ILT[0x00000089]
[Client is 2] to Physical addr: 0x33f92d
[ecore_ilt_init_pf:1600()]Setting RT[0x00001863] from ILT[0x0000008a]
[Client is 2] to Physical addr: 0x33f91c
[ecore_ilt_init_pf:1600()]Setting RT[0x00001865] from ILT[0x0000008b]
[Client is 2] to Physical addr: 0x33f90b
[ecore_ilt_init_pf:1600()]Setting RT[0x00001867] from ILT[0x0000008c]
[Client is 2] to Physical addr: 0x33f8fa
[ecore_ilt_init_pf:1600()]Setting RT[0x00001869] from ILT[0x0000008d]
[Client is 2] to Physical addr: 0x33f8e9
[ecore_ilt_init_pf:1600()]Setting RT[0x0000186b] from ILT[0x0000008e]
[Client is 2] to Physical addr: 0x33f8d8
[ecore_ilt_init_pf:1600()]Setting RT[0x0000186d] from ILT[0x0000008f]
[Client is 2] to Physical addr: 0x33f8c7
[ecore_ilt_init_pf:1600()]Setting RT[0x0000186f] from ILT[0x00000090]
[Client is 2] to Physical addr: 0x33f8b6
[ecore_ilt_init_pf:1600()]Setting RT[0x00001871] from ILT[0x00000091]
[Client is 2] to Physical addr: 0x33f8a5
[ecore_ilt_init_pf:1600()]Setting RT[0x00001873] from ILT[0x00000092]
[Client is 2] to Physical addr: 0x33f894
[ecore_ilt_init_pf:1600()]Setting RT[0x00001875] from ILT[0x00000093]
[Client is 2] to Physical addr: 0x33f883
[ecore_ilt_init_pf:1600()]Setting RT[0x00001877] from ILT[0x00000094]
[Client is 2] to Physical addr: 0x33f872
[ecore_ilt_init_pf:1600()]Setting RT[0x00001879] from ILT[0x00000095]
[Client is 2] to Physical addr: 0x33f861
[ecore_ilt_init_pf:1600()]Setting RT[0x0000187b] from ILT[0x00000096]
[Client is 2] to Physical addr: 0x33f850
[ecore_ilt_init_pf:1600()]Setting RT[0x0000187d] from ILT[0x00000097]
[Client is 2] to Physical addr: 0x33f83f
[ecore_ilt_init_pf:1600()]Setting RT[0x0000187f] from ILT[0x00000098]
[Client is 2] to Physical addr: 0x33f82e
[ecore_ilt_init_pf:1600()]Setting RT[0x00001881] from ILT[0x00000099]
[Client is 2] to Physical addr: 0x33f81d
[ecore_ilt_init_pf:1600()]Setting RT[0x00001883] from ILT[0x0000009a]
[Client is 2] to Physical addr: 0x33f80c
[ecore_ilt_init_pf:1600()]Setting RT[0x00001885] from ILT[0x0000009b]
[Client is 2] to Physical addr: 0x33f7fb
[ecore_ilt_init_pf:1600()]Setting RT[0x00001887] from ILT[0x0000009c]
[Client is 2] to Physical addr: 0x33f7ea
[ecore_ilt_init_pf:1600()]Setting RT[0x00001889] from ILT[0x0000009d]
[Client is 2] to Physical addr: 0x33f7d9
[ecore_ilt_init_pf:1600()]Setting RT[0x0000188b] from ILT[0x0000009e]
[Client is 2] to Physical addr: 0x33f7c8
[ecore_ilt_init_pf:1600()]Setting RT[0x0000188d] from ILT[0x0000009f]
[Client is 2] to Physical addr: 0x33f7b7
[ecore_ilt_init_pf:1600()]Setting RT[0x0000188f] from ILT[0x000000a0]
[Client is 2] to Physical addr: 0x33f7b1
[ecore_ilt_init_pf:1600()]Setting RT[0x00001891] from ILT[0x000000a1]
[Client is 4] to Physical addr: 0x33f7a0
[ecore_ilt_init_pf:1600()]Setting RT[0x00001893] from ILT[0x000000a2]
[Client is 4] to Physical addr: 0x33f78f
[ecore_ilt_init_pf:1600()]Setting RT[0x00001895] from ILT[0x000000a3]
[Client is 4] to Physical addr: 0x33f77e
[ecore_ilt_init_pf:1600()]Setting RT[0x00001897] from ILT[0x000000a4]
[Client is 4] to Physical addr: 0x33f76d
[ecore_ilt_init_pf:1600()]Setting RT[0x00001899] from ILT[0x000000a5]
[Client is 4] to Physical addr: 0x33f75c
[ecore_ilt_init_pf:1600()]Setting RT[0x0000189b] from ILT[0x000000a6]
[Client is 4] to Physical addr: 0x33f74b
[ecore_ilt_init_pf:1600()]Setting RT[0x0000189d] from ILT[0x000000a7]
[Client is 4] to Physical addr: 0x33f73a
[ecore_ilt_init_pf:1600()]Setting RT[0x0000189f] from ILT[0x000000a8]
[Client is 4] to Physical addr: 0x33f729
[ecore_src_init_pf:1638()]Configured SEARCHER for 0x00001050 connections
[osal_dma_alloc_coherent:182(84:00.0:dpdk-port-0)]Allocated dma memory
size=4096 phys=0x33f3613c0 virt=0x33f3613c0 core=0
[ecore_dmae_sanity:1044()]DMAE sanity [pf_phase]: src_addr={phys
0x33f3613c0, virt 0x33f3613c0}, dst_addr={phys 0x33f361bc0, virt
0x33f361bc0}, size 0x800
[osal_dma_free_mem:234(84:00.0:dpdk-port-0)]Free memzone 2ce7aaa29b346
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0001]: func_id= 0
is_pf = 1 vector_num = 0x1
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0002]: func_id= 0
is_pf = 1 vector_num = 0x2
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0003]: func_id= 0
is_pf = 1 vector_num = 0x3
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0004]: func_id= 0
is_pf = 1 vector_num = 0x4
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0005]: func_id= 0
is_pf = 1 vector_num = 0x5
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0006]: func_id= 0
is_pf = 1 vector_num = 0x6
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0007]: func_id= 0
is_pf = 1 vector_num = 0x7
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0008]: func_id= 0
is_pf = 1 vector_num = 0x8
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0009]: func_id= 0
is_pf = 1 vector_num = 0x9
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [000a]: func_id= 0
is_pf = 1 vector_num = 0xa
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [000b]: func_id= 0
is_pf = 1 vector_num = 0xb
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [000c]: func_id= 0
is_pf = 1 vector_num = 0xc
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [000d]: func_id= 0
is_pf = 1 vector_num = 0xd
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [000e]: func_id= 0
is_pf = 1 vector_num = 0xe
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [000f]: func_id= 0
is_pf = 1 vector_num = 0xf
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0010]: func_id= 0
is_pf = 1 vector_num = 0x10
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0011]: func_id= 0
is_pf = 1 vector_num = 0x11
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0012]: func_id= 0
is_pf = 1 vector_num = 0x12
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0013]: func_id= 0
is_pf = 1 vector_num = 0x13
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0014]: func_id= 0
is_pf = 1 vector_num = 0x14
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0015]: func_id= 0
is_pf = 1 vector_num = 0x15
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0016]: func_id= 0
is_pf = 1 vector_num = 0x16
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0017]: func_id= 0
is_pf = 1 vector_num = 0x17
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0018]: func_id= 0
is_pf = 1 vector_num = 0x18
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0019]: func_id= 0
is_pf = 1 vector_num = 0x19
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [001a]: func_id= 0
is_pf = 1 vector_num = 0x1a
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [001b]: func_id= 0
is_pf = 1 vector_num = 0x1b
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [001c]: func_id= 0
is_pf = 1 vector_num = 0x1c
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [001d]: func_id= 0
is_pf = 1 vector_num = 0x1d
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [001e]: func_id= 0
is_pf = 1 vector_num = 0x1e
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [001f]: func_id= 0
is_pf = 1 vector_num = 0x1f
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0020]: func_id= 0
is_pf = 1 vector_num = 0x20
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0021]: func_id= 0
is_pf = 1 vector_num = 0x21
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0022]: func_id= 0
is_pf = 1 vector_num = 0x22
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0023]: func_id= 0
is_pf = 1 vector_num = 0x23
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0024]: func_id= 0
is_pf = 1 vector_num = 0x24
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0025]: func_id= 0
is_pf = 1 vector_num = 0x25
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0026]: func_id= 0
is_pf = 1 vector_num = 0x26
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0027]: func_id= 0
is_pf = 1 vector_num = 0x27
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0028]: func_id= 0
is_pf = 1 vector_num = 0x28
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0029]: func_id= 0
is_pf = 1 vector_num = 0x29
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [002a]: func_id= 0
is_pf = 1 vector_num = 0x2a
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [002b]: func_id= 0
is_pf = 1 vector_num = 0x2b
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [002c]: func_id= 0
is_pf = 1 vector_num = 0x2c
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [002d]: func_id= 0
is_pf = 1 vector_num = 0x2d
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [002e]: func_id= 0
is_pf = 1 vector_num = 0x2e
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [002f]: func_id= 0
is_pf = 1 vector_num = 0x2f
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0030]: func_id= 0
is_pf = 1 vector_num = 0x30
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0031]: func_id= 0
is_pf = 1 vector_num = 0x31
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0032]: func_id= 0
is_pf = 1 vector_num = 0x32
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0033]: func_id= 0
is_pf = 1 vector_num = 0x33
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0034]: func_id= 0
is_pf = 1 vector_num = 0x34
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0035]: func_id= 0
is_pf = 1 vector_num = 0x35
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0036]: func_id= 0
is_pf = 1 vector_num = 0x36
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0037]: func_id= 0
is_pf = 1 vector_num = 0x37
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0038]: func_id= 0
is_pf = 1 vector_num = 0x38
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0039]: func_id= 0
is_pf = 1 vector_num = 0x39
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [003a]: func_id= 0
is_pf = 1 vector_num = 0x3a
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [003b]: func_id= 0
is_pf = 1 vector_num = 0x3b
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [003c]: func_id= 0
is_pf = 1 vector_num = 0x3c
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [003d]: func_id= 0
is_pf = 1 vector_num = 0x3d
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [003e]: func_id= 0
is_pf = 1 vector_num = 0x3e
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [003f]: func_id= 0
is_pf = 1 vector_num = 0x3f
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0040]: func_id= 0
is_pf = 1 vector_num = 0x40
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0041]: func_id= 0
is_pf = 1 vector_num = 0x41
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0042]: func_id= 0
is_pf = 1 vector_num = 0x42
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0043]: func_id= 0
is_pf = 1 vector_num = 0x43
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0044]: func_id= 0
is_pf = 1 vector_num = 0x44
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0045]: func_id= 0
is_pf = 1 vector_num = 0x45
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0046]: func_id= 0
is_pf = 1 vector_num = 0x46
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0047]: func_id= 0
is_pf = 1 vector_num = 0x47
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0048]: func_id= 0
is_pf = 1 vector_num = 0x48
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0049]: func_id= 0
is_pf = 1 vector_num = 0x49
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [004a]: func_id= 0
is_pf = 1 vector_num = 0x4a
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [004b]: func_id= 0
is_pf = 1 vector_num = 0x4b
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [004c]: func_id= 0
is_pf = 1 vector_num = 0x4c
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [004d]: func_id= 0
is_pf = 1 vector_num = 0x4d
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [004e]: func_id= 0
is_pf = 1 vector_num = 0x4e
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [004f]: func_id= 0
is_pf = 1 vector_num = 0x4f
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0050]: func_id= 0
is_pf = 1 vector_num = 0x50
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0051]: func_id= 0
is_pf = 1 vector_num = 0x51
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0052]: func_id= 0
is_pf = 1 vector_num = 0x52
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0053]: func_id= 0
is_pf = 1 vector_num = 0x53
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0054]: func_id= 0
is_pf = 1 vector_num = 0x54
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0055]: func_id= 0
is_pf = 1 vector_num = 0x55
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0056]: func_id= 0
is_pf = 1 vector_num = 0x56
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0057]: func_id= 0
is_pf = 1 vector_num = 0x57
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0058]: func_id= 0
is_pf = 1 vector_num = 0x58
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0059]: func_id= 0
is_pf = 1 vector_num = 0x59
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [005a]: func_id= 0
is_pf = 1 vector_num = 0x5a
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [005b]: func_id= 0
is_pf = 1 vector_num = 0x5b
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [005c]: func_id= 0
is_pf = 1 vector_num = 0x5c
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [005d]: func_id= 0
is_pf = 1 vector_num = 0x5d
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [005e]: func_id= 0
is_pf = 1 vector_num = 0x5e
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [005f]: func_id= 0
is_pf = 1 vector_num = 0x5f
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0060]: func_id= 0
is_pf = 1 vector_num = 0x60
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0061]: func_id= 0
is_pf = 1 vector_num = 0x61
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0062]: func_id= 0
is_pf = 1 vector_num = 0x62
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0063]: func_id= 0
is_pf = 1 vector_num = 0x63
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0064]: func_id= 0
is_pf = 1 vector_num = 0x64
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0065]: func_id= 0
is_pf = 1 vector_num = 0x65
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0066]: func_id= 0
is_pf = 1 vector_num = 0x66
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0067]: func_id= 0
is_pf = 1 vector_num = 0x67
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0068]: func_id= 0
is_pf = 1 vector_num = 0x68
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0069]: func_id= 0
is_pf = 1 vector_num = 0x69
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [006a]: func_id= 0
is_pf = 1 vector_num = 0x6a
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [006b]: func_id= 0
is_pf = 1 vector_num = 0x6b
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [006c]: func_id= 0
is_pf = 1 vector_num = 0x6c
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [006d]: func_id= 0
is_pf = 1 vector_num = 0x6d
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [006e]: func_id= 0
is_pf = 1 vector_num = 0x6e
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [006f]: func_id= 0
is_pf = 1 vector_num = 0x6f
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0070]: func_id= 0
is_pf = 1 vector_num = 0x70
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0071]: func_id= 0
is_pf = 1 vector_num = 0x71
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0072]: func_id= 0
is_pf = 1 vector_num = 0x72
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0073]: func_id= 0
is_pf = 1 vector_num = 0x73
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0074]: func_id= 0
is_pf = 1 vector_num = 0x74
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0075]: func_id= 0
is_pf = 1 vector_num = 0x75
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0076]: func_id= 0
is_pf = 1 vector_num = 0x76
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0077]: func_id= 0
is_pf = 1 vector_num = 0x77
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0078]: func_id= 0
is_pf = 1 vector_num = 0x78
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0079]: func_id= 0
is_pf = 1 vector_num = 0x79
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [007a]: func_id= 0
is_pf = 1 vector_num = 0x7a
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [007b]: func_id= 0
is_pf = 1 vector_num = 0x7b
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [007c]: func_id= 0
is_pf = 1 vector_num = 0x7c
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [007d]: func_id= 0
is_pf = 1 vector_num = 0x7d
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [007e]: func_id= 0
is_pf = 1 vector_num = 0x7e
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [007f]: func_id= 0
is_pf = 1 vector_num = 0x7f
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0080]: func_id= 0
is_pf = 1 vector_num = 0x80
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0000]: func_id= 0
is_pf = 1 vector_num = 0x0
[ecore_hw_init_pf_doorbell_bar:3316()]doorbell bar:
normal_region_size=4096,
pwm_region_size=520192[ecore_hw_init_pf_doorbell_bar:3319()] dpi_size=4096,
dpi_count=127, roce_edpm=enabled
[ecore_llh_add_mac_filter:1112(84:00.0:dpdk-port-0)]LLH: Added MAC filter
[00:0e:1e:d3:ac:04] to ppfid 0 [abs 0] at idx 0 [ref_cnt 1]
[ecore_sp_init_request:77()]Initialized: CID ff000000 cmd 01 protocol 08
data_addr 13948969124 comp_mode [MODE_EBLOCK]
[ecore_sp_pf_start:407()]Setting event_ring_sb [id 0000 index 00],
outer_tag.tpid [0], outer_tag.tci [0]
[ecore_spq_fill_entry:172()]Ramrod header: [CID 0xff000000 CMD 0x01
protocol 0x08] Data pointer: [00000003:3f6c60a4] Completion Mode:
MODE_EBLOCK
[ecore_spq_hw_post:280()]Doorbelled [0x00000000, CID 0x00000000] with
Flags: 8c agg_params: 10, prod: 0001
[ecore_int_sp_dpc:1307()]DPC Called! (hwfn 0x13bfffe400 0)
[ecore_int_sp_dpc:1323(84:00.0:dpdk-port-0)]Interrupt indices: 0x00000000
--> 0x00000000
[ecore_int_sp_dpc:1336(84:00.0:dpdk-port-0)]Attention indices: 0x00000000
--> 0x00000000
[ecore_int_sp_dpc:1307()]DPC Called! (hwfn 0x13bfffe400 0)
[ecore_int_sp_dpc:1323(84:00.0:dpdk-port-0)]Interrupt indices: 0x00000000
--> 0x00000000
[ecore_int_sp_dpc:1336(84:00.0:dpdk-port-0)]Attention indices: 0x00000000
--> 0x00000000
[ecore_int_sp_dpc:1307()]DPC Called! (hwfn 0x13bfffe400 0)
[ecore_int_sp_dpc:1323(84:00.0:dpdk-port-0)]Interrupt indices: 0x00000000
--> 0x00000001
[ecore_int_sp_dpc:1336(84:00.0:dpdk-port-0)]Attention indices: 0x00000000
--> 0x00000000
[ecore_eq_completion:376()]fw_cons_idx 1
[ecore_eq_completion:395()]op 0 prot 8 res0 0 echo 0 fwret 0 flags 0
[ecore_spq_completion:1016()]Complete EQE [echo 0000]: func 0x5d5df7938830
cookie 0x33f6c6278)
[ecore_hw_init_pf:3524()]PRS_REG_SEARCH_TAG1: 1
[ecore_hw_init_pf:3534()]PRS_REG_SEARCH registers after start PFn
[ecore_hw_init_pf:3537()]PRS_REG_SEARCH_TCP: 0
[ecore_hw_init_pf:3540()]PRS_REG_SEARCH_UDP: 0
[ecore_hw_init_pf:3543()]PRS_REG_SEARCH_FCOE: 0
[ecore_hw_init_pf:3546()]PRS_REG_SEARCH_ROCE: 0
[ecore_hw_init_pf:3550()]PRS_REG_SEARCH_TCP_FIRST_FRAG: 0
[ecore_hw_init_pf:3554()]PRS_REG_SEARCH_TAG1: 1
[ecore_int_sp_dpc:1307()]DPC Called! (hwfn 0x13bfffe400 0)
[ecore_int_sp_dpc:1323(84:00.0:dpdk-port-0)]Interrupt indices: 0x00000001
--> 0x00000001
[ecore_int_sp_dpc:1336(84:00.0:dpdk-port-0)]Attention indices: 0x00000000
--> 0x00000000
[ecore_hw_init:3883()]sending phony dcbx set command to trigger DCBx
attention handling
[ecore_hw_init:3901()]Sending GET_OEM_UPDATES command to trigger
stag/bandwidth attention handling
[ecore_int_sp_dpc:1307()]DPC Called! (hwfn 0x13bfffe400 0)
[ecore_int_sp_dpc:1323(84:00.0:dpdk-port-0)]Interrupt indices: 0x00000001
--> 0x00000001
[ecore_int_sp_dpc:1336(84:00.0:dpdk-port-0)]Attention indices: 0x00000000
--> 0x00000001
[ecore_int_attentions:1239()]MFW indication via attention
[ecore_int_assertion:894()]IGU mask: 0x00000fff --> 0x00000eff
[ecore_int_assertion:899()]inner known ATTN state: 0x0000 --> 0x0100
[ecore_mcp_handle_events:2102()]Received message from MFW
[ecore_mcp_handle_events:2114()]Msg [4] - old CMD 0x00, new CMD 0x01
[ecore_dcbx_copy_mib:401()]mib type = 1, try count = 1 prefix seq num = 0
suffix seq num = 0
[ecore_dcbx_get_app_data:495()]APP params: willing 0, valid 0 error = 0
[ecore_dcbx_get_ets_data:538()]ETS params: willing 0, enabled = 0 ets_cbs 0
pri_tc_tbl_0 0 max_ets_tc 0
[ecore_dcbx_get_ets_data:556()]elem 0 bw_tbl 0 tsa_tbl 0
[ecore_dcbx_get_ets_data:556()]elem 1 bw_tbl 0 tsa_tbl 0
[ecore_dcbx_get_ets_data:556()]elem 2 bw_tbl 0 tsa_tbl 0
[ecore_dcbx_get_ets_data:556()]elem 3 bw_tbl 0 tsa_tbl 0
[ecore_dcbx_get_ets_data:556()]elem 4 bw_tbl 0 tsa_tbl 0
[ecore_dcbx_get_ets_data:556()]elem 5 bw_tbl 0 tsa_tbl 0
[ecore_dcbx_get_ets_data:556()]elem 6 bw_tbl 0 tsa_tbl 0
[ecore_dcbx_get_ets_data:556()]elem 7 bw_tbl 0 tsa_tbl 0
[ecore_dcbx_get_pfc_data:520()]PFC params: willing 0, pfc_bitmap 0 max_tc =
0 enabled = 0
[ecore_mcp_handle_events:2114()]Msg [5] - old CMD 0x00, new CMD 0x01
[ecore_dcbx_copy_mib:401()]mib type = 0, try count = 1 prefix seq num = 0
suffix seq num = 0
[ecore_dcbx_get_dscp_params:620()]elem 0 pri_map 0x0
[ecore_dcbx_get_dscp_params:620()]elem 8 pri_map 0x0
[ecore_dcbx_get_dscp_params:620()]elem 16 pri_map 0x0
[ecore_dcbx_get_dscp_params:620()]elem 24 pri_map 0x0
[ecore_dcbx_get_dscp_params:620()]elem 32 pri_map 0x0
[ecore_dcbx_get_dscp_params:620()]elem 40 pri_map 0x0
[ecore_dcbx_get_dscp_params:620()]elem 48 pri_map 0x0
[ecore_dcbx_get_dscp_params:620()]elem 56 pri_map 0x0
[ecore_dcbx_process_tlv:254()]Num APP entries = 0 pri_tc_tbl = 0x0
dcbx_version = 0
[ecore_dcbx_dp_protocol:97()]DCBX negotiated: 0
[ecore_dcbx_dp_protocol:103()]ISCSI info: update 3, enable 0, prio 0, tc 0,
num_active_tc 4 dscp_enable = 0 dscp_val = 0
[ecore_dcbx_dp_protocol:103()]FCOE info: update 3, enable 0, prio 0, tc 0,
num_active_tc 4 dscp_enable = 0 dscp_val = 0
[ecore_dcbx_dp_protocol:103()]ROCE info: update 3, enable 0, prio 0, tc 0,
num_active_tc 4 dscp_enable = 0 dscp_val = 0
[ecore_dcbx_dp_protocol:103()]ROCE_V2 info: update 3, enable 0, prio 0, tc
0, num_active_tc 4 dscp_enable = 0 dscp_val = 0
[ecore_dcbx_dp_protocol:103()]ETH info: update 3, enable 0, prio 0, tc 0,
num_active_tc 4 dscp_enable = 0 dscp_val = 0
[ecore_dcbx_dp_protocol:103()]IWARP info: update 3, enable 0, prio 0, tc 0,
num_active_tc 4 dscp_enable = 0 dscp_val = 0
[ecore_dp_init_qm_params:2237()]pq idx 0, port 0, vport_id 0, tc 0, wrr_grp
1, rl_valid 0, rl_id 0
[ecore_dp_init_qm_params:2237()]pq idx 1, port 0, vport_id 0, tc 1, wrr_grp
1, rl_valid 0, rl_id 0
[ecore_dp_init_qm_params:2237()]pq idx 2, port 0, vport_id 0, tc 2, wrr_grp
1, rl_valid 0, rl_id 0
[ecore_dp_init_qm_params:2237()]pq idx 3, port 0, vport_id 0, tc 3, wrr_grp
1, rl_valid 0, rl_id 0
[ecore_dp_init_qm_params:2237()]pq idx 4, port 0, vport_id 0, tc 8, wrr_grp
1, rl_valid 0, rl_id 0
[ecore_dp_init_qm_params:2237()]pq idx 5, port 0, vport_id 1, tc 0, wrr_grp
1, rl_valid 1, rl_id 1
[ecore_dp_init_qm_params:2237()]pq idx 6, port 0, vport_id 2, tc 0, wrr_grp
1, rl_valid 1, rl_id 2
[ecore_dp_init_qm_params:2237()]pq idx 7, port 0, vport_id 3, tc 0, wrr_grp
1, rl_valid 1, rl_id 3
[ecore_dp_init_qm_params:2237()]pq idx 8, port 0, vport_id 4, tc 0, wrr_grp
1, rl_valid 1, rl_id 4
[ecore_dp_init_qm_params:2237()]pq idx 9, port 0, vport_id 5, tc 0, wrr_grp
1, rl_valid 1, rl_id 5
[ecore_dp_init_qm_params:2237()]pq idx 10, port 0, vport_id 6, tc 0,
wrr_grp 1, rl_valid 1, rl_id 6
[ecore_dp_init_qm_params:2237()]pq idx 11, port 0, vport_id 7, tc 0,
wrr_grp 1, rl_valid 1, rl_id 7
[ecore_dp_init_qm_params:2237()]pq idx 12, port 0, vport_id 8, tc 0,
wrr_grp 1, rl_valid 1, rl_id 8
[ecore_dp_init_qm_params:2237()]pq idx 13, port 0, vport_id 9, tc 0,
wrr_grp 1, rl_valid 1, rl_id 9
[ecore_dp_init_qm_params:2237()]pq idx 14, port 0, vport_id 10, tc 0,
wrr_grp 1, rl_valid 1, rl_id 10
[ecore_dp_init_qm_params:2237()]pq idx 15, port 0, vport_id 11, tc 0,
wrr_grp 1, rl_valid 1, rl_id 11
[ecore_dp_init_qm_params:2237()]pq idx 16, port 0, vport_id 12, tc 0,
wrr_grp 1, rl_valid 1, rl_id 12
[ecore_dp_init_qm_params:2237()]pq idx 17, port 0, vport_id 13, tc 0,
wrr_grp 1, rl_valid 1, rl_id 13
[ecore_dp_init_qm_params:2237()]pq idx 18, port 0, vport_id 14, tc 0,
wrr_grp 1, rl_valid 1, rl_id 14
[ecore_dp_init_qm_params:2237()]pq idx 19, port 0, vport_id 15, tc 0,
wrr_grp 1, rl_valid 1, rl_id 15
[ecore_dp_init_qm_params:2237()]pq idx 20, port 0, vport_id 16, tc 0,
wrr_grp 1, rl_valid 1, rl_id 16
[ecore_dp_init_qm_params:2237()]pq idx 21, port 0, vport_id 17, tc 0,
wrr_grp 1, rl_valid 1, rl_id 17
[ecore_dp_init_qm_params:2237()]pq idx 22, port 0, vport_id 18, tc 0,
wrr_grp 1, rl_valid 1, rl_id 18
[ecore_dp_init_qm_params:2237()]pq idx 23, port 0, vport_id 19, tc 0,
wrr_grp 1, rl_valid 1, rl_id 19
[ecore_dp_init_qm_params:2237()]pq idx 24, port 0, vport_id 20, tc 0,
wrr_grp 1, rl_valid 1, rl_id 20
[ecore_dp_init_qm_params:2237()]pq idx 25, port 0, vport_id 21, tc 0,
wrr_grp 1, rl_valid 1, rl_id 21
[ecore_dp_init_qm_params:2237()]pq idx 26, port 0, vport_id 22, tc 0,
wrr_grp 1, rl_valid 1, rl_id 22
[ecore_dp_init_qm_params:2237()]pq idx 27, port 0, vport_id 23, tc 0,
wrr_grp 1, rl_valid 1, rl_id 23
[ecore_dp_init_qm_params:2237()]pq idx 28, port 0, vport_id 24, tc 0,
wrr_grp 1, rl_valid 1, rl_id 24
[ecore_dp_init_qm_params:2237()]pq idx 29, port 0, vport_id 25, tc 0,
wrr_grp 1, rl_valid 1, rl_id 25
[ecore_dp_init_qm_params:2237()]pq idx 30, port 0, vport_id 26, tc 0,
wrr_grp 1, rl_valid 1, rl_id 26
[ecore_dp_init_qm_params:2237()]pq idx 31, port 0, vport_id 27, tc 0,
wrr_grp 1, rl_valid 1, rl_id 27
[ecore_dp_init_qm_params:2237()]pq idx 32, port 0, vport_id 28, tc 0,
wrr_grp 1, rl_valid 1, rl_id 28
[ecore_dp_init_qm_params:2237()]pq idx 33, port 0, vport_id 29, tc 0,
wrr_grp 1, rl_valid 1, rl_id 29
[ecore_dp_init_qm_params:2237()]pq idx 34, port 0, vport_id 30, tc 0,
wrr_grp 1, rl_valid 1, rl_id 30
[ecore_dp_init_qm_params:2237()]pq idx 35, port 0, vport_id 31, tc 0,
wrr_grp 1, rl_valid 1, rl_id 31
[ecore_dp_init_qm_params:2237()]pq idx 36, port 0, vport_id 32, tc 0,
wrr_grp 1, rl_valid 1, rl_id 32
[ecore_dp_init_qm_params:2237()]pq idx 37, port 0, vport_id 33, tc 0,
wrr_grp 1, rl_valid 1, rl_id 33
[ecore_dp_init_qm_params:2237()]pq idx 38, port 0, vport_id 34, tc 0,
wrr_grp 1, rl_valid 1, rl_id 34
[ecore_dp_init_qm_params:2237()]pq idx 39, port 0, vport_id 35, tc 0,
wrr_grp 1, rl_valid 1, rl_id 35
[ecore_dp_init_qm_params:2237()]pq idx 40, port 0, vport_id 36, tc 0,
wrr_grp 1, rl_valid 1, rl_id 36
[ecore_dp_init_qm_params:2237()]pq idx 41, port 0, vport_id 37, tc 0,
wrr_grp 1, rl_valid 1, rl_id 37
[ecore_dp_init_qm_params:2237()]pq idx 42, port 0, vport_id 38, tc 0,
wrr_grp 1, rl_valid 1, rl_id 38
[ecore_dp_init_qm_params:2237()]pq idx 43, port 0, vport_id 39, tc 0,
wrr_grp 1, rl_valid 1, rl_id 39
[ecore_dp_init_qm_params:2237()]pq idx 44, port 0, vport_id 40, tc 0,
wrr_grp 1, rl_valid 1, rl_id 40
[ecore_dp_init_qm_params:2237()]pq idx 45, port 0, vport_id 41, tc 0,
wrr_grp 1, rl_valid 1, rl_id 41
[ecore_dp_init_qm_params:2237()]pq idx 46, port 0, vport_id 42, tc 0,
wrr_grp 1, rl_valid 1, rl_id 42
[ecore_dp_init_qm_params:2237()]pq idx 47, port 0, vport_id 43, tc 0,
wrr_grp 1, rl_valid 1, rl_id 43
[ecore_dp_init_qm_params:2237()]pq idx 48, port 0, vport_id 44, tc 0,
wrr_grp 1, rl_valid 1, rl_id 44
[ecore_dp_init_qm_params:2237()]pq idx 49, port 0, vport_id 45, tc 0,
wrr_grp 1, rl_valid 1, rl_id 45
[ecore_dp_init_qm_params:2237()]pq idx 50, port 0, vport_id 46, tc 0,
wrr_grp 1, rl_valid 1, rl_id 46
[ecore_dp_init_qm_params:2237()]pq idx 51, port 0, vport_id 47, tc 0,
wrr_grp 1, rl_valid 1, rl_id 47
[ecore_dp_init_qm_params:2237()]pq idx 52, port 0, vport_id 48, tc 0,
wrr_grp 1, rl_valid 1, rl_id 48
[ecore_dp_init_qm_params:2237()]pq idx 53, port 0, vport_id 49, tc 0,
wrr_grp 1, rl_valid 1, rl_id 49
[ecore_dp_init_qm_params:2237()]pq idx 54, port 0, vport_id 50, tc 0,
wrr_grp 1, rl_valid 1, rl_id 50
[ecore_dp_init_qm_params:2237()]pq idx 55, port 0, vport_id 51, tc 0,
wrr_grp 1, rl_valid 1, rl_id 51
[ecore_dp_init_qm_params:2237()]pq idx 56, port 0, vport_id 52, tc 0,
wrr_grp 1, rl_valid 1, rl_id 52
[ecore_dp_init_qm_params:2237()]pq idx 57, port 0, vport_id 53, tc 0,
wrr_grp 1, rl_valid 1, rl_id 53
[ecore_dp_init_qm_params:2237()]pq idx 58, port 0, vport_id 54, tc 0,
wrr_grp 1, rl_valid 1, rl_id 54
[ecore_dp_init_qm_params:2237()]pq idx 59, port 0, vport_id 55, tc 0,
wrr_grp 1, rl_valid 1, rl_id 55
[ecore_dp_init_qm_params:2237()]pq idx 60, port 0, vport_id 56, tc 0,
wrr_grp 1, rl_valid 1, rl_id 56
[ecore_dp_init_qm_params:2237()]pq idx 61, port 0, vport_id 57, tc 0,
wrr_grp 1, rl_valid 1, rl_id 57
[ecore_dp_init_qm_params:2237()]pq idx 62, port 0, vport_id 58, tc 0,
wrr_grp 1, rl_valid 1, rl_id 58
[ecore_dp_init_qm_params:2237()]pq idx 63, port 0, vport_id 59, tc 0,
wrr_grp 1, rl_valid 1, rl_id 59
[ecore_dp_init_qm_params:2237()]pq idx 64, port 0, vport_id 60, tc 0,
wrr_grp 1, rl_valid 1, rl_id 60
[ecore_dp_init_qm_params:2237()]pq idx 65, port 0, vport_id 61, tc 0,
wrr_grp 1, rl_valid 1, rl_id 61
[ecore_dp_init_qm_params:2237()]pq idx 66, port 0, vport_id 62, tc 0,
wrr_grp 1, rl_valid 1, rl_id 62
[ecore_dp_init_qm_params:2237()]pq idx 67, port 0, vport_id 63, tc 0,
wrr_grp 1, rl_valid 1, rl_id 63
[ecore_dp_init_qm_params:2237()]pq idx 68, port 0, vport_id 64, tc 0,
wrr_grp 1, rl_valid 1, rl_id 64
[ecore_dp_init_qm_params:2237()]pq idx 69, port 0, vport_id 65, tc 0,
wrr_grp 1, rl_valid 1, rl_id 65
[ecore_dp_init_qm_params:2237()]pq idx 70, port 0, vport_id 66, tc 0,
wrr_grp 1, rl_valid 1, rl_id 66
[ecore_dp_init_qm_params:2237()]pq idx 71, port 0, vport_id 67, tc 0,
wrr_grp 1, rl_valid 1, rl_id 67
[ecore_dp_init_qm_params:2237()]pq idx 72, port 0, vport_id 68, tc 0,
wrr_grp 1, rl_valid 1, rl_id 68
[ecore_dp_init_qm_params:2237()]pq idx 73, port 0, vport_id 69, tc 0,
wrr_grp 1, rl_valid 1, rl_id 69
[ecore_dp_init_qm_params:2237()]pq idx 74, port 0, vport_id 70, tc 0,
wrr_grp 1, rl_valid 1, rl_id 70
[ecore_dp_init_qm_params:2237()]pq idx 75, port 0, vport_id 71, tc 0,
wrr_grp 1, rl_valid 1, rl_id 71
[ecore_dp_init_qm_params:2237()]pq idx 76, port 0, vport_id 72, tc 0,
wrr_grp 1, rl_valid 1, rl_id 72
[ecore_dp_init_qm_params:2237()]pq idx 77, port 0, vport_id 73, tc 0,
wrr_grp 1, rl_valid 1, rl_id 73
[ecore_dp_init_qm_params:2237()]pq idx 78, port 0, vport_id 74, tc 0,
wrr_grp 1, rl_valid 1, rl_id 74
[ecore_dp_init_qm_params:2237()]pq idx 79, port 0, vport_id 75, tc 0,
wrr_grp 1, rl_valid 1, rl_id 75
[ecore_dp_init_qm_params:2237()]pq idx 80, port 0, vport_id 76, tc 0,
wrr_grp 1, rl_valid 1, rl_id 76
[ecore_dp_init_qm_params:2237()]pq idx 81, port 0, vport_id 77, tc 0,
wrr_grp 1, rl_valid 1, rl_id 77
[ecore_dp_init_qm_params:2237()]pq idx 82, port 0, vport_id 78, tc 0,
wrr_grp 1, rl_valid 1, rl_id 78
[ecore_dp_init_qm_params:2237()]pq idx 83, port 0, vport_id 79, tc 0,
wrr_grp 1, rl_valid 1, rl_id 79
[ecore_dp_init_qm_params:2237()]pq idx 84, port 0, vport_id 80, tc 0,
wrr_grp 1, rl_valid 1, rl_id 80
[ecore_dp_init_qm_params:2237()]pq idx 85, port 0, vport_id 81, tc 0,
wrr_grp 1, rl_valid 1, rl_id 81
[ecore_dp_init_qm_params:2237()]pq idx 86, port 0, vport_id 82, tc 0,
wrr_grp 1, rl_valid 1, rl_id 82
[ecore_dp_init_qm_params:2237()]pq idx 87, port 0, vport_id 83, tc 0,
wrr_grp 1, rl_valid 1, rl_id 83
[ecore_dp_init_qm_params:2237()]pq idx 88, port 0, vport_id 84, tc 0,
wrr_grp 1, rl_valid 1, rl_id 84
[ecore_dp_init_qm_params:2237()]pq idx 89, port 0, vport_id 85, tc 0,
wrr_grp 1, rl_valid 1, rl_id 85
[ecore_dp_init_qm_params:2237()]pq idx 90, port 0, vport_id 86, tc 0,
wrr_grp 1, rl_valid 1, rl_id 86
[ecore_dp_init_qm_params:2237()]pq idx 91, port 0, vport_id 87, tc 0,
wrr_grp 1, rl_valid 1, rl_id 87
[ecore_dp_init_qm_params:2237()]pq idx 92, port 0, vport_id 88, tc 0,
wrr_grp 1, rl_valid 1, rl_id 88
[ecore_dp_init_qm_params:2237()]pq idx 93, port 0, vport_id 89, tc 0,
wrr_grp 1, rl_valid 1, rl_id 89
[ecore_dp_init_qm_params:2237()]pq idx 94, port 0, vport_id 90, tc 0,
wrr_grp 1, rl_valid 1, rl_id 90
[ecore_dp_init_qm_params:2237()]pq idx 95, port 0, vport_id 91, tc 0,
wrr_grp 1, rl_valid 1, rl_id 91
[ecore_dp_init_qm_params:2237()]pq idx 96, port 0, vport_id 92, tc 0,
wrr_grp 1, rl_valid 1, rl_id 92
[ecore_dp_init_qm_params:2237()]pq idx 97, port 0, vport_id 93, tc 0,
wrr_grp 1, rl_valid 1, rl_id 93
[ecore_dp_init_qm_params:2237()]pq idx 98, port 0, vport_id 94, tc 0,
wrr_grp 1, rl_valid 1, rl_id 94
[ecore_dp_init_qm_params:2237()]pq idx 99, port 0, vport_id 95, tc 0,
wrr_grp 1, rl_valid 1, rl_id 95
[ecore_dp_init_qm_params:2237()]pq idx 100, port 0, vport_id 96, tc 0,
wrr_grp 1, rl_valid 1, rl_id 96
[ecore_dp_init_qm_params:2237()]pq idx 101, port 0, vport_id 97, tc 0,
wrr_grp 1, rl_valid 1, rl_id 97
[ecore_dp_init_qm_params:2237()]pq idx 102, port 0, vport_id 98, tc 0,
wrr_grp 1, rl_valid 1, rl_id 98
[ecore_dp_init_qm_params:2237()]pq idx 103, port 0, vport_id 99, tc 0,
wrr_grp 1, rl_valid 1, rl_id 99
[ecore_dp_init_qm_params:2237()]pq idx 104, port 0, vport_id 100, tc 0,
wrr_grp 1, rl_valid 1, rl_id 100
[ecore_dp_init_qm_params:2237()]pq idx 105, port 0, vport_id 101, tc 0,
wrr_grp 1, rl_valid 1, rl_id 101
[ecore_dp_init_qm_params:2237()]pq idx 106, port 0, vport_id 102, tc 0,
wrr_grp 1, rl_valid 1, rl_id 102
[ecore_dp_init_qm_params:2237()]pq idx 107, port 0, vport_id 103, tc 0,
wrr_grp 1, rl_valid 1, rl_id 103
[ecore_dp_init_qm_params:2237()]pq idx 108, port 0, vport_id 104, tc 0,
wrr_grp 1, rl_valid 1, rl_id 104
[ecore_dp_init_qm_params:2237()]pq idx 109, port 0, vport_id 105, tc 0,
wrr_grp 1, rl_valid 1, rl_id 105
[ecore_dp_init_qm_params:2237()]pq idx 110, port 0, vport_id 106, tc 0,
wrr_grp 1, rl_valid 1, rl_id 106
[ecore_dp_init_qm_params:2237()]pq idx 111, port 0, vport_id 107, tc 0,
wrr_grp 1, rl_valid 1, rl_id 107
[ecore_dp_init_qm_params:2237()]pq idx 112, port 0, vport_id 108, tc 0,
wrr_grp 1, rl_valid 1, rl_id 108
[ecore_dp_init_qm_params:2237()]pq idx 113, port 0, vport_id 109, tc 0,
wrr_grp 1, rl_valid 1, rl_id 109
[ecore_dp_init_qm_params:2237()]pq idx 114, port 0, vport_id 110, tc 0,
wrr_grp 1, rl_valid 1, rl_id 110
[ecore_dp_init_qm_params:2237()]pq idx 115, port 0, vport_id 111, tc 0,
wrr_grp 1, rl_valid 1, rl_id 111
[ecore_dp_init_qm_params:2237()]pq idx 116, port 0, vport_id 112, tc 0,
wrr_grp 1, rl_valid 1, rl_id 112
[ecore_dp_init_qm_params:2237()]pq idx 117, port 0, vport_id 113, tc 0,
wrr_grp 1, rl_valid 1, rl_id 113
[ecore_dp_init_qm_params:2237()]pq idx 118, port 0, vport_id 114, tc 0,
wrr_grp 1, rl_valid 1, rl_id 114
[ecore_dp_init_qm_params:2237()]pq idx 119, port 0, vport_id 115, tc 0,
wrr_grp 1, rl_valid 1, rl_id 115
[ecore_dp_init_qm_params:2237()]pq idx 120, port 0, vport_id 116, tc 0,
wrr_grp 1, rl_valid 1, rl_id 116
[ecore_dp_init_qm_params:2237()]pq idx 121, port 0, vport_id 117, tc 0,
wrr_grp 1, rl_valid 1, rl_id 117
[ecore_dp_init_qm_params:2237()]pq idx 122, port 0, vport_id 118, tc 0,
wrr_grp 1, rl_valid 1, rl_id 118
[ecore_dp_init_qm_params:2237()]pq idx 123, port 0, vport_id 119, tc 0,
wrr_grp 1, rl_valid 1, rl_id 119
[ecore_dp_init_qm_params:2237()]pq idx 124, port 0, vport_id 120, tc 0,
wrr_grp 1, rl_valid 1, rl_id 120
[ecore_hw_init:3915()]Sending GET_OEM_UPDATES command to trigger
stag/bandwidth attention handling
[qed_slowpath_start:311(84:00.0:dpdk-port-0)]HW inited and function started
[qede_print_adapter_info:372(84:00.0:dpdk-port-0)]**************************************************
[qede_print_adapter_info:373(84:00.0:dpdk-port-0)] DPDK version :
DPDK 25.07.0-rc2
[qede_print_adapter_info:374(84:00.0:dpdk-port-0)] Chip details : BB
B0
[qede_print_adapter_info:380(84:00.0:dpdk-port-0)] Driver version :
2.11.3.1
[qede_print_adapter_info:383(84:00.0:dpdk-port-0)] Base version :
8.40.26.0
[qede_print_adapter_info:385(84:00.0:dpdk-port-0)] Firmware version :
8.40.33.0 MFW: 8.59.0.0 MBI: 8.59.1
[qede_print_adapter_info:386(84:00.0:dpdk-port-0)] Firmware file :
/lib/firmware/qed/qed_init_values-8.40.33.0.bin
[qede_print_adapter_info:387(84:00.0:dpdk-port-0)]**************************************************
[qede_common_dev_init:2742(84:00.0:dpdk-port-0)]MAC address :
00:0E:1E:D3:AC:04
[qede_common_dev_init:2745(84:00.0:dpdk-port-0)]Device initialized
PCI_BUS: PCI device 0000:84:00.1 on NUMA socket 1
PCI_BUS: probe driver: 1077:1656 net_qede
[ecore_cxt_qm_iids:224(84:00.0:dpdk-port-0-0)]iids: CIDS 00000050 vf_cids
00000f00 tids 00000000 vf_tids 00000000
[ecore_sp_init_request:77(84:00.0:dpdk-port-0-0)]Initialized: CID ff000000
cmd 05 protocol 08 data_addr 13948969644 comp_mode [MODE_CB]
[ecore_spq_fill_entry:172(84:00.0:dpdk-port-0-0)]Ramrod header: [CID
0xff000000 CMD 0x05 protocol 0x08] Data pointer: [00000003:3f6c62ac]
Completion Mode: MODE_CB
[ecore_spq_hw_post:280(84:00.0:dpdk-port-0-0)]Doorbelled [0x00000000, CID
0x00000000] with Flags: 8c agg_params: 10, prod: 0002
[ecore_dcbx_get_operational_params:650(84:00.0:dpdk-port-0-0)]Dcbx is
disabled
[ecore_int_assertion:920(84:00.0:dpdk-port-0-0)]set cmd IGU: 0x0100
[ecore_int_sp_dpc:1307(84:00.0:dpdk-port-0-0)]DPC Called! (hwfn
0x13bfffe400 0)
[ecore_int_sp_dpc:1323(84:00.0:dpdk-port-0)]Interrupt indices: 0x00000001
--> 0x00000002
[ecore_int_sp_dpc:1336(84:00.0:dpdk-port-0)]Attention indices: 0x00000001
--> 0x00000002
[ecore_int_attentions:1241(84:00.0:dpdk-port-0-0)]MFW indication
[deassertion]
[ecore_int_deassertion:1071(84:00.0:dpdk-port-0-0)]Deasserted bits [0]:
00000000
[ecore_int_deassertion:1071(84:00.0:dpdk-port-0-0)]Deasserted bits [1]:
00000080
[ecore_int_deassertion:1071(84:00.0:dpdk-port-0-0)]Deasserted bits [2]:
00000001
[ecore_int_deassertion:1071(84:00.0:dpdk-port-0-0)]Deasserted bits [3]:
00000000
[ecore_int_deassertion:1071(84:00.0:dpdk-port-0-0)]Deasserted bits [4]:
00000000
[ecore_int_deassertion:1071(84:00.0:dpdk-port-0-0)]Deasserted bits [5]:
00000000
[ecore_int_deassertion:1071(84:00.0:dpdk-port-0-0)]Deasserted bits [6]:
00000000
[ecore_int_deassertion:1071(84:00.0:dpdk-port-0-0)]Deasserted bits [7]:
04000000
[ecore_int_deassertion:1071(84:00.0:dpdk-port-0-0)]Deasserted bits [8]:
00000000
[ecore_eq_completion:376(84:00.0:dpdk-port-0-0)]fw_cons_idx 2
[ecore_eq_completion:395(84:00.0:dpdk-port-0-0)]op 6 prot 8 res0 0 echo 1
fwret 0 flags 0
[ecore_spq_completion:1016(84:00.0:dpdk-port-0-0)]Complete EQE [echo 0001]:
func (nil) cookie (nil))
[ecore_spq_completion:1024(84:00.0:dpdk-port-0-0)]Got a completion without
a callback function
[ecore_int_sp_dpc:1307(84:00.0:dpdk-port-0-0)]DPC Called! (hwfn
0x13bfffe400 0)
[ecore_int_sp_dpc:1323(84:00.0:dpdk-port-0)]Interrupt indices: 0x00000002
--> 0x00000002
[ecore_int_sp_dpc:1336(84:00.0:dpdk-port-0)]Attention indices: 0x00000002
--> 0x00000003
[ecore_int_attentions:1239(84:00.0:dpdk-port-0-0)]MFW indication via
attention
[ecore_int_assertion:894(84:00.0:dpdk-port-0-0)]IGU mask: 0x00000fff -->
0x00000eff
[ecore_int_assertion:899(84:00.0:dpdk-port-0-0)]inner known ATTN state:
0x0000 --> 0x0100
[ecore_mcp_handle_events:2102(84:00.0:dpdk-port-0-0)]Received message from
MFW
[ecore_mcp_handle_events:2114(84:00.0:dpdk-port-0-0)]Msg [7] - old CMD
0x00, new CMD 0x02
[__ecore_configure_pf_max_bandwidth:6656(84:00.0:dpdk-port-0-0)]Configured
MAX bandwidth to be 00000000 Mb/sec
[ecore_int_assertion:920(84:00.0:dpdk-port-0-0)]set cmd IGU: 0x0100
[ecore_int_sp_dpc:1307(84:00.0:dpdk-port-0-0)]DPC Called! (hwfn
0x13bfffe400 0)
[ecore_int_sp_dpc:1323(84:00.0:dpdk-port-0)]Interrupt indices: 0x00000002
--> 0x00000002
[ecore_int_sp_dpc:1336(84:00.0:dpdk-port-0)]Attention indices: 0x00000003
--> 0x00000004
[ecore_int_attentions:1241(84:00.0:dpdk-port-0-0)]MFW indication
[deassertion]
[ecore_int_deassertion:1071(84:00.0:dpdk-port-0-0)]Deasserted bits [0]:
00000000
[ecore_int_deassertion:1071(84:00.0:dpdk-port-0-0)]Deasserted bits [1]:
00000080
[ecore_int_deassertion:1071(84:00.0:dpdk-port-0-0)]Deasserted bits [2]:
00000000
[ecore_int_deassertion:1071(84:00.0:dpdk-port-0-0)]Deasserted bits [3]:
00000000
[ecore_int_deassertion:1071(84:00.0:dpdk-port-0-0)]Deasserted bits [4]:
00000000
[ecore_int_deassertion:1071(84:00.0:dpdk-port-0-0)]Deasserted bits [5]:
00000000
[ecore_int_deassertion:1071(84:00.0:dpdk-port-0-0)]Deasserted bits [6]:
00000000
[ecore_int_deassertion:1071(84:00.0:dpdk-port-0-0)]Deasserted bits [7]:
04000000
[ecore_int_deassertion:1071(84:00.0:dpdk-port-0-0)]Deasserted bits [8]:
00000000
PCI_BUS: VFIO reports MSI-X BAR as mappable
PCI_BUS: PCI memory mapped at 0x2200110000
PCI_BUS: PCI memory mapped at 0x2200190000
PCI_BUS: PCI memory mapped at 0x2200210000
PCI_BUS: Probe PCI driver: net_qede (1077:1656) device: 0000:84:00.1
(socket 1)
[qede_pmd: ] qede_common_dev_init() >>
[qede_common_dev_init:2551(84:00.1:dpdk-port-1)]Starting qede probe
[get_function_id:4313()]Read ME register: Concrete 0x00018940 Opaque 0xff00
[ecore_get_dev_info:5553()]Chip details - BB B0, Num: 1634 Rev: 01 Bond id:
00 Metal: 00
[ecore_load_mcp_offsets:253()]drv_mb_offsiz = 0xe2e92, drv_mb_addr =
0xe2bc08 mcp_pf_id = 0x8
[ecore_iov_pci_cfg_info:419(84:00.1:dpdk-port-1)]sriov ext pos 448
[ecore_iov_pci_cfg_info:457(84:00.1:dpdk-port-1)]IOV info: nres 0, cap
0x0,ctrl 0x0, total 120, initial 120, num vfs 0, offset 135, stride 1, page
size 0x5ff
[ecore_iov_hw_info:731()]First VF in hwfn 0x00000000
[ecore_mcp_get_capabilities:4363()]MFW supported features: 002d03bf
[ecore_hw_get_nvm_info:5075()]Read default link: Speed 0x00000000, Adv.
Speed 0x0000000a, AN: 0x01, PAUSE AN: 0x01
EEE: 00 [00000000 usec][ecore_hw_get_nvm_info:5121()]Multi function mode
is 0x1e
[ecore_mcp_get_shmem_proto_mfw:2536()]According to capabilities, L2
personality is 00000000 [resp 00000000 param 00000000]
[ecore_mcp_fill_shmem_func_info:2611()]Read configuration from shmem:
pause_on_host 00 protocol 00 BW [01 - 64] MAC 00:0E:1E:D3:AC:05 wwn port 0
node 0 ovlan ffff
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0000] func_id = 0 is_pf = 1
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0001] func_id = 0 is_pf = 1
vector_num = 0x1
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0002] func_id = 0 is_pf = 1
vector_num = 0x2
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0003] func_id = 0 is_pf = 1
vector_num = 0x3
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0004] func_id = 0 is_pf = 1
vector_num = 0x4
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0005] func_id = 0 is_pf = 1
vector_num = 0x5
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0006] func_id = 0 is_pf = 1
vector_num = 0x6
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0007] func_id = 0 is_pf = 1
vector_num = 0x7
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0008] func_id = 0 is_pf = 1
vector_num = 0x8
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0009] func_id = 0 is_pf = 1
vector_num = 0x9
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x000a] func_id = 0 is_pf = 1
vector_num = 0xa
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x000b] func_id = 0 is_pf = 1
vector_num = 0xb
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x000c] func_id = 0 is_pf = 1
vector_num = 0xc
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x000d] func_id = 0 is_pf = 1
vector_num = 0xd
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x000e] func_id = 0 is_pf = 1
vector_num = 0xe
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x000f] func_id = 0 is_pf = 1
vector_num = 0xf
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0010] func_id = 0 is_pf = 1
vector_num = 0x10
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0011] func_id = 0 is_pf = 1
vector_num = 0x11
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0012] func_id = 0 is_pf = 1
vector_num = 0x12
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0013] func_id = 0 is_pf = 1
vector_num = 0x13
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0014] func_id = 0 is_pf = 1
vector_num = 0x14
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0015] func_id = 0 is_pf = 1
vector_num = 0x15
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0016] func_id = 0 is_pf = 1
vector_num = 0x16
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0017] func_id = 0 is_pf = 1
vector_num = 0x17
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0018] func_id = 0 is_pf = 1
vector_num = 0x18
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0019] func_id = 0 is_pf = 1
vector_num = 0x19
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x001a] func_id = 0 is_pf = 1
vector_num = 0x1a
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x001b] func_id = 0 is_pf = 1
vector_num = 0x1b
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x001c] func_id = 0 is_pf = 1
vector_num = 0x1c
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x001d] func_id = 0 is_pf = 1
vector_num = 0x1d
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x001e] func_id = 0 is_pf = 1
vector_num = 0x1e
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x001f] func_id = 0 is_pf = 1
vector_num = 0x1f
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0020] func_id = 0 is_pf = 1
vector_num = 0x20
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0021] func_id = 0 is_pf = 1
vector_num = 0x21
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0022] func_id = 0 is_pf = 1
vector_num = 0x22
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0023] func_id = 0 is_pf = 1
vector_num = 0x23
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0024] func_id = 0 is_pf = 1
vector_num = 0x24
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0025] func_id = 0 is_pf = 1
vector_num = 0x25
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0026] func_id = 0 is_pf = 1
vector_num = 0x26
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0027] func_id = 0 is_pf = 1
vector_num = 0x27
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0028] func_id = 0 is_pf = 1
vector_num = 0x28
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0029] func_id = 0 is_pf = 1
vector_num = 0x29
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x002a] func_id = 0 is_pf = 1
vector_num = 0x2a
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x002b] func_id = 0 is_pf = 1
vector_num = 0x2b
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x002c] func_id = 0 is_pf = 1
vector_num = 0x2c
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x002d] func_id = 0 is_pf = 1
vector_num = 0x2d
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x002e] func_id = 0 is_pf = 1
vector_num = 0x2e
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x002f] func_id = 0 is_pf = 1
vector_num = 0x2f
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0030] func_id = 0 is_pf = 1
vector_num = 0x30
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0031] func_id = 0 is_pf = 1
vector_num = 0x31
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0032] func_id = 0 is_pf = 1
vector_num = 0x32
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0033] func_id = 0 is_pf = 1
vector_num = 0x33
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0034] func_id = 0 is_pf = 1
vector_num = 0x34
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0035] func_id = 0 is_pf = 1
vector_num = 0x35
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0036] func_id = 0 is_pf = 1
vector_num = 0x36
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0037] func_id = 0 is_pf = 1
vector_num = 0x37
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0038] func_id = 0 is_pf = 1
vector_num = 0x38
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0039] func_id = 0 is_pf = 1
vector_num = 0x39
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x003a] func_id = 0 is_pf = 1
vector_num = 0x3a
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x003b] func_id = 0 is_pf = 1
vector_num = 0x3b
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x003c] func_id = 0 is_pf = 1
vector_num = 0x3c
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x003d] func_id = 0 is_pf = 1
vector_num = 0x3d
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x003e] func_id = 0 is_pf = 1
vector_num = 0x3e
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x003f] func_id = 0 is_pf = 1
vector_num = 0x3f
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0040] func_id = 0 is_pf = 1
vector_num = 0x40
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0041] func_id = 0 is_pf = 1
vector_num = 0x41
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0042] func_id = 0 is_pf = 1
vector_num = 0x42
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0043] func_id = 0 is_pf = 1
vector_num = 0x43
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0044] func_id = 0 is_pf = 1
vector_num = 0x44
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0045] func_id = 0 is_pf = 1
vector_num = 0x45
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0046] func_id = 0 is_pf = 1
vector_num = 0x46
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0047] func_id = 0 is_pf = 1
vector_num = 0x47
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0048] func_id = 0 is_pf = 1
vector_num = 0x48
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0049] func_id = 0 is_pf = 1
vector_num = 0x49
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x004a] func_id = 0 is_pf = 1
vector_num = 0x4a
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x004b] func_id = 0 is_pf = 1
vector_num = 0x4b
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x004c] func_id = 0 is_pf = 1
vector_num = 0x4c
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x004d] func_id = 0 is_pf = 1
vector_num = 0x4d
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x004e] func_id = 0 is_pf = 1
vector_num = 0x4e
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x004f] func_id = 0 is_pf = 1
vector_num = 0x4f
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0050] func_id = 0 is_pf = 1
vector_num = 0x50
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0051] func_id = 0 is_pf = 1
vector_num = 0x51
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0052] func_id = 0 is_pf = 1
vector_num = 0x52
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0053] func_id = 0 is_pf = 1
vector_num = 0x53
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0054] func_id = 0 is_pf = 1
vector_num = 0x54
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0055] func_id = 0 is_pf = 1
vector_num = 0x55
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0056] func_id = 0 is_pf = 1
vector_num = 0x56
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0057] func_id = 0 is_pf = 1
vector_num = 0x57
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0058] func_id = 0 is_pf = 1
vector_num = 0x58
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0059] func_id = 0 is_pf = 1
vector_num = 0x59
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x005a] func_id = 0 is_pf = 1
vector_num = 0x5a
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x005b] func_id = 0 is_pf = 1
vector_num = 0x5b
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x005c] func_id = 0 is_pf = 1
vector_num = 0x5c
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x005d] func_id = 0 is_pf = 1
vector_num = 0x5d
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x005e] func_id = 0 is_pf = 1
vector_num = 0x5e
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x005f] func_id = 0 is_pf = 1
vector_num = 0x5f
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0060] func_id = 0 is_pf = 1
vector_num = 0x60
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0061] func_id = 0 is_pf = 1
vector_num = 0x61
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0062] func_id = 0 is_pf = 1
vector_num = 0x62
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0063] func_id = 0 is_pf = 1
vector_num = 0x63
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0064] func_id = 0 is_pf = 1
vector_num = 0x64
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0065] func_id = 0 is_pf = 1
vector_num = 0x65
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0066] func_id = 0 is_pf = 1
vector_num = 0x66
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0067] func_id = 0 is_pf = 1
vector_num = 0x67
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0068] func_id = 0 is_pf = 1
vector_num = 0x68
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0069] func_id = 0 is_pf = 1
vector_num = 0x69
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x006a] func_id = 0 is_pf = 1
vector_num = 0x6a
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x006b] func_id = 0 is_pf = 1
vector_num = 0x6b
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x006c] func_id = 0 is_pf = 1
vector_num = 0x6c
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x006d] func_id = 0 is_pf = 1
vector_num = 0x6d
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x006e] func_id = 0 is_pf = 1
vector_num = 0x6e
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x006f] func_id = 0 is_pf = 1
vector_num = 0x6f
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0070] func_id = 0 is_pf = 1
vector_num = 0x70
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0071] func_id = 0 is_pf = 1
vector_num = 0x71
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0072] func_id = 0 is_pf = 1
vector_num = 0x72
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0073] func_id = 0 is_pf = 1
vector_num = 0x73
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0074] func_id = 0 is_pf = 1
vector_num = 0x74
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0075] func_id = 0 is_pf = 1
vector_num = 0x75
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0076] func_id = 0 is_pf = 1
vector_num = 0x76
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0077] func_id = 0 is_pf = 1
vector_num = 0x77
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0078] func_id = 0 is_pf = 1
vector_num = 0x78
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0079] func_id = 0 is_pf = 1
vector_num = 0x79
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x007a] func_id = 0 is_pf = 1
vector_num = 0x7a
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x007b] func_id = 0 is_pf = 1
vector_num = 0x7b
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x007c] func_id = 0 is_pf = 1
vector_num = 0x7c
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x007d] func_id = 0 is_pf = 1
vector_num = 0x7d
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x007e] func_id = 0 is_pf = 1
vector_num = 0x7e
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x007f] func_id = 0 is_pf = 1
vector_num = 0x7f
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0080] func_id = 0 is_pf = 1
vector_num = 0x80
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0081] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0082] func_id = 1 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0083] func_id = 2 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0084] func_id = 3 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0085] func_id = 4 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0086] func_id = 5 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0087] func_id = 6 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0088] func_id = 7 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0089] func_id = 8 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x008a] func_id = 9 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x008b] func_id = 10 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x008c] func_id = 11 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x008d] func_id = 12 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x008e] func_id = 13 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x008f] func_id = 14 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0090] func_id = 15 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0091] func_id = 16 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0092] func_id = 17 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0093] func_id = 18 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0094] func_id = 19 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0095] func_id = 20 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0096] func_id = 21 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0097] func_id = 22 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0098] func_id = 23 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0099] func_id = 24 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x009a] func_id = 25 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x009b] func_id = 26 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x009c] func_id = 27 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x009d] func_id = 28 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x009e] func_id = 29 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x009f] func_id = 30 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00a0] func_id = 31 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00a1] func_id = 32 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00a2] func_id = 33 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00a3] func_id = 34 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00a4] func_id = 35 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00a5] func_id = 36 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00a6] func_id = 37 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00a7] func_id = 38 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00a8] func_id = 39 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00a9] func_id = 40 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00aa] func_id = 41 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00ab] func_id = 42 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00ac] func_id = 43 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00ad] func_id = 44 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00ae] func_id = 45 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00af] func_id = 46 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00b0] func_id = 47 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00b1] func_id = 48 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00b2] func_id = 49 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00b3] func_id = 50 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00b4] func_id = 51 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00b5] func_id = 52 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00b6] func_id = 53 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00b7] func_id = 54 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00b8] func_id = 55 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00b9] func_id = 56 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00ba] func_id = 57 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00bb] func_id = 58 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00bc] func_id = 59 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00bd] func_id = 60 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00be] func_id = 61 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00bf] func_id = 62 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00c0] func_id = 63 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00c1] func_id = 64 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00c2] func_id = 65 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00c3] func_id = 66 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00c4] func_id = 67 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00c5] func_id = 68 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00c6] func_id = 69 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00c7] func_id = 70 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00c8] func_id = 71 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00c9] func_id = 72 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00ca] func_id = 73 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00cb] func_id = 74 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00cc] func_id = 75 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00cd] func_id = 76 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00ce] func_id = 77 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00cf] func_id = 78 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00d0] func_id = 79 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00d1] func_id = 80 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00d2] func_id = 81 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00d3] func_id = 82 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00d4] func_id = 83 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00d5] func_id = 84 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00d6] func_id = 85 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00d7] func_id = 86 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00d8] func_id = 87 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00d9] func_id = 88 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00da] func_id = 89 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00db] func_id = 90 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00dc] func_id = 91 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00dd] func_id = 92 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00de] func_id = 93 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00df] func_id = 94 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00e0] func_id = 95 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00e1] func_id = 96 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00e2] func_id = 97 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00e3] func_id = 98 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00e4] func_id = 99 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00e5] func_id = 100 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00e6] func_id = 101 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00e7] func_id = 102 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00e8] func_id = 103 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00e9] func_id = 104 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00ea] func_id = 105 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00eb] func_id = 106 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00ec] func_id = 107 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00ed] func_id = 108 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00ee] func_id = 109 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00ef] func_id = 110 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00f0] func_id = 111 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00f1] func_id = 112 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00f2] func_id = 113 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00f3] func_id = 114 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00f4] func_id = 115 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00f5] func_id = 116 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00f6] func_id = 117 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00f7] func_id = 118 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00f8] func_id = 119 is_pf =
0 vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00f9] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00fa] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00fb] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00fc] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00fd] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00fe] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x00ff] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0100] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0101] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0102] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0103] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0104] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0105] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0106] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0107] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0108] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0109] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x010a] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x010b] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x010c] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x010d] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x010e] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x010f] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0110] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0111] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0112] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0113] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0114] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0115] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0116] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0117] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0118] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x0119] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x011a] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x011b] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x011c] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x011d] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x011e] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2407()]IGU_BLOCK: [SB 0x011f] func_id = 0 is_pf = 0
vector_num = 0x0
[ecore_int_igu_read_cam:2424()]igu_dsb_id=0x0, num Free SBs - PF: 0080 VF:
009f [might change after resource allocation]
[ecore_mcp_cmd_port_init:82()]port_addr = 0xe2cfe0, port_id 0x01
[ecore_get_num_funcs:5246()]PF [rel_id 0, abs_id 1] occupies index 0 within
the 1 enabled functions on the engine
[__ecore_mcp_resc_lock:4199()]Resource lock request: param 0x0000003f [age
0, opcode 1, resource 31]
[__ecore_mcp_resc_lock:4213()]Resource lock response: mcp_param 0x00000101
[opcode 1, owner 1]
[ecore_mcp_resc_allocation_msg:4047()]Resource message request: cmd
0x35000000, res_id 7 [RDMA_CNQ_RAM], hsi_version 2.0, val 0x0
[ecore_mcp_resc_allocation_msg:4069()]Resource message response:
mfw_hsi_version 2.0, num 0x0, start 0x0, vf_num 0x0, vf_start 0x0, flags
0x00000000
[ecore_mcp_resc_allocation_msg:4047()]Resource message request: cmd
0x35000000, res_id 9 [LL2_QUEUE], hsi_version 2.0, val 0x0
[ecore_mcp_resc_allocation_msg:4069()]Resource message response:
mfw_hsi_version 2.0, num 0x0, start 0x0, vf_num 0x0, vf_start 0x0, flags
0x00000000
[ecore_mcp_resc_allocation_msg:4047()]Resource message request: cmd
0x35000000, res_id 11 [RDMA_STATS_QUEUE], hsi_version 2.0, val 0x0
[ecore_mcp_resc_allocation_msg:4069()]Resource message response:
mfw_hsi_version 2.0, num 0x0, start 0x0, vf_num 0x0, vf_start 0x0, flags
0x00000000
[ecore_mcp_resc_allocation_msg:4047()]Resource message request: cmd
0x35000000, res_id 12 [BDQ], hsi_version 2.0, val 0x0
[ecore_mcp_resc_allocation_msg:4069()]Resource message response:
mfw_hsi_version 2.0, num 0x0, start 0x0, vf_num 0x0, vf_start 0x0, flags
0x00000000
[ecore_mcp_resc_allocation_msg:4047()]Resource message request: cmd
0x34000000, res_id 0 [L2_QUEUE], hsi_version 2.0, val 0x0
[ecore_mcp_resc_allocation_msg:4069()]Resource message response:
mfw_hsi_version 2.0, num 0xf9, start 0x0, vf_num 0x0, vf_start 0x0, flags
0x00000001
[__ecore_hw_set_resc_info:4640()]MFW allocation for resource 0 [L2_QUEUE]
differs from default values [249,0 vs. 256,0]
[ecore_mcp_resc_allocation_msg:4047()]Resource message request: cmd
0x34000000, res_id 1 [VPORT], hsi_version 2.0, val 0x0
[ecore_mcp_resc_allocation_msg:4069()]Resource message response:
mfw_hsi_version 2.0, num 0xa0, start 0x0, vf_num 0x0, vf_start 0x0, flags
0x00000001
[ecore_mcp_resc_allocation_msg:4047()]Resource message request: cmd
0x34000000, res_id 2 [RSS_ENG], hsi_version 2.0, val 0x0
[ecore_mcp_resc_allocation_msg:4069()]Resource message response:
mfw_hsi_version 2.0, num 0x7f, start 0x0, vf_num 0x0, vf_start 0x0, flags
0x00000001
[ecore_mcp_resc_allocation_msg:4047()]Resource message request: cmd
0x34000000, res_id 3 [PQ], hsi_version 2.0, val 0x0
[ecore_mcp_resc_allocation_msg:4069()]Resource message response:
mfw_hsi_version 2.0, num 0x1c0, start 0x0, vf_num 0x0, vf_start 0x0, flags
0x00000001
[ecore_mcp_resc_allocation_msg:4047()]Resource message request: cmd
0x34000000, res_id 4 [RL], hsi_version 2.0, val 0x0
[ecore_mcp_resc_allocation_msg:4069()]Resource message response:
mfw_hsi_version 2.0, num 0x100, start 0x0, vf_num 0x0, vf_start 0x0, flags
0x00000001
[ecore_mcp_resc_allocation_msg:4047()]Resource message request: cmd
0x34000000, res_id 5 [MAC], hsi_version 2.0, val 0x0
[ecore_mcp_resc_allocation_msg:4069()]Resource message response:
mfw_hsi_version 2.0, num 0x200, start 0x0, vf_num 0x0, vf_start 0x0, flags
0x00000001
[ecore_mcp_resc_allocation_msg:4047()]Resource message request: cmd
0x34000000, res_id 6 [VLAN], hsi_version 2.0, val 0x0
[ecore_mcp_resc_allocation_msg:4069()]Resource message response:
mfw_hsi_version 2.0, num 0x200, start 0x0, vf_num 0x0, vf_start 0x0, flags
0x00000001
[ecore_mcp_resc_allocation_msg:4047()]Resource message request: cmd
0x34000000, res_id 7 [RDMA_CNQ_RAM], hsi_version 2.0, val 0x0
[ecore_mcp_resc_allocation_msg:4069()]Resource message response:
mfw_hsi_version 2.0, num 0x0, start 0x0, vf_num 0x0, vf_start 0x0, flags
0x00000001
[__ecore_hw_set_resc_info:4640()]MFW allocation for resource 7
[RDMA_CNQ_RAM] differs from default values [0,0 vs. 64,0]
[ecore_mcp_resc_allocation_msg:4047()]Resource message request: cmd
0x34000000, res_id 8 [ILT], hsi_version 2.0, val 0x0
[ecore_mcp_resc_allocation_msg:4069()]Resource message response:
mfw_hsi_version 2.0, num 0x1db0, start 0x0, vf_num 0x0, vf_start 0x0, flags
0x00000001
[ecore_mcp_resc_allocation_msg:4047()]Resource message request: cmd
0x34000000, res_id 9 [LL2_QUEUE], hsi_version 2.0, val 0x0
[ecore_mcp_resc_allocation_msg:4069()]Resource message response:
mfw_hsi_version 2.0, num 0x0, start 0x0, vf_num 0x0, vf_start 0x0, flags
0x00000001
[__ecore_hw_set_resc_info:4640()]MFW allocation for resource 9 [LL2_QUEUE]
differs from default values [0,0 vs. 32,0]
[ecore_mcp_resc_allocation_msg:4047()]Resource message request: cmd
0x34000000, res_id 10 [CMDQS_CQS], hsi_version 2.0, val 0x0
[ecore_mcp_resc_allocation_msg:4069()]Resource message response:
mfw_hsi_version 2.0, num 0x0, start 0x0, vf_num 0x0, vf_start 0x0, flags
0x00000001
[__ecore_hw_set_resc_info:4640()]MFW allocation for resource 10 [CMDQS_CQS]
differs from default values [0,0 vs. 64,0]
[ecore_mcp_resc_allocation_msg:4047()]Resource message request: cmd
0x34000000, res_id 11 [RDMA_STATS_QUEUE], hsi_version 2.0, val 0x0
[ecore_mcp_resc_allocation_msg:4069()]Resource message response:
mfw_hsi_version 2.0, num 0x0, start 0x0, vf_num 0x0, vf_start 0x0, flags
0x00000001
[__ecore_hw_set_resc_info:4640()]MFW allocation for resource 11
[RDMA_STATS_QUEUE] differs from default values [0,0 vs. 160,0]
[ecore_mcp_resc_allocation_msg:4047()]Resource message request: cmd
0x34000000, res_id 12 [BDQ], hsi_version 2.0, val 0x0
[ecore_mcp_resc_allocation_msg:4069()]Resource message response:
mfw_hsi_version 2.0, num 0x0, start 0x0, vf_num 0x0, vf_start 0x0, flags
0x00000001
[ecore_mcp_resc_allocation_msg:4047()]Resource message request: cmd
0x34000000, res_id 13 [SB], hsi_version 2.0, val 0x0
[ecore_mcp_resc_allocation_msg:4069()]Resource message response:
mfw_hsi_version 2.0, num 0x81, start 0x0, vf_num 0x78, vf_start 0x81, flags
0x00000001
[ecore_mcp_resc_unlock:4309()]Resource unlock request: param 0x0000009f
[opcode 4, resource 31]
[ecore_mcp_resc_unlock:4322()]Resource unlock response: mcp_param
0x00000300 [opcode 3]
[ecore_mcp_get_ppfid_bitmap:4519()]PPFID bitmap 0xff
[ecore_int_igu_reset_cam:2196()]0x009f VF SBs in IGU CAM != PCI
configuration 0x0078
[ecore_hw_set_feat:4366()]#PF_L2_QUEUE=128 VF_L2_QUEUES=120 #ROCE_CNQ=0
#FCOE_CQ=0 #ISCSI_CQ=0 #SB=128
[ecore_hw_get_resc:4850()]The numbers for each resource are:
[ecore_hw_get_resc:4853()]L2_QUEUE = 249 start = 0
[ecore_hw_get_resc:4853()]VPORT = 160 start = 0
[ecore_hw_get_resc:4853()]RSS_ENG = 127 start = 0
[ecore_hw_get_resc:4853()]PQ = 448 start = 0
[ecore_hw_get_resc:4853()]RL = 256 start = 0
[ecore_hw_get_resc:4853()]MAC = 512 start = 0
[ecore_hw_get_resc:4853()]VLAN = 512 start = 0
[ecore_hw_get_resc:4853()]RDMA_CNQ_RAM = 0 start = 0
[ecore_hw_get_resc:4853()]ILT = 7600 start = 0
[ecore_hw_get_resc:4853()]LL2_QUEUE = 0 start = 0
[ecore_hw_get_resc:4853()]CMDQS_CQS = 0 start = 0
[ecore_hw_get_resc:4853()]RDMA_STATS_QUEUE = 0 start = 0
[ecore_hw_get_resc:4853()]BDQ = 0 start = 0
[ecore_hw_get_resc:4853()]SB = 129 start = 0
[ecore_mcp_mdump_get_info:1927()]MFW mdump info: reason 0
[ecore_db_recovery_setup:222()]Setting up db recovery
[ecore_dp_init_qm_params:2237()]pq idx 0, port 0, vport_id 0, tc 0, wrr_grp
1, rl_valid 0, rl_id 0
[ecore_dp_init_qm_params:2237()]pq idx 1, port 0, vport_id 0, tc 1, wrr_grp
1, rl_valid 0, rl_id 0
[ecore_dp_init_qm_params:2237()]pq idx 2, port 0, vport_id 0, tc 2, wrr_grp
1, rl_valid 0, rl_id 0
[ecore_dp_init_qm_params:2237()]pq idx 3, port 0, vport_id 0, tc 3, wrr_grp
1, rl_valid 0, rl_id 0
[ecore_dp_init_qm_params:2237()]pq idx 4, port 0, vport_id 0, tc 8, wrr_grp
1, rl_valid 0, rl_id 0
[ecore_dp_init_qm_params:2237()]pq idx 5, port 0, vport_id 1, tc 0, wrr_grp
1, rl_valid 1, rl_id 1
[ecore_dp_init_qm_params:2237()]pq idx 6, port 0, vport_id 2, tc 0, wrr_grp
1, rl_valid 1, rl_id 2
[ecore_dp_init_qm_params:2237()]pq idx 7, port 0, vport_id 3, tc 0, wrr_grp
1, rl_valid 1, rl_id 3
[ecore_dp_init_qm_params:2237()]pq idx 8, port 0, vport_id 4, tc 0, wrr_grp
1, rl_valid 1, rl_id 4
[ecore_dp_init_qm_params:2237()]pq idx 9, port 0, vport_id 5, tc 0, wrr_grp
1, rl_valid 1, rl_id 5
[ecore_dp_init_qm_params:2237()]pq idx 10, port 0, vport_id 6, tc 0,
wrr_grp 1, rl_valid 1, rl_id 6
[ecore_dp_init_qm_params:2237()]pq idx 11, port 0, vport_id 7, tc 0,
wrr_grp 1, rl_valid 1, rl_id 7
[ecore_dp_init_qm_params:2237()]pq idx 12, port 0, vport_id 8, tc 0,
wrr_grp 1, rl_valid 1, rl_id 8
[ecore_dp_init_qm_params:2237()]pq idx 13, port 0, vport_id 9, tc 0,
wrr_grp 1, rl_valid 1, rl_id 9
[ecore_dp_init_qm_params:2237()]pq idx 14, port 0, vport_id 10, tc 0,
wrr_grp 1, rl_valid 1, rl_id 10
[ecore_dp_init_qm_params:2237()]pq idx 15, port 0, vport_id 11, tc 0,
wrr_grp 1, rl_valid 1, rl_id 11
[ecore_dp_init_qm_params:2237()]pq idx 16, port 0, vport_id 12, tc 0,
wrr_grp 1, rl_valid 1, rl_id 12
[ecore_dp_init_qm_params:2237()]pq idx 17, port 0, vport_id 13, tc 0,
wrr_grp 1, rl_valid 1, rl_id 13
[ecore_dp_init_qm_params:2237()]pq idx 18, port 0, vport_id 14, tc 0,
wrr_grp 1, rl_valid 1, rl_id 14
[ecore_dp_init_qm_params:2237()]pq idx 19, port 0, vport_id 15, tc 0,
wrr_grp 1, rl_valid 1, rl_id 15
[ecore_dp_init_qm_params:2237()]pq idx 20, port 0, vport_id 16, tc 0,
wrr_grp 1, rl_valid 1, rl_id 16
[ecore_dp_init_qm_params:2237()]pq idx 21, port 0, vport_id 17, tc 0,
wrr_grp 1, rl_valid 1, rl_id 17
[ecore_dp_init_qm_params:2237()]pq idx 22, port 0, vport_id 18, tc 0,
wrr_grp 1, rl_valid 1, rl_id 18
[ecore_dp_init_qm_params:2237()]pq idx 23, port 0, vport_id 19, tc 0,
wrr_grp 1, rl_valid 1, rl_id 19
[ecore_dp_init_qm_params:2237()]pq idx 24, port 0, vport_id 20, tc 0,
wrr_grp 1, rl_valid 1, rl_id 20
[ecore_dp_init_qm_params:2237()]pq idx 25, port 0, vport_id 21, tc 0,
wrr_grp 1, rl_valid 1, rl_id 21
[ecore_dp_init_qm_params:2237()]pq idx 26, port 0, vport_id 22, tc 0,
wrr_grp 1, rl_valid 1, rl_id 22
[ecore_dp_init_qm_params:2237()]pq idx 27, port 0, vport_id 23, tc 0,
wrr_grp 1, rl_valid 1, rl_id 23
[ecore_dp_init_qm_params:2237()]pq idx 28, port 0, vport_id 24, tc 0,
wrr_grp 1, rl_valid 1, rl_id 24
[ecore_dp_init_qm_params:2237()]pq idx 29, port 0, vport_id 25, tc 0,
wrr_grp 1, rl_valid 1, rl_id 25
[ecore_dp_init_qm_params:2237()]pq idx 30, port 0, vport_id 26, tc 0,
wrr_grp 1, rl_valid 1, rl_id 26
[ecore_dp_init_qm_params:2237()]pq idx 31, port 0, vport_id 27, tc 0,
wrr_grp 1, rl_valid 1, rl_id 27
[ecore_dp_init_qm_params:2237()]pq idx 32, port 0, vport_id 28, tc 0,
wrr_grp 1, rl_valid 1, rl_id 28
[ecore_dp_init_qm_params:2237()]pq idx 33, port 0, vport_id 29, tc 0,
wrr_grp 1, rl_valid 1, rl_id 29
[ecore_dp_init_qm_params:2237()]pq idx 34, port 0, vport_id 30, tc 0,
wrr_grp 1, rl_valid 1, rl_id 30
[ecore_dp_init_qm_params:2237()]pq idx 35, port 0, vport_id 31, tc 0,
wrr_grp 1, rl_valid 1, rl_id 31
[ecore_dp_init_qm_params:2237()]pq idx 36, port 0, vport_id 32, tc 0,
wrr_grp 1, rl_valid 1, rl_id 32
[ecore_dp_init_qm_params:2237()]pq idx 37, port 0, vport_id 33, tc 0,
wrr_grp 1, rl_valid 1, rl_id 33
[ecore_dp_init_qm_params:2237()]pq idx 38, port 0, vport_id 34, tc 0,
wrr_grp 1, rl_valid 1, rl_id 34
[ecore_dp_init_qm_params:2237()]pq idx 39, port 0, vport_id 35, tc 0,
wrr_grp 1, rl_valid 1, rl_id 35
[ecore_dp_init_qm_params:2237()]pq idx 40, port 0, vport_id 36, tc 0,
wrr_grp 1, rl_valid 1, rl_id 36
[ecore_dp_init_qm_params:2237()]pq idx 41, port 0, vport_id 37, tc 0,
wrr_grp 1, rl_valid 1, rl_id 37
[ecore_dp_init_qm_params:2237()]pq idx 42, port 0, vport_id 38, tc 0,
wrr_grp 1, rl_valid 1, rl_id 38
[ecore_dp_init_qm_params:2237()]pq idx 43, port 0, vport_id 39, tc 0,
wrr_grp 1, rl_valid 1, rl_id 39
[ecore_dp_init_qm_params:2237()]pq idx 44, port 0, vport_id 40, tc 0,
wrr_grp 1, rl_valid 1, rl_id 40
[ecore_dp_init_qm_params:2237()]pq idx 45, port 0, vport_id 41, tc 0,
wrr_grp 1, rl_valid 1, rl_id 41
[ecore_dp_init_qm_params:2237()]pq idx 46, port 0, vport_id 42, tc 0,
wrr_grp 1, rl_valid 1, rl_id 42
[ecore_dp_init_qm_params:2237()]pq idx 47, port 0, vport_id 43, tc 0,
wrr_grp 1, rl_valid 1, rl_id 43
[ecore_dp_init_qm_params:2237()]pq idx 48, port 0, vport_id 44, tc 0,
wrr_grp 1, rl_valid 1, rl_id 44
[ecore_dp_init_qm_params:2237()]pq idx 49, port 0, vport_id 45, tc 0,
wrr_grp 1, rl_valid 1, rl_id 45
[ecore_dp_init_qm_params:2237()]pq idx 50, port 0, vport_id 46, tc 0,
wrr_grp 1, rl_valid 1, rl_id 46
[ecore_dp_init_qm_params:2237()]pq idx 51, port 0, vport_id 47, tc 0,
wrr_grp 1, rl_valid 1, rl_id 47
[ecore_dp_init_qm_params:2237()]pq idx 52, port 0, vport_id 48, tc 0,
wrr_grp 1, rl_valid 1, rl_id 48
[ecore_dp_init_qm_params:2237()]pq idx 53, port 0, vport_id 49, tc 0,
wrr_grp 1, rl_valid 1, rl_id 49
[ecore_dp_init_qm_params:2237()]pq idx 54, port 0, vport_id 50, tc 0,
wrr_grp 1, rl_valid 1, rl_id 50
[ecore_dp_init_qm_params:2237()]pq idx 55, port 0, vport_id 51, tc 0,
wrr_grp 1, rl_valid 1, rl_id 51
[ecore_dp_init_qm_params:2237()]pq idx 56, port 0, vport_id 52, tc 0,
wrr_grp 1, rl_valid 1, rl_id 52
[ecore_dp_init_qm_params:2237()]pq idx 57, port 0, vport_id 53, tc 0,
wrr_grp 1, rl_valid 1, rl_id 53
[ecore_dp_init_qm_params:2237()]pq idx 58, port 0, vport_id 54, tc 0,
wrr_grp 1, rl_valid 1, rl_id 54
[ecore_dp_init_qm_params:2237()]pq idx 59, port 0, vport_id 55, tc 0,
wrr_grp 1, rl_valid 1, rl_id 55
[ecore_dp_init_qm_params:2237()]pq idx 60, port 0, vport_id 56, tc 0,
wrr_grp 1, rl_valid 1, rl_id 56
[ecore_dp_init_qm_params:2237()]pq idx 61, port 0, vport_id 57, tc 0,
wrr_grp 1, rl_valid 1, rl_id 57
[ecore_dp_init_qm_params:2237()]pq idx 62, port 0, vport_id 58, tc 0,
wrr_grp 1, rl_valid 1, rl_id 58
[ecore_dp_init_qm_params:2237()]pq idx 63, port 0, vport_id 59, tc 0,
wrr_grp 1, rl_valid 1, rl_id 59
[ecore_dp_init_qm_params:2237()]pq idx 64, port 0, vport_id 60, tc 0,
wrr_grp 1, rl_valid 1, rl_id 60
[ecore_dp_init_qm_params:2237()]pq idx 65, port 0, vport_id 61, tc 0,
wrr_grp 1, rl_valid 1, rl_id 61
[ecore_dp_init_qm_params:2237()]pq idx 66, port 0, vport_id 62, tc 0,
wrr_grp 1, rl_valid 1, rl_id 62
[ecore_dp_init_qm_params:2237()]pq idx 67, port 0, vport_id 63, tc 0,
wrr_grp 1, rl_valid 1, rl_id 63
[ecore_dp_init_qm_params:2237()]pq idx 68, port 0, vport_id 64, tc 0,
wrr_grp 1, rl_valid 1, rl_id 64
[ecore_dp_init_qm_params:2237()]pq idx 69, port 0, vport_id 65, tc 0,
wrr_grp 1, rl_valid 1, rl_id 65
[ecore_dp_init_qm_params:2237()]pq idx 70, port 0, vport_id 66, tc 0,
wrr_grp 1, rl_valid 1, rl_id 66
[ecore_dp_init_qm_params:2237()]pq idx 71, port 0, vport_id 67, tc 0,
wrr_grp 1, rl_valid 1, rl_id 67
[ecore_dp_init_qm_params:2237()]pq idx 72, port 0, vport_id 68, tc 0,
wrr_grp 1, rl_valid 1, rl_id 68
[ecore_dp_init_qm_params:2237()]pq idx 73, port 0, vport_id 69, tc 0,
wrr_grp 1, rl_valid 1, rl_id 69
[ecore_dp_init_qm_params:2237()]pq idx 74, port 0, vport_id 70, tc 0,
wrr_grp 1, rl_valid 1, rl_id 70
[ecore_dp_init_qm_params:2237()]pq idx 75, port 0, vport_id 71, tc 0,
wrr_grp 1, rl_valid 1, rl_id 71
[ecore_dp_init_qm_params:2237()]pq idx 76, port 0, vport_id 72, tc 0,
wrr_grp 1, rl_valid 1, rl_id 72
[ecore_dp_init_qm_params:2237()]pq idx 77, port 0, vport_id 73, tc 0,
wrr_grp 1, rl_valid 1, rl_id 73
[ecore_dp_init_qm_params:2237()]pq idx 78, port 0, vport_id 74, tc 0,
wrr_grp 1, rl_valid 1, rl_id 74
[ecore_dp_init_qm_params:2237()]pq idx 79, port 0, vport_id 75, tc 0,
wrr_grp 1, rl_valid 1, rl_id 75
[ecore_dp_init_qm_params:2237()]pq idx 80, port 0, vport_id 76, tc 0,
wrr_grp 1, rl_valid 1, rl_id 76
[ecore_dp_init_qm_params:2237()]pq idx 81, port 0, vport_id 77, tc 0,
wrr_grp 1, rl_valid 1, rl_id 77
[ecore_dp_init_qm_params:2237()]pq idx 82, port 0, vport_id 78, tc 0,
wrr_grp 1, rl_valid 1, rl_id 78
[ecore_dp_init_qm_params:2237()]pq idx 83, port 0, vport_id 79, tc 0,
wrr_grp 1, rl_valid 1, rl_id 79
[ecore_dp_init_qm_params:2237()]pq idx 84, port 0, vport_id 80, tc 0,
wrr_grp 1, rl_valid 1, rl_id 80
[ecore_dp_init_qm_params:2237()]pq idx 85, port 0, vport_id 81, tc 0,
wrr_grp 1, rl_valid 1, rl_id 81
[ecore_dp_init_qm_params:2237()]pq idx 86, port 0, vport_id 82, tc 0,
wrr_grp 1, rl_valid 1, rl_id 82
[ecore_dp_init_qm_params:2237()]pq idx 87, port 0, vport_id 83, tc 0,
wrr_grp 1, rl_valid 1, rl_id 83
[ecore_dp_init_qm_params:2237()]pq idx 88, port 0, vport_id 84, tc 0,
wrr_grp 1, rl_valid 1, rl_id 84
[ecore_dp_init_qm_params:2237()]pq idx 89, port 0, vport_id 85, tc 0,
wrr_grp 1, rl_valid 1, rl_id 85
[ecore_dp_init_qm_params:2237()]pq idx 90, port 0, vport_id 86, tc 0,
wrr_grp 1, rl_valid 1, rl_id 86
[ecore_dp_init_qm_params:2237()]pq idx 91, port 0, vport_id 87, tc 0,
wrr_grp 1, rl_valid 1, rl_id 87
[ecore_dp_init_qm_params:2237()]pq idx 92, port 0, vport_id 88, tc 0,
wrr_grp 1, rl_valid 1, rl_id 88
[ecore_dp_init_qm_params:2237()]pq idx 93, port 0, vport_id 89, tc 0,
wrr_grp 1, rl_valid 1, rl_id 89
[ecore_dp_init_qm_params:2237()]pq idx 94, port 0, vport_id 90, tc 0,
wrr_grp 1, rl_valid 1, rl_id 90
[ecore_dp_init_qm_params:2237()]pq idx 95, port 0, vport_id 91, tc 0,
wrr_grp 1, rl_valid 1, rl_id 91
[ecore_dp_init_qm_params:2237()]pq idx 96, port 0, vport_id 92, tc 0,
wrr_grp 1, rl_valid 1, rl_id 92
[ecore_dp_init_qm_params:2237()]pq idx 97, port 0, vport_id 93, tc 0,
wrr_grp 1, rl_valid 1, rl_id 93
[ecore_dp_init_qm_params:2237()]pq idx 98, port 0, vport_id 94, tc 0,
wrr_grp 1, rl_valid 1, rl_id 94
[ecore_dp_init_qm_params:2237()]pq idx 99, port 0, vport_id 95, tc 0,
wrr_grp 1, rl_valid 1, rl_id 95
[ecore_dp_init_qm_params:2237()]pq idx 100, port 0, vport_id 96, tc 0,
wrr_grp 1, rl_valid 1, rl_id 96
[ecore_dp_init_qm_params:2237()]pq idx 101, port 0, vport_id 97, tc 0,
wrr_grp 1, rl_valid 1, rl_id 97
[ecore_dp_init_qm_params:2237()]pq idx 102, port 0, vport_id 98, tc 0,
wrr_grp 1, rl_valid 1, rl_id 98
[ecore_dp_init_qm_params:2237()]pq idx 103, port 0, vport_id 99, tc 0,
wrr_grp 1, rl_valid 1, rl_id 99
[ecore_dp_init_qm_params:2237()]pq idx 104, port 0, vport_id 100, tc 0,
wrr_grp 1, rl_valid 1, rl_id 100
[ecore_dp_init_qm_params:2237()]pq idx 105, port 0, vport_id 101, tc 0,
wrr_grp 1, rl_valid 1, rl_id 101
[ecore_dp_init_qm_params:2237()]pq idx 106, port 0, vport_id 102, tc 0,
wrr_grp 1, rl_valid 1, rl_id 102
[ecore_dp_init_qm_params:2237()]pq idx 107, port 0, vport_id 103, tc 0,
wrr_grp 1, rl_valid 1, rl_id 103
[ecore_dp_init_qm_params:2237()]pq idx 108, port 0, vport_id 104, tc 0,
wrr_grp 1, rl_valid 1, rl_id 104
[ecore_dp_init_qm_params:2237()]pq idx 109, port 0, vport_id 105, tc 0,
wrr_grp 1, rl_valid 1, rl_id 105
[ecore_dp_init_qm_params:2237()]pq idx 110, port 0, vport_id 106, tc 0,
wrr_grp 1, rl_valid 1, rl_id 106
[ecore_dp_init_qm_params:2237()]pq idx 111, port 0, vport_id 107, tc 0,
wrr_grp 1, rl_valid 1, rl_id 107
[ecore_dp_init_qm_params:2237()]pq idx 112, port 0, vport_id 108, tc 0,
wrr_grp 1, rl_valid 1, rl_id 108
[ecore_dp_init_qm_params:2237()]pq idx 113, port 0, vport_id 109, tc 0,
wrr_grp 1, rl_valid 1, rl_id 109
[ecore_dp_init_qm_params:2237()]pq idx 114, port 0, vport_id 110, tc 0,
wrr_grp 1, rl_valid 1, rl_id 110
[ecore_dp_init_qm_params:2237()]pq idx 115, port 0, vport_id 111, tc 0,
wrr_grp 1, rl_valid 1, rl_id 111
[ecore_dp_init_qm_params:2237()]pq idx 116, port 0, vport_id 112, tc 0,
wrr_grp 1, rl_valid 1, rl_id 112
[ecore_dp_init_qm_params:2237()]pq idx 117, port 0, vport_id 113, tc 0,
wrr_grp 1, rl_valid 1, rl_id 113
[ecore_dp_init_qm_params:2237()]pq idx 118, port 0, vport_id 114, tc 0,
wrr_grp 1, rl_valid 1, rl_id 114
[ecore_dp_init_qm_params:2237()]pq idx 119, port 0, vport_id 115, tc 0,
wrr_grp 1, rl_valid 1, rl_id 115
[ecore_dp_init_qm_params:2237()]pq idx 120, port 0, vport_id 116, tc 0,
wrr_grp 1, rl_valid 1, rl_id 116
[ecore_dp_init_qm_params:2237()]pq idx 121, port 0, vport_id 117, tc 0,
wrr_grp 1, rl_valid 1, rl_id 117
[ecore_dp_init_qm_params:2237()]pq idx 122, port 0, vport_id 118, tc 0,
wrr_grp 1, rl_valid 1, rl_id 118
[ecore_dp_init_qm_params:2237()]pq idx 123, port 0, vport_id 119, tc 0,
wrr_grp 1, rl_valid 1, rl_id 119
[ecore_dp_init_qm_params:2237()]pq idx 124, port 0, vport_id 120, tc 0,
wrr_grp 1, rl_valid 1, rl_id 120
[ecore_cxt_cfg_ilt_compute:437()]hwfn [0] - Set context mngr starting line
to be 0x00000000
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000001].
Block - Size 00011800 [Real 0000ff80] Start line 0
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000002].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000003].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000004].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000005].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000006].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000007].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000008].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000009].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000000a].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000000b].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000000c].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000000d].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000000e].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000000f].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000010].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000011].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000012].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000013].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000014].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000015].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000016].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000017].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000018].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000019].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000001a].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000001b].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000001c].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000001d].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000001e].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000001f].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000020].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000021].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000022].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000023].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000024].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000025].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000026].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000027].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000028].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000029].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000002a].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000002b].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000002c].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000002d].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000002e].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000002f].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000030].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000031].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000032].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000033].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000034].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000035].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000036].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000037].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000038].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000039].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000003a].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000003b].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000003c].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000003d].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000003e].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000003f].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000040].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000041].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000042].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000043].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000044].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000045].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000046].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000047].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000048].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000049].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000004a].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000004b].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000004c].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000004d].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000004e].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000004f].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000050].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000051].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000052].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000053].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000054].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000055].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000056].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000057].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000058].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000059].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000005a].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000005b].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000005c].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000005d].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000005e].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000005f].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000060].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000061].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000062].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000063].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000064].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000065].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000066].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000067].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000068].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000069].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000006a].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000006b].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000006c].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000006d].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000006e].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 0000006f].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000070].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000071].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000072].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000073].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000074].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000075].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000076].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000077].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000078].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_ilt_cli_adv_line:347()]ILT[Client 0] - Lines: [00000000 - 00000079].
Block - Size 00007000 [Real 0000ff80] Start line 2
[ecore_cxt_qm_iids:224()]iids: CIDS 00000050 vf_cids 00000f00 tids 00000000
vf_tids 00000000
[ecore_cxt_cfg_ilt_compute:606()]QM ILT Info, (cids=80, vf_cids=3840,
tids=0, num_pqs=125, num_vf_pqs=120, memory_size=613)
[ecore_ilt_cli_adv_line:347()]ILT[Client 2] - Lines: [0000007a - 000000a0].
Block - Size 00265000 [Real 00010000] Start line 122
[ecore_ilt_cli_adv_line:347()]ILT[Client 4] - Lines: [000000a1 - 000000a8].
Block - Size 00080000 [Real 00010000] Start line 161
[ecore_ilt_shadow_alloc:941()]Allocated 0xfd8 bytes for ilt shadow
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=65408 phys=0x33f19e000 virt=0x33f19e000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [0] Physical 0x33f19e000
Virtual 0x33f19e000 Size 65408
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=6272 phys=0x33f19c000 virt=0x33f19c000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [1] Physical 0x33f19c000
Virtual 0x33f19c000 Size 6272
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33f194000 virt=0x33f194000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [2] Physical 0x33f194000
Virtual 0x33f194000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33f18c000 virt=0x33f18c000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [3] Physical 0x33f18c000
Virtual 0x33f18c000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33f184000 virt=0x33f184000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [4] Physical 0x33f184000
Virtual 0x33f184000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33f17c000 virt=0x33f17c000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [5] Physical 0x33f17c000
Virtual 0x33f17c000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33f174000 virt=0x33f174000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [6] Physical 0x33f174000
Virtual 0x33f174000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33f16c000 virt=0x33f16c000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [7] Physical 0x33f16c000
Virtual 0x33f16c000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33f164000 virt=0x33f164000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [8] Physical 0x33f164000
Virtual 0x33f164000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33f15c000 virt=0x33f15c000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [9] Physical 0x33f15c000
Virtual 0x33f15c000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33f154000 virt=0x33f154000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [10] Physical 0x33f154000
Virtual 0x33f154000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33f14c000 virt=0x33f14c000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [11] Physical 0x33f14c000
Virtual 0x33f14c000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33f144000 virt=0x33f144000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [12] Physical 0x33f144000
Virtual 0x33f144000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33f13c000 virt=0x33f13c000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [13] Physical 0x33f13c000
Virtual 0x33f13c000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33f134000 virt=0x33f134000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [14] Physical 0x33f134000
Virtual 0x33f134000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33f12c000 virt=0x33f12c000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [15] Physical 0x33f12c000
Virtual 0x33f12c000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33f124000 virt=0x33f124000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [16] Physical 0x33f124000
Virtual 0x33f124000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33f11c000 virt=0x33f11c000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [17] Physical 0x33f11c000
Virtual 0x33f11c000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33f114000 virt=0x33f114000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [18] Physical 0x33f114000
Virtual 0x33f114000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33f10c000 virt=0x33f10c000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [19] Physical 0x33f10c000
Virtual 0x33f10c000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33f104000 virt=0x33f104000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [20] Physical 0x33f104000
Virtual 0x33f104000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33f0fc000 virt=0x33f0fc000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [21] Physical 0x33f0fc000
Virtual 0x33f0fc000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33f0f4000 virt=0x33f0f4000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [22] Physical 0x33f0f4000
Virtual 0x33f0f4000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33f0ec000 virt=0x33f0ec000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [23] Physical 0x33f0ec000
Virtual 0x33f0ec000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33f0e4000 virt=0x33f0e4000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [24] Physical 0x33f0e4000
Virtual 0x33f0e4000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33f0dc000 virt=0x33f0dc000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [25] Physical 0x33f0dc000
Virtual 0x33f0dc000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33f0d4000 virt=0x33f0d4000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [26] Physical 0x33f0d4000
Virtual 0x33f0d4000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33f0cc000 virt=0x33f0cc000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [27] Physical 0x33f0cc000
Virtual 0x33f0cc000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33f0c4000 virt=0x33f0c4000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [28] Physical 0x33f0c4000
Virtual 0x33f0c4000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33f0bc000 virt=0x33f0bc000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [29] Physical 0x33f0bc000
Virtual 0x33f0bc000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33f0b4000 virt=0x33f0b4000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [30] Physical 0x33f0b4000
Virtual 0x33f0b4000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33f0ac000 virt=0x33f0ac000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [31] Physical 0x33f0ac000
Virtual 0x33f0ac000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33f0a4000 virt=0x33f0a4000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [32] Physical 0x33f0a4000
Virtual 0x33f0a4000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33f09c000 virt=0x33f09c000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [33] Physical 0x33f09c000
Virtual 0x33f09c000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33f094000 virt=0x33f094000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [34] Physical 0x33f094000
Virtual 0x33f094000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33f08c000 virt=0x33f08c000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [35] Physical 0x33f08c000
Virtual 0x33f08c000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33f084000 virt=0x33f084000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [36] Physical 0x33f084000
Virtual 0x33f084000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33f07c000 virt=0x33f07c000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [37] Physical 0x33f07c000
Virtual 0x33f07c000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33f074000 virt=0x33f074000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [38] Physical 0x33f074000
Virtual 0x33f074000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33f06c000 virt=0x33f06c000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [39] Physical 0x33f06c000
Virtual 0x33f06c000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33f064000 virt=0x33f064000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [40] Physical 0x33f064000
Virtual 0x33f064000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33f05c000 virt=0x33f05c000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [41] Physical 0x33f05c000
Virtual 0x33f05c000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33f054000 virt=0x33f054000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [42] Physical 0x33f054000
Virtual 0x33f054000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33f04c000 virt=0x33f04c000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [43] Physical 0x33f04c000
Virtual 0x33f04c000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33f044000 virt=0x33f044000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [44] Physical 0x33f044000
Virtual 0x33f044000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33f03c000 virt=0x33f03c000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [45] Physical 0x33f03c000
Virtual 0x33f03c000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33f034000 virt=0x33f034000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [46] Physical 0x33f034000
Virtual 0x33f034000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33f02c000 virt=0x33f02c000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [47] Physical 0x33f02c000
Virtual 0x33f02c000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33f024000 virt=0x33f024000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [48] Physical 0x33f024000
Virtual 0x33f024000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33f01c000 virt=0x33f01c000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [49] Physical 0x33f01c000
Virtual 0x33f01c000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33f014000 virt=0x33f014000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [50] Physical 0x33f014000
Virtual 0x33f014000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33f00c000 virt=0x33f00c000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [51] Physical 0x33f00c000
Virtual 0x33f00c000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33f004000 virt=0x33f004000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [52] Physical 0x33f004000
Virtual 0x33f004000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33effc000 virt=0x33effc000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [53] Physical 0x33effc000
Virtual 0x33effc000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33eff4000 virt=0x33eff4000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [54] Physical 0x33eff4000
Virtual 0x33eff4000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33efec000 virt=0x33efec000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [55] Physical 0x33efec000
Virtual 0x33efec000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33efe4000 virt=0x33efe4000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [56] Physical 0x33efe4000
Virtual 0x33efe4000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33efdc000 virt=0x33efdc000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [57] Physical 0x33efdc000
Virtual 0x33efdc000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33efd4000 virt=0x33efd4000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [58] Physical 0x33efd4000
Virtual 0x33efd4000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33efcc000 virt=0x33efcc000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [59] Physical 0x33efcc000
Virtual 0x33efcc000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33efc4000 virt=0x33efc4000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [60] Physical 0x33efc4000
Virtual 0x33efc4000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33efbc000 virt=0x33efbc000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [61] Physical 0x33efbc000
Virtual 0x33efbc000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33efb4000 virt=0x33efb4000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [62] Physical 0x33efb4000
Virtual 0x33efb4000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33efac000 virt=0x33efac000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [63] Physical 0x33efac000
Virtual 0x33efac000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33efa4000 virt=0x33efa4000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [64] Physical 0x33efa4000
Virtual 0x33efa4000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33ef9c000 virt=0x33ef9c000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [65] Physical 0x33ef9c000
Virtual 0x33ef9c000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33ef94000 virt=0x33ef94000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [66] Physical 0x33ef94000
Virtual 0x33ef94000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33ef8c000 virt=0x33ef8c000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [67] Physical 0x33ef8c000
Virtual 0x33ef8c000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33ef84000 virt=0x33ef84000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [68] Physical 0x33ef84000
Virtual 0x33ef84000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33ef7c000 virt=0x33ef7c000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [69] Physical 0x33ef7c000
Virtual 0x33ef7c000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33ef74000 virt=0x33ef74000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [70] Physical 0x33ef74000
Virtual 0x33ef74000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33ef6c000 virt=0x33ef6c000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [71] Physical 0x33ef6c000
Virtual 0x33ef6c000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33ef64000 virt=0x33ef64000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [72] Physical 0x33ef64000
Virtual 0x33ef64000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33ef5c000 virt=0x33ef5c000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [73] Physical 0x33ef5c000
Virtual 0x33ef5c000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33ef54000 virt=0x33ef54000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [74] Physical 0x33ef54000
Virtual 0x33ef54000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33ef4c000 virt=0x33ef4c000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [75] Physical 0x33ef4c000
Virtual 0x33ef4c000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33ef44000 virt=0x33ef44000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [76] Physical 0x33ef44000
Virtual 0x33ef44000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33ef3c000 virt=0x33ef3c000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [77] Physical 0x33ef3c000
Virtual 0x33ef3c000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33ef34000 virt=0x33ef34000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [78] Physical 0x33ef34000
Virtual 0x33ef34000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33ef2c000 virt=0x33ef2c000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [79] Physical 0x33ef2c000
Virtual 0x33ef2c000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33ef24000 virt=0x33ef24000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [80] Physical 0x33ef24000
Virtual 0x33ef24000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33ef1c000 virt=0x33ef1c000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [81] Physical 0x33ef1c000
Virtual 0x33ef1c000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33ef14000 virt=0x33ef14000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [82] Physical 0x33ef14000
Virtual 0x33ef14000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33ef0c000 virt=0x33ef0c000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [83] Physical 0x33ef0c000
Virtual 0x33ef0c000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33ef04000 virt=0x33ef04000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [84] Physical 0x33ef04000
Virtual 0x33ef04000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33eefc000 virt=0x33eefc000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [85] Physical 0x33eefc000
Virtual 0x33eefc000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33eef4000 virt=0x33eef4000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [86] Physical 0x33eef4000
Virtual 0x33eef4000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33eeec000 virt=0x33eeec000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [87] Physical 0x33eeec000
Virtual 0x33eeec000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33eee4000 virt=0x33eee4000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [88] Physical 0x33eee4000
Virtual 0x33eee4000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33eedc000 virt=0x33eedc000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [89] Physical 0x33eedc000
Virtual 0x33eedc000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33eed4000 virt=0x33eed4000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [90] Physical 0x33eed4000
Virtual 0x33eed4000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33eecc000 virt=0x33eecc000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [91] Physical 0x33eecc000
Virtual 0x33eecc000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33eec4000 virt=0x33eec4000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [92] Physical 0x33eec4000
Virtual 0x33eec4000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33eebc000 virt=0x33eebc000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [93] Physical 0x33eebc000
Virtual 0x33eebc000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33eeb4000 virt=0x33eeb4000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [94] Physical 0x33eeb4000
Virtual 0x33eeb4000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33eeac000 virt=0x33eeac000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [95] Physical 0x33eeac000
Virtual 0x33eeac000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33eea4000 virt=0x33eea4000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [96] Physical 0x33eea4000
Virtual 0x33eea4000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33ee9c000 virt=0x33ee9c000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [97] Physical 0x33ee9c000
Virtual 0x33ee9c000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33ee94000 virt=0x33ee94000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [98] Physical 0x33ee94000
Virtual 0x33ee94000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33ee8c000 virt=0x33ee8c000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [99] Physical 0x33ee8c000
Virtual 0x33ee8c000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33ee84000 virt=0x33ee84000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [100] Physical 0x33ee84000
Virtual 0x33ee84000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33ee7c000 virt=0x33ee7c000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [101] Physical 0x33ee7c000
Virtual 0x33ee7c000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33ee74000 virt=0x33ee74000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [102] Physical 0x33ee74000
Virtual 0x33ee74000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33ee6c000 virt=0x33ee6c000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [103] Physical 0x33ee6c000
Virtual 0x33ee6c000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33ee64000 virt=0x33ee64000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [104] Physical 0x33ee64000
Virtual 0x33ee64000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33ee5c000 virt=0x33ee5c000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [105] Physical 0x33ee5c000
Virtual 0x33ee5c000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33ee54000 virt=0x33ee54000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [106] Physical 0x33ee54000
Virtual 0x33ee54000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33ee4c000 virt=0x33ee4c000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [107] Physical 0x33ee4c000
Virtual 0x33ee4c000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33ee44000 virt=0x33ee44000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [108] Physical 0x33ee44000
Virtual 0x33ee44000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33ee3c000 virt=0x33ee3c000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [109] Physical 0x33ee3c000
Virtual 0x33ee3c000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33ee34000 virt=0x33ee34000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [110] Physical 0x33ee34000
Virtual 0x33ee34000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33ee2c000 virt=0x33ee2c000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [111] Physical 0x33ee2c000
Virtual 0x33ee2c000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33ee24000 virt=0x33ee24000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [112] Physical 0x33ee24000
Virtual 0x33ee24000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33ee1c000 virt=0x33ee1c000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [113] Physical 0x33ee1c000
Virtual 0x33ee1c000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33ee14000 virt=0x33ee14000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [114] Physical 0x33ee14000
Virtual 0x33ee14000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33ee0c000 virt=0x33ee0c000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [115] Physical 0x33ee0c000
Virtual 0x33ee0c000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33ee04000 virt=0x33ee04000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [116] Physical 0x33ee04000
Virtual 0x33ee04000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33edfc000 virt=0x33edfc000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [117] Physical 0x33edfc000
Virtual 0x33edfc000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33edf4000 virt=0x33edf4000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [118] Physical 0x33edf4000
Virtual 0x33edf4000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33edec000 virt=0x33edec000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [119] Physical 0x33edec000
Virtual 0x33edec000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33ede4000 virt=0x33ede4000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [120] Physical 0x33ede4000
Virtual 0x33ede4000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=28672 phys=0x33eddc000 virt=0x33eddc000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [121] Physical 0x33eddc000
Virtual 0x33eddc000 Size 28672
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=65536 phys=0x33edcb000 virt=0x33edcb000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [122] Physical 0x33edcb000
Virtual 0x33edcb000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=65536 phys=0x33edba000 virt=0x33edba000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [123] Physical 0x33edba000
Virtual 0x33edba000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=65536 phys=0x33eda9000 virt=0x33eda9000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [124] Physical 0x33eda9000
Virtual 0x33eda9000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=65536 phys=0x33ed98000 virt=0x33ed98000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [125] Physical 0x33ed98000
Virtual 0x33ed98000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=65536 phys=0x33ed87000 virt=0x33ed87000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [126] Physical 0x33ed87000
Virtual 0x33ed87000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=65536 phys=0x33ed76000 virt=0x33ed76000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [127] Physical 0x33ed76000
Virtual 0x33ed76000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=65536 phys=0x33ed65000 virt=0x33ed65000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [128] Physical 0x33ed65000
Virtual 0x33ed65000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=65536 phys=0x33ed54000 virt=0x33ed54000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [129] Physical 0x33ed54000
Virtual 0x33ed54000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=65536 phys=0x33ed43000 virt=0x33ed43000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [130] Physical 0x33ed43000
Virtual 0x33ed43000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=65536 phys=0x33ed32000 virt=0x33ed32000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [131] Physical 0x33ed32000
Virtual 0x33ed32000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=65536 phys=0x33ed21000 virt=0x33ed21000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [132] Physical 0x33ed21000
Virtual 0x33ed21000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=65536 phys=0x33ed10000 virt=0x33ed10000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [133] Physical 0x33ed10000
Virtual 0x33ed10000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=65536 phys=0x33ecff000 virt=0x33ecff000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [134] Physical 0x33ecff000
Virtual 0x33ecff000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=65536 phys=0x33ecee000 virt=0x33ecee000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [135] Physical 0x33ecee000
Virtual 0x33ecee000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=65536 phys=0x33ecdd000 virt=0x33ecdd000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [136] Physical 0x33ecdd000
Virtual 0x33ecdd000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=65536 phys=0x33eccc000 virt=0x33eccc000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [137] Physical 0x33eccc000
Virtual 0x33eccc000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=65536 phys=0x33ecbb000 virt=0x33ecbb000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [138] Physical 0x33ecbb000
Virtual 0x33ecbb000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=65536 phys=0x33ecaa000 virt=0x33ecaa000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [139] Physical 0x33ecaa000
Virtual 0x33ecaa000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=65536 phys=0x33ec99000 virt=0x33ec99000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [140] Physical 0x33ec99000
Virtual 0x33ec99000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=65536 phys=0x33ec88000 virt=0x33ec88000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [141] Physical 0x33ec88000
Virtual 0x33ec88000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=65536 phys=0x33ec77000 virt=0x33ec77000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [142] Physical 0x33ec77000
Virtual 0x33ec77000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=65536 phys=0x33ec66000 virt=0x33ec66000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [143] Physical 0x33ec66000
Virtual 0x33ec66000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=65536 phys=0x33ec55000 virt=0x33ec55000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [144] Physical 0x33ec55000
Virtual 0x33ec55000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=65536 phys=0x33ec44000 virt=0x33ec44000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [145] Physical 0x33ec44000
Virtual 0x33ec44000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=65536 phys=0x33ec33000 virt=0x33ec33000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [146] Physical 0x33ec33000
Virtual 0x33ec33000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=65536 phys=0x33ec22000 virt=0x33ec22000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [147] Physical 0x33ec22000
Virtual 0x33ec22000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=65536 phys=0x33ec11000 virt=0x33ec11000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [148] Physical 0x33ec11000
Virtual 0x33ec11000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=65536 phys=0x33ec00000 virt=0x33ec00000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [149] Physical 0x33ec00000
Virtual 0x33ec00000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=65536 phys=0x33ebef000 virt=0x33ebef000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [150] Physical 0x33ebef000
Virtual 0x33ebef000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=65536 phys=0x33ebde000 virt=0x33ebde000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [151] Physical 0x33ebde000
Virtual 0x33ebde000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=65536 phys=0x33ebcd000 virt=0x33ebcd000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [152] Physical 0x33ebcd000
Virtual 0x33ebcd000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=65536 phys=0x33ebbc000 virt=0x33ebbc000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [153] Physical 0x33ebbc000
Virtual 0x33ebbc000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=65536 phys=0x33ebab000 virt=0x33ebab000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [154] Physical 0x33ebab000
Virtual 0x33ebab000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=65536 phys=0x33eb9a000 virt=0x33eb9a000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [155] Physical 0x33eb9a000
Virtual 0x33eb9a000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=65536 phys=0x33eb89000 virt=0x33eb89000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [156] Physical 0x33eb89000
Virtual 0x33eb89000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=65536 phys=0x33eb78000 virt=0x33eb78000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [157] Physical 0x33eb78000
Virtual 0x33eb78000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=65536 phys=0x33eb67000 virt=0x33eb67000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [158] Physical 0x33eb67000
Virtual 0x33eb67000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=65536 phys=0x33eb56000 virt=0x33eb56000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [159] Physical 0x33eb56000
Virtual 0x33eb56000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=20480 phys=0x33eb50000 virt=0x33eb50000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [160] Physical 0x33eb50000
Virtual 0x33eb50000 Size 20480
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=65536 phys=0x33eb3f000 virt=0x33eb3f000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [161] Physical 0x33eb3f000
Virtual 0x33eb3f000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=65536 phys=0x33eb2e000 virt=0x33eb2e000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [162] Physical 0x33eb2e000
Virtual 0x33eb2e000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=65536 phys=0x33eb1d000 virt=0x33eb1d000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [163] Physical 0x33eb1d000
Virtual 0x33eb1d000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=65536 phys=0x33eb0c000 virt=0x33eb0c000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [164] Physical 0x33eb0c000
Virtual 0x33eb0c000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=65536 phys=0x33eafb000 virt=0x33eafb000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [165] Physical 0x33eafb000
Virtual 0x33eafb000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=65536 phys=0x33eaea000 virt=0x33eaea000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [166] Physical 0x33eaea000
Virtual 0x33eaea000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=65536 phys=0x33ead9000 virt=0x33ead9000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [167] Physical 0x33ead9000
Virtual 0x33ead9000 Size 65536
[osal_dma_alloc_coherent_aligned:221(84:00.1:dpdk-port-1)]Allocated aligned
dma memory size=65536 phys=0x33eac8000 virt=0x33eac8000 core=0
[ecore_ilt_blk_alloc:910()]ILT shadow: Line [168] Physical 0x33eac8000
Virtual 0x33eac8000 Size 65536
[osal_dma_alloc_coherent:182(84:00.1:dpdk-port-1)]Allocated dma memory
size=65536 phys=0x33eab7f80 virt=0x33eab7f80 core=0
[osal_dma_alloc_coherent:182(84:00.1:dpdk-port-1)]Allocated dma memory
size=65536 phys=0x33eaa7f00 virt=0x33eaa7f00 core=0
[osal_dma_alloc_coherent:182(84:00.1:dpdk-port-1)]Allocated dma memory
size=65536 phys=0x33ea97e80 virt=0x33ea97e80 core=0
[osal_dma_alloc_coherent:182(84:00.1:dpdk-port-1)]Allocated dma memory
size=65536 phys=0x33ea87e00 virt=0x33ea87e00 core=0
[osal_dma_alloc_coherent:182(84:00.1:dpdk-port-1)]Allocated dma memory
size=5120 phys=0x33ea86980 virt=0x33ea86980 core=0
[__ecore_cid_map_alloc_single:1011()]Type 00000003 start: 00000000 count
00000010
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000010 count
00000040
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[__ecore_cid_map_alloc_single:1011()]Type 00000004 start: 00000000 count
00000020
[osal_dma_alloc_coherent:182(84:00.1:dpdk-port-1)]Allocated dma memory
size=4096 phys=0x33ea85900 virt=0x33ea85900 core=0
[osal_dma_alloc_coherent:182(84:00.1:dpdk-port-1)]Allocated dma memory
size=133120 phys=0x33ea65080 virt=0x33ea65080 core=0
[osal_dma_alloc_coherent:182(84:00.1:dpdk-port-1)]Allocated dma memory
size=128 phys=0x33eb2d080 virt=0x33eb2d080 core=0
[ecore_get_igu_sb_id:1723()]Slowpath SB index in IGU is 0x0000
[osal_dma_alloc_coherent:182(84:00.1:dpdk-port-1)]Allocated dma memory
size=128 phys=0x33eb3ee00 virt=0x33eb3ee00 core=0
[ecore_int_sb_attn_init:1441()]Attn Mask [Reg 0]: 0x00000000
[ecore_int_sb_attn_init:1441()]Attn Mask [Reg 1]: 0x00000004
[ecore_int_sb_attn_init:1441()]Attn Mask [Reg 2]: 0x00000000
[ecore_int_sb_attn_init:1441()]Attn Mask [Reg 3]: 0x55435000
[ecore_int_sb_attn_init:1441()]Attn Mask [Reg 4]: 0x55555555
[ecore_int_sb_attn_init:1441()]Attn Mask [Reg 5]: 0x55555555
[ecore_int_sb_attn_init:1441()]Attn Mask [Reg 6]: 0x55555555
[ecore_int_sb_attn_init:1441()]Attn Mask [Reg 7]: 0x07f55555
[ecore_int_sb_attn_init:1441()]Attn Mask [Reg 8]: 0x00000001
[ecore_iov_allocate_vfdb:549()]ecore_iov_allocate_vfdb for 120 VFs
[osal_dma_alloc_coherent:182(84:00.1:dpdk-port-1)]Allocated dma memory
size=122880 phys=0x33e732b00 virt=0x33e732b00 core=0
[osal_dma_alloc_coherent:182(84:00.1:dpdk-port-1)]Allocated dma memory
size=122880 phys=0x33e714a80 virt=0x33e714a80 core=0
[osal_dma_alloc_coherent:182(84:00.1:dpdk-port-1)]Allocated dma memory
size=9600 phys=0x33e712480 virt=0x33e712480 core=0
[ecore_iov_allocate_vfdb:579()]PF's Requests mailbox [0x33e732b00 virt
0x33e732b00 phys], Response mailbox [0x33e714a80 virt 0x33e714a80 phys]
Bulletinsi [0x33e712480 virt 0x33e712480 phys]
[osal_dma_alloc_coherent:182(84:00.1:dpdk-port-1)]Allocated dma memory
size=64 phys=0x33eb3eb80 virt=0x33eb3eb80 core=0
[osal_dma_alloc_coherent:182(84:00.1:dpdk-port-1)]Allocated dma memory
size=4096 phys=0x33e711400 virt=0x33e711400 core=0
[osal_dma_alloc_coherent:182(84:00.1:dpdk-port-1)]Allocated dma memory
size=64 phys=0x33eb3e900 virt=0x33eb3e900 core=0
[osal_dma_alloc_coherent:182(84:00.1:dpdk-port-1)]Allocated dma memory
size=4096 phys=0x33e710380 virt=0x33e710380 core=0
[osal_dma_alloc_coherent:182(84:00.1:dpdk-port-1)]Allocated dma memory
size=64 phys=0x33ec107c0 virt=0x33ec107c0 core=0
[osal_dma_alloc_coherent:182(84:00.1:dpdk-port-1)]Allocated dma memory
size=64 phys=0x33ec10700 virt=0x33ec10700 core=0
[osal_dma_alloc_coherent:182(84:00.1:dpdk-port-1)]Allocated dma memory
size=32768 phys=0x33e708300 virt=0x33e708300 core=0
[ecore_llh_alloc:436(84:00.1:dpdk-port-1)]ppfid_array[0] = 0
[ecore_llh_alloc:436(84:00.1:dpdk-port-1)]ppfid_array[1] = 1
[ecore_llh_alloc:436(84:00.1:dpdk-port-1)]ppfid_array[2] = 2
[ecore_llh_alloc:436(84:00.1:dpdk-port-1)]ppfid_array[3] = 3
[ecore_llh_alloc:436(84:00.1:dpdk-port-1)]ppfid_array[4] = 4
[ecore_llh_alloc:436(84:00.1:dpdk-port-1)]ppfid_array[5] = 5
[ecore_llh_alloc:436(84:00.1:dpdk-port-1)]ppfid_array[6] = 6
[ecore_llh_alloc:436(84:00.1:dpdk-port-1)]ppfid_array[7] = 7
[qed_nic_setup:98(84:00.1:dpdk-port-1)]Allocated qed resources
[_ecore_cxt_acquire_cid:1824()]Acquired cid 0x00000000 [rel. 00000000] vfid
ff type 3
[ecore_cxt_get_cid_info:1947()]Accessing ILT shadow[0]: CXT pointer is at
0x33f19e000 (for iid 0)
[ecore_db_recovery_dp_entry:68()](Adding: db_entry 0x33ec32200, addr
0x2200190000, data 0x33eb2d52c, width 32b, kernel space, hwfn 0)
[qede_pmd: 84:00.1:dpdk-port-1] qed_dbg_pf_init() >>
[ecore_calc_hw_mode:2706()]Configuring function for hw_mode: 0x00000c0a
[__ecore_mcp_load_req:959()]Load Request: param 0x01022808 [init_hw 0,
drv_type 1, hsi_ver 2, pda 0x2808]
[__ecore_mcp_load_req:968()]Load Request: drv_ver 0x08281a00_0x00000003,
fw_ver 0x08282100, misc0 0x00000002 [role 2, timeout 0, force 0, flags0 0x0]
[__ecore_mcp_load_req:984()]Load Response: resp 0x10100000
[__ecore_mcp_load_req:990()]Load Response: exist_drv_ver
0x00000000_0x00000000, exist_fw_ver 0x00000000, misc0 0x00000000
[exist_role 0, mfw_hsi 0, flags0 0x0]
[ecore_hw_init:3758()]Load request was sent. Load code: 0x10100000
[osal_dma_alloc_coherent:182(84:00.1:dpdk-port-1)]Allocated dma memory
size=28224 phys=0x33e701440 virt=0x33e701440 core=0
[osal_dma_alloc_coherent:182(84:00.1:dpdk-port-1)]Allocated dma memory
size=448 phys=0x33ec43dc0 virt=0x33ec43dc0 core=0
[osal_dma_alloc_coherent:182(84:00.1:dpdk-port-1)]Allocated dma memory
size=4096 phys=0x33e7003c0 virt=0x33e7003c0 core=0
[ecore_dmae_sanity:1044()]DMAE sanity [engine_phase]: src_addr={phys
0x33e7003c0, virt 0x33e7003c0}, dst_addr={phys 0x33e700bc0, virt
0x33e700bc0}, size 0x800
[osal_dma_free_mem:234(84:00.1:dpdk-port-1)]Free memzone 2ce7ade7f3a1c
[ecore_cxt_qm_iids:224()]iids: CIDS 00000050 vf_cids 00000f00 tids 00000000
vf_tids 00000000
[ecore_ilt_init_pf:1600()]Setting RT[0x0000174f] from ILT[0x00000000]
[Client is 0] to Physical addr: 0x33f19e
[ecore_ilt_init_pf:1600()]Setting RT[0x00001751] from ILT[0x00000001]
[Client is 0] to Physical addr: 0x33f19c
[ecore_ilt_init_pf:1600()]Setting RT[0x00001753] from ILT[0x00000002]
[Client is 0] to Physical addr: 0x33f194
[ecore_ilt_init_pf:1600()]Setting RT[0x00001755] from ILT[0x00000003]
[Client is 0] to Physical addr: 0x33f18c
[ecore_ilt_init_pf:1600()]Setting RT[0x00001757] from ILT[0x00000004]
[Client is 0] to Physical addr: 0x33f184
[ecore_ilt_init_pf:1600()]Setting RT[0x00001759] from ILT[0x00000005]
[Client is 0] to Physical addr: 0x33f17c
[ecore_ilt_init_pf:1600()]Setting RT[0x0000175b] from ILT[0x00000006]
[Client is 0] to Physical addr: 0x33f174
[ecore_ilt_init_pf:1600()]Setting RT[0x0000175d] from ILT[0x00000007]
[Client is 0] to Physical addr: 0x33f16c
[ecore_ilt_init_pf:1600()]Setting RT[0x0000175f] from ILT[0x00000008]
[Client is 0] to Physical addr: 0x33f164
[ecore_ilt_init_pf:1600()]Setting RT[0x00001761] from ILT[0x00000009]
[Client is 0] to Physical addr: 0x33f15c
[ecore_ilt_init_pf:1600()]Setting RT[0x00001763] from ILT[0x0000000a]
[Client is 0] to Physical addr: 0x33f154
[ecore_ilt_init_pf:1600()]Setting RT[0x00001765] from ILT[0x0000000b]
[Client is 0] to Physical addr: 0x33f14c
[ecore_ilt_init_pf:1600()]Setting RT[0x00001767] from ILT[0x0000000c]
[Client is 0] to Physical addr: 0x33f144
[ecore_ilt_init_pf:1600()]Setting RT[0x00001769] from ILT[0x0000000d]
[Client is 0] to Physical addr: 0x33f13c
[ecore_ilt_init_pf:1600()]Setting RT[0x0000176b] from ILT[0x0000000e]
[Client is 0] to Physical addr: 0x33f134
[ecore_ilt_init_pf:1600()]Setting RT[0x0000176d] from ILT[0x0000000f]
[Client is 0] to Physical addr: 0x33f12c
[ecore_ilt_init_pf:1600()]Setting RT[0x0000176f] from ILT[0x00000010]
[Client is 0] to Physical addr: 0x33f124
[ecore_ilt_init_pf:1600()]Setting RT[0x00001771] from ILT[0x00000011]
[Client is 0] to Physical addr: 0x33f11c
[ecore_ilt_init_pf:1600()]Setting RT[0x00001773] from ILT[0x00000012]
[Client is 0] to Physical addr: 0x33f114
[ecore_ilt_init_pf:1600()]Setting RT[0x00001775] from ILT[0x00000013]
[Client is 0] to Physical addr: 0x33f10c
[ecore_ilt_init_pf:1600()]Setting RT[0x00001777] from ILT[0x00000014]
[Client is 0] to Physical addr: 0x33f104
[ecore_ilt_init_pf:1600()]Setting RT[0x00001779] from ILT[0x00000015]
[Client is 0] to Physical addr: 0x33f0fc
[ecore_ilt_init_pf:1600()]Setting RT[0x0000177b] from ILT[0x00000016]
[Client is 0] to Physical addr: 0x33f0f4
[ecore_ilt_init_pf:1600()]Setting RT[0x0000177d] from ILT[0x00000017]
[Client is 0] to Physical addr: 0x33f0ec
[ecore_ilt_init_pf:1600()]Setting RT[0x0000177f] from ILT[0x00000018]
[Client is 0] to Physical addr: 0x33f0e4
[ecore_ilt_init_pf:1600()]Setting RT[0x00001781] from ILT[0x00000019]
[Client is 0] to Physical addr: 0x33f0dc
[ecore_ilt_init_pf:1600()]Setting RT[0x00001783] from ILT[0x0000001a]
[Client is 0] to Physical addr: 0x33f0d4
[ecore_ilt_init_pf:1600()]Setting RT[0x00001785] from ILT[0x0000001b]
[Client is 0] to Physical addr: 0x33f0cc
[ecore_ilt_init_pf:1600()]Setting RT[0x00001787] from ILT[0x0000001c]
[Client is 0] to Physical addr: 0x33f0c4
[ecore_ilt_init_pf:1600()]Setting RT[0x00001789] from ILT[0x0000001d]
[Client is 0] to Physical addr: 0x33f0bc
[ecore_ilt_init_pf:1600()]Setting RT[0x0000178b] from ILT[0x0000001e]
[Client is 0] to Physical addr: 0x33f0b4
[ecore_ilt_init_pf:1600()]Setting RT[0x0000178d] from ILT[0x0000001f]
[Client is 0] to Physical addr: 0x33f0ac
[ecore_ilt_init_pf:1600()]Setting RT[0x0000178f] from ILT[0x00000020]
[Client is 0] to Physical addr: 0x33f0a4
[ecore_ilt_init_pf:1600()]Setting RT[0x00001791] from ILT[0x00000021]
[Client is 0] to Physical addr: 0x33f09c
[ecore_ilt_init_pf:1600()]Setting RT[0x00001793] from ILT[0x00000022]
[Client is 0] to Physical addr: 0x33f094
[ecore_ilt_init_pf:1600()]Setting RT[0x00001795] from ILT[0x00000023]
[Client is 0] to Physical addr: 0x33f08c
[ecore_ilt_init_pf:1600()]Setting RT[0x00001797] from ILT[0x00000024]
[Client is 0] to Physical addr: 0x33f084
[ecore_ilt_init_pf:1600()]Setting RT[0x00001799] from ILT[0x00000025]
[Client is 0] to Physical addr: 0x33f07c
[ecore_ilt_init_pf:1600()]Setting RT[0x0000179b] from ILT[0x00000026]
[Client is 0] to Physical addr: 0x33f074
[ecore_ilt_init_pf:1600()]Setting RT[0x0000179d] from ILT[0x00000027]
[Client is 0] to Physical addr: 0x33f06c
[ecore_ilt_init_pf:1600()]Setting RT[0x0000179f] from ILT[0x00000028]
[Client is 0] to Physical addr: 0x33f064
[ecore_ilt_init_pf:1600()]Setting RT[0x000017a1] from ILT[0x00000029]
[Client is 0] to Physical addr: 0x33f05c
[ecore_ilt_init_pf:1600()]Setting RT[0x000017a3] from ILT[0x0000002a]
[Client is 0] to Physical addr: 0x33f054
[ecore_ilt_init_pf:1600()]Setting RT[0x000017a5] from ILT[0x0000002b]
[Client is 0] to Physical addr: 0x33f04c
[ecore_ilt_init_pf:1600()]Setting RT[0x000017a7] from ILT[0x0000002c]
[Client is 0] to Physical addr: 0x33f044
[ecore_ilt_init_pf:1600()]Setting RT[0x000017a9] from ILT[0x0000002d]
[Client is 0] to Physical addr: 0x33f03c
[ecore_ilt_init_pf:1600()]Setting RT[0x000017ab] from ILT[0x0000002e]
[Client is 0] to Physical addr: 0x33f034
[ecore_ilt_init_pf:1600()]Setting RT[0x000017ad] from ILT[0x0000002f]
[Client is 0] to Physical addr: 0x33f02c
[ecore_ilt_init_pf:1600()]Setting RT[0x000017af] from ILT[0x00000030]
[Client is 0] to Physical addr: 0x33f024
[ecore_ilt_init_pf:1600()]Setting RT[0x000017b1] from ILT[0x00000031]
[Client is 0] to Physical addr: 0x33f01c
[ecore_ilt_init_pf:1600()]Setting RT[0x000017b3] from ILT[0x00000032]
[Client is 0] to Physical addr: 0x33f014
[ecore_ilt_init_pf:1600()]Setting RT[0x000017b5] from ILT[0x00000033]
[Client is 0] to Physical addr: 0x33f00c
[ecore_ilt_init_pf:1600()]Setting RT[0x000017b7] from ILT[0x00000034]
[Client is 0] to Physical addr: 0x33f004
[ecore_ilt_init_pf:1600()]Setting RT[0x000017b9] from ILT[0x00000035]
[Client is 0] to Physical addr: 0x33effc
[ecore_ilt_init_pf:1600()]Setting RT[0x000017bb] from ILT[0x00000036]
[Client is 0] to Physical addr: 0x33eff4
[ecore_ilt_init_pf:1600()]Setting RT[0x000017bd] from ILT[0x00000037]
[Client is 0] to Physical addr: 0x33efec
[ecore_ilt_init_pf:1600()]Setting RT[0x000017bf] from ILT[0x00000038]
[Client is 0] to Physical addr: 0x33efe4
[ecore_ilt_init_pf:1600()]Setting RT[0x000017c1] from ILT[0x00000039]
[Client is 0] to Physical addr: 0x33efdc
[ecore_ilt_init_pf:1600()]Setting RT[0x000017c3] from ILT[0x0000003a]
[Client is 0] to Physical addr: 0x33efd4
[ecore_ilt_init_pf:1600()]Setting RT[0x000017c5] from ILT[0x0000003b]
[Client is 0] to Physical addr: 0x33efcc
[ecore_ilt_init_pf:1600()]Setting RT[0x000017c7] from ILT[0x0000003c]
[Client is 0] to Physical addr: 0x33efc4
[ecore_ilt_init_pf:1600()]Setting RT[0x000017c9] from ILT[0x0000003d]
[Client is 0] to Physical addr: 0x33efbc
[ecore_ilt_init_pf:1600()]Setting RT[0x000017cb] from ILT[0x0000003e]
[Client is 0] to Physical addr: 0x33efb4
[ecore_ilt_init_pf:1600()]Setting RT[0x000017cd] from ILT[0x0000003f]
[Client is 0] to Physical addr: 0x33efac
[ecore_ilt_init_pf:1600()]Setting RT[0x000017cf] from ILT[0x00000040]
[Client is 0] to Physical addr: 0x33efa4
[ecore_ilt_init_pf:1600()]Setting RT[0x000017d1] from ILT[0x00000041]
[Client is 0] to Physical addr: 0x33ef9c
[ecore_ilt_init_pf:1600()]Setting RT[0x000017d3] from ILT[0x00000042]
[Client is 0] to Physical addr: 0x33ef94
[ecore_ilt_init_pf:1600()]Setting RT[0x000017d5] from ILT[0x00000043]
[Client is 0] to Physical addr: 0x33ef8c
[ecore_ilt_init_pf:1600()]Setting RT[0x000017d7] from ILT[0x00000044]
[Client is 0] to Physical addr: 0x33ef84
[ecore_ilt_init_pf:1600()]Setting RT[0x000017d9] from ILT[0x00000045]
[Client is 0] to Physical addr: 0x33ef7c
[ecore_ilt_init_pf:1600()]Setting RT[0x000017db] from ILT[0x00000046]
[Client is 0] to Physical addr: 0x33ef74
[ecore_ilt_init_pf:1600()]Setting RT[0x000017dd] from ILT[0x00000047]
[Client is 0] to Physical addr: 0x33ef6c
[ecore_ilt_init_pf:1600()]Setting RT[0x000017df] from ILT[0x00000048]
[Client is 0] to Physical addr: 0x33ef64
[ecore_ilt_init_pf:1600()]Setting RT[0x000017e1] from ILT[0x00000049]
[Client is 0] to Physical addr: 0x33ef5c
[ecore_ilt_init_pf:1600()]Setting RT[0x000017e3] from ILT[0x0000004a]
[Client is 0] to Physical addr: 0x33ef54
[ecore_ilt_init_pf:1600()]Setting RT[0x000017e5] from ILT[0x0000004b]
[Client is 0] to Physical addr: 0x33ef4c
[ecore_ilt_init_pf:1600()]Setting RT[0x000017e7] from ILT[0x0000004c]
[Client is 0] to Physical addr: 0x33ef44
[ecore_ilt_init_pf:1600()]Setting RT[0x000017e9] from ILT[0x0000004d]
[Client is 0] to Physical addr: 0x33ef3c
[ecore_ilt_init_pf:1600()]Setting RT[0x000017eb] from ILT[0x0000004e]
[Client is 0] to Physical addr: 0x33ef34
[ecore_ilt_init_pf:1600()]Setting RT[0x000017ed] from ILT[0x0000004f]
[Client is 0] to Physical addr: 0x33ef2c
[ecore_ilt_init_pf:1600()]Setting RT[0x000017ef] from ILT[0x00000050]
[Client is 0] to Physical addr: 0x33ef24
[ecore_ilt_init_pf:1600()]Setting RT[0x000017f1] from ILT[0x00000051]
[Client is 0] to Physical addr: 0x33ef1c
[ecore_ilt_init_pf:1600()]Setting RT[0x000017f3] from ILT[0x00000052]
[Client is 0] to Physical addr: 0x33ef14
[ecore_ilt_init_pf:1600()]Setting RT[0x000017f5] from ILT[0x00000053]
[Client is 0] to Physical addr: 0x33ef0c
[ecore_ilt_init_pf:1600()]Setting RT[0x000017f7] from ILT[0x00000054]
[Client is 0] to Physical addr: 0x33ef04
[ecore_ilt_init_pf:1600()]Setting RT[0x000017f9] from ILT[0x00000055]
[Client is 0] to Physical addr: 0x33eefc
[ecore_ilt_init_pf:1600()]Setting RT[0x000017fb] from ILT[0x00000056]
[Client is 0] to Physical addr: 0x33eef4
[ecore_ilt_init_pf:1600()]Setting RT[0x000017fd] from ILT[0x00000057]
[Client is 0] to Physical addr: 0x33eeec
[ecore_ilt_init_pf:1600()]Setting RT[0x000017ff] from ILT[0x00000058]
[Client is 0] to Physical addr: 0x33eee4
[ecore_ilt_init_pf:1600()]Setting RT[0x00001801] from ILT[0x00000059]
[Client is 0] to Physical addr: 0x33eedc
[ecore_ilt_init_pf:1600()]Setting RT[0x00001803] from ILT[0x0000005a]
[Client is 0] to Physical addr: 0x33eed4
[ecore_ilt_init_pf:1600()]Setting RT[0x00001805] from ILT[0x0000005b]
[Client is 0] to Physical addr: 0x33eecc
[ecore_ilt_init_pf:1600()]Setting RT[0x00001807] from ILT[0x0000005c]
[Client is 0] to Physical addr: 0x33eec4
[ecore_ilt_init_pf:1600()]Setting RT[0x00001809] from ILT[0x0000005d]
[Client is 0] to Physical addr: 0x33eebc
[ecore_ilt_init_pf:1600()]Setting RT[0x0000180b] from ILT[0x0000005e]
[Client is 0] to Physical addr: 0x33eeb4
[ecore_ilt_init_pf:1600()]Setting RT[0x0000180d] from ILT[0x0000005f]
[Client is 0] to Physical addr: 0x33eeac
[ecore_ilt_init_pf:1600()]Setting RT[0x0000180f] from ILT[0x00000060]
[Client is 0] to Physical addr: 0x33eea4
[ecore_ilt_init_pf:1600()]Setting RT[0x00001811] from ILT[0x00000061]
[Client is 0] to Physical addr: 0x33ee9c
[ecore_ilt_init_pf:1600()]Setting RT[0x00001813] from ILT[0x00000062]
[Client is 0] to Physical addr: 0x33ee94
[ecore_ilt_init_pf:1600()]Setting RT[0x00001815] from ILT[0x00000063]
[Client is 0] to Physical addr: 0x33ee8c
[ecore_ilt_init_pf:1600()]Setting RT[0x00001817] from ILT[0x00000064]
[Client is 0] to Physical addr: 0x33ee84
[ecore_ilt_init_pf:1600()]Setting RT[0x00001819] from ILT[0x00000065]
[Client is 0] to Physical addr: 0x33ee7c
[ecore_ilt_init_pf:1600()]Setting RT[0x0000181b] from ILT[0x00000066]
[Client is 0] to Physical addr: 0x33ee74
[ecore_ilt_init_pf:1600()]Setting RT[0x0000181d] from ILT[0x00000067]
[Client is 0] to Physical addr: 0x33ee6c
[ecore_ilt_init_pf:1600()]Setting RT[0x0000181f] from ILT[0x00000068]
[Client is 0] to Physical addr: 0x33ee64
[ecore_ilt_init_pf:1600()]Setting RT[0x00001821] from ILT[0x00000069]
[Client is 0] to Physical addr: 0x33ee5c
[ecore_ilt_init_pf:1600()]Setting RT[0x00001823] from ILT[0x0000006a]
[Client is 0] to Physical addr: 0x33ee54
[ecore_ilt_init_pf:1600()]Setting RT[0x00001825] from ILT[0x0000006b]
[Client is 0] to Physical addr: 0x33ee4c
[ecore_ilt_init_pf:1600()]Setting RT[0x00001827] from ILT[0x0000006c]
[Client is 0] to Physical addr: 0x33ee44
[ecore_ilt_init_pf:1600()]Setting RT[0x00001829] from ILT[0x0000006d]
[Client is 0] to Physical addr: 0x33ee3c
[ecore_ilt_init_pf:1600()]Setting RT[0x0000182b] from ILT[0x0000006e]
[Client is 0] to Physical addr: 0x33ee34
[ecore_ilt_init_pf:1600()]Setting RT[0x0000182d] from ILT[0x0000006f]
[Client is 0] to Physical addr: 0x33ee2c
[ecore_ilt_init_pf:1600()]Setting RT[0x0000182f] from ILT[0x00000070]
[Client is 0] to Physical addr: 0x33ee24
[ecore_ilt_init_pf:1600()]Setting RT[0x00001831] from ILT[0x00000071]
[Client is 0] to Physical addr: 0x33ee1c
[ecore_ilt_init_pf:1600()]Setting RT[0x00001833] from ILT[0x00000072]
[Client is 0] to Physical addr: 0x33ee14
[ecore_ilt_init_pf:1600()]Setting RT[0x00001835] from ILT[0x00000073]
[Client is 0] to Physical addr: 0x33ee0c
[ecore_ilt_init_pf:1600()]Setting RT[0x00001837] from ILT[0x00000074]
[Client is 0] to Physical addr: 0x33ee04
[ecore_ilt_init_pf:1600()]Setting RT[0x00001839] from ILT[0x00000075]
[Client is 0] to Physical addr: 0x33edfc
[ecore_ilt_init_pf:1600()]Setting RT[0x0000183b] from ILT[0x00000076]
[Client is 0] to Physical addr: 0x33edf4
[ecore_ilt_init_pf:1600()]Setting RT[0x0000183d] from ILT[0x00000077]
[Client is 0] to Physical addr: 0x33edec
[ecore_ilt_init_pf:1600()]Setting RT[0x0000183f] from ILT[0x00000078]
[Client is 0] to Physical addr: 0x33ede4
[ecore_ilt_init_pf:1600()]Setting RT[0x00001841] from ILT[0x00000079]
[Client is 0] to Physical addr: 0x33eddc
[ecore_ilt_init_pf:1600()]Setting RT[0x00001843] from ILT[0x0000007a]
[Client is 2] to Physical addr: 0x33edcb
[ecore_ilt_init_pf:1600()]Setting RT[0x00001845] from ILT[0x0000007b]
[Client is 2] to Physical addr: 0x33edba
[ecore_ilt_init_pf:1600()]Setting RT[0x00001847] from ILT[0x0000007c]
[Client is 2] to Physical addr: 0x33eda9
[ecore_ilt_init_pf:1600()]Setting RT[0x00001849] from ILT[0x0000007d]
[Client is 2] to Physical addr: 0x33ed98
[ecore_ilt_init_pf:1600()]Setting RT[0x0000184b] from ILT[0x0000007e]
[Client is 2] to Physical addr: 0x33ed87
[ecore_ilt_init_pf:1600()]Setting RT[0x0000184d] from ILT[0x0000007f]
[Client is 2] to Physical addr: 0x33ed76
[ecore_ilt_init_pf:1600()]Setting RT[0x0000184f] from ILT[0x00000080]
[Client is 2] to Physical addr: 0x33ed65
[ecore_ilt_init_pf:1600()]Setting RT[0x00001851] from ILT[0x00000081]
[Client is 2] to Physical addr: 0x33ed54
[ecore_ilt_init_pf:1600()]Setting RT[0x00001853] from ILT[0x00000082]
[Client is 2] to Physical addr: 0x33ed43
[ecore_ilt_init_pf:1600()]Setting RT[0x00001855] from ILT[0x00000083]
[Client is 2] to Physical addr: 0x33ed32
[ecore_ilt_init_pf:1600()]Setting RT[0x00001857] from ILT[0x00000084]
[Client is 2] to Physical addr: 0x33ed21
[ecore_ilt_init_pf:1600()]Setting RT[0x00001859] from ILT[0x00000085]
[Client is 2] to Physical addr: 0x33ed10
[ecore_ilt_init_pf:1600()]Setting RT[0x0000185b] from ILT[0x00000086]
[Client is 2] to Physical addr: 0x33ecff
[ecore_ilt_init_pf:1600()]Setting RT[0x0000185d] from ILT[0x00000087]
[Client is 2] to Physical addr: 0x33ecee
[ecore_ilt_init_pf:1600()]Setting RT[0x0000185f] from ILT[0x00000088]
[Client is 2] to Physical addr: 0x33ecdd
[ecore_ilt_init_pf:1600()]Setting RT[0x00001861] from ILT[0x00000089]
[Client is 2] to Physical addr: 0x33eccc
[ecore_ilt_init_pf:1600()]Setting RT[0x00001863] from ILT[0x0000008a]
[Client is 2] to Physical addr: 0x33ecbb
[ecore_ilt_init_pf:1600()]Setting RT[0x00001865] from ILT[0x0000008b]
[Client is 2] to Physical addr: 0x33ecaa
[ecore_ilt_init_pf:1600()]Setting RT[0x00001867] from ILT[0x0000008c]
[Client is 2] to Physical addr: 0x33ec99
[ecore_ilt_init_pf:1600()]Setting RT[0x00001869] from ILT[0x0000008d]
[Client is 2] to Physical addr: 0x33ec88
[ecore_ilt_init_pf:1600()]Setting RT[0x0000186b] from ILT[0x0000008e]
[Client is 2] to Physical addr: 0x33ec77
[ecore_ilt_init_pf:1600()]Setting RT[0x0000186d] from ILT[0x0000008f]
[Client is 2] to Physical addr: 0x33ec66
[ecore_ilt_init_pf:1600()]Setting RT[0x0000186f] from ILT[0x00000090]
[Client is 2] to Physical addr: 0x33ec55
[ecore_ilt_init_pf:1600()]Setting RT[0x00001871] from ILT[0x00000091]
[Client is 2] to Physical addr: 0x33ec44
[ecore_ilt_init_pf:1600()]Setting RT[0x00001873] from ILT[0x00000092]
[Client is 2] to Physical addr: 0x33ec33
[ecore_ilt_init_pf:1600()]Setting RT[0x00001875] from ILT[0x00000093]
[Client is 2] to Physical addr: 0x33ec22
[ecore_ilt_init_pf:1600()]Setting RT[0x00001877] from ILT[0x00000094]
[Client is 2] to Physical addr: 0x33ec11
[ecore_ilt_init_pf:1600()]Setting RT[0x00001879] from ILT[0x00000095]
[Client is 2] to Physical addr: 0x33ec00
[ecore_ilt_init_pf:1600()]Setting RT[0x0000187b] from ILT[0x00000096]
[Client is 2] to Physical addr: 0x33ebef
[ecore_ilt_init_pf:1600()]Setting RT[0x0000187d] from ILT[0x00000097]
[Client is 2] to Physical addr: 0x33ebde
[ecore_ilt_init_pf:1600()]Setting RT[0x0000187f] from ILT[0x00000098]
[Client is 2] to Physical addr: 0x33ebcd
[ecore_ilt_init_pf:1600()]Setting RT[0x00001881] from ILT[0x00000099]
[Client is 2] to Physical addr: 0x33ebbc
[ecore_ilt_init_pf:1600()]Setting RT[0x00001883] from ILT[0x0000009a]
[Client is 2] to Physical addr: 0x33ebab
[ecore_ilt_init_pf:1600()]Setting RT[0x00001885] from ILT[0x0000009b]
[Client is 2] to Physical addr: 0x33eb9a
[ecore_ilt_init_pf:1600()]Setting RT[0x00001887] from ILT[0x0000009c]
[Client is 2] to Physical addr: 0x33eb89
[ecore_ilt_init_pf:1600()]Setting RT[0x00001889] from ILT[0x0000009d]
[Client is 2] to Physical addr: 0x33eb78
[ecore_ilt_init_pf:1600()]Setting RT[0x0000188b] from ILT[0x0000009e]
[Client is 2] to Physical addr: 0x33eb67
[ecore_ilt_init_pf:1600()]Setting RT[0x0000188d] from ILT[0x0000009f]
[Client is 2] to Physical addr: 0x33eb56
[ecore_ilt_init_pf:1600()]Setting RT[0x0000188f] from ILT[0x000000a0]
[Client is 2] to Physical addr: 0x33eb50
[ecore_ilt_init_pf:1600()]Setting RT[0x00001891] from ILT[0x000000a1]
[Client is 4] to Physical addr: 0x33eb3f
[ecore_ilt_init_pf:1600()]Setting RT[0x00001893] from ILT[0x000000a2]
[Client is 4] to Physical addr: 0x33eb2e
[ecore_ilt_init_pf:1600()]Setting RT[0x00001895] from ILT[0x000000a3]
[Client is 4] to Physical addr: 0x33eb1d
[ecore_ilt_init_pf:1600()]Setting RT[0x00001897] from ILT[0x000000a4]
[Client is 4] to Physical addr: 0x33eb0c
[ecore_ilt_init_pf:1600()]Setting RT[0x00001899] from ILT[0x000000a5]
[Client is 4] to Physical addr: 0x33eafb
[ecore_ilt_init_pf:1600()]Setting RT[0x0000189b] from ILT[0x000000a6]
[Client is 4] to Physical addr: 0x33eaea
[ecore_ilt_init_pf:1600()]Setting RT[0x0000189d] from ILT[0x000000a7]
[Client is 4] to Physical addr: 0x33ead9
[ecore_ilt_init_pf:1600()]Setting RT[0x0000189f] from ILT[0x000000a8]
[Client is 4] to Physical addr: 0x33eac8
[ecore_src_init_pf:1638()]Configured SEARCHER for 0x00001050 connections
[osal_dma_alloc_coherent:182(84:00.1:dpdk-port-1)]Allocated dma memory
size=4096 phys=0x33e7003c0 virt=0x33e7003c0 core=0
[ecore_dmae_sanity:1044()]DMAE sanity [pf_phase]: src_addr={phys
0x33e7003c0, virt 0x33e7003c0}, dst_addr={phys 0x33e700bc0, virt
0x33e700bc0}, size 0x800
[osal_dma_free_mem:234(84:00.1:dpdk-port-1)]Free memzone 2ce7af7539c2e
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0001]: func_id= 0
is_pf = 1 vector_num = 0x1
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0002]: func_id= 0
is_pf = 1 vector_num = 0x2
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0003]: func_id= 0
is_pf = 1 vector_num = 0x3
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0004]: func_id= 0
is_pf = 1 vector_num = 0x4
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0005]: func_id= 0
is_pf = 1 vector_num = 0x5
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0006]: func_id= 0
is_pf = 1 vector_num = 0x6
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0007]: func_id= 0
is_pf = 1 vector_num = 0x7
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0008]: func_id= 0
is_pf = 1 vector_num = 0x8
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0009]: func_id= 0
is_pf = 1 vector_num = 0x9
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [000a]: func_id= 0
is_pf = 1 vector_num = 0xa
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [000b]: func_id= 0
is_pf = 1 vector_num = 0xb
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [000c]: func_id= 0
is_pf = 1 vector_num = 0xc
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [000d]: func_id= 0
is_pf = 1 vector_num = 0xd
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [000e]: func_id= 0
is_pf = 1 vector_num = 0xe
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [000f]: func_id= 0
is_pf = 1 vector_num = 0xf
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0010]: func_id= 0
is_pf = 1 vector_num = 0x10
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0011]: func_id= 0
is_pf = 1 vector_num = 0x11
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0012]: func_id= 0
is_pf = 1 vector_num = 0x12
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0013]: func_id= 0
is_pf = 1 vector_num = 0x13
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0014]: func_id= 0
is_pf = 1 vector_num = 0x14
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0015]: func_id= 0
is_pf = 1 vector_num = 0x15
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0016]: func_id= 0
is_pf = 1 vector_num = 0x16
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0017]: func_id= 0
is_pf = 1 vector_num = 0x17
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0018]: func_id= 0
is_pf = 1 vector_num = 0x18
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0019]: func_id= 0
is_pf = 1 vector_num = 0x19
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [001a]: func_id= 0
is_pf = 1 vector_num = 0x1a
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [001b]: func_id= 0
is_pf = 1 vector_num = 0x1b
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [001c]: func_id= 0
is_pf = 1 vector_num = 0x1c
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [001d]: func_id= 0
is_pf = 1 vector_num = 0x1d
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [001e]: func_id= 0
is_pf = 1 vector_num = 0x1e
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [001f]: func_id= 0
is_pf = 1 vector_num = 0x1f
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0020]: func_id= 0
is_pf = 1 vector_num = 0x20
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0021]: func_id= 0
is_pf = 1 vector_num = 0x21
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0022]: func_id= 0
is_pf = 1 vector_num = 0x22
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0023]: func_id= 0
is_pf = 1 vector_num = 0x23
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0024]: func_id= 0
is_pf = 1 vector_num = 0x24
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0025]: func_id= 0
is_pf = 1 vector_num = 0x25
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0026]: func_id= 0
is_pf = 1 vector_num = 0x26
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0027]: func_id= 0
is_pf = 1 vector_num = 0x27
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0028]: func_id= 0
is_pf = 1 vector_num = 0x28
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0029]: func_id= 0
is_pf = 1 vector_num = 0x29
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [002a]: func_id= 0
is_pf = 1 vector_num = 0x2a
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [002b]: func_id= 0
is_pf = 1 vector_num = 0x2b
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [002c]: func_id= 0
is_pf = 1 vector_num = 0x2c
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [002d]: func_id= 0
is_pf = 1 vector_num = 0x2d
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [002e]: func_id= 0
is_pf = 1 vector_num = 0x2e
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [002f]: func_id= 0
is_pf = 1 vector_num = 0x2f
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0030]: func_id= 0
is_pf = 1 vector_num = 0x30
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0031]: func_id= 0
is_pf = 1 vector_num = 0x31
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0032]: func_id= 0
is_pf = 1 vector_num = 0x32
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0033]: func_id= 0
is_pf = 1 vector_num = 0x33
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0034]: func_id= 0
is_pf = 1 vector_num = 0x34
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0035]: func_id= 0
is_pf = 1 vector_num = 0x35
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0036]: func_id= 0
is_pf = 1 vector_num = 0x36
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0037]: func_id= 0
is_pf = 1 vector_num = 0x37
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0038]: func_id= 0
is_pf = 1 vector_num = 0x38
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0039]: func_id= 0
is_pf = 1 vector_num = 0x39
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [003a]: func_id= 0
is_pf = 1 vector_num = 0x3a
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [003b]: func_id= 0
is_pf = 1 vector_num = 0x3b
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [003c]: func_id= 0
is_pf = 1 vector_num = 0x3c
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [003d]: func_id= 0
is_pf = 1 vector_num = 0x3d
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [003e]: func_id= 0
is_pf = 1 vector_num = 0x3e
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [003f]: func_id= 0
is_pf = 1 vector_num = 0x3f
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0040]: func_id= 0
is_pf = 1 vector_num = 0x40
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0041]: func_id= 0
is_pf = 1 vector_num = 0x41
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0042]: func_id= 0
is_pf = 1 vector_num = 0x42
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0043]: func_id= 0
is_pf = 1 vector_num = 0x43
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0044]: func_id= 0
is_pf = 1 vector_num = 0x44
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0045]: func_id= 0
is_pf = 1 vector_num = 0x45
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0046]: func_id= 0
is_pf = 1 vector_num = 0x46
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0047]: func_id= 0
is_pf = 1 vector_num = 0x47
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0048]: func_id= 0
is_pf = 1 vector_num = 0x48
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0049]: func_id= 0
is_pf = 1 vector_num = 0x49
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [004a]: func_id= 0
is_pf = 1 vector_num = 0x4a
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [004b]: func_id= 0
is_pf = 1 vector_num = 0x4b
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [004c]: func_id= 0
is_pf = 1 vector_num = 0x4c
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [004d]: func_id= 0
is_pf = 1 vector_num = 0x4d
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [004e]: func_id= 0
is_pf = 1 vector_num = 0x4e
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [004f]: func_id= 0
is_pf = 1 vector_num = 0x4f
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0050]: func_id= 0
is_pf = 1 vector_num = 0x50
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0051]: func_id= 0
is_pf = 1 vector_num = 0x51
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0052]: func_id= 0
is_pf = 1 vector_num = 0x52
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0053]: func_id= 0
is_pf = 1 vector_num = 0x53
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0054]: func_id= 0
is_pf = 1 vector_num = 0x54
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0055]: func_id= 0
is_pf = 1 vector_num = 0x55
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0056]: func_id= 0
is_pf = 1 vector_num = 0x56
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0057]: func_id= 0
is_pf = 1 vector_num = 0x57
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0058]: func_id= 0
is_pf = 1 vector_num = 0x58
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0059]: func_id= 0
is_pf = 1 vector_num = 0x59
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [005a]: func_id= 0
is_pf = 1 vector_num = 0x5a
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [005b]: func_id= 0
is_pf = 1 vector_num = 0x5b
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [005c]: func_id= 0
is_pf = 1 vector_num = 0x5c
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [005d]: func_id= 0
is_pf = 1 vector_num = 0x5d
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [005e]: func_id= 0
is_pf = 1 vector_num = 0x5e
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [005f]: func_id= 0
is_pf = 1 vector_num = 0x5f
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0060]: func_id= 0
is_pf = 1 vector_num = 0x60
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0061]: func_id= 0
is_pf = 1 vector_num = 0x61
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0062]: func_id= 0
is_pf = 1 vector_num = 0x62
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0063]: func_id= 0
is_pf = 1 vector_num = 0x63
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0064]: func_id= 0
is_pf = 1 vector_num = 0x64
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0065]: func_id= 0
is_pf = 1 vector_num = 0x65
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0066]: func_id= 0
is_pf = 1 vector_num = 0x66
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0067]: func_id= 0
is_pf = 1 vector_num = 0x67
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0068]: func_id= 0
is_pf = 1 vector_num = 0x68
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0069]: func_id= 0
is_pf = 1 vector_num = 0x69
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [006a]: func_id= 0
is_pf = 1 vector_num = 0x6a
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [006b]: func_id= 0
is_pf = 1 vector_num = 0x6b
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [006c]: func_id= 0
is_pf = 1 vector_num = 0x6c
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [006d]: func_id= 0
is_pf = 1 vector_num = 0x6d
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [006e]: func_id= 0
is_pf = 1 vector_num = 0x6e
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [006f]: func_id= 0
is_pf = 1 vector_num = 0x6f
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0070]: func_id= 0
is_pf = 1 vector_num = 0x70
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0071]: func_id= 0
is_pf = 1 vector_num = 0x71
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0072]: func_id= 0
is_pf = 1 vector_num = 0x72
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0073]: func_id= 0
is_pf = 1 vector_num = 0x73
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0074]: func_id= 0
is_pf = 1 vector_num = 0x74
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0075]: func_id= 0
is_pf = 1 vector_num = 0x75
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0076]: func_id= 0
is_pf = 1 vector_num = 0x76
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0077]: func_id= 0
is_pf = 1 vector_num = 0x77
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0078]: func_id= 0
is_pf = 1 vector_num = 0x78
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0079]: func_id= 0
is_pf = 1 vector_num = 0x79
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [007a]: func_id= 0
is_pf = 1 vector_num = 0x7a
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [007b]: func_id= 0
is_pf = 1 vector_num = 0x7b
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [007c]: func_id= 0
is_pf = 1 vector_num = 0x7c
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [007d]: func_id= 0
is_pf = 1 vector_num = 0x7d
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [007e]: func_id= 0
is_pf = 1 vector_num = 0x7e
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [007f]: func_id= 0
is_pf = 1 vector_num = 0x7f
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0080]: func_id= 0
is_pf = 1 vector_num = 0x80
[ecore_int_igu_init_pure_rt_single:2087()]Cleaning SB [0000]: func_id= 0
is_pf = 1 vector_num = 0x0
[ecore_hw_init_pf_doorbell_bar:3316()]doorbell bar:
normal_region_size=4096,
pwm_region_size=520192[ecore_hw_init_pf_doorbell_bar:3319()] dpi_size=4096,
dpi_count=127, roce_edpm=enabled
[ecore_llh_add_mac_filter:1112(84:00.1:dpdk-port-1)]LLH: Added MAC filter
[00:0e:1e:d3:ac:05] to ppfid 0 [abs 0] at idx 0 [ref_cnt 1]
[ecore_sp_init_request:77()]Initialized: CID ff000000 cmd 01 protocol 08
data_addr 13935988900 comp_mode [MODE_EBLOCK]
[ecore_sp_pf_start:407()]Setting event_ring_sb [id 0000 index 00],
outer_tag.tpid [0], outer_tag.tci [0]
[ecore_spq_fill_entry:172()]Ramrod header: [CID 0xff000000 CMD 0x01
protocol 0x08] Data pointer: [00000003:3ea650a4] Completion Mode:
MODE_EBLOCK
[ecore_spq_hw_post:280()]Doorbelled [0x00000000, CID 0x00000000] with
Flags: 8c agg_params: 10, prod: 0001
[ecore_int_sp_dpc:1307()]DPC Called! (hwfn 0x13bfffc680 0)
[ecore_int_sp_dpc:1323(84:00.1:dpdk-port-1)]Interrupt indices: 0x00000000
--> 0x00000000
[ecore_int_sp_dpc:1336(84:00.1:dpdk-port-1)]Attention indices: 0x00000000
--> 0x00000000
[ecore_int_sp_dpc:1307()]DPC Called! (hwfn 0x13bfffc680 0)
[ecore_int_sp_dpc:1323(84:00.1:dpdk-port-1)]Interrupt indices: 0x00000000
--> 0x00000000
[ecore_int_sp_dpc:1336(84:00.1:dpdk-port-1)]Attention indices: 0x00000000
--> 0x00000000
[ecore_int_sp_dpc:1307()]DPC Called! (hwfn 0x13bfffc680 0)
[ecore_int_sp_dpc:1323(84:00.1:dpdk-port-1)]Interrupt indices: 0x00000000
--> 0x00000001
[ecore_int_sp_dpc:1336(84:00.1:dpdk-port-1)]Attention indices: 0x00000000
--> 0x00000000
[ecore_eq_completion:376()]fw_cons_idx 1
[ecore_eq_completion:395()]op 0 prot 8 res0 0 echo 0 fwret 0 flags 0
[ecore_spq_completion:1016()]Complete EQE [echo 0000]: func 0x5d5df7938830
cookie 0x33ea65278)
[ecore_hw_init_pf:3524()]PRS_REG_SEARCH_TAG1: 1
[ecore_hw_init_pf:3534()]PRS_REG_SEARCH registers after start PFn
[ecore_hw_init_pf:3537()]PRS_REG_SEARCH_TCP: 0
[ecore_hw_init_pf:3540()]PRS_REG_SEARCH_UDP: 0
[ecore_hw_init_pf:3543()]PRS_REG_SEARCH_FCOE: 0
[ecore_hw_init_pf:3546()]PRS_REG_SEARCH_ROCE: 0
[ecore_hw_init_pf:3550()]PRS_REG_SEARCH_TCP_FIRST_FRAG: 0
[ecore_hw_init_pf:3554()]PRS_REG_SEARCH_TAG1: 1
[ecore_int_sp_dpc:1307()]DPC Called! (hwfn 0x13bfffc680 0)
[ecore_int_sp_dpc:1323(84:00.1:dpdk-port-1)]Interrupt indices: 0x00000001
--> 0x00000001
[ecore_int_sp_dpc:1336(84:00.1:dpdk-port-1)]Attention indices: 0x00000000
--> 0x00000000
[ecore_hw_init:3883()]sending phony dcbx set command to trigger DCBx
attention handling
[ecore_hw_init:3901()]Sending GET_OEM_UPDATES command to trigger
stag/bandwidth attention handling
[ecore_int_sp_dpc:1307()]DPC Called! (hwfn 0x13bfffc680 0)
[ecore_int_sp_dpc:1323(84:00.1:dpdk-port-1)]Interrupt indices: 0x00000001
--> 0x00000001
[ecore_int_sp_dpc:1336(84:00.1:dpdk-port-1)]Attention indices: 0x00000000
--> 0x00000001
[ecore_int_attentions:1239()]MFW indication via attention
[ecore_int_assertion:894()]IGU mask: 0x00000fff --> 0x00000eff
[ecore_int_assertion:899()]inner known ATTN state: 0x0000 --> 0x0100
[ecore_mcp_handle_events:2102()]Received message from MFW
[ecore_mcp_handle_events:2114()]Msg [4] - old CMD 0x00, new CMD 0x01
[ecore_dcbx_copy_mib:401()]mib type = 1, try count = 1 prefix seq num = 0
suffix seq num = 0
[ecore_dcbx_get_app_data:495()]APP params: willing 0, valid 0 error = 0
[ecore_dcbx_get_ets_data:538()]ETS params: willing 0, enabled = 0 ets_cbs 0
pri_tc_tbl_0 0 max_ets_tc 0
[ecore_dcbx_get_ets_data:556()]elem 0 bw_tbl 0 tsa_tbl 0
[ecore_dcbx_get_ets_data:556()]elem 1 bw_tbl 0 tsa_tbl 0
[ecore_dcbx_get_ets_data:556()]elem 2 bw_tbl 0 tsa_tbl 0
[ecore_dcbx_get_ets_data:556()]elem 3 bw_tbl 0 tsa_tbl 0
[ecore_dcbx_get_ets_data:556()]elem 4 bw_tbl 0 tsa_tbl 0
[ecore_dcbx_get_ets_data:556()]elem 5 bw_tbl 0 tsa_tbl 0
[ecore_dcbx_get_ets_data:556()]elem 6 bw_tbl 0 tsa_tbl 0
[ecore_dcbx_get_ets_data:556()]elem 7 bw_tbl 0 tsa_tbl 0
[ecore_dcbx_get_pfc_data:520()]PFC params: willing 0, pfc_bitmap 0 max_tc =
0 enabled = 0
[ecore_mcp_handle_events:2114()]Msg [5] - old CMD 0x00, new CMD 0x01
[ecore_dcbx_copy_mib:401()]mib type = 0, try count = 1 prefix seq num = 0
suffix seq num = 0
[ecore_dcbx_get_dscp_params:620()]elem 0 pri_map 0x0
[ecore_dcbx_get_dscp_params:620()]elem 8 pri_map 0x0
[ecore_dcbx_get_dscp_params:620()]elem 16 pri_map 0x0
[ecore_dcbx_get_dscp_params:620()]elem 24 pri_map 0x0
[ecore_dcbx_get_dscp_params:620()]elem 32 pri_map 0x0
[ecore_dcbx_get_dscp_params:620()]elem 40 pri_map 0x0
[ecore_dcbx_get_dscp_params:620()]elem 48 pri_map 0x0
[ecore_dcbx_get_dscp_params:620()]elem 56 pri_map 0x0
[ecore_dcbx_process_tlv:254()]Num APP entries = 0 pri_tc_tbl = 0x0
dcbx_version = 0
[ecore_dcbx_dp_protocol:97()]DCBX negotiated: 0
[ecore_dcbx_dp_protocol:103()]ISCSI info: update 3, enable 0, prio 0, tc 0,
num_active_tc 4 dscp_enable = 0 dscp_val = 0
[ecore_dcbx_dp_protocol:103()]FCOE info: update 3, enable 0, prio 0, tc 0,
num_active_tc 4 dscp_enable = 0 dscp_val = 0
[ecore_dcbx_dp_protocol:103()]ROCE info: update 3, enable 0, prio 0, tc 0,
num_active_tc 4 dscp_enable = 0 dscp_val = 0
[ecore_dcbx_dp_protocol:103()]ROCE_V2 info: update 3, enable 0, prio 0, tc
0, num_active_tc 4 dscp_enable = 0 dscp_val = 0
[ecore_dcbx_dp_protocol:103()]ETH info: update 3, enable 0, prio 0, tc 0,
num_active_tc 4 dscp_enable = 0 dscp_val = 0
[ecore_dcbx_dp_protocol:103()]IWARP info: update 3, enable 0, prio 0, tc 0,
num_active_tc 4 dscp_enable = 0 dscp_val = 0
[ecore_dp_init_qm_params:2237()]pq idx 0, port 0, vport_id 0, tc 0, wrr_grp
1, rl_valid 0, rl_id 0
[ecore_dp_init_qm_params:2237()]pq idx 1, port 0, vport_id 0, tc 1, wrr_grp
1, rl_valid 0, rl_id 0
[ecore_dp_init_qm_params:2237()]pq idx 2, port 0, vport_id 0, tc 2, wrr_grp
1, rl_valid 0, rl_id 0
[ecore_dp_init_qm_params:2237()]pq idx 3, port 0, vport_id 0, tc 3, wrr_grp
1, rl_valid 0, rl_id 0
[ecore_dp_init_qm_params:2237()]pq idx 4, port 0, vport_id 0, tc 8, wrr_grp
1, rl_valid 0, rl_id 0
[ecore_dp_init_qm_params:2237()]pq idx 5, port 0, vport_id 1, tc 0, wrr_grp
1, rl_valid 1, rl_id 1
[ecore_dp_init_qm_params:2237()]pq idx 6, port 0, vport_id 2, tc 0, wrr_grp
1, rl_valid 1, rl_id 2
[ecore_dp_init_qm_params:2237()]pq idx 7, port 0, vport_id 3, tc 0, wrr_grp
1, rl_valid 1, rl_id 3
[ecore_dp_init_qm_params:2237()]pq idx 8, port 0, vport_id 4, tc 0, wrr_grp
1, rl_valid 1, rl_id 4
[ecore_dp_init_qm_params:2237()]pq idx 9, port 0, vport_id 5, tc 0, wrr_grp
1, rl_valid 1, rl_id 5
[ecore_dp_init_qm_params:2237()]pq idx 10, port 0, vport_id 6, tc 0,
wrr_grp 1, rl_valid 1, rl_id 6
[ecore_dp_init_qm_params:2237()]pq idx 11, port 0, vport_id 7, tc 0,
wrr_grp 1, rl_valid 1, rl_id 7
[ecore_dp_init_qm_params:2237()]pq idx 12, port 0, vport_id 8, tc 0,
wrr_grp 1, rl_valid 1, rl_id 8
[ecore_dp_init_qm_params:2237()]pq idx 13, port 0, vport_id 9, tc 0,
wrr_grp 1, rl_valid 1, rl_id 9
[ecore_dp_init_qm_params:2237()]pq idx 14, port 0, vport_id 10, tc 0,
wrr_grp 1, rl_valid 1, rl_id 10
[ecore_dp_init_qm_params:2237()]pq idx 15, port 0, vport_id 11, tc 0,
wrr_grp 1, rl_valid 1, rl_id 11
[ecore_dp_init_qm_params:2237()]pq idx 16, port 0, vport_id 12, tc 0,
wrr_grp 1, rl_valid 1, rl_id 12
[ecore_dp_init_qm_params:2237()]pq idx 17, port 0, vport_id 13, tc 0,
wrr_grp 1, rl_valid 1, rl_id 13
[ecore_dp_init_qm_params:2237()]pq idx 18, port 0, vport_id 14, tc 0,
wrr_grp 1, rl_valid 1, rl_id 14
[ecore_dp_init_qm_params:2237()]pq idx 19, port 0, vport_id 15, tc 0,
wrr_grp 1, rl_valid 1, rl_id 15
[ecore_dp_init_qm_params:2237()]pq idx 20, port 0, vport_id 16, tc 0,
wrr_grp 1, rl_valid 1, rl_id 16
[ecore_dp_init_qm_params:2237()]pq idx 21, port 0, vport_id 17, tc 0,
wrr_grp 1, rl_valid 1, rl_id 17
[ecore_dp_init_qm_params:2237()]pq idx 22, port 0, vport_id 18, tc 0,
wrr_grp 1, rl_valid 1, rl_id 18
[ecore_dp_init_qm_params:2237()]pq idx 23, port 0, vport_id 19, tc 0,
wrr_grp 1, rl_valid 1, rl_id 19
[ecore_dp_init_qm_params:2237()]pq idx 24, port 0, vport_id 20, tc 0,
wrr_grp 1, rl_valid 1, rl_id 20
[ecore_dp_init_qm_params:2237()]pq idx 25, port 0, vport_id 21, tc 0,
wrr_grp 1, rl_valid 1, rl_id 21
[ecore_dp_init_qm_params:2237()]pq idx 26, port 0, vport_id 22, tc 0,
wrr_grp 1, rl_valid 1, rl_id 22
[ecore_dp_init_qm_params:2237()]pq idx 27, port 0, vport_id 23, tc 0,
wrr_grp 1, rl_valid 1, rl_id 23
[ecore_dp_init_qm_params:2237()]pq idx 28, port 0, vport_id 24, tc 0,
wrr_grp 1, rl_valid 1, rl_id 24
[ecore_dp_init_qm_params:2237()]pq idx 29, port 0, vport_id 25, tc 0,
wrr_grp 1, rl_valid 1, rl_id 25
[ecore_dp_init_qm_params:2237()]pq idx 30, port 0, vport_id 26, tc 0,
wrr_grp 1, rl_valid 1, rl_id 26
[ecore_dp_init_qm_params:2237()]pq idx 31, port 0, vport_id 27, tc 0,
wrr_grp 1, rl_valid 1, rl_id 27
[ecore_dp_init_qm_params:2237()]pq idx 32, port 0, vport_id 28, tc 0,
wrr_grp 1, rl_valid 1, rl_id 28
[ecore_dp_init_qm_params:2237()]pq idx 33, port 0, vport_id 29, tc 0,
wrr_grp 1, rl_valid 1, rl_id 29
[ecore_dp_init_qm_params:2237()]pq idx 34, port 0, vport_id 30, tc 0,
wrr_grp 1, rl_valid 1, rl_id 30
[ecore_dp_init_qm_params:2237()]pq idx 35, port 0, vport_id 31, tc 0,
wrr_grp 1, rl_valid 1, rl_id 31
[ecore_dp_init_qm_params:2237()]pq idx 36, port 0, vport_id 32, tc 0,
wrr_grp 1, rl_valid 1, rl_id 32
[ecore_dp_init_qm_params:2237()]pq idx 37, port 0, vport_id 33, tc 0,
wrr_grp 1, rl_valid 1, rl_id 33
[ecore_dp_init_qm_params:2237()]pq idx 38, port 0, vport_id 34, tc 0,
wrr_grp 1, rl_valid 1, rl_id 34
[ecore_dp_init_qm_params:2237()]pq idx 39, port 0, vport_id 35, tc 0,
wrr_grp 1, rl_valid 1, rl_id 35
[ecore_dp_init_qm_params:2237()]pq idx 40, port 0, vport_id 36, tc 0,
wrr_grp 1, rl_valid 1, rl_id 36
[ecore_dp_init_qm_params:2237()]pq idx 41, port 0, vport_id 37, tc 0,
wrr_grp 1, rl_valid 1, rl_id 37
[ecore_dp_init_qm_params:2237()]pq idx 42, port 0, vport_id 38, tc 0,
wrr_grp 1, rl_valid 1, rl_id 38
[ecore_dp_init_qm_params:2237()]pq idx 43, port 0, vport_id 39, tc 0,
wrr_grp 1, rl_valid 1, rl_id 39
[ecore_dp_init_qm_params:2237()]pq idx 44, port 0, vport_id 40, tc 0,
wrr_grp 1, rl_valid 1, rl_id 40
[ecore_dp_init_qm_params:2237()]pq idx 45, port 0, vport_id 41, tc 0,
wrr_grp 1, rl_valid 1, rl_id 41
[ecore_dp_init_qm_params:2237()]pq idx 46, port 0, vport_id 42, tc 0,
wrr_grp 1, rl_valid 1, rl_id 42
[ecore_dp_init_qm_params:2237()]pq idx 47, port 0, vport_id 43, tc 0,
wrr_grp 1, rl_valid 1, rl_id 43
[ecore_dp_init_qm_params:2237()]pq idx 48, port 0, vport_id 44, tc 0,
wrr_grp 1, rl_valid 1, rl_id 44
[ecore_dp_init_qm_params:2237()]pq idx 49, port 0, vport_id 45, tc 0,
wrr_grp 1, rl_valid 1, rl_id 45
[ecore_dp_init_qm_params:2237()]pq idx 50, port 0, vport_id 46, tc 0,
wrr_grp 1, rl_valid 1, rl_id 46
[ecore_dp_init_qm_params:2237()]pq idx 51, port 0, vport_id 47, tc 0,
wrr_grp 1, rl_valid 1, rl_id 47
[ecore_dp_init_qm_params:2237()]pq idx 52, port 0, vport_id 48, tc 0,
wrr_grp 1, rl_valid 1, rl_id 48
[ecore_dp_init_qm_params:2237()]pq idx 53, port 0, vport_id 49, tc 0,
wrr_grp 1, rl_valid 1, rl_id 49
[ecore_dp_init_qm_params:2237()]pq idx 54, port 0, vport_id 50, tc 0,
wrr_grp 1, rl_valid 1, rl_id 50
[ecore_dp_init_qm_params:2237()]pq idx 55, port 0, vport_id 51, tc 0,
wrr_grp 1, rl_valid 1, rl_id 51
[ecore_dp_init_qm_params:2237()]pq idx 56, port 0, vport_id 52, tc 0,
wrr_grp 1, rl_valid 1, rl_id 52
[ecore_dp_init_qm_params:2237()]pq idx 57, port 0, vport_id 53, tc 0,
wrr_grp 1, rl_valid 1, rl_id 53
[ecore_dp_init_qm_params:2237()]pq idx 58, port 0, vport_id 54, tc 0,
wrr_grp 1, rl_valid 1, rl_id 54
[ecore_dp_init_qm_params:2237()]pq idx 59, port 0, vport_id 55, tc 0,
wrr_grp 1, rl_valid 1, rl_id 55
[ecore_dp_init_qm_params:2237()]pq idx 60, port 0, vport_id 56, tc 0,
wrr_grp 1, rl_valid 1, rl_id 56
[ecore_dp_init_qm_params:2237()]pq idx 61, port 0, vport_id 57, tc 0,
wrr_grp 1, rl_valid 1, rl_id 57
[ecore_dp_init_qm_params:2237()]pq idx 62, port 0, vport_id 58, tc 0,
wrr_grp 1, rl_valid 1, rl_id 58
[ecore_dp_init_qm_params:2237()]pq idx 63, port 0, vport_id 59, tc 0,
wrr_grp 1, rl_valid 1, rl_id 59
[ecore_dp_init_qm_params:2237()]pq idx 64, port 0, vport_id 60, tc 0,
wrr_grp 1, rl_valid 1, rl_id 60
[ecore_dp_init_qm_params:2237()]pq idx 65, port 0, vport_id 61, tc 0,
wrr_grp 1, rl_valid 1, rl_id 61
[ecore_dp_init_qm_params:2237()]pq idx 66, port 0, vport_id 62, tc 0,
wrr_grp 1, rl_valid 1, rl_id 62
[ecore_dp_init_qm_params:2237()]pq idx 67, port 0, vport_id 63, tc 0,
wrr_grp 1, rl_valid 1, rl_id 63
[ecore_dp_init_qm_params:2237()]pq idx 68, port 0, vport_id 64, tc 0,
wrr_grp 1, rl_valid 1, rl_id 64
[ecore_dp_init_qm_params:2237()]pq idx 69, port 0, vport_id 65, tc 0,
wrr_grp 1, rl_valid 1, rl_id 65
[ecore_dp_init_qm_params:2237()]pq idx 70, port 0, vport_id 66, tc 0,
wrr_grp 1, rl_valid 1, rl_id 66
[ecore_dp_init_qm_params:2237()]pq idx 71, port 0, vport_id 67, tc 0,
wrr_grp 1, rl_valid 1, rl_id 67
[ecore_dp_init_qm_params:2237()]pq idx 72, port 0, vport_id 68, tc 0,
wrr_grp 1, rl_valid 1, rl_id 68
[ecore_dp_init_qm_params:2237()]pq idx 73, port 0, vport_id 69, tc 0,
wrr_grp 1, rl_valid 1, rl_id 69
[ecore_dp_init_qm_params:2237()]pq idx 74, port 0, vport_id 70, tc 0,
wrr_grp 1, rl_valid 1, rl_id 70
[ecore_dp_init_qm_params:2237()]pq idx 75, port 0, vport_id 71, tc 0,
wrr_grp 1, rl_valid 1, rl_id 71
[ecore_dp_init_qm_params:2237()]pq idx 76, port 0, vport_id 72, tc 0,
wrr_grp 1, rl_valid 1, rl_id 72
[ecore_dp_init_qm_params:2237()]pq idx 77, port 0, vport_id 73, tc 0,
wrr_grp 1, rl_valid 1, rl_id 73
[ecore_dp_init_qm_params:2237()]pq idx 78, port 0, vport_id 74, tc 0,
wrr_grp 1, rl_valid 1, rl_id 74
[ecore_dp_init_qm_params:2237()]pq idx 79, port 0, vport_id 75, tc 0,
wrr_grp 1, rl_valid 1, rl_id 75
[ecore_dp_init_qm_params:2237()]pq idx 80, port 0, vport_id 76, tc 0,
wrr_grp 1, rl_valid 1, rl_id 76
[ecore_dp_init_qm_params:2237()]pq idx 81, port 0, vport_id 77, tc 0,
wrr_grp 1, rl_valid 1, rl_id 77
[ecore_dp_init_qm_params:2237()]pq idx 82, port 0, vport_id 78, tc 0,
wrr_grp 1, rl_valid 1, rl_id 78
[ecore_dp_init_qm_params:2237()]pq idx 83, port 0, vport_id 79, tc 0,
wrr_grp 1, rl_valid 1, rl_id 79
[ecore_dp_init_qm_params:2237()]pq idx 84, port 0, vport_id 80, tc 0,
wrr_grp 1, rl_valid 1, rl_id 80
[ecore_dp_init_qm_params:2237()]pq idx 85, port 0, vport_id 81, tc 0,
wrr_grp 1, rl_valid 1, rl_id 81
[ecore_dp_init_qm_params:2237()]pq idx 86, port 0, vport_id 82, tc 0,
wrr_grp 1, rl_valid 1, rl_id 82
[ecore_dp_init_qm_params:2237()]pq idx 87, port 0, vport_id 83, tc 0,
wrr_grp 1, rl_valid 1, rl_id 83
[ecore_dp_init_qm_params:2237()]pq idx 88, port 0, vport_id 84, tc 0,
wrr_grp 1, rl_valid 1, rl_id 84
[ecore_dp_init_qm_params:2237()]pq idx 89, port 0, vport_id 85, tc 0,
wrr_grp 1, rl_valid 1, rl_id 85
[ecore_dp_init_qm_params:2237()]pq idx 90, port 0, vport_id 86, tc 0,
wrr_grp 1, rl_valid 1, rl_id 86
[ecore_dp_init_qm_params:2237()]pq idx 91, port 0, vport_id 87, tc 0,
wrr_grp 1, rl_valid 1, rl_id 87
[ecore_dp_init_qm_params:2237()]pq idx 92, port 0, vport_id 88, tc 0,
wrr_grp 1, rl_valid 1, rl_id 88
[ecore_dp_init_qm_params:2237()]pq idx 93, port 0, vport_id 89, tc 0,
wrr_grp 1, rl_valid 1, rl_id 89
[ecore_dp_init_qm_params:2237()]pq idx 94, port 0, vport_id 90, tc 0,
wrr_grp 1, rl_valid 1, rl_id 90
[ecore_dp_init_qm_params:2237()]pq idx 95, port 0, vport_id 91, tc 0,
wrr_grp 1, rl_valid 1, rl_id 91
[ecore_dp_init_qm_params:2237()]pq idx 96, port 0, vport_id 92, tc 0,
wrr_grp 1, rl_valid 1, rl_id 92
[ecore_dp_init_qm_params:2237()]pq idx 97, port 0, vport_id 93, tc 0,
wrr_grp 1, rl_valid 1, rl_id 93
[ecore_dp_init_qm_params:2237()]pq idx 98, port 0, vport_id 94, tc 0,
wrr_grp 1, rl_valid 1, rl_id 94
[ecore_dp_init_qm_params:2237()]pq idx 99, port 0, vport_id 95, tc 0,
wrr_grp 1, rl_valid 1, rl_id 95
[ecore_dp_init_qm_params:2237()]pq idx 100, port 0, vport_id 96, tc 0,
wrr_grp 1, rl_valid 1, rl_id 96
[ecore_dp_init_qm_params:2237()]pq idx 101, port 0, vport_id 97, tc 0,
wrr_grp 1, rl_valid 1, rl_id 97
[ecore_dp_init_qm_params:2237()]pq idx 102, port 0, vport_id 98, tc 0,
wrr_grp 1, rl_valid 1, rl_id 98
[ecore_dp_init_qm_params:2237()]pq idx 103, port 0, vport_id 99, tc 0,
wrr_grp 1, rl_valid 1, rl_id 99
[ecore_dp_init_qm_params:2237()]pq idx 104, port 0, vport_id 100, tc 0,
wrr_grp 1, rl_valid 1, rl_id 100
[ecore_dp_init_qm_params:2237()]pq idx 105, port 0, vport_id 101, tc 0,
wrr_grp 1, rl_valid 1, rl_id 101
[ecore_dp_init_qm_params:2237()]pq idx 106, port 0, vport_id 102, tc 0,
wrr_grp 1, rl_valid 1, rl_id 102
[ecore_dp_init_qm_params:2237()]pq idx 107, port 0, vport_id 103, tc 0,
wrr_grp 1, rl_valid 1, rl_id 103
[ecore_dp_init_qm_params:2237()]pq idx 108, port 0, vport_id 104, tc 0,
wrr_grp 1, rl_valid 1, rl_id 104
[ecore_dp_init_qm_params:2237()]pq idx 109, port 0, vport_id 105, tc 0,
wrr_grp 1, rl_valid 1, rl_id 105
[ecore_dp_init_qm_params:2237()]pq idx 110, port 0, vport_id 106, tc 0,
wrr_grp 1, rl_valid 1, rl_id 106
[ecore_dp_init_qm_params:2237()]pq idx 111, port 0, vport_id 107, tc 0,
wrr_grp 1, rl_valid 1, rl_id 107
[ecore_dp_init_qm_params:2237()]pq idx 112, port 0, vport_id 108, tc 0,
wrr_grp 1, rl_valid 1, rl_id 108
[ecore_dp_init_qm_params:2237()]pq idx 113, port 0, vport_id 109, tc 0,
wrr_grp 1, rl_valid 1, rl_id 109
[ecore_dp_init_qm_params:2237()]pq idx 114, port 0, vport_id 110, tc 0,
wrr_grp 1, rl_valid 1, rl_id 110
[ecore_dp_init_qm_params:2237()]pq idx 115, port 0, vport_id 111, tc 0,
wrr_grp 1, rl_valid 1, rl_id 111
[ecore_dp_init_qm_params:2237()]pq idx 116, port 0, vport_id 112, tc 0,
wrr_grp 1, rl_valid 1, rl_id 112
[ecore_dp_init_qm_params:2237()]pq idx 117, port 0, vport_id 113, tc 0,
wrr_grp 1, rl_valid 1, rl_id 113
[ecore_dp_init_qm_params:2237()]pq idx 118, port 0, vport_id 114, tc 0,
wrr_grp 1, rl_valid 1, rl_id 114
[ecore_dp_init_qm_params:2237()]pq idx 119, port 0, vport_id 115, tc 0,
wrr_grp 1, rl_valid 1, rl_id 115
[ecore_dp_init_qm_params:2237()]pq idx 120, port 0, vport_id 116, tc 0,
wrr_grp 1, rl_valid 1, rl_id 116
[ecore_dp_init_qm_params:2237()]pq idx 121, port 0, vport_id 117, tc 0,
wrr_grp 1, rl_valid 1, rl_id 117
[ecore_dp_init_qm_params:2237()]pq idx 122, port 0, vport_id 118, tc 0,
wrr_grp 1, rl_valid 1, rl_id 118
[ecore_dp_init_qm_params:2237()]pq idx 123, port 0, vport_id 119, tc 0,
wrr_grp 1, rl_valid 1, rl_id 119
[ecore_dp_init_qm_params:2237()]pq idx 124, port 0, vport_id 120, tc 0,
wrr_grp 1, rl_valid 1, rl_id 120
[ecore_hw_init:3915()]Sending GET_OEM_UPDATES command to trigger
stag/bandwidth attention handling
[qed_slowpath_start:311(84:00.1:dpdk-port-1)]HW inited and function started
[qede_common_dev_init:2742(84:00.1:dpdk-port-1)]MAC address :
00:0E:1E:D3:AC:05
[qede_common_dev_init:2745(84:00.1:dpdk-port-1)]Device initialized
TELEMETRY: Attempting socket bind to path
'/var/run/dpdk/rte/dpdk_telemetry.v2'
TELEMETRY: Socket creation and binding ok
TELEMETRY: Telemetry initialized ok
TELEMETRY: Attempting socket bind to path '/var/run/dpdk/rte/telemetry'
TELEMETRY: Socket creation and binding ok
TELEMETRY: Legacy telemetry socket initialized ok
Interactive-mode selected
previous number of forwarding cores 1 - changed to number of configured
cores 2
[ecore_cxt_qm_iids:224(84:00.1:dpdk-port-1-0)]iids: CIDS 00000050 vf_cids
00000f00 tids 00000000 vf_tids 00000000
[ecore_sp_init_request:77(84:00.1:dpdk-port-1-0)]Initialized: CID ff000000
cmd 05 protocol 08 data_addr 13935989420 comp_mode [MODE_CB]
[ecore_spq_fill_entry:172(84:00.1:dpdk-port-1-0)]Ramrod header: [CID
0xff000000 CMD 0x05 protocol 0x08] Data pointer: [00000003:3ea652ac]
Completion Mode: MODE_CB
[ecore_spq_hw_post:280(84:00.1:dpdk-port-1-0)]Doorbelled [0x00000000, CID
0x00000000] with Flags: 8c agg_params: 10, prod: 0002
[ecore_dcbx_get_operational_params:650(84:00.1:dpdk-port-1-0)]Dcbx is
disabled
[ecore_int_assertion:920(84:00.1:dpdk-port-1-0)]set cmd IGU: 0x0100
[ecore_int_sp_dpc:1307(84:00.1:dpdk-port-1-0)]DPC Called! (hwfn
0x13bfffc680 0)
[ecore_int_sp_dpc:1323(84:00.1:dpdk-port-1)]Interrupt indices: 0x00000001
--> 0x00000002
[ecore_int_sp_dpc:1336(84:00.1:dpdk-port-1)]Attention indices: 0x00000001
--> 0x00000002
[ecore_int_attentions:1241(84:00.1:dpdk-port-1-0)]MFW indication
[deassertion]
[ecore_int_deassertion:1071(84:00.1:dpdk-port-1-0)]Deasserted bits [0]:
00000000
[ecore_int_deassertion:1071(84:00.1:dpdk-port-1-0)]Deasserted bits [1]:
00000080
[ecore_int_deassertion:1071(84:00.1:dpdk-port-1-0)]Deasserted bits [2]:
00000001
[ecore_int_deassertion:1071(84:00.1:dpdk-port-1-0)]Deasserted bits [3]:
00000000
[ecore_int_deassertion:1071(84:00.1:dpdk-port-1-0)]Deasserted bits [4]:
00000000
[ecore_int_deassertion:1071(84:00.1:dpdk-port-1-0)]Deasserted bits [5]:
00000000
[ecore_int_deassertion:1071(84:00.1:dpdk-port-1-0)]Deasserted bits [6]:
00000000
[ecore_int_deassertion:1071(84:00.1:dpdk-port-1-0)]Deasserted bits [7]:
04000000
[ecore_int_deassertion:1071(84:00.1:dpdk-port-1-0)]Deasserted bits [8]:
00000000
[ecore_eq_completion:376(84:00.1:dpdk-port-1-0)]fw_cons_idx 2
[ecore_eq_completion:395(84:00.1:dpdk-port-1-0)]op 6 prot 8 res0 0 echo 1
fwret 0 flags 0
[ecore_spq_completion:1016(84:00.1:dpdk-port-1-0)]Complete EQE [echo 0001]:
func (nil) cookie (nil))
[ecore_spq_completion:1024(84:00.1:dpdk-port-1-0)]Got a completion without
a callback function
[ecore_int_sp_dpc:1307(84:00.1:dpdk-port-1-0)]DPC Called! (hwfn
0x13bfffc680 0)
[ecore_int_sp_dpc:1323(84:00.1:dpdk-port-1)]Interrupt indices: 0x00000002
--> 0x00000002
[ecore_int_sp_dpc:1336(84:00.1:dpdk-port-1)]Attention indices: 0x00000002
--> 0x00000003
[ecore_int_attentions:1239(84:00.1:dpdk-port-1-0)]MFW indication via
attention
[ecore_int_assertion:894(84:00.1:dpdk-port-1-0)]IGU mask: 0x00000fff -->
0x00000eff
[ecore_int_assertion:899(84:00.1:dpdk-port-1-0)]inner known ATTN state:
0x0000 --> 0x0100
[ecore_mcp_handle_events:2102(84:00.1:dpdk-port-1-0)]Received message from
MFW
[ecore_mcp_handle_events:2114(84:00.1:dpdk-port-1-0)]Msg [7] - old CMD
0x00, new CMD 0x02
[__ecore_configure_pf_max_bandwidth:6656(84:00.1:dpdk-port-1-0)]Configured
MAX bandwidth to be 00000000 Mb/sec
[ecore_int_assertion:920(84:00.1:dpdk-port-1-0)]set cmd IGU: 0x0100
[ecore_int_sp_dpc:1307(84:00.1:dpdk-port-1-0)]DPC Called! (hwfn
0x13bfffc680 0)
[ecore_int_sp_dpc:1323(84:00.1:dpdk-port-1)]Interrupt indices: 0x00000002
--> 0x00000002
[ecore_int_sp_dpc:1336(84:00.1:dpdk-port-1)]Attention indices: 0x00000003
--> 0x00000004
[ecore_int_attentions:1241(84:00.1:dpdk-port-1-0)]MFW indication
[deassertion]
[ecore_int_deassertion:1071(84:00.1:dpdk-port-1-0)]Deasserted bits [0]:
00000000
[ecore_int_deassertion:1071(84:00.1:dpdk-port-1-0)]Deasserted bits [1]:
00000080
[ecore_int_deassertion:1071(84:00.1:dpdk-port-1-0)]Deasserted bits [2]:
00000000
[ecore_int_deassertion:1071(84:00.1:dpdk-port-1-0)]Deasserted bits [3]:
00000000
[ecore_int_deassertion:1071(84:00.1:dpdk-port-1-0)]Deasserted bits [4]:
00000000
[ecore_int_deassertion:1071(84:00.1:dpdk-port-1-0)]Deasserted bits [5]:
00000000
[ecore_int_deassertion:1071(84:00.1:dpdk-port-1-0)]Deasserted bits [6]:
00000000
[ecore_int_deassertion:1071(84:00.1:dpdk-port-1-0)]Deasserted bits [7]:
04000000
[ecore_int_deassertion:1071(84:00.1:dpdk-port-1-0)]Deasserted bits [8]:
00000000
MBUF: Registered dynamic flag RTE_MBUF_F_RX_RESTORE_INFO (fl=0x0) -> 23
[qede_pmd: 84:00.0:dpdk-port-0] qede_dev_info_get() >>
[qede_pmd: 84:00.1:dpdk-port-1] qede_dev_info_get() >>
testpmd: create a new mbuf pool <mb_pool_0>: n=32768, size=2304, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
testpmd: create a new mbuf pool <mb_pool_1>: n=32768, size=2304, socket=1
testpmd: preferred mempool ops selected: ring_mp_mc
[qede_pmd: 84:00.0:dpdk-port-0] qede_dev_info_get() >>
[qede_pmd: 84:00.1:dpdk-port-1] qede_dev_info_get() >>
[qede_pmd: 84:00.0:dpdk-port-0] qede_dev_info_get() >>
[qede_pmd: 84:00.0:dpdk-port-0] qede_dev_info_get() >>
[qede_pmd: 84:00.0:dpdk-port-0] qede_dev_info_get() >>
[qede_pmd: 84:00.1:dpdk-port-1] qede_dev_info_get() >>
[qede_pmd: 84:00.1:dpdk-port-1] qede_dev_info_get() >>
Configuring Port 0 (socket 1)
[qede_pmd: 84:00.0:dpdk-port-0] qede_dev_info_get() >>
[qede_pmd: 84:00.0:dpdk-port-0] qede_dev_configure() >>
[qede_check_fdir_support:156(84:00.0:dpdk-port-0)]flowdir is disabled
[qede_pmd: 84:00.0:dpdk-port-0] qede_dealloc_fp_resc() >>
[qede_pmd: 84:00.0:dpdk-port-0] qede_alloc_fp_resc() >>
[osal_dma_alloc_coherent:182(84:00.0:dpdk-port-0)]Allocated dma memory
size=64 phys=0x33ede3540 virt=0x33ede3540 core=0
[qed_sb_init:500(84:00.0:dpdk-port-0)]hwfn [0] <--[init]-- SB 0000 [0x0000
upper]
[ecore_get_igu_sb_id:1726(84:00.0:dpdk-port-0-0)]SB [0000] <--> IGU SB
[0001]
[qede_alloc_fp_resc:656(84:00.0:dpdk-port-0)]sb_info idx 0x1 initialized
[ecore_sp_init_request:77(84:00.0:dpdk-port-0-0)]Initialized: CID ff000000
cmd 01 protocol 04 data_addr 13948970164 comp_mode [MODE_EBLOCK]
[ecore_spq_fill_entry:172(84:00.0:dpdk-port-0-0)]Ramrod header: [CID
0xff000000 CMD 0x01 protocol 0x04] Data pointer: [00000003:3f6c64b4]
Completion Mode: MODE_EBLOCK
[ecore_spq_hw_post:280(84:00.0:dpdk-port-0-0)]Doorbelled [0x00000000, CID
0x00000000] with Flags: 8c agg_params: 10, prod: 0003
[ecore_int_sp_dpc:1307(84:00.0:dpdk-port-0-0)]DPC Called! (hwfn
0x13bfffe400 0)
[ecore_int_sp_dpc:1323(84:00.0:dpdk-port-0)]Interrupt indices: 0x00000002
--> 0x00000002
[ecore_int_sp_dpc:1336(84:00.0:dpdk-port-0)]Attention indices: 0x00000004
--> 0x00000004
[ecore_int_sp_dpc:1307(84:00.0:dpdk-port-0-0)]DPC Called! (hwfn
0x13bfffe400 0)
[ecore_int_sp_dpc:1323(84:00.0:dpdk-port-0)]Interrupt indices: 0x00000002
--> 0x00000002
[ecore_int_sp_dpc:1336(84:00.0:dpdk-port-0)]Attention indices: 0x00000004
--> 0x00000004
[ecore_int_sp_dpc:1307(84:00.0:dpdk-port-0-0)]DPC Called! (hwfn
0x13bfffe400 0)
[ecore_int_sp_dpc:1323(84:00.0:dpdk-port-0)]Interrupt indices: 0x00000002
--> 0x00000002
[ecore_int_sp_dpc:1336(84:00.0:dpdk-port-0)]Attention indices: 0x00000004
--> 0x00000004
[ecore_int_sp_dpc:1307(84:00.0:dpdk-port-0-0)]DPC Called! (hwfn
0x13bfffe400 0)
[ecore_int_sp_dpc:1323(84:00.0:dpdk-port-0)]Interrupt indices: 0x00000002
--> 0x00000002
[ecore_int_sp_dpc:1336(84:00.0:dpdk-port-0)]Attention indices: 0x00000004
--> 0x00000004
[ecore_int_sp_dpc:1307(84:00.0:dpdk-port-0-0)]DPC Called! (hwfn
0x13bfffe400 0)
[ecore_int_sp_dpc:1323(84:00.0:dpdk-port-0)]Interrupt indices: 0x00000002
--> 0x00000002
[ecore_int_sp_dpc:1336(84:00.0:dpdk-port-0)]Attention indices: 0x00000004
--> 0x00000004
[ecore_int_sp_dpc:1307(84:00.0:dpdk-port-0-0)]DPC Called! (hwfn
0x13bfffe400 0)
[ecore_int_sp_dpc:1323(84:00.0:dpdk-port-0)]Interrupt indices: 0x00000002
--> 0x00000002
[ecore_int_sp_dpc:1336(84:00.0:dpdk-port-0)]Attention indices: 0x00000004
--> 0x00000004
[ecore_int_sp_dpc:1307(84:00.0:dpdk-port-0-0)]DPC Called! (hwfn
0x13bfffe400 0)
[ecore_int_sp_dpc:1323(84:00.0:dpdk-port-0)]Interrupt indices: 0x00000002
--> 0x00000002
[ecore_int_sp_dpc:1336(84:00.0:dpdk-port-0)]Attention indices: 0x00000004
--> 0x00000004
[ecore_int_sp_dpc:1307(84:00.0:dpdk-port-0-0)]DPC Called! (hwfn
0x13bfffe400 0)
[ecore_int_sp_dpc:1323(84:00.0:dpdk-port-0)]Interrupt indices: 0x00000002
--> 0x00000002
[ecore_int_sp_dpc:1336(84:00.0:dpdk-port-0)]Attention indices: 0x00000004
--> 0x00000004
[ecore_int_sp_dpc:1307(84:00.0:dpdk-port-0-0)]DPC Called! (hwfn
0x13bfffe400 0)
[ecore_int_sp_dpc:1323(84:00.0:dpdk-port-0)]Interrupt indices: 0x00000002
--> 0x00000002
[ecore_int_sp_dpc:1336(84:00.0:dpdk-port-0)]Attention indices: 0x00000004
--> 0x00000004
[ecore_int_sp_dpc:1307(84:00.0:dpdk-port-0-0)]DPC Called! (hwfn
0x13bfffe400 0)
[ecore_int_sp_dpc:1323(84:00.0:dpdk-port-0)]Interrupt indices: 0x00000002
--> 0x00000002
[ecore_int_sp_dpc:1336(84:00.0:dpdk-port-0)]Attention indices: 0x00000004
--> 0x00000004
[ecore_int_sp_dpc:1307(84:00.0:dpdk-port-0-0)]DPC Called! (hwfn
0x13bfffe400 0)
[ecore_int_sp_dpc:1323(84:00.0:dpdk-port-0)]Interrupt indices: 0x00000002
--> 0x00000002
[ecore_int_sp_dpc:1336(84:00.0:dpdk-port-0)]Attention indices: 0x00000004
--> 0x00000004
[ecore_int_sp_dpc:1307(84:00.0:dpdk-port-0-0)]DPC Called! (hwfn
0x13bfffe400 0)
[ecore_int_sp_dpc:1323(84:00.0:dpdk-port-0)]Interrupt indices: 0x00000002
--> 0x00000003
[ecore_int_sp_dpc:1336(84:00.0:dpdk-port-0)]Attention indices: 0x00000004
--> 0x00000004
[ecore_eq_completion:376(84:00.0:dpdk-port-0-0)]fw_cons_idx 3
[ecore_eq_completion:395(84:00.0:dpdk-port-0-0)]op 1 prot 4 res0 0 echo 2
fwret 0 flags 0
[ecore_spq_completion:1016(84:00.0:dpdk-port-0-0)]Complete EQE [echo 0002]:
func 0x5d5df7938830 cookie 0x33f6c6688)
[ecore_int_sp_dpc:1307(84:00.0:dpdk-port-0-0)]DPC Called! (hwfn
0x13bfffe400 0)
[ecore_int_sp_dpc:1323(84:00.0:dpdk-port-0)]Interrupt indices: 0x00000003
--> 0x00000003
[ecore_int_sp_dpc:1336(84:00.0:dpdk-port-0)]Attention indices: 0x00000004
--> 0x00000004
[qede_start_vport:498(84:00.0:dpdk-port-0)]VPORT started with MTU = 1500
[ecore_sp_init_request:77(84:00.0:dpdk-port-0-0)]Initialized: CID ff000000
cmd 02 protocol 04 data_addr 13948970684 comp_mode [MODE_EBLOCK]
[ecore_spq_fill_entry:172(84:00.0:dpdk-port-0-0)]Ramrod header: [CID
0xff000000 CMD 0x02 protocol 0x04] Data pointer: [00000003:3f6c66bc]
Completion Mode: MODE_EBLOCK
[ecore_spq_hw_post:280(84:00.0:dpdk-port-0-0)]Doorbelled [0x00000000, CID
0x00000000] with Flags: 8c agg_params: 10, prod: 0004
[ecore_int_sp_dpc:1307(84:00.0:dpdk-port-0-0)]DPC Called! (hwfn
0x13bfffe400 0)
[ecore_int_sp_dpc:1323(84:00.0:dpdk-port-0)]Interrupt indices: 0x00000003
--> 0x00000003
[ecore_int_sp_dpc:1336(84:00.0:dpdk-port-0)]Attention indices: 0x00000004
--> 0x00000004
[ecore_int_sp_dpc:1307(84:00.0:dpdk-port-0-0)]DPC Called! (hwfn
0x13bfffe400 0)
[ecore_int_sp_dpc:1323(84:00.0:dpdk-port-0)]Interrupt indices: 0x00000003
--> 0x00000004
[ecore_int_sp_dpc:1336(84:00.0:dpdk-port-0)]Attention indices: 0x00000004
--> 0x00000004
[ecore_eq_completion:376(84:00.0:dpdk-port-0-0)]fw_cons_idx 4
[ecore_eq_completion:395(84:00.0:dpdk-port-0-0)]op 2 prot 4 res0 0 echo 3
fwret 0 flags 0
[ecore_spq_completion:1016(84:00.0:dpdk-port-0-0)]Complete EQE [echo 0003]:
func 0x5d5df7938830 cookie 0x33f6c6890)
[qede_vlan_stripping:906(84:00.0:dpdk-port-0)]VLAN stripping disabled
[qede_vlan_filter_set:970(84:00.0:dpdk-port-0)]No VLAN filters configured
yet
[qede_vlan_offload_set:1035(84:00.0:dpdk-port-0)]VLAN offload mask 3
[qede_dev_configure:1329(84:00.0:dpdk-port-0)]Device configured with RSS=1
TSS=1
[qede_pmd: 84:00.0:dpdk-port-0] qede_dev_info_get() >>
[qede_pmd: 84:00.0:dpdk-port-0] qede_tx_queue_setup() >>
[osal_dma_alloc_coherent:182(84:00.0:dpdk-port-0)]Allocated dma memory
size=64 phys=0x33ede33c0 virt=0x33ede33c0 core=0
[osal_dma_alloc_coherent:182(84:00.0:dpdk-port-0)]Allocated dma memory
size=4096 phys=0x338d7a040 virt=0x338d7a040 core=0
[osal_dma_alloc_coherent:182(84:00.0:dpdk-port-0)]Allocated dma memory
size=4096 phys=0x338d78fc0 virt=0x338d78fc0 core=0
[ecore_int_sp_dpc:1307(84:00.0:dpdk-port-0-0)]DPC Called! (hwfn
0x13bfffe400 0)
[ecore_int_sp_dpc:1323(84:00.0:dpdk-port-0)]Interrupt indices: 0x00000004
--> 0x00000004
[ecore_int_sp_dpc:1336(84:00.0:dpdk-port-0)]Attention indices: 0x00000004
--> 0x00000004
[qede_alloc_tx_queue_mem:446(84:00.0:dpdk-port-0)]txq 0 num_desc 512
tx_free_thresh 480 socket 1
[qede_pmd: 84:00.0:dpdk-port-0] qede_dev_info_get() >>
[qede_pmd: 84:00.0:dpdk-port-0] qede_rx_queue_setup() >>
[qede_alloc_rx_queue_mem:155(84:00.0:dpdk-port-0)]mtu 1500 mbufsz 1536
bd_max_bytes 1536 scatter_mode 0
[osal_dma_alloc_coherent:182(84:00.0:dpdk-port-0)]Allocated dma memory
size=4096 phys=0x338d77f40 virt=0x338d77f40 core=0
[osal_dma_alloc_coherent:182(84:00.0:dpdk-port-0)]Allocated dma memory
size=4096 phys=0x338d76ec0 virt=0x338d76ec0 core=0
[osal_dma_alloc_coherent:182(84:00.0:dpdk-port-0)]Allocated dma memory
size=64 phys=0x33ede3240 virt=0x33ede3240 core=0
[osal_dma_alloc_coherent:182(84:00.0:dpdk-port-0)]Allocated dma memory
size=4096 phys=0x338d75e40 virt=0x338d75e40 core=0
[osal_dma_alloc_coherent:182(84:00.0:dpdk-port-0)]Allocated dma memory
size=4096 phys=0x338d74dc0 virt=0x338d74dc0 core=0
[osal_dma_alloc_coherent:182(84:00.0:dpdk-port-0)]Allocated dma memory
size=4096 phys=0x338d73d40 virt=0x338d73d40 core=0
[osal_dma_alloc_coherent:182(84:00.0:dpdk-port-0)]Allocated dma memory
size=4096 phys=0x338d72cc0 virt=0x338d72cc0 core=0
[qede_rx_queue_setup:283(84:00.0:dpdk-port-0)]rxq 0 num_desc 512
rx_buf_size=1536 socket 1
[qede_pmd: 84:00.0:dpdk-port-0] qede_dev_info_get() >>
[qede_pmd: 84:00.0:dpdk-port-0] qede_dev_info_get() >>
[qede_pmd: 84:00.1:dpdk-port-1] qede_dev_info_get() >>
[qede_pmd: 84:00.1:dpdk-port-1] qede_dev_info_get() >>
[qede_pmd: 84:00.0:dpdk-port-0] qede_dev_info_get() >>
[qede_pmd: 84:00.0:dpdk-port-0] qede_dev_start() >>
[qede_rx_queue_start:778(84:00.0:dpdk-port-0)]rxq 0 igu_sb_id 0x1
[_ecore_cxt_acquire_cid:1824(84:00.0:dpdk-port-0-0)]Acquired cid 0x00000010
[rel. 00000000] vfid ff type 4
[_ecore_eth_queue_to_cid:274(84:00.0:dpdk-port-0-0)]opaque_fid: ff00 CID
00000010 vport 00 [00] qzone 0000.00 [0000] stats 00 [00] SB 0001 PI 00
[ecore_eth_rxq_start_ramrod:919(84:00.0:dpdk-port-0-0)]opaque_fid=0xff00,
cid=0x10, rx_qzone=0x0, vport_id=0x0, sb_id=0x1
[ecore_sp_init_request:77(84:00.0:dpdk-port-0-0)]Initialized: CID ff000010
cmd 04 protocol 04 data_addr 13948971204 comp_mode [MODE_EBLOCK]
[ecore_spq_fill_entry:172(84:00.0:dpdk-port-0-0)]Ramrod header: [CID
0xff000010 CMD 0x04 protocol 0x04] Data pointer: [00000003:3f6c68c4]
Completion Mode: MODE_EBLOCK
[ecore_spq_hw_post:280(84:00.0:dpdk-port-0-0)]Doorbelled [0x00000000, CID
0x00000000] with Flags: 8c agg_params: 10, prod: 0005
[ecore_int_sp_dpc:1307(84:00.0:dpdk-port-0-0)]DPC Called! (hwfn
0x13bfffe400 0)
[ecore_int_sp_dpc:1323(84:00.0:dpdk-port-0)]Interrupt indices: 0x00000004
--> 0x00000004
[ecore_int_sp_dpc:1336(84:00.0:dpdk-port-0)]Attention indices: 0x00000004
--> 0x00000004
[ecore_int_sp_dpc:1307(84:00.0:dpdk-port-0-0)]DPC Called! (hwfn
0x13bfffe400 0)
[ecore_int_sp_dpc:1323(84:00.0:dpdk-port-0)]Interrupt indices: 0x00000004
--> 0x00000005
[ecore_int_sp_dpc:1336(84:00.0:dpdk-port-0)]Attention indices: 0x00000004
--> 0x00000004
[ecore_eq_completion:376(84:00.0:dpdk-port-0-0)]fw_cons_idx 5
[ecore_eq_completion:395(84:00.0:dpdk-port-0-0)]op 6 prot 4 res0 0 echo 4
fwret 0 flags 0
[ecore_spq_completion:1016(84:00.0:dpdk-port-0-0)]Complete EQE [echo 0004]:
func 0x5d5df7938830 cookie 0x33f6c6a98)
[qede_rx_queue_start:805(84:00.0:dpdk-port-0)]RX queue 0 started
[qede_tx_queue_start:837(84:00.0:dpdk-port-0)]txq 0 igu_sb_id 0x1
[_ecore_cxt_acquire_cid:1824(84:00.0:dpdk-port-0-0)]Acquired cid 0x00000011
[rel. 00000001] vfid ff type 4
[_ecore_eth_queue_to_cid:274(84:00.0:dpdk-port-0-0)]opaque_fid: ff00 CID
00000011 vport 00 [00] qzone 0000.01 [0000] stats 00 [00] SB 0001 PI 01
[ecore_sp_init_request:77(84:00.0:dpdk-port-0-0)]Initialized: CID ff000011
cmd 06 protocol 04 data_addr 13948971724 comp_mode [MODE_EBLOCK]
[ecore_spq_fill_entry:172(84:00.0:dpdk-port-0-0)]Ramrod header: [CID
0xff000011 CMD 0x06 protocol 0x04] Data pointer: [00000003:3f6c6acc]
Completion Mode: MODE_EBLOCK
[ecore_spq_hw_post:280(84:00.0:dpdk-port-0-0)]Doorbelled [0x00000000, CID
0x00000000] with Flags: 8c agg_params: 10, prod: 0006
[ecore_int_sp_dpc:1307(84:00.0:dpdk-port-0-0)]DPC Called! (hwfn
0x13bfffe400 0)
[ecore_int_sp_dpc:1323(84:00.0:dpdk-port-0)]Interrupt indices: 0x00000005
--> 0x00000005
[ecore_int_sp_dpc:1336(84:00.0:dpdk-port-0)]Attention indices: 0x00000004
--> 0x00000004
[ecore_int_sp_dpc:1307(84:00.0:dpdk-port-0-0)]DPC Called! (hwfn
0x13bfffe400 0)
[ecore_int_sp_dpc:1323(84:00.0:dpdk-port-0)]Interrupt indices: 0x00000005
--> 0x00000006
[ecore_int_sp_dpc:1336(84:00.0:dpdk-port-0)]Attention indices: 0x00000004
--> 0x00000004
[ecore_eq_completion:376(84:00.0:dpdk-port-0-0)]fw_cons_idx 6
[ecore_eq_completion:395(84:00.0:dpdk-port-0-0)]op 4 prot 4 res0 0 echo 5
fwret 0 flags 0
[ecore_spq_completion:1016(84:00.0:dpdk-port-0-0)]Complete EQE [echo 0005]:
func 0x5d5df7938830 cookie 0x33f6c6ca0)
[qede_tx_queue_start:870(84:00.0:dpdk-port-0)]TX queue 0 started
[qede_reset_queue_stats:398(84:00.0:dpdk-port-0)]Clearing queue stats
[ecore_sp_init_request:77(84:00.0:dpdk-port-0-0)]Initialized: CID ff000000
cmd 02 protocol 04 data_addr 13948972244 comp_mode [MODE_EBLOCK]
[ecore_spq_fill_entry:172(84:00.0:dpdk-port-0-0)]Ramrod header: [CID
0xff000000 CMD 0x02 protocol 0x04] Data pointer: [00000003:3f6c6cd4]
Completion Mode: MODE_EBLOCK
[ecore_spq_hw_post:280(84:00.0:dpdk-port-0-0)]Doorbelled [0x00000000, CID
0x00000000] with Flags: 8c agg_params: 10, prod: 0007
[ecore_int_sp_dpc:1307(84:00.0:dpdk-port-0-0)]DPC Called! (hwfn
0x13bfffe400 0)
[ecore_int_sp_dpc:1323(84:00.0:dpdk-port-0)]Interrupt indices: 0x00000006
--> 0x00000007
[ecore_int_sp_dpc:1336(84:00.0:dpdk-port-0)]Attention indices: 0x00000004
--> 0x00000004
[ecore_eq_completion:376(84:00.0:dpdk-port-0-0)]fw_cons_idx 7
[ecore_eq_completion:395(84:00.0:dpdk-port-0-0)]op 2 prot 4 res0 0 echo 6
fwret 0 flags 0
[ecore_spq_completion:1016(84:00.0:dpdk-port-0-0)]Complete EQE [echo 0006]:
func 0x5d5df7938830 cookie 0x33f6c6ea8)
[ecore_int_sp_dpc:1307(84:00.0:dpdk-port-0-0)]DPC Called! (hwfn
0x13bfffe400 0)
[ecore_int_sp_dpc:1323(84:00.0:dpdk-port-0)]Interrupt indices: 0x00000007
--> 0x00000007
[ecore_int_sp_dpc:1336(84:00.0:dpdk-port-0)]Attention indices: 0x00000004
--> 0x00000004
[ecore_int_sp_dpc:1307(84:00.0:dpdk-port-0-0)]DPC Called! (hwfn
0x13bfffe400 0)
[ecore_int_sp_dpc:1323(84:00.0:dpdk-port-0)]Interrupt indices: 0x00000007
--> 0x00000007
[ecore_int_sp_dpc:1336(84:00.0:dpdk-port-0)]Attention indices: 0x00000004
--> 0x00000004
[qede_activate_vport:536(84:00.0:dpdk-port-0)]vport is activated
[qede_dev_set_link_state:1842(84:00.0:dpdk-port-0)]setting link state 1
[ecore_mcp_set_link:1548(84:00.0:dpdk-port-0-0)]Configuring Link: Speed
0x00000000, Pause 0x00000007, adv_speed 0x0000000a, loopback 0x00000000
[ecore_mcp_handle_link_change:1355(84:00.0:dpdk-port-0-0)]Received link
update [0x00000000] from mfw [Addr 0xe2c244]
[__ecore_configure_pf_max_bandwidth:6656(84:00.0:dpdk-port-0-0)]Configured
MAX bandwidth to be 00000000 Mb/sec
[qede_link_update:1483(84:00.0:dpdk-port-0)]Link - Speed 0 Mode 1 AN 1
Status 0
[qed_schedule_iov:188(84:00.0:dpdk-port-0-0)]Scheduling iov task [Flag: 2]
[qede_link_update:1483(84:00.0:dpdk-port-0)]Link - Speed 0 Mode 1 AN 1
Status 0
[qede_assign_rxtx_handlers:341(84:00.0:dpdk-port-0)]Assigning
qede_recv_pkts_regular
[qede_assign_rxtx_handlers:354(84:00.0:dpdk-port-0)]Assigning
qede_xmit_pkts_regular
[qede_dev_start:1155(84:00.0:dpdk-port-0)]Device started
[qede_pmd: 84:00.0:dpdk-port-0] qede_mac_addr_remove() >>
[qede_ucast_filter:682(84:00.0:dpdk-port-0)]Unicast MAC is not found
[ecore_sp_init_request:77(84:00.0:dpdk-port-0-0)]Initialized: CID ff000000
cmd 08 protocol 04 data_addr 13948972764 comp_mode [MODE_CB]
[ecore_spq_fill_entry:172(84:00.0:dpdk-port-0-0)]Ramrod header: [CID
0xff000000 CMD 0x08 protocol 0x04] Data pointer: [00000003:3f6c6edc]
Completion Mode: MODE_CB
[ecore_spq_hw_post:280(84:00.0:dpdk-port-0-0)]Doorbelled [0x00000000, CID
0x00000000] with Flags: 8c agg_params: 10, prod: 0008
[ecore_sp_eth_filter_ucast:1501(84:00.0:dpdk-port-0-0)]Unicast filter
configured, opcode = ADD, type = MAC, cmd_cnt = 1, is_rx_filter = 1,
is_tx_filter = 1
[ecore_sp_eth_filter_ucast:1513(84:00.0:dpdk-port-0-0)]vport_to_add_to = 0,
vport_to_remove_from = 0, mac = 0: e:1e:d3:ac: 4, vlan = 0
[qede_pmd: 84:00.0:dpdk-port-0] qede_promiscuous_disable() >>
[ecore_sp_init_request:77(84:00.0:dpdk-port-0-0)]Initialized: CID ff000000
cmd 02 protocol 04 data_addr 13948973284 comp_mode [MODE_CB]
[ecore_sp_update_accept_mode:615(84:00.0:dpdk-port-0-0)]vport[00]
p_ramrod->rx_mode.state = 0x20
[ecore_sp_update_accept_mode:639(84:00.0:dpdk-port-0-0)]vport[00]
p_ramrod->tx_mode.state = 0x10
[ecore_spq_fill_entry:172(84:00.0:dpdk-port-0-0)]Ramrod header: [CID
0xff000000 CMD 0x02 protocol 0x04] Data pointer: [00000003:3f6c70e4]
Completion Mode: MODE_CB
[ecore_spq_hw_post:280(84:00.0:dpdk-port-0-0)]Doorbelled [0x00000000, CID
0x00000000] with Flags: 8c agg_params: 10, prod: 0009
[ecore_filter_accept_cmd:892(84:00.0:dpdk-port-0-0)]Accept filter
configured, flags = [Rx]2a [Tx]2a
[ecore_sp_init_request:77(84:00.0:dpdk-port-0-0)]Initialized: CID ff000000
cmd 02 protocol 04 data_addr 13948973804 comp_mode [MODE_CB]
[ecore_sp_update_accept_mode:615(84:00.0:dpdk-port-0-0)]vport[00]
p_ramrod->rx_mode.state = 0x20
[ecore_sp_update_accept_mode:639(84:00.0:dpdk-port-0-0)]vport[00]
p_ramrod->tx_mode.state = 0x10
[ecore_spq_fill_entry:172(84:00.0:dpdk-port-0-0)]Ramrod header: [CID
0xff000000 CMD 0x02 protocol 0x04] Data pointer: [00000003:3f6c72ec]
Completion Mode: MODE_CB
[ecore_spq_hw_post:280(84:00.0:dpdk-port-0-0)]Doorbelled [0x00000000, CID
0x00000000] with Flags: 8c agg_params: 10, prod: 000a
[ecore_filter_accept_cmd:892(84:00.0:dpdk-port-0-0)]Accept filter
configured, flags = [Rx]2a [Tx]2a
Port 0: 00:0E:1E:D3:AC:04
[qede_pmd: 84:00.1:dpdk-port-1] qede_dev_info_get() >>
[qede_pmd: 84:00.0:dpdk-port-0] qede_dev_info_get() >>
[qede_pmd: 84:00.0:dpdk-port-0] qede_dev_info_get() >>
[qede_pmd: 84:00.1:dpdk-port-1] qede_dev_info_get() >>
[qede_pmd: 84:00.1:dpdk-port-1] qede_dev_info_get() >>
Configuring Port 1 (socket 1)
[qede_pmd: 84:00.1:dpdk-port-1] qede_dev_info_get() >>
[qede_pmd: 84:00.1:dpdk-port-1] qede_dev_configure() >>
[qede_check_fdir_support:156(84:00.1:dpdk-port-1)]flowdir is disabled
[qede_pmd: 84:00.1:dpdk-port-1] qede_dealloc_fp_resc() >>
[qede_pmd: 84:00.1:dpdk-port-1] qede_alloc_fp_resc() >>
[osal_dma_alloc_coherent:182(84:00.1:dpdk-port-1)]Allocated dma memory
size=64 phys=0x33edebcc0 virt=0x33edebcc0 core=0
[qed_sb_init:500(84:00.1:dpdk-port-1)]hwfn [0] <--[init]-- SB 0000 [0x0000
upper]
[ecore_get_igu_sb_id:1726(84:00.1:dpdk-port-1-0)]SB [0000] <--> IGU SB
[0001]
[qede_alloc_fp_resc:656(84:00.1:dpdk-port-1)]sb_info idx 0x1 initialized
[ecore_sp_init_request:77(84:00.1:dpdk-port-1-0)]Initialized: CID ff000000
cmd 01 protocol 04 data_addr 13935989940 comp_mode [MODE_EBLOCK]
[ecore_spq_fill_entry:172(84:00.1:dpdk-port-1-0)]Ramrod header: [CID
0xff000000 CMD 0x01 protocol 0x04] Data pointer: [00000003:3ea654b4]
Completion Mode: MODE_EBLOCK
[ecore_spq_hw_post:280(84:00.1:dpdk-port-1-0)]Doorbelled [0x00000000, CID
0x00000000] with Flags: 8c agg_params: 10, prod: 0003
[ecore_int_sp_dpc:1307(84:00.1:dpdk-port-1-0)]DPC Called! (hwfn
0x13bfffc680 0)
[ecore_int_sp_dpc:1323(84:00.1:dpdk-port-1)]Interrupt indices: 0x00000002
--> 0x00000002
[ecore_int_sp_dpc:1336(84:00.1:dpdk-port-1)]Attention indices: 0x00000004
--> 0x00000004
[ecore_int_sp_dpc:1307(84:00.1:dpdk-port-1-0)]DPC Called! (hwfn
0x13bfffc680 0)
[ecore_int_sp_dpc:1323(84:00.1:dpdk-port-1)]Interrupt indices: 0x00000002
--> 0x00000002
[ecore_int_sp_dpc:1336(84:00.1:dpdk-port-1)]Attention indices: 0x00000004
--> 0x00000004
[ecore_int_sp_dpc:1307(84:00.0:dpdk-port-0-0)]DPC Called! (hwfn
0x13bfffe400 0)
[ecore_int_sp_dpc:1323(84:00.0:dpdk-port-0)]Interrupt indices: 0x00000007
--> 0x0000000a
[ecore_int_sp_dpc:1336(84:00.0:dpdk-port-0)]Attention indices: 0x00000004
--> 0x00000004
[ecore_eq_completion:376(84:00.0:dpdk-port-0-0)]fw_cons_idx a
[ecore_eq_completion:395(84:00.0:dpdk-port-0-0)]op 9 prot 4 res0 0 echo 7
fwret 0 flags 0
[ecore_spq_completion:1016(84:00.0:dpdk-port-0-0)]Complete EQE [echo 0007]:
func (nil) cookie (nil))
[ecore_spq_completion:1024(84:00.0:dpdk-port-0-0)]Got a completion without
a callback function
[ecore_eq_completion:395(84:00.0:dpdk-port-0-0)]op 2 prot 4 res0 0 echo 8
fwret 0 flags 0
[ecore_spq_completion:1016(84:00.0:dpdk-port-0-0)]Complete EQE [echo 0008]:
func (nil) cookie (nil))
[ecore_spq_completion:1024(84:00.0:dpdk-port-0-0)]Got a completion without
a callback function
[ecore_eq_completion:395(84:00.0:dpdk-port-0-0)]op 2 prot 4 res0 0 echo 9
fwret 0 flags 0
[ecore_spq_completion:1016(84:00.0:dpdk-port-0-0)]Complete EQE [echo 0009]:
func (nil) cookie (nil))
[ecore_int_sp_dpc:1307(84:00.1:dpdk-port-1-0)]DPC Called! (hwfn
0x13bfffc680 0)
[ecore_int_sp_dpc:1323(84:00.1:dpdk-port-1)]Interrupt indices: 0x00000002
--> 0x00000002
[ecore_int_sp_dpc:1336(84:00.1:dpdk-port-1)]Attention indices: 0x00000004
--> 0x00000004
[ecore_spq_completion:1024(84:00.0:dpdk-port-0-0)]Got a completion without
a callback function
[ecore_int_sp_dpc:1307(84:00.1:dpdk-port-1-0)]DPC Called! (hwfn
0x13bfffc680 0)
[ecore_int_sp_dpc:1323(84:00.1:dpdk-port-1)]Interrupt indices: 0x00000002
--> 0x00000002
[ecore_int_sp_dpc:1336(84:00.1:dpdk-port-1)]Attention indices: 0x00000004
--> 0x00000004
[ecore_int_sp_dpc:1307(84:00.1:dpdk-port-1-0)]DPC Called! (hwfn
0x13bfffc680 0)
[ecore_int_sp_dpc:1323(84:00.1:dpdk-port-1)]Interrupt indices: 0x00000002
--> 0x00000002
[ecore_int_sp_dpc:1336(84:00.1:dpdk-port-1)]Attention indices: 0x00000004
--> 0x00000004
[ecore_int_sp_dpc:1307(84:00.1:dpdk-port-1-0)]DPC Called! (hwfn
0x13bfffc680 0)
[ecore_int_sp_dpc:1323(84:00.1:dpdk-port-1)]Interrupt indices: 0x00000002
--> 0x00000002
[ecore_int_sp_dpc:1336(84:00.1:dpdk-port-1)]Attention indices: 0x00000004
--> 0x00000004
[ecore_int_sp_dpc:1307(84:00.1:dpdk-port-1-0)]DPC Called! (hwfn
0x13bfffc680 0)
[ecore_int_sp_dpc:1323(84:00.1:dpdk-port-1)]Interrupt indices: 0x00000002
--> 0x00000002
[ecore_int_sp_dpc:1336(84:00.1:dpdk-port-1)]Attention indices: 0x00000004
--> 0x00000004
[ecore_int_sp_dpc:1307(84:00.1:dpdk-port-1-0)]DPC Called! (hwfn
0x13bfffc680 0)
[ecore_int_sp_dpc:1323(84:00.1:dpdk-port-1)]Interrupt indices: 0x00000002
--> 0x00000002
[ecore_int_sp_dpc:1336(84:00.1:dpdk-port-1)]Attention indices: 0x00000004
--> 0x00000004
[ecore_int_sp_dpc:1307(84:00.1:dpdk-port-1-0)]DPC Called! (hwfn
0x13bfffc680 0)
[ecore_int_sp_dpc:1323(84:00.1:dpdk-port-1)]Interrupt indices: 0x00000002
--> 0x00000002
[ecore_int_sp_dpc:1336(84:00.1:dpdk-port-1)]Attention indices: 0x00000004
--> 0x00000004
[ecore_int_sp_dpc:1307(84:00.1:dpdk-port-1-0)]DPC Called! (hwfn
0x13bfffc680 0)
[ecore_int_sp_dpc:1323(84:00.1:dpdk-port-1)]Interrupt indices: 0x00000002
--> 0x00000003
[ecore_int_sp_dpc:1336(84:00.1:dpdk-port-1)]Attention indices: 0x00000004
--> 0x00000004
[ecore_eq_completion:376(84:00.1:dpdk-port-1-0)]fw_cons_idx 3
[ecore_eq_completion:395(84:00.1:dpdk-port-1-0)]op 1 prot 4 res0 0 echo 2
fwret 0 flags 0
[ecore_spq_completion:1016(84:00.1:dpdk-port-1-0)]Complete EQE [echo 0002]:
func 0x5d5df7938830 cookie 0x33ea65688)
[ecore_int_sp_dpc:1307(84:00.1:dpdk-port-1-0)]DPC Called! (hwfn
0x13bfffc680 0)
[ecore_int_sp_dpc:1323(84:00.1:dpdk-port-1)]Interrupt indices: 0x00000003
--> 0x00000003
[ecore_int_sp_dpc:1336(84:00.1:dpdk-port-1)]Attention indices: 0x00000004
--> 0x00000004
[qede_start_vport:498(84:00.1:dpdk-port-1)]VPORT started with MTU = 1500
[ecore_sp_init_request:77(84:00.1:dpdk-port-1-0)]Initialized: CID ff000000
cmd 02 protocol 04 data_addr 13935990460 comp_mode [MODE_EBLOCK]
[ecore_spq_fill_entry:172(84:00.1:dpdk-port-1-0)]Ramrod header: [CID
0xff000000 CMD 0x02 protocol 0x04] Data pointer: [00000003:3ea656bc]
Completion Mode: MODE_EBLOCK
[ecore_spq_hw_post:280(84:00.1:dpdk-port-1-0)]Doorbelled [0x00000000, CID
0x00000000] with Flags: 8c agg_params: 10, prod: 0004
[ecore_int_sp_dpc:1307(84:00.1:dpdk-port-1-0)]DPC Called! (hwfn
0x13bfffc680 0)
[ecore_int_sp_dpc:1323(84:00.1:dpdk-port-1)]Interrupt indices: 0x00000003
--> 0x00000003
[ecore_int_sp_dpc:1336(84:00.1:dpdk-port-1)]Attention indices: 0x00000004
--> 0x00000004
[ecore_int_sp_dpc:1307(84:00.1:dpdk-port-1-0)]DPC Called! (hwfn
0x13bfffc680 0)
[ecore_int_sp_dpc:1323(84:00.1:dpdk-port-1)]Interrupt indices: 0x00000003
--> 0x00000004
[ecore_int_sp_dpc:1336(84:00.1:dpdk-port-1)]Attention indices: 0x00000004
--> 0x00000004
[ecore_eq_completion:376(84:00.1:dpdk-port-1-0)]fw_cons_idx 4
[ecore_eq_completion:395(84:00.1:dpdk-port-1-0)]op 2 prot 4 res0 0 echo 3
fwret 0 flags 0
[ecore_spq_completion:1016(84:00.1:dpdk-port-1-0)]Complete EQE [echo 0003]:
func 0x5d5df7938830 cookie 0x33ea65890)
[qede_vlan_stripping:906(84:00.1:dpdk-port-1)]VLAN stripping disabled
[qede_vlan_filter_set:970(84:00.1:dpdk-port-1)]No VLAN filters configured
yet
[qede_vlan_offload_set:1035(84:00.1:dpdk-port-1)]VLAN offload mask 3
[qede_dev_configure:1329(84:00.1:dpdk-port-1)]Device configured with RSS=1
TSS=1
[qede_pmd: 84:00.1:dpdk-port-1] qede_dev_info_get() >>
[qede_pmd: 84:00.1:dpdk-port-1] qede_tx_queue_setup() >>
[osal_dma_alloc_coherent:182(84:00.1:dpdk-port-1)]Allocated dma memory
size=64 phys=0x33edebb40 virt=0x33edebb40 core=0
[ecore_int_sp_dpc:1307(84:00.1:dpdk-port-1-0)]DPC Called! (hwfn
0x13bfffc680 0)
[ecore_int_sp_dpc:1323(84:00.1:dpdk-port-1)]Interrupt indices: 0x00000004
--> 0x00000004
[ecore_int_sp_dpc:1336(84:00.1:dpdk-port-1)]Attention indices: 0x00000004
--> 0x00000004
[osal_dma_alloc_coherent:182(84:00.1:dpdk-port-1)]Allocated dma memory
size=4096 phys=0x338d6db40 virt=0x338d6db40 core=0
[osal_dma_alloc_coherent:182(84:00.1:dpdk-port-1)]Allocated dma memory
size=4096 phys=0x338d6cac0 virt=0x338d6cac0 core=0
[qede_alloc_tx_queue_mem:446(84:00.1:dpdk-port-1)]txq 0 num_desc 512
tx_free_thresh 480 socket 1
[qede_pmd: 84:00.1:dpdk-port-1] qede_dev_info_get() >>
[qede_pmd: 84:00.1:dpdk-port-1] qede_rx_queue_setup() >>
[qede_alloc_rx_queue_mem:155(84:00.1:dpdk-port-1)]mtu 1500 mbufsz 1536
bd_max_bytes 1536 scatter_mode 0
[osal_dma_alloc_coherent:182(84:00.1:dpdk-port-1)]Allocated dma memory
size=4096 phys=0x338d6ba40 virt=0x338d6ba40 core=0
[osal_dma_alloc_coherent:182(84:00.1:dpdk-port-1)]Allocated dma memory
size=4096 phys=0x338d6a9c0 virt=0x338d6a9c0 core=0
[osal_dma_alloc_coherent:182(84:00.1:dpdk-port-1)]Allocated dma memory
size=64 phys=0x33edeb9c0 virt=0x33edeb9c0 core=0
[osal_dma_alloc_coherent:182(84:00.1:dpdk-port-1)]Allocated dma memory
size=4096 phys=0x338d69940 virt=0x338d69940 core=0
[osal_dma_alloc_coherent:182(84:00.1:dpdk-port-1)]Allocated dma memory
size=4096 phys=0x338d688c0 virt=0x338d688c0 core=0
[osal_dma_alloc_coherent:182(84:00.1:dpdk-port-1)]Allocated dma memory
size=4096 phys=0x338d67840 virt=0x338d67840 core=0
[osal_dma_alloc_coherent:182(84:00.1:dpdk-port-1)]Allocated dma memory
size=4096 phys=0x338d667c0 virt=0x338d667c0 core=0
[qede_rx_queue_setup:283(84:00.1:dpdk-port-1)]rxq 0 num_desc 512
rx_buf_size=1536 socket 1
[qede_pmd: 84:00.0:dpdk-port-0] qede_dev_info_get() >>
[qede_pmd: 84:00.0:dpdk-port-0] qede_dev_info_get() >>
[qede_pmd: 84:00.1:dpdk-port-1] qede_dev_info_get() >>
[qede_pmd: 84:00.1:dpdk-port-1] qede_dev_info_get() >>
[qede_pmd: 84:00.1:dpdk-port-1] qede_dev_info_get() >>
[qede_pmd: 84:00.1:dpdk-port-1] qede_dev_start() >>
[qede_rx_queue_start:778(84:00.1:dpdk-port-1)]rxq 0 igu_sb_id 0x1
[_ecore_cxt_acquire_cid:1824(84:00.1:dpdk-port-1-0)]Acquired cid 0x00000010
[rel. 00000000] vfid ff type 4
[_ecore_eth_queue_to_cid:274(84:00.1:dpdk-port-1-0)]opaque_fid: ff00 CID
00000010 vport 00 [00] qzone 0000.00 [0000] stats 00 [00] SB 0001 PI 00
[ecore_eth_rxq_start_ramrod:919(84:00.1:dpdk-port-1-0)]opaque_fid=0xff00,
cid=0x10, rx_qzone=0x0, vport_id=0x0, sb_id=0x1
[ecore_sp_init_request:77(84:00.1:dpdk-port-1-0)]Initialized: CID ff000010
cmd 04 protocol 04 data_addr 13935990980 comp_mode [MODE_EBLOCK]
[ecore_spq_fill_entry:172(84:00.1:dpdk-port-1-0)]Ramrod header: [CID
0xff000010 CMD 0x04 protocol 0x04] Data pointer: [00000003:3ea658c4]
Completion Mode: MODE_EBLOCK
[ecore_spq_hw_post:280(84:00.1:dpdk-port-1-0)]Doorbelled [0x00000000, CID
0x00000000] with Flags: 8c agg_params: 10, prod: 0005
[ecore_int_sp_dpc:1307(84:00.1:dpdk-port-1-0)]DPC Called! (hwfn
0x13bfffc680 0)
[ecore_int_sp_dpc:1323(84:00.1:dpdk-port-1)]Interrupt indices: 0x00000004
--> 0x00000004
[ecore_int_sp_dpc:1336(84:00.1:dpdk-port-1)]Attention indices: 0x00000004
--> 0x00000004
[ecore_int_sp_dpc:1307(84:00.1:dpdk-port-1-0)]DPC Called! (hwfn
0x13bfffc680 0)
[ecore_int_sp_dpc:1323(84:00.1:dpdk-port-1)]Interrupt indices: 0x00000004
--> 0x00000005
[ecore_int_sp_dpc:1336(84:00.1:dpdk-port-1)]Attention indices: 0x00000004
--> 0x00000004
[ecore_eq_completion:376(84:00.1:dpdk-port-1-0)]fw_cons_idx 5
[ecore_eq_completion:395(84:00.1:dpdk-port-1-0)]op 6 prot 4 res0 0 echo 4
fwret 0 flags 0
[ecore_spq_completion:1016(84:00.1:dpdk-port-1-0)]Complete EQE [echo 0004]:
func 0x5d5df7938830 cookie 0x33ea65a98)
[qede_rx_queue_start:805(84:00.1:dpdk-port-1)]RX queue 0 started
[qede_tx_queue_start:837(84:00.1:dpdk-port-1)]txq 0 igu_sb_id 0x1
[_ecore_cxt_acquire_cid:1824(84:00.1:dpdk-port-1-0)]Acquired cid 0x00000011
[rel. 00000001] vfid ff type 4
[_ecore_eth_queue_to_cid:274(84:00.1:dpdk-port-1-0)]opaque_fid: ff00 CID
00000011 vport 00 [00] qzone 0000.01 [0000] stats 00 [00] SB 0001 PI 01
[ecore_sp_init_request:77(84:00.1:dpdk-port-1-0)]Initialized: CID ff000011
cmd 06 protocol 04 data_addr 13935991500 comp_mode [MODE_EBLOCK]
[ecore_spq_fill_entry:172(84:00.1:dpdk-port-1-0)]Ramrod header: [CID
0xff000011 CMD 0x06 protocol 0x04] Data pointer: [00000003:3ea65acc]
Completion Mode: MODE_EBLOCK
[ecore_spq_hw_post:280(84:00.1:dpdk-port-1-0)]Doorbelled [0x00000000, CID
0x00000000] with Flags: 8c agg_params: 10, prod: 0006
[ecore_int_sp_dpc:1307(84:00.1:dpdk-port-1-0)]DPC Called! (hwfn
0x13bfffc680 0)
[ecore_int_sp_dpc:1323(84:00.1:dpdk-port-1)]Interrupt indices: 0x00000005
--> 0x00000005
[ecore_int_sp_dpc:1336(84:00.1:dpdk-port-1)]Attention indices: 0x00000004
--> 0x00000004
[ecore_int_sp_dpc:1307(84:00.1:dpdk-port-1-0)]DPC Called! (hwfn
0x13bfffc680 0)
[ecore_int_sp_dpc:1323(84:00.1:dpdk-port-1)]Interrupt indices: 0x00000005
--> 0x00000006
[ecore_int_sp_dpc:1336(84:00.1:dpdk-port-1)]Attention indices: 0x00000004
--> 0x00000004
[ecore_eq_completion:376(84:00.1:dpdk-port-1-0)]fw_cons_idx 6
[ecore_eq_completion:395(84:00.1:dpdk-port-1-0)]op 4 prot 4 res0 0 echo 5
fwret 0 flags 0
[ecore_spq_completion:1016(84:00.1:dpdk-port-1-0)]Complete EQE [echo 0005]:
func 0x5d5df7938830 cookie 0x33ea65ca0)
[qede_tx_queue_start:870(84:00.1:dpdk-port-1)]TX queue 0 started
[qede_reset_queue_stats:398(84:00.1:dpdk-port-1)]Clearing queue stats
[ecore_sp_init_request:77(84:00.1:dpdk-port-1-0)]Initialized: CID ff000000
cmd 02 protocol 04 data_addr 13935992020 comp_mode [MODE_EBLOCK]
[ecore_spq_fill_entry:172(84:00.1:dpdk-port-1-0)]Ramrod header: [CID
0xff000000 CMD 0x02 protocol 0x04] Data pointer: [00000003:3ea65cd4]
Completion Mode: MODE_EBLOCK
[ecore_spq_hw_post:280(84:00.1:dpdk-port-1-0)]Doorbelled [0x00000000, CID
0x00000000] with Flags: 8c agg_params: 10, prod: 0007
[ecore_int_sp_dpc:1307(84:00.1:dpdk-port-1-0)]DPC Called! (hwfn
0x13bfffc680 0)
[ecore_int_sp_dpc:1323(84:00.1:dpdk-port-1)]Interrupt indices: 0x00000006
--> 0x00000007
[ecore_int_sp_dpc:1336(84:00.1:dpdk-port-1)]Attention indices: 0x00000004
--> 0x00000004
[ecore_eq_completion:376(84:00.1:dpdk-port-1-0)]fw_cons_idx 7
[ecore_eq_completion:395(84:00.1:dpdk-port-1-0)]op 2 prot 4 res0 0 echo 6
fwret 0 flags 0
[ecore_spq_completion:1016(84:00.1:dpdk-port-1-0)]Complete EQE [echo 0006]:
func 0x5d5df7938830 cookie 0x33ea65ea8)
[ecore_int_sp_dpc:1307(84:00.1:dpdk-port-1-0)]DPC Called! (hwfn
0x13bfffc680 0)
[ecore_int_sp_dpc:1323(84:00.1:dpdk-port-1)]Interrupt indices: 0x00000007
--> 0x00000007
[ecore_int_sp_dpc:1336(84:00.1:dpdk-port-1)]Attention indices: 0x00000004
--> 0x00000004
[ecore_int_sp_dpc:1307(84:00.1:dpdk-port-1-0)]DPC Called! (hwfn
0x13bfffc680 0)
[ecore_int_sp_dpc:1323(84:00.1:dpdk-port-1)]Interrupt indices: 0x00000007
--> 0x00000007
[ecore_int_sp_dpc:1336(84:00.1:dpdk-port-1)]Attention indices: 0x00000004
--> 0x00000004
[qede_activate_vport:536(84:00.1:dpdk-port-1)]vport is activated
[qede_dev_set_link_state:1842(84:00.1:dpdk-port-1)]setting link state 1
[ecore_mcp_set_link:1548(84:00.1:dpdk-port-1-0)]Configuring Link: Speed
0x00000000, Pause 0x00000007, adv_speed 0x0000000a, loopback 0x00000000
[ecore_mcp_handle_link_change:1355(84:00.1:dpdk-port-1-0)]Received link
update [0x00000000] from mfw [Addr 0xe2cfe4]
[__ecore_configure_pf_max_bandwidth:6656(84:00.1:dpdk-port-1-0)]Configured
MAX bandwidth to be 00000000 Mb/sec
[qede_link_update:1483(84:00.1:dpdk-port-1)]Link - Speed 0 Mode 1 AN 1
Status 0
[qed_schedule_iov:188(84:00.1:dpdk-port-1-0)]Scheduling iov task [Flag: 2]
[qede_link_update:1483(84:00.1:dpdk-port-1)]Link - Speed 0 Mode 1 AN 1
Status 0
[qede_assign_rxtx_handlers:341(84:00.1:dpdk-port-1)]Assigning
qede_recv_pkts_regular
[qede_assign_rxtx_handlers:354(84:00.1:dpdk-port-1)]Assigning
qede_xmit_pkts_regular
[qede_dev_start:1155(84:00.1:dpdk-port-1)]Device started
[qede_pmd: 84:00.1:dpdk-port-1] qede_mac_addr_remove() >>
[qede_ucast_filter:682(84:00.1:dpdk-port-1)]Unicast MAC is not found
[ecore_sp_init_request:77(84:00.1:dpdk-port-1-0)]Initialized: CID ff000000
cmd 08 protocol 04 data_addr 13935992540 comp_mode [MODE_CB]
[ecore_spq_fill_entry:172(84:00.1:dpdk-port-1-0)]Ramrod header: [CID
0xff000000 CMD 0x08 protocol 0x04] Data pointer: [00000003:3ea65edc]
Completion Mode: MODE_CB
[ecore_spq_hw_post:280(84:00.1:dpdk-port-1-0)]Doorbelled [0x00000000, CID
0x00000000] with Flags: 8c agg_params: 10, prod: 0008
[ecore_sp_eth_filter_ucast:1501(84:00.1:dpdk-port-1-0)]Unicast filter
configured, opcode = ADD, type = MAC, cmd_cnt = 1, is_rx_filter = 1,
is_tx_filter = 1
[ecore_sp_eth_filter_ucast:1513(84:00.1:dpdk-port-1-0)]vport_to_add_to = 0,
vport_to_remove_from = 0, mac = 0: e:1e:d3:ac: 5, vlan = 0
[qede_pmd: 84:00.1:dpdk-port-1] qede_promiscuous_disable() >>
[ecore_sp_init_request:77(84:00.1:dpdk-port-1-0)]Initialized: CID ff000000
cmd 02 protocol 04 data_addr 13935993060 comp_mode [MODE_CB]
[ecore_sp_update_accept_mode:615(84:00.1:dpdk-port-1-0)]vport[00]
p_ramrod->rx_mode.state = 0x20
[ecore_sp_update_accept_mode:639(84:00.1:dpdk-port-1-0)]vport[00]
p_ramrod->tx_mode.state = 0x10
[ecore_spq_fill_entry:172(84:00.1:dpdk-port-1-0)]Ramrod header: [CID
0xff000000 CMD 0x02 protocol 0x04] Data pointer: [00000003:3ea660e4]
Completion Mode: MODE_CB
[ecore_spq_hw_post:280(84:00.1:dpdk-port-1-0)]Doorbelled [0x00000000, CID
0x00000000] with Flags: 8c agg_params: 10, prod: 0009
[ecore_filter_accept_cmd:892(84:00.1:dpdk-port-1-0)]Accept filter
configured, flags = [Rx]2a [Tx]2a
[ecore_sp_init_request:77(84:00.1:dpdk-port-1-0)]Initialized: CID ff000000
cmd 02 protocol 04 data_addr 13935993580 comp_mode [MODE_CB]
[ecore_sp_update_accept_mode:615(84:00.1:dpdk-port-1-0)]vport[00]
p_ramrod->rx_mode.state = 0x20
[ecore_sp_update_accept_mode:639(84:00.1:dpdk-port-1-0)]vport[00]
p_ramrod->tx_mode.state = 0x10
[ecore_spq_fill_entry:172(84:00.1:dpdk-port-1-0)]Ramrod header: [CID
0xff000000 CMD 0x02 protocol 0x04] Data pointer: [00000003:3ea662ec]
Completion Mode: MODE_CB
[ecore_spq_hw_post:280(84:00.1:dpdk-port-1-0)]Doorbelled [0x00000000, CID
0x00000000] with Flags: 8c agg_params: 10, prod: 000a
[ecore_filter_accept_cmd:892(84:00.1:dpdk-port-1-0)]Accept filter
configured, flags = [Rx]2a [Tx]2a
Port 1: 00:0E:1E:D3:AC:05
Done
[qede_pmd: 84:00.0:dpdk-port-0] qede_promiscuous_enable() >>
[ecore_sp_init_request:77(84:00.0:dpdk-port-0-0)]Initialized: CID ff000000
cmd 02 protocol 04 data_addr 13948974324 comp_mode [MODE_CB]
[ecore_sp_update_accept_mode:615(84:00.0:dpdk-port-0-0)]vport[00]
p_ramrod->rx_mode.state = 0x34
[ecore_sp_update_accept_mode:639(84:00.0:dpdk-port-0-0)]vport[00]
p_ramrod->tx_mode.state = 0x10
[ecore_spq_fill_entry:172(84:00.0:dpdk-port-0-0)]Ramrod header: [CID
0xff000000 CMD 0x02 protocol 0x04] Data pointer: [00000003:3f6c74f4]
Completion Mode: MODE_CB
[ecore_spq_hw_post:280(84:00.0:dpdk-port-0-0)]Doorbelled [0x00000000, CID
0x00000000] with Flags: 8c agg_params: 10, prod: 000b
[ecore_filter_accept_cmd:892(84:00.0:dpdk-port-0-0)]Accept filter
configured, flags = [Rx]3e [Tx]2a
[qede_pmd: 84:00.1:dpdk-port-1] qede_promiscuous_enable() >>
[ecore_sp_init_request:77(84:00.1:dpdk-port-1-0)]Initialized: CID ff000000
cmd 02 protocol 04 data_addr 13935994100 comp_mode [MODE_CB]
[ecore_sp_update_accept_mode:615(84:00.1:dpdk-port-1-0)]vport[00]
p_ramrod->rx_mode.state = 0x34
[ecore_sp_update_accept_mode:639(84:00.1:dpdk-port-1-0)]vport[00]
p_ramrod->tx_mode.state = 0x10
[ecore_spq_fill_entry:172(84:00.1:dpdk-port-1-0)]Ramrod header: [CID
0xff000000 CMD 0x02 protocol 0x04] Data pointer: [00000003:3ea664f4]
Completion Mode: MODE_CB
[ecore_spq_hw_post:280(84:00.1:dpdk-port-1-0)]Doorbelled [0x00000000, CID
0x00000000] with Flags: 8c agg_params: 10, prod: 000b
[ecore_filter_accept_cmd:892(84:00.1:dpdk-port-1-0)]Accept filter
configured, flags = [Rx]3e [Tx]2a
[ecore_int_sp_dpc:1307(84:00.1:dpdk-port-1-0)]DPC Called! (hwfn
0x13bfffc680 0)
[ecore_int_sp_dpc:1323(84:00.1:dpdk-port-1)]Interrupt indices: 0x00000007
--> 0x0000000b
[ecore_int_sp_dpc:1336(84:00.1:dpdk-port-1)]Attention indices: 0x00000004
--> 0x00000004
[ecore_eq_completion:376(84:00.1:dpdk-port-1-0)]fw_cons_idx b
[ecore_eq_completion:395(84:00.1:dpdk-port-1-0)]op 9 prot 4 res0 0 echo 7
fwret 0 flags 0
[ecore_spq_completion:1016(84:00.1:dpdk-port-1-0)]Complete EQE [echo 0007]:
func (nil) cookie (nil))
[ecore_spq_completion:1024(84:00.1:dpdk-port-1-0)]Got a completion without
a callback function
[ecore_eq_completion:395(84:00.1:dpdk-port-1-0)]op 2 prot 4 res0 0 echo 8
fwret 0 flags 0
[ecore_spq_completion:1016(84:00.1:dpdk-port-1-0)]Complete EQE [echo 0008]:
func (nil) cookie (nil))
[ecore_spq_completion:1024(84:00.1:dpdk-port-1-0)]Got a completion without
a callback function
[ecore_eq_completion:395(84:00.1:dpdk-port-1-0)]op 2 prot 4 res0 0 echo 9
fwret 0 flags 0
[ecore_spq_completion:1016(84:00.1:dpdk-port-1-0)]Complete EQE [echo 0009]:
func (nil) cookie (nil))
[ecore_spq_completion:1024(84:00.1:dpdk-port-1-0)]Got a completion without
a callback function
[ecore_eq_completion:395(84:00.1:dpdk-port-1-0)]op 2 prot 4 res0 0 echo a
fwret 0 flags 0
t[ecore_spq_completion:1016(84:00.1:dpdk-port-1-0)]Complete EQE [echo
000a]: func (nil) cookie (nil))
e[ecore_spq_completion:1024(84:00.1:dpdk-port-1-0)]Got a completion without
a callback function
stp[ecore_int_sp_dpc:1307(84:00.0:dpdk-port-0-0)]DPC Called! (hwfn
0x13bfffe400 0)
md[ecore_int_sp_dpc:1323(84:00.0:dpdk-port-0)]Interrupt indices: 0x0000000a
--> 0x0000000b
>[ecore_int_sp_dpc:1336(84:00.0:dpdk-port-0)]Attention indices: 0x00000004
--> 0x00000004
[ecore_eq_completion:376(84:00.0:dpdk-port-0-0)]fw_cons_idx b
[ecore_eq_completion:395(84:00.0:dpdk-port-0-0)]op 2 prot 4 res0 0 echo a
fwret 0 flags 0
7[ecore_spq_completion:1016(84:00.0:dpdk-port-0-0)]Complete EQE [echo
000a]: func (nil) cookie (nil))
[ecore_spq_completion:1024(84:00.0:dpdk-port-0-0)]Got a completion without
a callback function
[ecore_int_sp_dpc:1307(84:00.0:dpdk-port-0-0)]DPC Called! (hwfn
0x13bfffe400 0)
[ecore_int_sp_dpc:1323(84:00.0:dpdk-port-0)]Interrupt indices: 0x0000000b
--> 0x0000000b
[ecore_int_sp_dpc:1336(84:00.0:dpdk-port-0)]Attention indices: 0x00000004
--> 0x00000005
[ecore_int_attentions:1239(84:00.0:dpdk-port-0-0)]MFW indication via
attention
[ecore_int_assertion:894(84:00.0:dpdk-port-0-0)]IGU mask: 0x00000fff -->
0x00000eff
[ecore_int_assertion:899(84:00.0:dpdk-port-0-0)]inner known ATTN state:
0x0000 --> 0x0100
[ecore_mcp_handle_events:2102(84:00.0:dpdk-port-0-0)]Received message from
MFW
[ecore_mcp_handle_events:2114(84:00.0:dpdk-port-0-0)]Msg [0] - old CMD
0x00, new CMD 0x01
[ecore_mcp_handle_link_change:1355(84:00.0:dpdk-port-0-0)]Received link
update [0x00e00007] from mfw [Addr 0xe2c244]
[__ecore_configure_pf_max_bandwidth:6656(84:00.0:dpdk-port-0-0)]Configured
MAX bandwidth to be 00002710 Mb/sec
[__ecore_configure_pf_min_bandwidth:6714(84:00.0:dpdk-port-0-0)]Configured
MIN bandwidth to be 100 Mb/sec
[qede_link_update:1483(84:00.0:dpdk-port-0)]Link - Speed 10000 Mode 1 AN 1
Status 1
[qed_schedule_iov:188(84:00.0:dpdk-port-0-0)]Scheduling iov task [Flag: 2]
Port 0: link state change event
[ecore_int_assertion:920(84:00.0:dpdk-port-0-0)]set cmd IGU: 0x0100
[ecore_int_sp_dpc:1307(84:00.0:dpdk-port-0-0)]DPC Called! (hwfn
0x13bfffe400 0)
[ecore_int_sp_dpc:1323(84:00.0:dpdk-port-0)]Interrupt indices: 0x0000000b
--> 0x0000000b
[ecore_int_sp_dpc:1336(84:00.0:dpdk-port-0)]Attention indices: 0x00000005
--> 0x00000006
[ecore_int_attentions:1241(84:00.0:dpdk-port-0-0)]MFW indication
[deassertion]
[ecore_int_deassertion:1071(84:00.0:dpdk-port-0-0)]Deasserted bits [0]:
00000000
[ecore_int_deassertion:1071(84:00.0:dpdk-port-0-0)]Deasserted bits [1]:
00000280
[ecore_int_deassertion:1071(84:00.0:dpdk-port-0-0)]Deasserted bits [2]:
00000000
[ecore_int_deassertion:1071(84:00.0:dpdk-port-0-0)]Deasserted bits [3]:
00000000
[ecore_int_deassertion:1071(84:00.0:dpdk-port-0-0)]Deasserted bits [4]:
00000000
[ecore_int_deassertion:1071(84:00.0:dpdk-port-0-0)]Deasserted bits [5]:
00000000
[ecore_int_deassertion:1071(84:00.0:dpdk-port-0-0)]Deasserted bits [6]:
00000000
[ecore_int_deassertion:1071(84:00.0:dpdk-port-0-0)]Deasserted bits [7]:
04000000
[ecore_int_deassertion:1071(84:00.0:dpdk-port-0-0)]Deasserted bits [8]:
00000000
[ecore_int_sp_dpc:1307(84:00.0:dpdk-port-0-0)]DPC Called! (hwfn
0x13bfffe400 0)
[ecore_int_sp_dpc:1323(84:00.0:dpdk-port-0)]Interrupt indices: 0x0000000b
--> 0x0000000b
[ecore_int_sp_dpc:1336(84:00.0:dpdk-port-0)]Attention indices: 0x00000006
--> 0x00000007
[ecore_int_attentions:1239(84:00.0:dpdk-port-0-0)]MFW indication via
attention
[ecore_int_assertion:894(84:00.0:dpdk-port-0-0)]IGU mask: 0x00000fff -->
0x00000eff
[ecore_int_assertion:899(84:00.0:dpdk-port-0-0)]inner known ATTN state:
0x0000 --> 0x0100
[ecore_mcp_handle_events:2102(84:00.0:dpdk-port-0-0)]Received message from
MFW
[ecore_mcp_handle_events:2114(84:00.0:dpdk-port-0-0)]Msg [5] - old CMD
0x01, new CMD 0x02
[ecore_dcbx_copy_mib:401(84:00.0:dpdk-port-0-0)]mib type = 0, try count = 1
prefix seq num = 0 suffix seq num = 0
[ecore_dcbx_get_dscp_params:620(84:00.0:dpdk-port-0-0)]elem 0 pri_map 0x0
[ecore_dcbx_get_dscp_params:620(84:00.0:dpdk-port-0-0)]elem 8 pri_map 0x0
[ecore_dcbx_get_dscp_params:620(84:00.0:dpdk-port-0-0)]elem 16 pri_map 0x0
[ecore_dcbx_get_dscp_params:620(84:00.0:dpdk-port-0-0)]elem 24 pri_map 0x0
[ecore_dcbx_get_dscp_params:620(84:00.0:dpdk-port-0-0)]elem 32 pri_map 0x0
[ecore_dcbx_get_dscp_params:620(84:00.0:dpdk-port-0-0)]elem 40 pri_map 0x0
[ecore_dcbx_get_dscp_params:620(84:00.0:dpdk-port-0-0)]elem 48 pri_map 0x0
[ecore_dcbx_get_dscp_params:620(84:00.0:dpdk-port-0-0)]elem 56 pri_map 0x0
[ecore_dcbx_process_tlv:254(84:00.0:dpdk-port-0-0)]Num APP entries = 0
pri_tc_tbl = 0x0 dcbx_version = 0
[ecore_dcbx_dp_protocol:97(84:00.0:dpdk-port-0-0)]DCBX negotiated: 0
[ecore_dcbx_dp_protocol:103(84:00.0:dpdk-port-0-0)]ISCSI info: update 3,
enable 0, prio 0, tc 0, num_active_tc 4 dscp_enable = 0 dscp_val = 0
[ecore_dcbx_dp_protocol:103(84:00.0:dpdk-port-0-0)]FCOE info: update 3,
enable 0, prio 0, tc 0, num_active_tc 4 dscp_enable = 0 dscp_val = 0
[ecore_dcbx_dp_protocol:103(84:00.0:dpdk-port-0-0)]ROCE info: update 3,
enable 0, prio 0, tc 0, num_active_tc 4 dscp_enable = 0 dscp_val = 0
[ecore_dcbx_dp_protocol:103(84:00.0:dpdk-port-0-0)]ROCE_V2 info: update 3,
enable 0, prio 0, tc 0, num_active_tc 4 dscp_enable = 0 dscp_val = 0
[ecore_dcbx_dp_protocol:103(84:00.0:dpdk-port-0-0)]ETH info: update 3,
enable 0, prio 0, tc 0, num_active_tc 4 dscp_enable = 0 dscp_val = 0
[ecore_dcbx_dp_protocol:103(84:00.0:dpdk-port-0-0)]IWARP info: update 3,
enable 0, prio 0, tc 0, num_active_tc 4 dscp_enable = 0 dscp_val = 0
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 0, port 0,
vport_id 0, tc 0, wrr_grp 1, rl_valid 0, rl_id 0
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 1, port 0,
vport_id 0, tc 1, wrr_grp 1, rl_valid 0, rl_id 0
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 2, port 0,
vport_id 0, tc 2, wrr_grp 1, rl_valid 0, rl_id 0
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 3, port 0,
vport_id 0, tc 3, wrr_grp 1, rl_valid 0, rl_id 0
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 4, port 0,
vport_id 0, tc 8, wrr_grp 1, rl_valid 0, rl_id 0
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 5, port 0,
vport_id 1, tc 0, wrr_grp 1, rl_valid 1, rl_id 1
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 6, port 0,
vport_id 2, tc 0, wrr_grp 1, rl_valid 1, rl_id 2
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 7, port 0,
vport_id 3, tc 0, wrr_grp 1, rl_valid 1, rl_id 3
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 8, port 0,
vport_id 4, tc 0, wrr_grp 1, rl_valid 1, rl_id 4
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 9, port 0,
vport_id 5, tc 0, wrr_grp 1, rl_valid 1, rl_id 5
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 10, port 0,
vport_id 6, tc 0, wrr_grp 1, rl_valid 1, rl_id 6
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 11, port 0,
vport_id 7, tc 0, wrr_grp 1, rl_valid 1, rl_id 7
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 12, port 0,
vport_id 8, tc 0, wrr_grp 1, rl_valid 1, rl_id 8
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 13, port 0,
vport_id 9, tc 0, wrr_grp 1, rl_valid 1, rl_id 9
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 14, port 0,
vport_id 10, tc 0, wrr_grp 1, rl_valid 1, rl_id 10
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 15, port 0,
vport_id 11, tc 0, wrr_grp 1, rl_valid 1, rl_id 11
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 16, port 0,
vport_id 12, tc 0, wrr_grp 1, rl_valid 1, rl_id 12
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 17, port 0,
vport_id 13, tc 0, wrr_grp 1, rl_valid 1, rl_id 13
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 18, port 0,
vport_id 14, tc 0, wrr_grp 1, rl_valid 1, rl_id 14
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 19, port 0,
vport_id 15, tc 0, wrr_grp 1, rl_valid 1, rl_id 15
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 20, port 0,
vport_id 16, tc 0, wrr_grp 1, rl_valid 1, rl_id 16
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 21, port 0,
vport_id 17, tc 0, wrr_grp 1, rl_valid 1, rl_id 17
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 22, port 0,
vport_id 18, tc 0, wrr_grp 1, rl_valid 1, rl_id 18
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 23, port 0,
vport_id 19, tc 0, wrr_grp 1, rl_valid 1, rl_id 19
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 24, port 0,
vport_id 20, tc 0, wrr_grp 1, rl_valid 1, rl_id 20
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 25, port 0,
vport_id 21, tc 0, wrr_grp 1, rl_valid 1, rl_id 21
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 26, port 0,
vport_id 22, tc 0, wrr_grp 1, rl_valid 1, rl_id 22
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 27, port 0,
vport_id 23, tc 0, wrr_grp 1, rl_valid 1, rl_id 23
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 28, port 0,
vport_id 24, tc 0, wrr_grp 1, rl_valid 1, rl_id 24
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 29, port 0,
vport_id 25, tc 0, wrr_grp 1, rl_valid 1, rl_id 25
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 30, port 0,
vport_id 26, tc 0, wrr_grp 1, rl_valid 1, rl_id 26
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 31, port 0,
vport_id 27, tc 0, wrr_grp 1, rl_valid 1, rl_id 27
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 32, port 0,
vport_id 28, tc 0, wrr_grp 1, rl_valid 1, rl_id 28
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 33, port 0,
vport_id 29, tc 0, wrr_grp 1, rl_valid 1, rl_id 29
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 34, port 0,
vport_id 30, tc 0, wrr_grp 1, rl_valid 1, rl_id 30
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 35, port 0,
vport_id 31, tc 0, wrr_grp 1, rl_valid 1, rl_id 31
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 36, port 0,
vport_id 32, tc 0, wrr_grp 1, rl_valid 1, rl_id 32
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 37, port 0,
vport_id 33, tc 0, wrr_grp 1, rl_valid 1, rl_id 33
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 38, port 0,
vport_id 34, tc 0, wrr_grp 1, rl_valid 1, rl_id 34
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 39, port 0,
vport_id 35, tc 0, wrr_grp 1, rl_valid 1, rl_id 35
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 40, port 0,
vport_id 36, tc 0, wrr_grp 1, rl_valid 1, rl_id 36
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 41, port 0,
vport_id 37, tc 0, wrr_grp 1, rl_valid 1, rl_id 37
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 42, port 0,
vport_id 38, tc 0, wrr_grp 1, rl_valid 1, rl_id 38
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 43, port 0,
vport_id 39, tc 0, wrr_grp 1, rl_valid 1, rl_id 39
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 44, port 0,
vport_id 40, tc 0, wrr_grp 1, rl_valid 1, rl_id 40
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 45, port 0,
vport_id 41, tc 0, wrr_grp 1, rl_valid 1, rl_id 41
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 46, port 0,
vport_id 42, tc 0, wrr_grp 1, rl_valid 1, rl_id 42
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 47, port 0,
vport_id 43, tc 0, wrr_grp 1, rl_valid 1, rl_id 43
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 48, port 0,
vport_id 44, tc 0, wrr_grp 1, rl_valid 1, rl_id 44
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 49, port 0,
vport_id 45, tc 0, wrr_grp 1, rl_valid 1, rl_id 45
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 50, port 0,
vport_id 46, tc 0, wrr_grp 1, rl_valid 1, rl_id 46
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 51, port 0,
vport_id 47, tc 0, wrr_grp 1, rl_valid 1, rl_id 47
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 52, port 0,
vport_id 48, tc 0, wrr_grp 1, rl_valid 1, rl_id 48
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 53, port 0,
vport_id 49, tc 0, wrr_grp 1, rl_valid 1, rl_id 49
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 54, port 0,
vport_id 50, tc 0, wrr_grp 1, rl_valid 1, rl_id 50
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 55, port 0,
vport_id 51, tc 0, wrr_grp 1, rl_valid 1, rl_id 51
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 56, port 0,
vport_id 52, tc 0, wrr_grp 1, rl_valid 1, rl_id 52
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 57, port 0,
vport_id 53, tc 0, wrr_grp 1, rl_valid 1, rl_id 53
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 58, port 0,
vport_id 54, tc 0, wrr_grp 1, rl_valid 1, rl_id 54
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 59, port 0,
vport_id 55, tc 0, wrr_grp 1, rl_valid 1, rl_id 55
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 60, port 0,
vport_id 56, tc 0, wrr_grp 1, rl_valid 1, rl_id 56
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 61, port 0,
vport_id 57, tc 0, wrr_grp 1, rl_valid 1, rl_id 57
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 62, port 0,
vport_id 58, tc 0, wrr_grp 1, rl_valid 1, rl_id 58
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 63, port 0,
vport_id 59, tc 0, wrr_grp 1, rl_valid 1, rl_id 59
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 64, port 0,
vport_id 60, tc 0, wrr_grp 1, rl_valid 1, rl_id 60
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 65, port 0,
vport_id 61, tc 0, wrr_grp 1, rl_valid 1, rl_id 61
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 66, port 0,
vport_id 62, tc 0, wrr_grp 1, rl_valid 1, rl_id 62
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 67, port 0,
vport_id 63, tc 0, wrr_grp 1, rl_valid 1, rl_id 63
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 68, port 0,
vport_id 64, tc 0, wrr_grp 1, rl_valid 1, rl_id 64
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 69, port 0,
vport_id 65, tc 0, wrr_grp 1, rl_valid 1, rl_id 65
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 70, port 0,
vport_id 66, tc 0, wrr_grp 1, rl_valid 1, rl_id 66
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 71, port 0,
vport_id 67, tc 0, wrr_grp 1, rl_valid 1, rl_id 67
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 72, port 0,
vport_id 68, tc 0, wrr_grp 1, rl_valid 1, rl_id 68
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 73, port 0,
vport_id 69, tc 0, wrr_grp 1, rl_valid 1, rl_id 69
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 74, port 0,
vport_id 70, tc 0, wrr_grp 1, rl_valid 1, rl_id 70
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 75, port 0,
vport_id 71, tc 0, wrr_grp 1, rl_valid 1, rl_id 71
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 76, port 0,
vport_id 72, tc 0, wrr_grp 1, rl_valid 1, rl_id 72
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 77, port 0,
vport_id 73, tc 0, wrr_grp 1, rl_valid 1, rl_id 73
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 78, port 0,
vport_id 74, tc 0, wrr_grp 1, rl_valid 1, rl_id 74
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 79, port 0,
vport_id 75, tc 0, wrr_grp 1, rl_valid 1, rl_id 75
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 80, port 0,
vport_id 76, tc 0, wrr_grp 1, rl_valid 1, rl_id 76
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 81, port 0,
vport_id 77, tc 0, wrr_grp 1, rl_valid 1, rl_id 77
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 82, port 0,
vport_id 78, tc 0, wrr_grp 1, rl_valid 1, rl_id 78
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 83, port 0,
vport_id 79, tc 0, wrr_grp 1, rl_valid 1, rl_id 79
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 84, port 0,
vport_id 80, tc 0, wrr_grp 1, rl_valid 1, rl_id 80
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 85, port 0,
vport_id 81, tc 0, wrr_grp 1, rl_valid 1, rl_id 81
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 86, port 0,
vport_id 82, tc 0, wrr_grp 1, rl_valid 1, rl_id 82
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 87, port 0,
vport_id 83, tc 0, wrr_grp 1, rl_valid 1, rl_id 83
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 88, port 0,
vport_id 84, tc 0, wrr_grp 1, rl_valid 1, rl_id 84
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 89, port 0,
vport_id 85, tc 0, wrr_grp 1, rl_valid 1, rl_id 85
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 90, port 0,
vport_id 86, tc 0, wrr_grp 1, rl_valid 1, rl_id 86
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 91, port 0,
vport_id 87, tc 0, wrr_grp 1, rl_valid 1, rl_id 87
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 92, port 0,
vport_id 88, tc 0, wrr_grp 1, rl_valid 1, rl_id 88
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 93, port 0,
vport_id 89, tc 0, wrr_grp 1, rl_valid 1, rl_id 89
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 94, port 0,
vport_id 90, tc 0, wrr_grp 1, rl_valid 1, rl_id 90
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 95, port 0,
vport_id 91, tc 0, wrr_grp 1, rl_valid 1, rl_id 91
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 96, port 0,
vport_id 92, tc 0, wrr_grp 1, rl_valid 1, rl_id 92
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 97, port 0,
vport_id 93, tc 0, wrr_grp 1, rl_valid 1, rl_id 93
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 98, port 0,
vport_id 94, tc 0, wrr_grp 1, rl_valid 1, rl_id 94
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 99, port 0,
vport_id 95, tc 0, wrr_grp 1, rl_valid 1, rl_id 95
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 100, port 0,
vport_id 96, tc 0, wrr_grp 1, rl_valid 1, rl_id 96
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 101, port 0,
vport_id 97, tc 0, wrr_grp 1, rl_valid 1, rl_id 97
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 102, port 0,
vport_id 98, tc 0, wrr_grp 1, rl_valid 1, rl_id 98
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 103, port 0,
vport_id 99, tc 0, wrr_grp 1, rl_valid 1, rl_id 99
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 104, port 0,
vport_id 100, tc 0, wrr_grp 1, rl_valid 1, rl_id 100
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 105, port 0,
vport_id 101, tc 0, wrr_grp 1, rl_valid 1, rl_id 101
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 106, port 0,
vport_id 102, tc 0, wrr_grp 1, rl_valid 1, rl_id 102
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 107, port 0,
vport_id 103, tc 0, wrr_grp 1, rl_valid 1, rl_id 103
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 108, port 0,
vport_id 104, tc 0, wrr_grp 1, rl_valid 1, rl_id 104
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 109, port 0,
vport_id 105, tc 0, wrr_grp 1, rl_valid 1, rl_id 105
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 110, port 0,
vport_id 106, tc 0, wrr_grp 1, rl_valid 1, rl_id 106
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 111, port 0,
vport_id 107, tc 0, wrr_grp 1, rl_valid 1, rl_id 107
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 112, port 0,
vport_id 108, tc 0, wrr_grp 1, rl_valid 1, rl_id 108
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 113, port 0,
vport_id 109, tc 0, wrr_grp 1, rl_valid 1, rl_id 109
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 114, port 0,
vport_id 110, tc 0, wrr_grp 1, rl_valid 1, rl_id 110
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 115, port 0,
vport_id 111, tc 0, wrr_grp 1, rl_valid 1, rl_id 111
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 116, port 0,
vport_id 112, tc 0, wrr_grp 1, rl_valid 1, rl_id 112
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 117, port 0,
vport_id 113, tc 0, wrr_grp 1, rl_valid 1, rl_id 113
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 118, port 0,
vport_id 114, tc 0, wrr_grp 1, rl_valid 1, rl_id 114
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 119, port 0,
vport_id 115, tc 0, wrr_grp 1, rl_valid 1, rl_id 115
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 120, port 0,
vport_id 116, tc 0, wrr_grp 1, rl_valid 1, rl_id 116
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 121, port 0,
vport_id 117, tc 0, wrr_grp 1, rl_valid 1, rl_id 117
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 122, port 0,
vport_id 118, tc 0, wrr_grp 1, rl_valid 1, rl_id 118
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 123, port 0,
vport_id 119, tc 0, wrr_grp 1, rl_valid 1, rl_id 119
[ecore_dp_init_qm_params:2237(84:00.0:dpdk-port-0-0)]pq idx 124, port 0,
vport_id 120, tc 0, wrr_grp 1, rl_valid 1, rl_id 120
[ecore_cxt_qm_iids:224(84:00.0:dpdk-port-0-0)]iids: CIDS 00000050 vf_cids
00000f00 tids 00000000 vf_tids 00000000
[ecore_sp_init_request:77(84:00.0:dpdk-port-0-0)]Initialized: CID ff000000
cmd 05 protocol 08 data_addr 13948974844 comp_mode [MODE_CB]
[ecore_spq_fill_entry:172(84:00.0:dpdk-port-0-0)]Ramrod header: [CID
0xff000000 CMD 0x05 protocol 0x08] Data pointer: [00000003:3f6c76fc]
Completion Mode: MODE_CB
[ecore_spq_hw_post:280(84:00.0:dpdk-port-0-0)]Doorbelled [0x00000000, CID
0x00000000] with Flags: 8c agg_params: 10, prod: 000c
[ecore_dcbx_get_operational_params:650(84:00.0:dpdk-port-0-0)]Dcbx is
disabled
[ecore_int_assertion:920(84:00.0:dpdk-port-0-0)]set cmd IGU: 0x0100
[ecore_int_sp_dpc:1307(84:00.0:dpdk-port-0-0)]DPC Called! (hwfn
0x13bfffe400 0)
[ecore_int_sp_dpc:1323(84:00.0:dpdk-port-0)]Interrupt indices: 0x0000000b
--> 0x0000000c
[ecore_int_sp_dpc:1336(84:00.0:dpdk-port-0)]Attention indices: 0x00000007
--> 0x00000008
[ecore_int_attentions:1241(84:00.0:dpdk-port-0-0)]MFW indication
[deassertion]
[ecore_int_deassertion:1071(84:00.0:dpdk-port-0-0)]Deasserted bits [0]:
00000000
[ecore_int_deassertion:1071(84:00.0:dpdk-port-0-0)]Deasserted bits [1]:
00000080
[ecore_int_deassertion:1071(84:00.0:dpdk-port-0-0)]Deasserted bits [2]:
00000000
[ecore_int_deassertion:1071(84:00.0:dpdk-port-0-0)]Deasserted bits [3]:
00000000
[ecore_int_deassertion:1071(84:00.0:dpdk-port-0-0)]Deasserted bits [4]:
00000000
[ecore_int_deassertion:1071(84:00.0:dpdk-port-0-0)]Deasserted bits [5]:
00000000
[ecore_int_deassertion:1071(84:00.0:dpdk-port-0-0)]Deasserted bits [6]:
00000000
[ecore_int_deassertion:1071(84:00.0:dpdk-port-0-0)]Deasserted bits [7]:
04000000
[ecore_int_deassertion:1071(84:00.0:dpdk-port-0-0)]Deasserted bits [8]:
00000000
[ecore_eq_completion:376(84:00.0:dpdk-port-0-0)]fw_cons_idx c
[ecore_eq_completion:395(84:00.0:dpdk-port-0-0)]op 6 prot 8 res0 0 echo b
fwret 0 flags 0
[ecore_spq_completion:1016(84:00.0:dpdk-port-0-0)]Complete EQE [echo 000b]:
func (nil) cookie (nil))
[ecore_spq_completion:1024(84:00.0:dpdk-port-0-0)]Got a completion without
a callback function
[ecore_int_sp_dpc:1307(84:00.1:dpdk-port-1-0)]DPC Called! (hwfn
0x13bfffc680 0)
[ecore_int_sp_dpc:1323(84:00.1:dpdk-port-1)]Interrupt indices: 0x0000000b
--> 0x0000000b
[ecore_int_sp_dpc:1336(84:00.1:dpdk-port-1)]Attention indices: 0x00000004
--> 0x00000005
[ecore_int_attentions:1239(84:00.1:dpdk-port-1-0)]MFW indication via
attention
[ecore_int_assertion:894(84:00.1:dpdk-port-1-0)]IGU mask: 0x00000fff -->
0x00000eff
[ecore_int_assertion:899(84:00.1:dpdk-port-1-0)]inner known ATTN state:
0x0000 --> 0x0100
[ecore_mcp_handle_events:2102(84:00.1:dpdk-port-1-0)]Received message from
MFW
[ecore_mcp_handle_events:2114(84:00.1:dpdk-port-1-0)]Msg [0] - old CMD
0x00, new CMD 0x01
[ecore_mcp_handle_link_change:1355(84:00.1:dpdk-port-1-0)]Received link
update [0x00e00007] from mfw [Addr 0xe2cfe4]
[__ecore_configure_pf_max_bandwidth:6656(84:00.1:dpdk-port-1-0)]Configured
MAX bandwidth to be 00002710 Mb/sec
[__ecore_configure_pf_min_bandwidth:6714(84:00.1:dpdk-port-1-0)]Configured
MIN bandwidth to be 100 Mb/sec
[qede_link_update:1483(84:00.1:dpdk-port-1)]Link - Speed 10000 Mode 1 AN 1
Status 1
[qed_schedule_iov:188(84:00.1:dpdk-port-1-0)]Scheduling iov task [Flag: 2]
Port 1: link state change event
[ecore_int_assertion:920(84:00.1:dpdk-port-1-0)]set cmd IGU: 0x0100
[ecore_int_sp_dpc:1307(84:00.1:dpdk-port-1-0)]DPC Called! (hwfn
0x13bfffc680 0)
[ecore_int_sp_dpc:1323(84:00.1:dpdk-port-1)]Interrupt indices: 0x0000000b
--> 0x0000000b
[ecore_int_sp_dpc:1336(84:00.1:dpdk-port-1)]Attention indices: 0x00000005
--> 0x00000006
[ecore_int_attentions:1241(84:00.1:dpdk-port-1-0)]MFW indication
[deassertion]
[ecore_int_deassertion:1071(84:00.1:dpdk-port-1-0)]Deasserted bits [0]:
00000000
[ecore_int_deassertion:1071(84:00.1:dpdk-port-1-0)]Deasserted bits [1]:
000000a0
[ecore_int_deassertion:1071(84:00.1:dpdk-port-1-0)]Deasserted bits [2]:
00000000
[ecore_int_deassertion:1071(84:00.1:dpdk-port-1-0)]Deasserted bits [3]:
00000000
[ecore_int_deassertion:1071(84:00.1:dpdk-port-1-0)]Deasserted bits [4]:
00000000
[ecore_int_deassertion:1071(84:00.1:dpdk-port-1-0)]Deasserted bits [5]:
00000000
[ecore_int_deassertion:1071(84:00.1:dpdk-port-1-0)]Deasserted bits [6]:
00000000
[ecore_int_deassertion:1071(84:00.1:dpdk-port-1-0)]Deasserted bits [7]:
04000000
[ecore_int_deassertion:1071(84:00.1:dpdk-port-1-0)]Deasserted bits [8]:
00000000
[ecore_int_sp_dpc:1307(84:00.1:dpdk-port-1-0)]DPC Called! (hwfn
0x13bfffc680 0)
[ecore_int_sp_dpc:1323(84:00.1:dpdk-port-1)]Interrupt indices: 0x0000000b
--> 0x0000000b
[ecore_int_sp_dpc:1336(84:00.1:dpdk-port-1)]Attention indices: 0x00000006
--> 0x00000007
[ecore_int_attentions:1239(84:00.1:dpdk-port-1-0)]MFW indication via
attention
[ecore_int_assertion:894(84:00.1:dpdk-port-1-0)]IGU mask: 0x00000fff -->
0x00000eff
[ecore_int_assertion:899(84:00.1:dpdk-port-1-0)]inner known ATTN state:
0x0000 --> 0x0100
[ecore_mcp_handle_events:2102(84:00.1:dpdk-port-1-0)]Received message from
MFW
[ecore_mcp_handle_events:2114(84:00.1:dpdk-port-1-0)]Msg [5] - old CMD
0x01, new CMD 0x02
[ecore_dcbx_copy_mib:401(84:00.1:dpdk-port-1-0)]mib type = 0, try count = 1
prefix seq num = 0 suffix seq num = 0
[ecore_dcbx_get_dscp_params:620(84:00.1:dpdk-port-1-0)]elem 0 pri_map 0x0
[ecore_dcbx_get_dscp_params:620(84:00.1:dpdk-port-1-0)]elem 8 pri_map 0x0
[ecore_dcbx_get_dscp_params:620(84:00.1:dpdk-port-1-0)]elem 16 pri_map 0x0
[ecore_dcbx_get_dscp_params:620(84:00.1:dpdk-port-1-0)]elem 24 pri_map 0x0
[ecore_dcbx_get_dscp_params:620(84:00.1:dpdk-port-1-0)]elem 32 pri_map 0x0
[ecore_dcbx_get_dscp_params:620(84:00.1:dpdk-port-1-0)]elem 40 pri_map 0x0
[ecore_dcbx_get_dscp_params:620(84:00.1:dpdk-port-1-0)]elem 48 pri_map 0x0
[ecore_dcbx_get_dscp_params:620(84:00.1:dpdk-port-1-0)]elem 56 pri_map 0x0
[ecore_dcbx_process_tlv:254(84:00.1:dpdk-port-1-0)]Num APP entries = 0
pri_tc_tbl = 0x0 dcbx_version = 0
[ecore_dcbx_dp_protocol:97(84:00.1:dpdk-port-1-0)]DCBX negotiated: 0
[ecore_dcbx_dp_protocol:103(84:00.1:dpdk-port-1-0)]ISCSI info: update 3,
enable 0, prio 0, tc 0, num_active_tc 4 dscp_enable = 0 dscp_val = 0
[ecore_dcbx_dp_protocol:103(84:00.1:dpdk-port-1-0)]FCOE info: update 3,
enable 0, prio 0, tc 0, num_active_tc 4 dscp_enable = 0 dscp_val = 0
[ecore_dcbx_dp_protocol:103(84:00.1:dpdk-port-1-0)]ROCE info: update 3,
enable 0, prio 0, tc 0, num_active_tc 4 dscp_enable = 0 dscp_val = 0
[ecore_dcbx_dp_protocol:103(84:00.1:dpdk-port-1-0)]ROCE_V2 info: update 3,
enable 0, prio 0, tc 0, num_active_tc 4 dscp_enable = 0 dscp_val = 0
[ecore_dcbx_dp_protocol:103(84:00.1:dpdk-port-1-0)]ETH info: update 3,
enable 0, prio 0, tc 0, num_active_tc 4 dscp_enable = 0 dscp_val = 0
[ecore_dcbx_dp_protocol:103(84:00.1:dpdk-port-1-0)]IWARP info: update 3,
enable 0, prio 0, tc 0, num_active_tc 4 dscp_enable = 0 dscp_val = 0
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 0, port 0,
vport_id 0, tc 0, wrr_grp 1, rl_valid 0, rl_id 0
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 1, port 0,
vport_id 0, tc 1, wrr_grp 1, rl_valid 0, rl_id 0
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 2, port 0,
vport_id 0, tc 2, wrr_grp 1, rl_valid 0, rl_id 0
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 3, port 0,
vport_id 0, tc 3, wrr_grp 1, rl_valid 0, rl_id 0
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 4, port 0,
vport_id 0, tc 8, wrr_grp 1, rl_valid 0, rl_id 0
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 5, port 0,
vport_id 1, tc 0, wrr_grp 1, rl_valid 1, rl_id 1
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 6, port 0,
vport_id 2, tc 0, wrr_grp 1, rl_valid 1, rl_id 2
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 7, port 0,
vport_id 3, tc 0, wrr_grp 1, rl_valid 1, rl_id 3
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 8, port 0,
vport_id 4, tc 0, wrr_grp 1, rl_valid 1, rl_id 4
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 9, port 0,
vport_id 5, tc 0, wrr_grp 1, rl_valid 1, rl_id 5
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 10, port 0,
vport_id 6, tc 0, wrr_grp 1, rl_valid 1, rl_id 6
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 11, port 0,
vport_id 7, tc 0, wrr_grp 1, rl_valid 1, rl_id 7
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 12, port 0,
vport_id 8, tc 0, wrr_grp 1, rl_valid 1, rl_id 8
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 13, port 0,
vport_id 9, tc 0, wrr_grp 1, rl_valid 1, rl_id 9
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 14, port 0,
vport_id 10, tc 0, wrr_grp 1, rl_valid 1, rl_id 10
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 15, port 0,
vport_id 11, tc 0, wrr_grp 1, rl_valid 1, rl_id 11
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 16, port 0,
vport_id 12, tc 0, wrr_grp 1, rl_valid 1, rl_id 12
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 17, port 0,
vport_id 13, tc 0, wrr_grp 1, rl_valid 1, rl_id 13
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 18, port 0,
vport_id 14, tc 0, wrr_grp 1, rl_valid 1, rl_id 14
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 19, port 0,
vport_id 15, tc 0, wrr_grp 1, rl_valid 1, rl_id 15
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 20, port 0,
vport_id 16, tc 0, wrr_grp 1, rl_valid 1, rl_id 16
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 21, port 0,
vport_id 17, tc 0, wrr_grp 1, rl_valid 1, rl_id 17
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 22, port 0,
vport_id 18, tc 0, wrr_grp 1, rl_valid 1, rl_id 18
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 23, port 0,
vport_id 19, tc 0, wrr_grp 1, rl_valid 1, rl_id 19
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 24, port 0,
vport_id 20, tc 0, wrr_grp 1, rl_valid 1, rl_id 20
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 25, port 0,
vport_id 21, tc 0, wrr_grp 1, rl_valid 1, rl_id 21
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 26, port 0,
vport_id 22, tc 0, wrr_grp 1, rl_valid 1, rl_id 22
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 27, port 0,
vport_id 23, tc 0, wrr_grp 1, rl_valid 1, rl_id 23
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 28, port 0,
vport_id 24, tc 0, wrr_grp 1, rl_valid 1, rl_id 24
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 29, port 0,
vport_id 25, tc 0, wrr_grp 1, rl_valid 1, rl_id 25
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 30, port 0,
vport_id 26, tc 0, wrr_grp 1, rl_valid 1, rl_id 26
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 31, port 0,
vport_id 27, tc 0, wrr_grp 1, rl_valid 1, rl_id 27
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 32, port 0,
vport_id 28, tc 0, wrr_grp 1, rl_valid 1, rl_id 28
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 33, port 0,
vport_id 29, tc 0, wrr_grp 1, rl_valid 1, rl_id 29
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 34, port 0,
vport_id 30, tc 0, wrr_grp 1, rl_valid 1, rl_id 30
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 35, port 0,
vport_id 31, tc 0, wrr_grp 1, rl_valid 1, rl_id 31
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 36, port 0,
vport_id 32, tc 0, wrr_grp 1, rl_valid 1, rl_id 32
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 37, port 0,
vport_id 33, tc 0, wrr_grp 1, rl_valid 1, rl_id 33
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 38, port 0,
vport_id 34, tc 0, wrr_grp 1, rl_valid 1, rl_id 34
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 39, port 0,
vport_id 35, tc 0, wrr_grp 1, rl_valid 1, rl_id 35
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 40, port 0,
vport_id 36, tc 0, wrr_grp 1, rl_valid 1, rl_id 36
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 41, port 0,
vport_id 37, tc 0, wrr_grp 1, rl_valid 1, rl_id 37
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 42, port 0,
vport_id 38, tc 0, wrr_grp 1, rl_valid 1, rl_id 38
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 43, port 0,
vport_id 39, tc 0, wrr_grp 1, rl_valid 1, rl_id 39
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 44, port 0,
vport_id 40, tc 0, wrr_grp 1, rl_valid 1, rl_id 40
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 45, port 0,
vport_id 41, tc 0, wrr_grp 1, rl_valid 1, rl_id 41
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 46, port 0,
vport_id 42, tc 0, wrr_grp 1, rl_valid 1, rl_id 42
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 47, port 0,
vport_id 43, tc 0, wrr_grp 1, rl_valid 1, rl_id 43
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 48, port 0,
vport_id 44, tc 0, wrr_grp 1, rl_valid 1, rl_id 44
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 49, port 0,
vport_id 45, tc 0, wrr_grp 1, rl_valid 1, rl_id 45
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 50, port 0,
vport_id 46, tc 0, wrr_grp 1, rl_valid 1, rl_id 46
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 51, port 0,
vport_id 47, tc 0, wrr_grp 1, rl_valid 1, rl_id 47
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 52, port 0,
vport_id 48, tc 0, wrr_grp 1, rl_valid 1, rl_id 48
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 53, port 0,
vport_id 49, tc 0, wrr_grp 1, rl_valid 1, rl_id 49
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 54, port 0,
vport_id 50, tc 0, wrr_grp 1, rl_valid 1, rl_id 50
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 55, port 0,
vport_id 51, tc 0, wrr_grp 1, rl_valid 1, rl_id 51
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 56, port 0,
vport_id 52, tc 0, wrr_grp 1, rl_valid 1, rl_id 52
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 57, port 0,
vport_id 53, tc 0, wrr_grp 1, rl_valid 1, rl_id 53
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 58, port 0,
vport_id 54, tc 0, wrr_grp 1, rl_valid 1, rl_id 54
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 59, port 0,
vport_id 55, tc 0, wrr_grp 1, rl_valid 1, rl_id 55
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 60, port 0,
vport_id 56, tc 0, wrr_grp 1, rl_valid 1, rl_id 56
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 61, port 0,
vport_id 57, tc 0, wrr_grp 1, rl_valid 1, rl_id 57
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 62, port 0,
vport_id 58, tc 0, wrr_grp 1, rl_valid 1, rl_id 58
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 63, port 0,
vport_id 59, tc 0, wrr_grp 1, rl_valid 1, rl_id 59
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 64, port 0,
vport_id 60, tc 0, wrr_grp 1, rl_valid 1, rl_id 60
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 65, port 0,
vport_id 61, tc 0, wrr_grp 1, rl_valid 1, rl_id 61
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 66, port 0,
vport_id 62, tc 0, wrr_grp 1, rl_valid 1, rl_id 62
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 67, port 0,
vport_id 63, tc 0, wrr_grp 1, rl_valid 1, rl_id 63
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 68, port 0,
vport_id 64, tc 0, wrr_grp 1, rl_valid 1, rl_id 64
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 69, port 0,
vport_id 65, tc 0, wrr_grp 1, rl_valid 1, rl_id 65
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 70, port 0,
vport_id 66, tc 0, wrr_grp 1, rl_valid 1, rl_id 66
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 71, port 0,
vport_id 67, tc 0, wrr_grp 1, rl_valid 1, rl_id 67
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 72, port 0,
vport_id 68, tc 0, wrr_grp 1, rl_valid 1, rl_id 68
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 73, port 0,
vport_id 69, tc 0, wrr_grp 1, rl_valid 1, rl_id 69
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 74, port 0,
vport_id 70, tc 0, wrr_grp 1, rl_valid 1, rl_id 70
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 75, port 0,
vport_id 71, tc 0, wrr_grp 1, rl_valid 1, rl_id 71
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 76, port 0,
vport_id 72, tc 0, wrr_grp 1, rl_valid 1, rl_id 72
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 77, port 0,
vport_id 73, tc 0, wrr_grp 1, rl_valid 1, rl_id 73
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 78, port 0,
vport_id 74, tc 0, wrr_grp 1, rl_valid 1, rl_id 74
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 79, port 0,
vport_id 75, tc 0, wrr_grp 1, rl_valid 1, rl_id 75
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 80, port 0,
vport_id 76, tc 0, wrr_grp 1, rl_valid 1, rl_id 76
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 81, port 0,
vport_id 77, tc 0, wrr_grp 1, rl_valid 1, rl_id 77
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 82, port 0,
vport_id 78, tc 0, wrr_grp 1, rl_valid 1, rl_id 78
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 83, port 0,
vport_id 79, tc 0, wrr_grp 1, rl_valid 1, rl_id 79
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 84, port 0,
vport_id 80, tc 0, wrr_grp 1, rl_valid 1, rl_id 80
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 85, port 0,
vport_id 81, tc 0, wrr_grp 1, rl_valid 1, rl_id 81
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 86, port 0,
vport_id 82, tc 0, wrr_grp 1, rl_valid 1, rl_id 82
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 87, port 0,
vport_id 83, tc 0, wrr_grp 1, rl_valid 1, rl_id 83
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 88, port 0,
vport_id 84, tc 0, wrr_grp 1, rl_valid 1, rl_id 84
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 89, port 0,
vport_id 85, tc 0, wrr_grp 1, rl_valid 1, rl_id 85
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 90, port 0,
vport_id 86, tc 0, wrr_grp 1, rl_valid 1, rl_id 86
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 91, port 0,
vport_id 87, tc 0, wrr_grp 1, rl_valid 1, rl_id 87
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 92, port 0,
vport_id 88, tc 0, wrr_grp 1, rl_valid 1, rl_id 88
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 93, port 0,
vport_id 89, tc 0, wrr_grp 1, rl_valid 1, rl_id 89
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 94, port 0,
vport_id 90, tc 0, wrr_grp 1, rl_valid 1, rl_id 90
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 95, port 0,
vport_id 91, tc 0, wrr_grp 1, rl_valid 1, rl_id 91
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 96, port 0,
vport_id 92, tc 0, wrr_grp 1, rl_valid 1, rl_id 92
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 97, port 0,
vport_id 93, tc 0, wrr_grp 1, rl_valid 1, rl_id 93
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 98, port 0,
vport_id 94, tc 0, wrr_grp 1, rl_valid 1, rl_id 94
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 99, port 0,
vport_id 95, tc 0, wrr_grp 1, rl_valid 1, rl_id 95
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 100, port 0,
vport_id 96, tc 0, wrr_grp 1, rl_valid 1, rl_id 96
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 101, port 0,
vport_id 97, tc 0, wrr_grp 1, rl_valid 1, rl_id 97
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 102, port 0,
vport_id 98, tc 0, wrr_grp 1, rl_valid 1, rl_id 98
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 103, port 0,
vport_id 99, tc 0, wrr_grp 1, rl_valid 1, rl_id 99
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 104, port 0,
vport_id 100, tc 0, wrr_grp 1, rl_valid 1, rl_id 100
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 105, port 0,
vport_id 101, tc 0, wrr_grp 1, rl_valid 1, rl_id 101
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 106, port 0,
vport_id 102, tc 0, wrr_grp 1, rl_valid 1, rl_id 102
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 107, port 0,
vport_id 103, tc 0, wrr_grp 1, rl_valid 1, rl_id 103
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 108, port 0,
vport_id 104, tc 0, wrr_grp 1, rl_valid 1, rl_id 104
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 109, port 0,
vport_id 105, tc 0, wrr_grp 1, rl_valid 1, rl_id 105
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 110, port 0,
vport_id 106, tc 0, wrr_grp 1, rl_valid 1, rl_id 106
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 111, port 0,
vport_id 107, tc 0, wrr_grp 1, rl_valid 1, rl_id 107
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 112, port 0,
vport_id 108, tc 0, wrr_grp 1, rl_valid 1, rl_id 108
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 113, port 0,
vport_id 109, tc 0, wrr_grp 1, rl_valid 1, rl_id 109
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 114, port 0,
vport_id 110, tc 0, wrr_grp 1, rl_valid 1, rl_id 110
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 115, port 0,
vport_id 111, tc 0, wrr_grp 1, rl_valid 1, rl_id 111
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 116, port 0,
vport_id 112, tc 0, wrr_grp 1, rl_valid 1, rl_id 112
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 117, port 0,
vport_id 113, tc 0, wrr_grp 1, rl_valid 1, rl_id 113
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 118, port 0,
vport_id 114, tc 0, wrr_grp 1, rl_valid 1, rl_id 114
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 119, port 0,
vport_id 115, tc 0, wrr_grp 1, rl_valid 1, rl_id 115
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 120, port 0,
vport_id 116, tc 0, wrr_grp 1, rl_valid 1, rl_id 116
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 121, port 0,
vport_id 117, tc 0, wrr_grp 1, rl_valid 1, rl_id 117
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 122, port 0,
vport_id 118, tc 0, wrr_grp 1, rl_valid 1, rl_id 118
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 123, port 0,
vport_id 119, tc 0, wrr_grp 1, rl_valid 1, rl_id 119
[ecore_dp_init_qm_params:2237(84:00.1:dpdk-port-1-0)]pq idx 124, port 0,
vport_id 120, tc 0, wrr_grp 1, rl_valid 1, rl_id 120
[ecore_cxt_qm_iids:224(84:00.1:dpdk-port-1-0)]iids: CIDS 00000050 vf_cids
00000f00 tids 00000000 vf_tids 00000000
[ecore_sp_init_request:77(84:00.1:dpdk-port-1-0)]Initialized: CID ff000000
cmd 05 protocol 08 data_addr 13935994620 comp_mode [MODE_CB]
[ecore_spq_fill_entry:172(84:00.1:dpdk-port-1-0)]Ramrod header: [CID
0xff000000 CMD 0x05 protocol 0x08] Data pointer: [00000003:3ea666fc]
Completion Mode: MODE_CB
[ecore_spq_hw_post:280(84:00.1:dpdk-port-1-0)]Doorbelled [0x00000000, CID
0x00000000] with Flags: 8c agg_params: 10, prod: 000c
[ecore_dcbx_get_operational_params:650(84:00.1:dpdk-port-1-0)]Dcbx is
disabled
[ecore_int_assertion:920(84:00.1:dpdk-port-1-0)]set cmd IGU: 0x0100
[ecore_int_sp_dpc:1307(84:00.1:dpdk-port-1-0)]DPC Called! (hwfn
0x13bfffc680 0)
[ecore_int_sp_dpc:1323(84:00.1:dpdk-port-1)]Interrupt indices: 0x0000000b
--> 0x0000000c
[ecore_int_sp_dpc:1336(84:00.1:dpdk-port-1)]Attention indices: 0x00000007
--> 0x00000008
[ecore_int_attentions:1241(84:00.1:dpdk-port-1-0)]MFW indication
[deassertion]
[ecore_int_deassertion:1071(84:00.1:dpdk-port-1-0)]Deasserted bits [0]:
00000000
[ecore_int_deassertion:1071(84:00.1:dpdk-port-1-0)]Deasserted bits [1]:
000000a0
[ecore_int_deassertion:1071(84:00.1:dpdk-port-1-0)]Deasserted bits [2]:
00000000
[ecore_int_deassertion:1071(84:00.1:dpdk-port-1-0)]Deasserted bits [3]:
00000000
[ecore_int_deassertion:1071(84:00.1:dpdk-port-1-0)]Deasserted bits [4]:
00000000
[ecore_int_deassertion:1071(84:00.1:dpdk-port-1-0)]Deasserted bits [5]:
00000000
[ecore_int_deassertion:1071(84:00.1:dpdk-port-1-0)]Deasserted bits [6]:
00000000
[ecore_int_deassertion:1071(84:00.1:dpdk-port-1-0)]Deasserted bits [7]:
04000000
[ecore_int_deassertion:1071(84:00.1:dpdk-port-1-0)]Deasserted bits [8]:
00000000
[ecore_eq_completion:376(84:00.1:dpdk-port-1-0)]fw_cons_idx c
[ecore_eq_completion:395(84:00.1:dpdk-port-1-0)]op 6 prot 8 res0 0 echo b
fwret 0 flags 0
[ecore_spq_completion:1016(84:00.1:dpdk-port-1-0)]Complete EQE [echo 000b]:
func (nil) cookie (nil))
[ecore_spq_completion:1024(84:00.1:dpdk-port-1-0)]Got a completion without
a callback function
=> In port stats, you can see RX packets are dropped because of nombuf
error:
testpmd> show port stats 0
######################## NIC statistics for port 0
########################
RX-packets: 0 RX-missed: 294 RX-bytes: 0
RX-errors: 0
RX-nombuf: 294
TX-packets: 0 TX-errors: 0 TX-bytes: 0
Throughput (since last show)
Rx-pps: 0 Rx-bps: 0
Tx-pps: 0 Tx-bps: 0
############################################################################
=> Furthermore, xstats show rx_host_buffer_not_available and
rx_mbuf_allocation_errors stats:
show port xstats 0
###### NIC extended statistics for port 0
rx_good_packets: 0
tx_good_packets: 0
rx_good_bytes: 0
tx_good_bytes: 0
rx_missed_errors: 359
rx_errors: 0
tx_errors: 0
rx_mbuf_allocation_errors: 359
rx_q0_packets: 0
rx_q0_bytes: 0
rx_q0_errors: 0
tx_q0_packets: 0
tx_q0_bytes: 0
rx_unicast_bytes: 0
rx_multicast_bytes: 0
rx_broadcast_bytes: 0
rx_unicast_packets: 0
rx_multicast_packets: 0
rx_broadcast_packets: 0
tx_unicast_bytes: 0
tx_multicast_bytes: 0
tx_broadcast_bytes: 0
tx_unicast_packets: 0
tx_multicast_packets: 0
tx_broadcast_packets: 0
rx_64_byte_packets: 0
rx_65_to_127_byte_packets: 359
rx_128_to_255_byte_packets: 0
rx_256_to_511_byte_packets: 0
rx_512_to_1023_byte_packets: 0
rx_1024_to_1518_byte_packets: 0
tx_64_byte_packets: 0
tx_65_to_127_byte_packets: 14
tx_128_to_255_byte_packets: 0
tx_256_to_511_byte_packets: 0
tx_512_to_1023_byte_packets: 0
tx_1024_to_1518_byte_packets: 0
rx_mac_crtl_frames: 0
tx_mac_control_frames: 0
rx_pause_frames: 0
tx_pause_frames: 0
rx_priority_flow_control_frames: 0
tx_priority_flow_control_frames: 0
rx_crc_errors: 0
rx_align_errors: 0
rx_carrier_errors: 0
rx_oversize_packet_errors: 0
rx_jabber_errors: 0
rx_undersize_packet_errors: 0
rx_fragments: 0
rx_host_buffer_not_available: 359
rx_packet_too_big_discards: 0
rx_ttl_zero_discards: 0
rx_multi_function_tag_filter_discards: 0
rx_mac_filter_discards: 0
rx_gft_filter_drop: 0
rx_hw_buffer_truncates: 0
rx_hw_buffer_discards: 0
tx_error_drop_packets: 0
rx_mac_bytes: 32310
rx_mac_unicast_packets: 0
rx_mac_multicast_packets: 359
rx_mac_broadcast_packets: 0
rx_mac_frames_ok: 359
tx_mac_bytes: 1176
tx_mac_unicast_packets: 0
tx_mac_multicast_packets: 14
tx_mac_broadcast_packets: 0
lro_coalesced_packets: 0
lro_coalesced_events: 0
lro_aborts_num: 0
lro_not_coalesced_packets: 0
lro_coalesced_bytes: 0
rx_1519_to_max_byte_packets: 0
tx_1519_to_max_byte_packets: 0
rx_q0.0_segments: 0
rx_q0.0_hw_errors: 0
rx_q0.0_allocation_errors: 0
Thanks in advance for looking into this issue.
Regards,
Edwin Brossette.
[-- Attachment #2: Type: text/html, Size: 477280 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-07-05 7:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-07-04 15:44 net/qede: No more incoming traffic since ubuntu upgrade Edwin Brossette
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).