Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
In "flow isolate" mode, the hw drops any packet unless some rule explicitly requesting it is configured.
In the output above, I only can see rules for ipv4 packets.
Did you enter some ipv6 rule?
Like for example:
flow create 0 ingress pattern eth / ipv6 / end actions rss queues 0 end / end
flow create 1 ingress pattern eth / ipv6 / end actions rss queues 0 end / end
Description of problem: [Mellanox][CX6][RHEL9.2] dpdk flow bifurcation does not work Version-Release number of selected component (if applicable): [root@dell-per740-43 dpdk-standalone]# uname -a Linux dell-per740-43.rhts.eng.pek2.redhat.com 5.14.0-249.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jan 30 16:51:50 EST 2023 x86_64 x86_64 x86_64 GNU/Linux [root@dell-per740-43 dpdk-standalone]# [root@dell-per740-43 dpdk-standalone]# rpm -q dpdk dpdk-22.11-1.el9.x86_64 [root@dell-per740-43 dpdk-standalone]# ethtool -i ens3f1np1 driver: mlx5_core version: 5.14.0-249.el9.x86_64 firmware-version: 22.35.2000 (MT_0000000528) expansion-rom-version: bus-info: 0000:5e:00.1 supports-statistics: yes supports-test: yes supports-eeprom-access: no supports-register-dump: no supports-priv-flags: yes [root@dell-per740-43 dpdk-standalone]# ethtool -i enp94s1f10v0 driver: mlx5_core version: 5.14.0-249.el9.x86_64 firmware-version: 22.35.2000 (MT_0000000528) expansion-rom-version: bus-info: 0000:5e:01.2 supports-statistics: yes supports-test: yes supports-eeprom-access: no supports-register-dump: no supports-priv-flags: yes [root@dell-per740-43 dpdk-standalone]# lspci -s 0000:5e:00.1 5e:00.1 Ethernet controller: Mellanox Technologies MT2892 Family [ConnectX-6 Dx] [root@dell-per740-43 dpdk-standalone]# lspci -s 0000:5e:00.1 -v 5e:00.1 Ethernet controller: Mellanox Technologies MT2892 Family [ConnectX-6 Dx] Subsystem: Mellanox Technologies Device 0083 Flags: bus master, fast devsel, latency 0, IRQ 354, NUMA node 0, IOMMU group 81 Memory at ba000000 (64-bit, prefetchable) [size=32M] Expansion ROM at b8900000 [disabled] [size=1M] Capabilities: [60] Express Endpoint, MSI 00 Capabilities: [48] Vital Product Data Capabilities: [9c] MSI-X: Enable+ Count=64 Masked- Capabilities: [c0] Vendor Specific Information: Len=18 <?> Capabilities: [40] Power Management version 3 Capabilities: [100] Advanced Error Reporting Capabilities: [150] Alternative Routing-ID Interpretation (ARI) Capabilities: [180] Single Root I/O Virtualization (SR-IOV) Capabilities: [230] Access Control Services Capabilities: [420] Data Link Feature <?> Kernel driver in use: mlx5_core Kernel modules: mlx5_core How reproducible: 100% Steps to Reproduce: :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: dpdk_flow_bifurcation_test :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 15:13:24 ] :: [ LOG ] :: [ BEGIN ] :: Running 'clear_dpdk_interface_by_driverctl () {}' :: [ 15:13:29 ] :: [ LOG ] :: [ END ] [ None ] :: Running 'clear_dpdk_interface_by_driverctl () {}' :: [ 15:13:29 ] :: [ LOG ] :: [ BEGIN ] :: Running 'get_nic_name_from_mac ('0c:42:a1:b4:c6:b0',) {}' :: [ 15:13:30 ] :: [ LOG ] :: [ END ] [ ens3f0np0 ] :: Running 'get_nic_name_from_mac ('0c:42:a1:b4:c6:b0',) {}' :: [ 15:13:30 ] :: [ BEGIN ] :: Running 'modprobe vfio-pci' :: [ 15:13:30 ] :: [ PASS ] :: Command 'modprobe vfio-pci' (Expected 0,1, got 0) :: [ 15:13:30 ] :: [ BEGIN ] :: Running 'modprobe vfio' :: [ 15:13:30 ] :: [ PASS ] :: Command 'modprobe vfio' (Expected 0,1, got 0) :: [ 15:13:30 ] :: [ LOG ] :: This Driver is Mallenox , So just return 0 :: [ 15:13:31 ] :: [ LOG ] :: [ BEGIN ] :: Running 'get_nic_name_from_mac ('0c:42:a1:b4:c6:b1',) {}' :: [ 15:13:31 ] :: [ LOG ] :: [ END ] [ ens3f1np1 ] :: Running 'get_nic_name_from_mac ('0c:42:a1:b4:c6:b1',) {}' :: [ 15:13:31 ] :: [ BEGIN ] :: Running 'modprobe vfio-pci' :: [ 15:13:31 ] :: [ PASS ] :: Command 'modprobe vfio-pci' (Expected 0,1, got 0) :: [ 15:13:31 ] :: [ BEGIN ] :: Running 'modprobe vfio' :: [ 15:13:31 ] :: [ PASS ] :: Command 'modprobe vfio' (Expected 0,1, got 0) :: [ 15:13:32 ] :: [ LOG ] :: This Driver is Mallenox , So just return 0 :: [ 15:13:32 ] :: [ LOG ] :: dpdk-testpmd -a 0000:5e:00.0 -a 0000:5e:00.1 -- -i --auto-start EAL: Detected CPU lcores: 72 EAL: Detected NUMA nodes: 2 EAL: Detected shared linkage of DPDK EAL: Multi-process socket /var/run/dpdk/rte/mp_socket EAL: Selected IOVA mode 'VA' EAL: VFIO support initialized EAL: Probe PCI driver: mlx5_pci (15b3:101d) device: 0000:5e:00.0 (socket 0) EAL: Probe PCI driver: mlx5_pci (15b3:101d) device: 0000:5e:00.1 (socket 0) TELEMETRY: No legacy callbacks, legacy socket not created testpmd: create a new mbuf pool <mb_pool_0>: n=435456, size=2176, socket=0 testpmd: preferred mempool ops selected: ring_mp_mc testpmd: create a new mbuf pool <mb_pool_1>: n=435456, size=2176, socket=1 testpmd: preferred mempool ops selected: ring_mp_mc :: [ 15:13:52 ] :: [ LOG ] :: Exec update testpmd command :: [ 15:13:52 ] :: [ LOG ] :: stop set verbose 9 port stop all flow isolate 0 true flow isolate 1 true port start all flow create 0 ingress pattern eth / ipv4 / end actions rss queues 0 end / end flow create 1 ingress pattern eth / ipv4 / end actions rss queues 0 end / end start mlx5_net: port 0 cannot enable promiscuous mode in flow isolation mode mlx5_net: port 1 cannot enable promiscuous mode in flow isolation mode :: [ 15:14:12 ] :: [ LOG ] :: Start sync_set dpdk_flow_bifurcation_test_start SYNC_NC: sync_set CLIENT dpdk_flow_bifurcation_test_start 86400 SYNC_NC: sent "dpdk_flow_bifurcation_test_start" to dell-per750-32.rhts.eng.pek2.redhat.com :: [ 15:14:15 ] :: [ LOG ] :: End sync_set dpdk_flow_bifurcation_test_start :: [ 15:14:15 ] :: [ LOG ] :: Start sync_wait dpdk_flow_bifurcation_test_end SYNC_NC: sync_wait CLIENT dpdk_flow_bifurcation_test_end 86400 SYNC_NC: waiting "dell-per750-32.rhts.eng.pek2.redhat.com" SYNC_NC: got "dpdk_flow_bifurcation_test_end" from dell-per750-32.rhts.eng.pek2.redhat.com :: [ 15:15:14 ] :: [ LOG ] :: End sync_wait dpdk_flow_bifurcation_test_end :: [ 15:15:14 ] :: [ BEGIN ] :: Running 'sleep 3' :: [ 15:15:17 ] :: [ PASS ] :: Command 'sleep 3' (Expected 0, got 0) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 114s :: Assertions: 5 good, 0 bad :: RESULT: PASS (dpdk_flow_bifurcation_test) ** dpdk-flow-bifurcation-test PASS Score:0 Uploading resultoutputfile.log .done :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: dpdk_flow_bifurcation_test stop and check result :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 15:15:24 ] :: [ LOG ] :: stop Interactive-mode selected Auto-start selected Configuring Port 0 (socket 0) Port 0: 0C:42:A1:B4:C6:B0 Configuring Port 1 (socket 0) Port 1: 0C:42:A1:B4:C6:B1 Checking link statuses... testpmd> testpmd> stop testpmd> set verbose 9 testpmd> port stop all Done Start automatic packet forwarding io packet forwarding - ports=2 - cores=1 - streams=2 - NUMA support enabled, MP allocation mode: native Logical Core 1 (socket 1) forwards packets on 2 streams: RX P=0/Q=0 (socket 0) -> TX P=1/Q=0 (socket 0) peer=02:00:00:00:00:01 RX P=1/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00 io packet forwarding packets/burst=32 nb forwarding cores=1 - nb forwarding ports=2 port 0: RX queue number: 1 Tx queue number: 1 Rx offloads=0x0 Tx offloads=0x10000 RX queue: 0 RX desc=256 - RX free threshold=64 RX threshold registers: pthresh=0 hthresh=0 wthresh=0 RX Offloads=0x0 TX queue: 0 TX desc=256 - TX free threshold=0 TX threshold registers: pthresh=0 hthresh=0 wthresh=0 TX offloads=0x10000 - TX RS bit threshold=0 port 1: RX queue number: 1 Tx queue number: 1 Rx offloads=0x0 Tx offloads=0x10000 RX queue: 0 RX desc=256 - RX free threshold=64 RX threshold registers: pthresh=0 hthresh=0 wthresh=0 RX Offloads=0x0 TX queue: 0 TX desc=256 - TX free threshold=0 TX threshold registers: pthresh=0 hthresh=0 wthresh=0 TX offloads=0x10000 - TX RS bit threshold=0 Telling cores to stop... Waiting for lcores to finish... ---------------------- Forward statistics for port 0 ---------------------- RX-packets: 2 RX-dropped: 0 RX-total: 2 TX-packets: 2 TX-dropped: 0 TX-total: 2 ---------------------------------------------------------------------------- ---------------------- Forward statistics for port 1 ---------------------- RX-packets: 2 RX-dropped: 0 RX-total: 2 TX-packets: 2 TX-dropped: 0 TX-total: 2 ---------------------------------------------------------------------------- +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++ RX-packets: 4 RX-dropped: 0 RX-total: 4 TX-packets: 4 TX-dropped: 0 TX-total: 4 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Done. Change verbose level from 0 to 9 Stopping ports... Checking link statuses... testpmd> flow isolate 0 true testpmd> flow isolate 1 true testpmd> port start all Done Ingress traffic on port 0 is now restricted to the defined flow rules Ingress traffic on port 1 is now restricted to the defined flow rules Port 0: 0C:42:A1:B4:C6:B0 Port 1: 0C:42:A1:B4:C6:B1 Checking link statuses... testpmd> flow create 0 ingress pattern eth / ipv4 / end actions rss queues 0 end / end testpmd> flow create 1 ingress pattern eth / ipv4 / end actions rss queues 0 end / end testpmd> start testpmd> Done Flow rule #0 created Flow rule #0 created io packet forwarding - ports=2 - cores=1 - streams=2 - NUMA support enabled, MP allocation mode: native Logical Core 1 (socket 1) forwards packets on 2 streams: RX P=0/Q=0 (socket 0) -> TX P=1/Q=0 (socket 0) peer=02:00:00:00:00:01 RX P=1/Q=0 (socket 0) -> TX P=0/Q=0 (socket 0) peer=02:00:00:00:00:00 io packet forwarding packets/burst=32 nb forwarding cores=1 - nb forwarding ports=2 port 0: RX queue number: 1 Tx queue number: 1 Rx offloads=0x0 Tx offloads=0x10000 RX queue: 0 RX desc=256 - RX free threshold=64 RX threshold registers: pthresh=0 hthresh=0 wthresh=0 RX Offloads=0x0 TX queue: 0 TX desc=256 - TX free threshold=0 TX threshold registers: pthresh=0 hthresh=0 wthresh=0 TX offloads=0x10000 - TX RS bit threshold=0 port 1: RX queue number: 1 Tx queue number: 1 Rx offloads=0x0 Tx offloads=0x10000 RX queue: 0 RX desc=256 - RX free threshold=64 RX threshold registers: pthresh=0 hthresh=0 wthresh=0 RX Offloads=0x0 TX queue: 0 TX desc=256 - TX free threshold=0 TX threshold registers: pthresh=0 hthresh=0 wthresh=0 TX offloads=0x10000 - TX RS bit threshold=0 port 0/queue 0: received 1 packets restore info: - no tunnel info - no outer header - no miss group src=06:0D:DE:09:66:FE - dst=FF:FF:FF:FF:FF:FF - pool=mb_pool_0 - type=0x0800 - length=318 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Receive queue=0x0 ol_flags: RTE_MBUF_F_RX_L4_CKSUM_GOOD RTE_MBUF_F_RX_IP_CKSUM_GOOD RTE_MBUF_F_RX_OUTER_L4_CKSUM_UNKNOWN port 1/queue 0: sent 1 packets restore info: - no tunnel info - no outer header - no miss group src=06:0D:DE:09:66:FE - dst=FF:FF:FF:FF:FF:FF - pool=mb_pool_0 - type=0x0800 - length=318 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Send queue=0x0 ol_flags: RTE_MBUF_F_TX_L4_NO_CKSUM port 1/queue 0: received 1 packets restore info: - no tunnel info - no outer header - no miss group src=CE:3A:25:5B:07:4F - dst=FF:FF:FF:FF:FF:FF - pool=mb_pool_0 - type=0x0800 - length=318 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Receive queue=0x0 ol_flags: RTE_MBUF_F_RX_L4_CKSUM_GOOD RTE_MBUF_F_RX_IP_CKSUM_GOOD RTE_MBUF_F_RX_OUTER_L4_CKSUM_UNKNOWN port 0/queue 0: sent 1 packets restore info: - no tunnel info - no outer header - no miss group src=CE:3A:25:5B:07:4F - dst=FF:FF:FF:FF:FF:FF - pool=mb_pool_0 - type=0x0800 - length=318 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Send queue=0x0 ol_flags: RTE_MBUF_F_TX_L4_NO_CKSUM port 0/queue 0: received 1 packets restore info: - no tunnel info - no outer header - no miss group src=06:0D:DE:09:66:FE - dst=FF:FF:FF:FF:FF:FF - pool=mb_pool_0 - type=0x0800 - length=318 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Receive queue=0x0 ol_flags: RTE_MBUF_F_RX_L4_CKSUM_GOOD RTE_MBUF_F_RX_IP_CKSUM_GOOD RTE_MBUF_F_RX_OUTER_L4_CKSUM_UNKNOWN port 1/queue 0: sent 1 packets restore info: - no tunnel info - no outer header - no miss group src=06:0D:DE:09:66:FE - dst=FF:FF:FF:FF:FF:FF - pool=mb_pool_0 - type=0x0800 - length=318 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Send queue=0x0 ol_flags: RTE_MBUF_F_TX_L4_NO_CKSUM port 1/queue 0: received 1 packets restore info: - no tunnel info - no outer header - no miss group src=CE:3A:25:5B:07:4F - dst=FF:FF:FF:FF:FF:FF - pool=mb_pool_0 - type=0x0800 - length=318 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Receive queue=0x0 ol_flags: RTE_MBUF_F_RX_L4_CKSUM_GOOD RTE_MBUF_F_RX_IP_CKSUM_GOOD RTE_MBUF_F_RX_OUTER_L4_CKSUM_UNKNOWN port 0/queue 0: sent 1 packets restore info: - no tunnel info - no outer header - no miss group src=CE:3A:25:5B:07:4F - dst=FF:FF:FF:FF:FF:FF - pool=mb_pool_0 - type=0x0800 - length=318 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Send queue=0x0 ol_flags: RTE_MBUF_F_TX_L4_NO_CKSUM port 0/queue 0: received 1 packets restore info: - no tunnel info - no outer header - no miss group src=06:0D:DE:09:66:FE - dst=FF:FF:FF:FF:FF:FF - pool=mb_pool_0 - type=0x0800 - length=318 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Receive queue=0x0 ol_flags: RTE_MBUF_F_RX_L4_CKSUM_GOOD RTE_MBUF_F_RX_IP_CKSUM_GOOD RTE_MBUF_F_RX_OUTER_L4_CKSUM_UNKNOWN port 1/queue 0: sent 1 packets restore info: - no tunnel info - no outer header - no miss group src=06:0D:DE:09:66:FE - dst=FF:FF:FF:FF:FF:FF - pool=mb_pool_0 - type=0x0800 - length=318 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Send queue=0x0 ol_flags: RTE_MBUF_F_TX_L4_NO_CKSUM port 1/queue 0: received 1 packets restore info: - no tunnel info - no outer header - no miss group src=CE:3A:25:5B:07:4F - dst=FF:FF:FF:FF:FF:FF - pool=mb_pool_0 - type=0x0800 - length=318 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Receive queue=0x0 ol_flags: RTE_MBUF_F_RX_L4_CKSUM_GOOD RTE_MBUF_F_RX_IP_CKSUM_GOOD RTE_MBUF_F_RX_OUTER_L4_CKSUM_UNKNOWN port 0/queue 0: sent 1 packets restore info: - no tunnel info - no outer header - no miss group src=CE:3A:25:5B:07:4F - dst=FF:FF:FF:FF:FF:FF - pool=mb_pool_0 - type=0x0800 - length=318 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Send queue=0x0 ol_flags: RTE_MBUF_F_TX_L4_NO_CKSUM port 0/queue 0: received 1 packets restore info: - no tunnel info - no outer header - no miss group src=EC:2A:72:19:64:8E - dst=98:03:9B:2C:04:A5 - pool=mb_pool_0 - type=0x0800 - length=64 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER L3_IPV4 - l2_len=14 - l3_len=20 - Receive queue=0x0 ol_flags: RTE_MBUF_F_RX_L4_CKSUM_UNKNOWN RTE_MBUF_F_RX_IP_CKSUM_UNKNOWN RTE_MBUF_F_RX_OUTER_L4_CKSUM_UNKNOWN port 1/queue 0: sent 1 packets restore info: - no tunnel info - no outer header - no miss group src=EC:2A:72:19:64:8E - dst=98:03:9B:2C:04:A5 - pool=mb_pool_0 - type=0x0800 - length=64 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER L3_IPV4 - l2_len=14 - l3_len=20 - Send queue=0x0 ol_flags: RTE_MBUF_F_TX_L4_NO_CKSUM port 0/queue 0: received 1 packets restore info: - no tunnel info - no outer header - no miss group src=EC:2A:72:19:64:8E - dst=98:03:9B:2C:04:A5 - pool=mb_pool_0 - type=0x0800 - length=64 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER L3_IPV4 - l2_len=14 - l3_len=20 - Receive queue=0x0 ol_flags: RTE_MBUF_F_RX_L4_CKSUM_UNKNOWN RTE_MBUF_F_RX_IP_CKSUM_UNKNOWN RTE_MBUF_F_RX_OUTER_L4_CKSUM_UNKNOWN port 1/queue 0: sent 1 packets restore info: - no tunnel info - no outer header - no miss group src=EC:2A:72:19:64:8E - dst=98:03:9B:2C:04:A5 - pool=mb_pool_0 - type=0x0800 - length=64 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER L3_IPV4 - l2_len=14 - l3_len=20 - Send queue=0x0 ol_flags: RTE_MBUF_F_TX_L4_NO_CKSUM port 0/queue 0: received 1 packets restore info: - no tunnel info - no outer header - no miss group src=EC:2A:72:19:64:8E - dst=98:03:9B:2C:04:A5 - pool=mb_pool_0 - type=0x0800 - length=64 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER L3_IPV4 - l2_len=14 - l3_len=20 - Receive queue=0x0 ol_flags: RTE_MBUF_F_RX_L4_CKSUM_UNKNOWN RTE_MBUF_F_RX_IP_CKSUM_UNKNOWN RTE_MBUF_F_RX_OUTER_L4_CKSUM_UNKNOWN port 1/queue 0: sent 1 packets restore info: - no tunnel info - no outer header - no miss group src=EC:2A:72:19:64:8E - dst=98:03:9B:2C:04:A5 - pool=mb_pool_0 - type=0x0800 - length=64 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER L3_IPV4 - l2_len=14 - l3_len=20 - Send queue=0x0 ol_flags: RTE_MBUF_F_TX_L4_NO_CKSUM port 0/queue 0: received 1 packets restore info: - no tunnel info - no outer header - no miss group src=EC:2A:72:19:64:8E - dst=98:03:9B:2C:04:A5 - pool=mb_pool_0 - type=0x0800 - length=64 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER L3_IPV4 - l2_len=14 - l3_len=20 - Receive queue=0x0 ol_flags: RTE_MBUF_F_RX_L4_CKSUM_UNKNOWN RTE_MBUF_F_RX_IP_CKSUM_UNKNOWN RTE_MBUF_F_RX_OUTER_L4_CKSUM_UNKNOWN port 1/queue 0: sent 1 packets restore info: - no tunnel info - no outer header - no miss group src=EC:2A:72:19:64:8E - dst=98:03:9B:2C:04:A5 - pool=mb_pool_0 - type=0x0800 - length=64 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER L3_IPV4 - l2_len=14 - l3_len=20 - Send queue=0x0 ol_flags: RTE_MBUF_F_TX_L4_NO_CKSUM port 0/queue 0: received 1 packets restore info: - no tunnel info - no outer header - no miss group src=EC:2A:72:19:64:8E - dst=98:03:9B:2C:04:A5 - pool=mb_pool_0 - type=0x0800 - length=64 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER L3_IPV4 - l2_len=14 - l3_len=20 - Receive queue=0x0 ol_flags: RTE_MBUF_F_RX_L4_CKSUM_UNKNOWN RTE_MBUF_F_RX_IP_CKSUM_UNKNOWN RTE_MBUF_F_RX_OUTER_L4_CKSUM_UNKNOWN port 1/queue 0: sent 1 packets restore info: - no tunnel info - no outer header - no miss group src=EC:2A:72:19:64:8E - dst=98:03:9B:2C:04:A5 - pool=mb_pool_0 - type=0x0800 - length=64 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER L3_IPV4 - l2_len=14 - l3_len=20 - Send queue=0x0 ol_flags: RTE_MBUF_F_TX_L4_NO_CKSUM port 0/queue 0: received 1 packets restore info: - no tunnel info - no outer header - no miss group src=EC:2A:72:19:64:8E - dst=98:03:9B:2C:04:A5 - pool=mb_pool_0 - type=0x0800 - length=64 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER L3_IPV4 - l2_len=14 - l3_len=20 - Receive queue=0x0 ol_flags: RTE_MBUF_F_RX_L4_CKSUM_UNKNOWN RTE_MBUF_F_RX_IP_CKSUM_UNKNOWN RTE_MBUF_F_RX_OUTER_L4_CKSUM_UNKNOWN port 1/queue 0: sent 1 packets restore info: - no tunnel info - no outer header - no miss group src=EC:2A:72:19:64:8E - dst=98:03:9B:2C:04:A5 - pool=mb_pool_0 - type=0x0800 - length=64 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER L3_IPV4 - l2_len=14 - l3_len=20 - Send queue=0x0 ol_flags: RTE_MBUF_F_TX_L4_NO_CKSUM port 0/queue 0: received 1 packets restore info: - no tunnel info - no outer header - no miss group src=EC:2A:72:19:64:8E - dst=98:03:9B:2C:04:A5 - pool=mb_pool_0 - type=0x0800 - length=64 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER L3_IPV4 - l2_len=14 - l3_len=20 - Receive queue=0x0 ol_flags: RTE_MBUF_F_RX_L4_CKSUM_UNKNOWN RTE_MBUF_F_RX_IP_CKSUM_UNKNOWN RTE_MBUF_F_RX_OUTER_L4_CKSUM_UNKNOWN port 1/queue 0: sent 1 packets restore info: - no tunnel info - no outer header - no miss group src=EC:2A:72:19:64:8E - dst=98:03:9B:2C:04:A5 - pool=mb_pool_0 - type=0x0800 - length=64 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER L3_IPV4 - l2_len=14 - l3_len=20 - Send queue=0x0 ol_flags: RTE_MBUF_F_TX_L4_NO_CKSUM port 0/queue 0: received 1 packets restore info: - no tunnel info - no outer header - no miss group src=EC:2A:72:19:64:8E - dst=98:03:9B:2C:04:A5 - pool=mb_pool_0 - type=0x0800 - length=64 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER L3_IPV4 - l2_len=14 - l3_len=20 - Receive queue=0x0 ol_flags: RTE_MBUF_F_RX_L4_CKSUM_UNKNOWN RTE_MBUF_F_RX_IP_CKSUM_UNKNOWN RTE_MBUF_F_RX_OUTER_L4_CKSUM_UNKNOWN port 1/queue 0: sent 1 packets restore info: - no tunnel info - no outer header - no miss group src=EC:2A:72:19:64:8E - dst=98:03:9B:2C:04:A5 - pool=mb_pool_0 - type=0x0800 - length=64 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER L3_IPV4 - l2_len=14 - l3_len=20 - Send queue=0x0 ol_flags: RTE_MBUF_F_TX_L4_NO_CKSUM port 0/queue 0: received 1 packets restore info: - no tunnel info - no outer header - no miss group src=EC:2A:72:19:64:8E - dst=98:03:9B:2C:04:A5 - pool=mb_pool_0 - type=0x0800 - length=64 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER L3_IPV4 - l2_len=14 - l3_len=20 - Receive queue=0x0 ol_flags: RTE_MBUF_F_RX_L4_CKSUM_UNKNOWN RTE_MBUF_F_RX_IP_CKSUM_UNKNOWN RTE_MBUF_F_RX_OUTER_L4_CKSUM_UNKNOWN port 1/queue 0: sent 1 packets restore info: - no tunnel info - no outer header - no miss group src=EC:2A:72:19:64:8E - dst=98:03:9B:2C:04:A5 - pool=mb_pool_0 - type=0x0800 - length=64 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER L3_IPV4 - l2_len=14 - l3_len=20 - Send queue=0x0 ol_flags: RTE_MBUF_F_TX_L4_NO_CKSUM port 0/queue 0: received 1 packets restore info: - no tunnel info - no outer header - no miss group src=EC:2A:72:19:64:8E - dst=98:03:9B:2C:04:A5 - pool=mb_pool_0 - type=0x0800 - length=64 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER L3_IPV4 - l2_len=14 - l3_len=20 - Receive queue=0x0 ol_flags: RTE_MBUF_F_RX_L4_CKSUM_UNKNOWN RTE_MBUF_F_RX_IP_CKSUM_UNKNOWN RTE_MBUF_F_RX_OUTER_L4_CKSUM_UNKNOWN port 1/queue 0: sent 1 packets restore info: - no tunnel info - no outer header - no miss group src=EC:2A:72:19:64:8E - dst=98:03:9B:2C:04:A5 - pool=mb_pool_0 - type=0x0800 - length=64 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_NONFRAG - sw ptype: L2_ETHER L3_IPV4 - l2_len=14 - l3_len=20 - Send queue=0x0 ol_flags: RTE_MBUF_F_TX_L4_NO_CKSUM port 0/queue 0: received 1 packets restore info: - no tunnel info - no outer header - no miss group src=06:0D:DE:09:66:FE - dst=FF:FF:FF:FF:FF:FF - pool=mb_pool_0 - type=0x0800 - length=318 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Receive queue=0x0 ol_flags: RTE_MBUF_F_RX_L4_CKSUM_GOOD RTE_MBUF_F_RX_IP_CKSUM_GOOD RTE_MBUF_F_RX_OUTER_L4_CKSUM_UNKNOWN port 1/queue 0: sent 1 packets restore info: - no tunnel info - no outer header - no miss group src=06:0D:DE:09:66:FE - dst=FF:FF:FF:FF:FF:FF - pool=mb_pool_0 - type=0x0800 - length=318 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Send queue=0x0 ol_flags: RTE_MBUF_F_TX_L4_NO_CKSUM port 1/queue 0: received 1 packets restore info: - no tunnel info - no outer header - no miss group src=CE:3A:25:5B:07:4F - dst=FF:FF:FF:FF:FF:FF - pool=mb_pool_0 - type=0x0800 - length=318 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Receive queue=0x0 ol_flags: RTE_MBUF_F_RX_L4_CKSUM_GOOD RTE_MBUF_F_RX_IP_CKSUM_GOOD RTE_MBUF_F_RX_OUTER_L4_CKSUM_UNKNOWN port 0/queue 0: sent 1 packets restore info: - no tunnel info - no outer header - no miss group src=CE:3A:25:5B:07:4F - dst=FF:FF:FF:FF:FF:FF - pool=mb_pool_0 - type=0x0800 - length=318 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Send queue=0x0 ol_flags: RTE_MBUF_F_TX_L4_NO_CKSUM port 0/queue 0: received 1 packets restore info: - no tunnel info - no outer header - no miss group src=06:0D:DE:09:66:FE - dst=FF:FF:FF:FF:FF:FF - pool=mb_pool_0 - type=0x0800 - length=318 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Receive queue=0x0 ol_flags: RTE_MBUF_F_RX_L4_CKSUM_GOOD RTE_MBUF_F_RX_IP_CKSUM_GOOD RTE_MBUF_F_RX_OUTER_L4_CKSUM_UNKNOWN port 1/queue 0: sent 1 packets restore info: - no tunnel info - no outer header - no miss group src=06:0D:DE:09:66:FE - dst=FF:FF:FF:FF:FF:FF - pool=mb_pool_0 - type=0x0800 - length=318 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Send queue=0x0 ol_flags: RTE_MBUF_F_TX_L4_NO_CKSUM port 1/queue 0: received 1 packets restore info: - no tunnel info - no outer header - no miss group src=CE:3A:25:5B:07:4F - dst=FF:FF:FF:FF:FF:FF - pool=mb_pool_0 - type=0x0800 - length=318 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Receive queue=0x0 ol_flags: RTE_MBUF_F_RX_L4_CKSUM_GOOD RTE_MBUF_F_RX_IP_CKSUM_GOOD RTE_MBUF_F_RX_OUTER_L4_CKSUM_UNKNOWN port 0/queue 0: sent 1 packets restore info: - no tunnel info - no outer header - no miss group src=CE:3A:25:5B:07:4F - dst=FF:FF:FF:FF:FF:FF - pool=mb_pool_0 - type=0x0800 - length=318 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Send queue=0x0 ol_flags: RTE_MBUF_F_TX_L4_NO_CKSUM port 0/queue 0: received 1 packets restore info: - no tunnel info - no outer header - no miss group src=06:0D:DE:09:66:FE - dst=FF:FF:FF:FF:FF:FF - pool=mb_pool_0 - type=0x0800 - length=318 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Receive queue=0x0 ol_flags: RTE_MBUF_F_RX_L4_CKSUM_GOOD RTE_MBUF_F_RX_IP_CKSUM_GOOD RTE_MBUF_F_RX_OUTER_L4_CKSUM_UNKNOWN port 1/queue 0: sent 1 packets restore info: - no tunnel info - no outer header - no miss group src=06:0D:DE:09:66:FE - dst=FF:FF:FF:FF:FF:FF - pool=mb_pool_0 - type=0x0800 - length=318 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Send queue=0x0 ol_flags: RTE_MBUF_F_TX_L4_NO_CKSUM port 1/queue 0: received 1 packets restore info: - no tunnel info - no outer header - no miss group src=CE:3A:25:5B:07:4F - dst=FF:FF:FF:FF:FF:FF - pool=mb_pool_0 - type=0x0800 - length=318 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Receive queue=0x0 ol_flags: RTE_MBUF_F_RX_L4_CKSUM_GOOD RTE_MBUF_F_RX_IP_CKSUM_GOOD RTE_MBUF_F_RX_OUTER_L4_CKSUM_UNKNOWN port 0/queue 0: sent 1 packets restore info: - no tunnel info - no outer header - no miss group src=CE:3A:25:5B:07:4F - dst=FF:FF:FF:FF:FF:FF - pool=mb_pool_0 - type=0x0800 - length=318 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Send queue=0x0 ol_flags: RTE_MBUF_F_TX_L4_NO_CKSUM port 0/queue 0: received 1 packets restore info: - no tunnel info - no outer header - no miss group src=06:0D:DE:09:66:FE - dst=FF:FF:FF:FF:FF:FF - pool=mb_pool_0 - type=0x0800 - length=318 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Receive queue=0x0 ol_flags: RTE_MBUF_F_RX_L4_CKSUM_GOOD RTE_MBUF_F_RX_IP_CKSUM_GOOD RTE_MBUF_F_RX_OUTER_L4_CKSUM_UNKNOWN port 1/queue 0: sent 1 packets restore info: - no tunnel info - no outer header - no miss group src=06:0D:DE:09:66:FE - dst=FF:FF:FF:FF:FF:FF - pool=mb_pool_0 - type=0x0800 - length=318 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Send queue=0x0 ol_flags: RTE_MBUF_F_TX_L4_NO_CKSUM port 1/queue 0: received 1 packets restore info: - no tunnel info - no outer header - no miss group src=CE:3A:25:5B:07:4F - dst=FF:FF:FF:FF:FF:FF - pool=mb_pool_0 - type=0x0800 - length=318 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Receive queue=0x0 ol_flags: RTE_MBUF_F_RX_L4_CKSUM_GOOD RTE_MBUF_F_RX_IP_CKSUM_GOOD RTE_MBUF_F_RX_OUTER_L4_CKSUM_UNKNOWN port 0/queue 0: sent 1 packets restore info: - no tunnel info - no outer header - no miss group src=CE:3A:25:5B:07:4F - dst=FF:FF:FF:FF:FF:FF - pool=mb_pool_0 - type=0x0800 - length=318 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Send queue=0x0 ol_flags: RTE_MBUF_F_TX_L4_NO_CKSUM port 0/queue 0: received 1 packets restore info: - no tunnel info - no outer header - no miss group src=06:0D:DE:09:66:FE - dst=FF:FF:FF:FF:FF:FF - pool=mb_pool_0 - type=0x0800 - length=318 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Receive queue=0x0 ol_flags: RTE_MBUF_F_RX_L4_CKSUM_GOOD RTE_MBUF_F_RX_IP_CKSUM_GOOD RTE_MBUF_F_RX_OUTER_L4_CKSUM_UNKNOWN port 1/queue 0: sent 1 packets restore info: - no tunnel info - no outer header - no miss group src=06:0D:DE:09:66:FE - dst=FF:FF:FF:FF:FF:FF - pool=mb_pool_0 - type=0x0800 - length=318 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Send queue=0x0 ol_flags: RTE_MBUF_F_TX_L4_NO_CKSUM port 1/queue 0: received 1 packets restore info: - no tunnel info - no outer header - no miss group src=CE:3A:25:5B:07:4F - dst=FF:FF:FF:FF:FF:FF - pool=mb_pool_0 - type=0x0800 - length=318 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Receive queue=0x0 ol_flags: RTE_MBUF_F_RX_L4_CKSUM_GOOD RTE_MBUF_F_RX_IP_CKSUM_GOOD RTE_MBUF_F_RX_OUTER_L4_CKSUM_UNKNOWN port 0/queue 0: sent 1 packets restore info: - no tunnel info - no outer header - no miss group src=CE:3A:25:5B:07:4F - dst=FF:FF:FF:FF:FF:FF - pool=mb_pool_0 - type=0x0800 - length=318 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Send queue=0x0 ol_flags: RTE_MBUF_F_TX_L4_NO_CKSUM port 0/queue 0: received 1 packets restore info: - no tunnel info - no outer header - no miss group src=06:0D:DE:09:66:FE - dst=FF:FF:FF:FF:FF:FF - pool=mb_pool_0 - type=0x0800 - length=318 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Receive queue=0x0 ol_flags: RTE_MBUF_F_RX_L4_CKSUM_GOOD RTE_MBUF_F_RX_IP_CKSUM_GOOD RTE_MBUF_F_RX_OUTER_L4_CKSUM_UNKNOWN port 1/queue 0: sent 1 packets restore info: - no tunnel info - no outer header - no miss group src=06:0D:DE:09:66:FE - dst=FF:FF:FF:FF:FF:FF - pool=mb_pool_0 - type=0x0800 - length=318 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Send queue=0x0 ol_flags: RTE_MBUF_F_TX_L4_NO_CKSUM port 1/queue 0: received 1 packets restore info: - no tunnel info - no outer header - no miss group src=CE:3A:25:5B:07:4F - dst=FF:FF:FF:FF:FF:FF - pool=mb_pool_0 - type=0x0800 - length=318 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Receive queue=0x0 ol_flags: RTE_MBUF_F_RX_L4_CKSUM_GOOD RTE_MBUF_F_RX_IP_CKSUM_GOOD RTE_MBUF_F_RX_OUTER_L4_CKSUM_UNKNOWN port 0/queue 0: sent 1 packets restore info: - no tunnel info - no outer header - no miss group src=CE:3A:25:5B:07:4F - dst=FF:FF:FF:FF:FF:FF - pool=mb_pool_0 - type=0x0800 - length=318 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Send queue=0x0 ol_flags: RTE_MBUF_F_TX_L4_NO_CKSUM port 0/queue 0: received 1 packets restore info: - no tunnel info - no outer header - no miss group src=06:0D:DE:09:66:FE - dst=FF:FF:FF:FF:FF:FF - pool=mb_pool_0 - type=0x0800 - length=318 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Receive queue=0x0 ol_flags: RTE_MBUF_F_RX_L4_CKSUM_GOOD RTE_MBUF_F_RX_IPstop_CKSUM_GOOD RTE_MBUF_F_RX_OUTER_L4_CKSUM_UNKNOWN port 1/queue 0: sent 1 packets restore info: - no tunnel info - no outer header - no miss group src=06:0D:DE:09:66:FE - dst=FF:FF:FF:FF:FF:FF - pool=mb_pool_0 - type=0x0800 - length=318 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Send queue=0x0 ol_flags: RTE_MBUF_F_TX_L4_NO_CKSUM port 1/queue 0: received 1 packets restore info: - no tunnel info - no outer header - no miss group src=CE:3A:25:5B:07:4F - dst=FF:FF:FF:FF:FF:FF - pool=mb_pool_0 - type=0x0800 - length=318 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Receive queue=0x0 ol_flags: RTE_MBUF_F_RX_L4_CKSUM_GOOD RTE_MBUF_F_RX_IP_CKSUM_GOOD RTE_MBUF_F_RX_OUTER_L4_CKSUM_UNKNOWN port 0/queue 0: sent 1 packets restore info: - no tunnel info - no outer header - no miss group src=CE:3A:25:5B:07:4F - dst=FF:FF:FF:FF:FF:FF - pool=mb_pool_0 - type=0x0800 - length=318 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Send queue=0x0 ol_flags: RTE_MBUF_F_TX_L4_NO_CKSUM port 0/queue 0: received 1 packets restore info: - no tunnel info - no outer header - no miss group src=06:0D:DE:09:66:FE - dst=FF:FF:FF:FF:FF:FF - pool=mb_pool_0 - type=0x0800 - length=318 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Receive queue=0x0 ol_flags: RTE_MBUF_F_RX_L4_CKSUM_GOOD RTE_MBUF_F_RX_IP_CKSUM_GOOD RTE_MBUF_F_RX_OUTER_L4_CKSUM_UNKNOWN port 1/queue 0: sent 1 packets restore info: - no tunnel info - no outer header - no miss group src=06:0D:DE:09:66:FE - dst=FF:FF:FF:FF:FF:FF - pool=mb_pool_0 - type=0x0800 - length=318 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Send queue=0x0 ol_flags: RTE_MBUF_F_TX_L4_NO_CKSUM port 1/queue 0: received 1 packets restore info: - no tunnel info - no outer header - no miss group src=CE:3A:25:5B:07:4F - dst=FF:FF:FF:FF:FF:FF - pool=mb_pool_0 - type=0x0800 - length=318 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Receive queue=0x0 ol_flags: RTE_MBUF_F_RX_L4_CKSUM_GOOD RTE_MBUF_F_RX_IP_CKSUM_GOOD RTE_MBUF_F_RX_OUTER_L4_CKSUM_UNKNOWN port 0/queue 0: sent 1 packets restore info: - no tunnel info - no outer header - no miss group src=CE:3A:25:5B:07:4F - dst=FF:FF:FF:FF:FF:FF - pool=mb_pool_0 - type=0x0800 - length=318 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Send queue=0x0 ol_flags: RTE_MBUF_F_TX_L4_NO_CKSUM port 0/queue 0: received 1 packets restore info: - no tunnel info - no outer header - no miss group src=06:0D:DE:09:66:FE - dst=FF:FF:FF:FF:FF:FF - pool=mb_pool_0 - type=0x0800 - length=318 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Receive queue=0x0 ol_flags: RTE_MBUF_F_RX_L4_CKSUM_GOOD RTE_MBUF_F_RX_IP_CKSUM_GOOD RTE_MBUF_F_RX_OUTER_L4_CKSUM_UNKNOWN port 1/queue 0: sent 1 packets restore info: - no tunnel info - no outer header - no miss group src=06:0D:DE:09:66:FE - dst=FF:FF:FF:FF:FF:FF - pool=mb_pool_0 - type=0x0800 - length=318 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Send queue=0x0 ol_flags: RTE_MBUF_F_TX_L4_NO_CKSUM port 1/queue 0: received 1 packets restore info: - no tunnel info - no outer header - no miss group src=CE:3A:25:5B:07:4F - dst=FF:FF:FF:FF:FF:FF - pool=mb_pool_0 - type=0x0800 - length=318 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Receive queue=0x0 ol_flags: RTE_MBUF_F_RX_L4_CKSUM_GOOD RTE_MBUF_F_RX_IP_CKSUM_GOOD RTE_MBUF_F_RX_OUTER_L4_CKSUM_UNKNOWN port 0/queue 0: sent 1 packets restore info: - no tunnel info - no outer header - no miss group src=CE:3A:25:5B:07:4F - dst=FF:FF:FF:FF:FF:FF - pool=mb_pool_0 - type=0x0800 - length=318 - nb_segs=1 - hw ptype: L2_ETHER L3_IPV4_EXT_UNKNOWN L4_UDP - sw ptype: L2_ETHER L3_IPV4 L4_UDP - l2_len=14 - l3_len=20 - l4_len=8 - Send queue=0x0 ol_flags: RTE_MBUF_F_TX_L4_NO_CKSUM Telling cores to stop... Waiting for lcores to finish... ---------------------- Forward statistics for port 0 ---------------------- RX-packets: 22 RX-dropped: 0 RX-total: 22 TX-packets: 12 TX-dropped: 0 TX-total: 12 ---------------------------------------------------------------------------- ---------------------- Forward statistics for port 1 ---------------------- RX-packets: 12 RX-dropped: 0 RX-total: 12 TX-packets: 22 TX-dropped: 0 TX-total: 22 ---------------------------------------------------------------------------- +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++ RX-packets: 34 RX-dropped: 0 RX-total: 34 TX-packets: 34 TX-dropped: 0 TX-total: 34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Done. Stopping port 0... Stopping ports... Done Stopping port 1... Stopping ports... Done Shutting down port 0... Closing ports... Port 0 is closed Done Shutting down port 1... Closing ports... Port 1 is closed Done Bye... *********************************************************************************** PEER side *********************************************************************************** :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: dpdk_flow_bifurcation_test :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 15:12:55 ] :: [ LOG ] :: [ BEGIN ] :: Running 'get_nic_name_from_mac ('98:03:9b:2c:04:a4',) {}' :: [ 15:12:55 ] :: [ LOG ] :: [ END ] [ ens3f0np0 ] :: Running 'get_nic_name_from_mac ('98:03:9b:2c:04:a4',) {}' :: [ 15:12:56 ] :: [ LOG ] :: [ BEGIN ] :: Running 'get_nic_name_from_mac ('98:03:9b:2c:04:a5',) {}' :: [ 15:12:56 ] :: [ LOG ] :: [ END ] [ ens3f1np1 ] :: Running 'get_nic_name_from_mac ('98:03:9b:2c:04:a5',) {}' :: [ 15:12:56 ] :: [ BEGIN ] :: Running 'ip link set ens3f0np0 mtu 9600' :: [ 15:12:56 ] :: [ PASS ] :: Command 'ip link set ens3f0np0 mtu 9600' (Expected 0, got 0) :: [ 15:12:56 ] :: [ BEGIN ] :: Running 'ip link set ens3f1np1 mtu 9600' :: [ 15:12:56 ] :: [ PASS ] :: Command 'ip link set ens3f1np1 mtu 9600' (Expected 0, got 0) :: [ 15:12:56 ] :: [ BEGIN ] :: Running 'ip link set ens3f0np0 up' :: [ 15:12:56 ] :: [ PASS ] :: Command 'ip link set ens3f0np0 up' (Expected 0, got 0) :: [ 15:12:57 ] :: [ BEGIN ] :: Running 'ip link set ens3f1np1 up' :: [ 15:12:57 ] :: [ PASS ] :: Command 'ip link set ens3f1np1 up' (Expected 0, got 0) :: [ 15:12:57 ] :: [ LOG ] :: Start sync_wait dpdk_flow_bifurcation_test_start SYNC_NC: sync_wait SERVER dpdk_flow_bifurcation_test_start 86400 SYNC_NC: waiting "dell-per740-43.rhts.eng.pek2.redhat.com" SYNC_NC: got "dpdk_flow_bifurcation_test_start" from dell-per740-43.rhts.eng.pek2.redhat.com :: [ 15:14:15 ] :: [ LOG ] :: End sync_wait dpdk_flow_bifurcation_test_start :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: dpdk_flow_bifurcation_test IPV4 packets check :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 15:14:16 ] :: [ BEGIN ] :: Running 'rm -f abc.cap' :: [ 15:14:16 ] :: [ PASS ] :: Command 'rm -f abc.cap' (Expected 0, got 0) :: [ 15:14:16 ] :: [ BEGIN ] :: Running 'tcpdump -i ens3f1np1 host 2.2.2.2 -w abc.cap &' :: [ 15:14:16 ] :: [ PASS ] :: Command 'tcpdump -i ens3f1np1 host 2.2.2.2 -w abc.cap &' (Expected 0, got 0) dropped privs to tcpdump tcpdump: listening on ens3f1np1, link-type EN10MB (Ethernet), snapshot length 262144 bytes :: [ 15:14:17 ] :: [ BEGIN ] :: Running 'sleep 3' :: [ 15:14:20 ] :: [ PASS ] :: Command 'sleep 3' (Expected 0, got 0) ###[ Ethernet ]### dst = 98:03:9b:2c:04:a5 src = ec:2a:72:19:64:8e type = IPv4 ###[ IP ]### version = 4 ihl = None tos = 0x0 len = None id = 1 flags = frag = 0 ttl = 64 proto = hopopt chksum = 0x1234 src = 1.1.1.1 dst = 2.2.2.2 \options \ ###[ Raw ]### load = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' :: [ 15:14:20 ] :: [ LOG ] :: None .......... Sent 10 packets. sleep 3 pkill tcpdump sleep 2 unset pkt_num pkt_num=`tcpdump -r abc.cap -q | wc -l` rlAssertEquals 'check receive pkts' '$pkt_num' '10' :: [ 15:14:30 ] :: [ BEGIN ] :: Running 'sleep 3' :: [ 15:14:33 ] :: [ PASS ] :: Command 'sleep 3' (Expected 0, got 0) :: [ 15:14:33 ] :: [ BEGIN ] :: Running 'pkill tcpdump' 10 packets captured 10 packets received by filter 0 packets dropped by kernel :: [ 15:14:33 ] :: [ PASS ] :: Command 'pkill tcpdump' (Expected 0, got 0) :: [ 15:14:33 ] :: [ BEGIN ] :: Running 'sleep 2' :: [ 15:14:35 ] :: [ PASS ] :: Command 'sleep 2' (Expected 0, got 0) :: [ 15:14:36 ] :: [ BEGIN ] :: Running 'unset pkt_num' :: [ 15:14:36 ] :: [ PASS ] :: Command 'unset pkt_num' (Expected 0, got 0) reading from file abc.cap, link-type EN10MB (Ethernet), snapshot length 262144 dropped privs to tcpdump :: [ 15:14:36 ] :: [ BEGIN ] :: Running 'pkt_num=10' :: [ 15:14:36 ] :: [ PASS ] :: Command 'pkt_num=10' (Expected 0, got 0) :: [ 15:14:36 ] :: [ BEGIN ] :: Running 'rlAssertEquals 'check receive pkts' '10' '10'' :: [ 15:14:36 ] :: [ PASS ] :: check receive pkts (Assert: '10' should equal '10') :: [ 15:14:36 ] :: [ PASS ] :: Command 'rlAssertEquals 'check receive pkts' '10' '10'' (Expected 0, got 0) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 21s :: Assertions: 10 good, 0 bad :: RESULT: PASS (dpdk_flow_bifurcation_test IPV4 packets check) ** dpdk-flow-bifurcation-test-IPV4-packets-check PASS Score:0 Uploading resultoutputfile.log .done :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: dpdk_flow_bifurcation_test IPV6 packets check :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 15:14:44 ] :: [ BEGIN ] :: Running 'rm -f abc.cap' :: [ 15:14:44 ] :: [ PASS ] :: Command 'rm -f abc.cap' (Expected 0, got 0) :: [ 15:14:45 ] :: [ BEGIN ] :: Running 'tcpdump -i ens3f1np1 host 3000::200 -w abc.cap &' :: [ 15:14:45 ] :: [ PASS ] :: Command 'tcpdump -i ens3f1np1 host 3000::200 -w abc.cap &' (Expected 0, got 0) dropped privs to tcpdump tcpdump: listening on ens3f1np1, link-type EN10MB (Ethernet), snapshot length 262144 bytes :: [ 15:14:45 ] :: [ BEGIN ] :: Running 'sleep 3' :: [ 15:14:48 ] :: [ PASS ] :: Command 'sleep 3' (Expected 0, got 0) ###[ Ethernet ]### dst = 98:03:9b:2c:04:a5 src = ec:2a:72:19:64:8e type = IPv6 ###[ IPv6 ]### version = 6 tc = 0 fl = 0 plen = None nh = No Next Header hlim = 64 src = 3000::100 dst = 3000::200 ###[ Raw ]### load = 'xxxxxxxxxx' :: [ 15:14:48 ] :: [ LOG ] :: None .......... Sent 10 packets. sleep 3 pkill tcpdump sleep 2 unset pkt_num pkt_num=`tcpdump -r abc.cap -q | wc -l` rlAssertEquals 'check ipv6 receive pkts' '$pkt_num' '10' :: [ 15:14:58 ] :: [ BEGIN ] :: Running 'sleep 3' :: [ 15:15:01 ] :: [ PASS ] :: Command 'sleep 3' (Expected 0, got 0) :: [ 15:15:01 ] :: [ BEGIN ] :: Running 'pkill tcpdump' 0 packets captured 0 packets received by filter 0 packets dropped by kernel :: [ 15:15:01 ] :: [ PASS ] :: Command 'pkill tcpdump' (Expected 0, got 0) :: [ 15:15:02 ] :: [ BEGIN ] :: Running 'sleep 2' :: [ 15:15:04 ] :: [ PASS ] :: Command 'sleep 2' (Expected 0, got 0) :: [ 15:15:04 ] :: [ BEGIN ] :: Running 'unset pkt_num' :: [ 15:15:04 ] :: [ PASS ] :: Command 'unset pkt_num' (Expected 0, got 0) reading from file abc.cap, link-type EN10MB (Ethernet), snapshot length 262144 dropped privs to tcpdump :: [ 15:15:04 ] :: [ BEGIN ] :: Running 'pkt_num=0' :: [ 15:15:04 ] :: [ PASS ] :: Command 'pkt_num=0' (Expected 0, got 0) :: [ 15:15:04 ] :: [ BEGIN ] :: Running 'rlAssertEquals 'check ipv6 receive pkts' '0' '10'' :: [ 15:15:04 ] :: [ FAIL ] :: check ipv6 receive pkts (Assert: '0' should equal '10') :: [ 15:15:04 ] :: [ FAIL ] :: Command 'rlAssertEquals 'check ipv6 receive pkts' '0' '10'' (Expected 0, got 1) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 21s :: Assertions: 8 good, 2 bad :: RESULT: FAIL (dpdk_flow_bifurcation_test IPV6 packets check) Actual results: Peer side can not receive return back packets Expected results: It works fine Additional info: