Hi, We are missing the 'show threads' output but what I see confirmed my intuition: the Mellanox NIC is on NUMA socket 1 whereas some (most?) VPP worker threads are probably on NUMA socket 0. In that configuration, packets coming from/to the NIC through PCIe will have to cross the socket-to-socket link (Q/UPI) 2 times (on rx-to-VPP and VPP-to-tx). This link adds quite a lot of latency and is limited in TPS. You really want to put VPP workers on the same NUMA socket your NIC is attached to (socket 1 here for the Mellanox NIC). For this, you must set 'main-core' and 'corelist-workers' settings to CPUs on NUMA socket 1 in your startup.conf. You can check where the NIC is attached with 'show pci' output (column 'Sock') and where workers are running with 'show threads' output (column 'Socket').
Best ben > -----Original Message----- > From: vpp-dev@lists.fd.io <vpp-dev@lists.fd.io> On Behalf Of > jacicson1...@163.com > Sent: lundi 13 juillet 2020 04:59 > To: vpp-dev@lists.fd.io > Subject: Re: [vpp-dev] #vpp How can I get rid of tx-errors with 100G NICs > ? #dpdk > > Thank you for your reply. > The information is below: > > > [root@localhost ~]# vppctl show pci > Address Sock VID:PID Link Speed Driver Product Name > Vital Product Data > 0000:02:00.0 0 8086:1583 8.0 GT/s x8 i40e > 0000:02:00.1 0 8086:1583 8.0 GT/s x8 i40e > 0000:03:00.0 0 8086:1583 8.0 GT/s x8 i40e > 0000:03:00.1 0 8086:1583 8.0 GT/s x8 i40e > 0000:04:00.0 0 8086:1521 5.0 GT/s x4 igb > 0000:04:00.1 0 8086:1521 5.0 GT/s x4 igb > 0000:81:00.0 1 8086:1583 8.0 GT/s x8 i40e > 0000:81:00.1 1 8086:1583 8.0 GT/s x8 i40e > 0000:82:00.0 1 15b3:1017 8.0 GT/s x16 mlx5_core CX555A - > ConnectX-5 QSFP28 PN: MCX555A-ECAT > > EC: AB > > V2: 0x 4d 43 58 35 35 35 41 2d ... > > SN: MT2014K01217 > > V3: 0x 62 30 30 39 38 37 65 37 ... > > VA: 0x 4d 4c 58 3a 4d 4f 44 4c ... > > V0: 0x 50 43 49 65 47 65 6e 33 ... > > RV: 0x 0c 00 00 > vppctl show threads > 0000:83:00.0 1 15b3:1017 8.0 GT/s x16 mlx5_core CX555A - > ConnectX-5 QSFP28 PN: MCX555A-ECAT > > EC: AB > > V2: 0x 4d 43 58 35 35 35 41 2d ... > > SN: MT2014K01218 > > V3: 0x 65 30 30 64 32 65 33 65 ... > > VA: 0x 4d 4c 58 3a 4d 4f 44 4c ... > > V0: 0x 50 43 49 65 47 65 6e 33 ... > > RV: 0x ea 00 00 > unknown input `vppctl show threads' > [root@localhost ~]# vppctl show int rx > Thread 1 (vpp_wk_0): > node dpdk-input: > HundredGigabitEthernet82/0/0 queue 0 (polling) > HundredGigabitEthernet83/0/0 queue 0 (polling) > Thread 2 (vpp_wk_1): > node dpdk-input: > HundredGigabitEthernet82/0/0 queue 1 (polling) > HundredGigabitEthernet83/0/0 queue 1 (polling) > Thread 3 (vpp_wk_2): > node dpdk-input: > HundredGigabitEthernet82/0/0 queue 2 (polling) > HundredGigabitEthernet83/0/0 queue 2 (polling) > Thread 4 (vpp_wk_3): > node dpdk-input: > HundredGigabitEthernet82/0/0 queue 3 (polling) > HundredGigabitEthernet83/0/0 queue 3 (polling) > Thread 5 (vpp_wk_4): > node dpdk-input: > HundredGigabitEthernet82/0/0 queue 4 (polling) > HundredGigabitEthernet83/0/0 queue 4 (polling) > Thread 6 (vpp_wk_5): > node dpdk-input: > HundredGigabitEthernet82/0/0 queue 5 (polling) > HundredGigabitEthernet83/0/0 queue 5 (polling) > Thread 7 (vpp_wk_6): > node dpdk-input: > HundredGigabitEthernet82/0/0 queue 6 (polling) > HundredGigabitEthernet83/0/0 queue 6 (polling) > Thread 8 (vpp_wk_7): > node dpdk-input: > HundredGigabitEthernet82/0/0 queue 7 (polling) > HundredGigabitEthernet83/0/0 queue 7 (polling) > Thread 9 (vpp_wk_8): > node dpdk-input: > HundredGigabitEthernet82/0/0 queue 8 (polling) > HundredGigabitEthernet83/0/0 queue 8 (polling) > Thread 10 (vpp_wk_9): > node dpdk-input: > HundredGigabitEthernet82/0/0 queue 9 (polling) > HundredGigabitEthernet83/0/0 queue 9 (polling) > Thread 11 (vpp_wk_10): > node dpdk-input: > HundredGigabitEthernet82/0/0 queue 10 (polling) > HundredGigabitEthernet83/0/0 queue 10 (polling) > Thread 12 (vpp_wk_11): > node dpdk-input: > HundredGigabitEthernet82/0/0 queue 11 (polling) > HundredGigabitEthernet83/0/0 queue 11 (polling) > Thread 13 (vpp_wk_12): > node dpdk-input: > HundredGigabitEthernet82/0/0 queue 12 (polling) > HundredGigabitEthernet83/0/0 queue 12 (polling) > Thread 14 (vpp_wk_13): > node dpdk-input: > HundredGigabitEthernet82/0/0 queue 13 (polling) > HundredGigabitEthernet83/0/0 queue 13 (polling) > Thread 15 (vpp_wk_14): > node dpdk-input: > HundredGigabitEthernet82/0/0 queue 14 (polling) > HundredGigabitEthernet83/0/0 queue 14 (polling) > Thread 16 (vpp_wk_15): > node dpdk-input: > HundredGigabitEthernet82/0/0 queue 15 (polling) > HundredGigabitEthernet83/0/0 queue 15 (polling) > Thread 17 (vpp_wk_16): > node dpdk-input: > HundredGigabitEthernet82/0/0 queue 16 (polling) > HundredGigabitEthernet83/0/0 queue 16 (polling) > Thread 18 (vpp_wk_17): > node dpdk-input: > HundredGigabitEthernet82/0/0 queue 17 (polling) > HundredGigabitEthernet83/0/0 queue 17 (polling) > Thread 19 (vpp_wk_18): > node dpdk-input: > HundredGigabitEthernet82/0/0 queue 18 (polling) > HundredGigabitEthernet83/0/0 queue 18 (polling) > Thread 20 (vpp_wk_19): > node dpdk-input: > HundredGigabitEthernet82/0/0 queue 19 (polling) > HundredGigabitEthernet83/0/0 queue 19 (polling) > [root@localhost ~]# vppctl show hardware > Name Idx Link Hardware > HundredGigabitEthernet82/0/0 1 up HundredGigabitEthernet82/0/0 > Link speed: 100 Gbps > Ethernet address 0c:42:a1:50:d9:7e > Mellanox ConnectX-4 Family > carrier up full duplex mtu 9206 > flags: admin-up pmd maybe-multiseg rx-ip4-cksum > rx: queues 20 (max 65535), desc 1024 (min 0 max 65535 align 1) > tx: queues 20 (max 65535), desc 1024 (min 0 max 65535 align 1) > pci: device 15b3:1017 subsystem 15b3:0003 address 0000:82:00.00 numa 1 > max rx packet len: 65536 > promiscuous: unicast off all-multicast on > vlan offload: strip off filter off qinq off > rx offload avail: vlan-strip ipv4-cksum udp-cksum tcp-cksum vlan- > filter > jumbo-frame scatter timestamp keep-crc > rx offload active: ipv4-cksum jumbo-frame scatter > tx offload avail: vlan-insert ipv4-cksum udp-cksum tcp-cksum tcp-tso > outer-ipv4-cksum vxlan-tnl-tso gre-tnl-tso multi- > segs > udp-tnl-tso ip-tnl-tso > tx offload active: multi-segs > rss avail: ipv4-frag ipv4-tcp ipv4-udp ipv4-other ipv4 ipv6- > tcp-ex > ipv6-udp-ex ipv6-frag ipv6-tcp ipv6-udp ipv6-other > ipv6-ex ipv6 > rss active: ipv4-frag ipv4-tcp ipv4-udp ipv4-other ipv4 ipv6- > tcp-ex > ipv6-udp-ex ipv6-frag ipv6-tcp ipv6-udp ipv6-other > ipv6-ex ipv6 > tx burst function: mlx5_tx_burst_empw > rx burst function: mlx5_rx_burst > > tx frames ok 4 > tx bytes ok 408 > rx frames ok 286742018 > rx bytes ok 430113027000 > rx missed 5203588 > extended stats: > rx good packets 286742018 > tx good packets 4 > rx good bytes 430113027000 > tx good bytes 408 > rx missed errors 5203588 > rx q0packets 14562342 > rx q0bytes 21843513000 > rx q1packets 14562270 > rx q1bytes 21843405000 > rx q2packets 14562392 > rx q2bytes 21843588000 > rx q3packets 14562329 > rx q3bytes 21843493500 > rx q4packets 14562125 > rx q4bytes 21843187500 > rx q5packets 14562274 > rx q5bytes 21843411000 > rx q6packets 14562298 > rx q6bytes 21843447000 > rx q7packets 14562399 > rx q7bytes 21843598500 > rx q8packets 14562339 > rx q8bytes 21843508500 > rx q9packets 14562345 > rx q9bytes 21843517500 > rx q10packets 14562163 > rx q10bytes 21843244500 > rx q11packets 14562313 > rx q11bytes 21843469500 > rx q12packets 14002342 > rx q12bytes 21003513000 > rx q13packets 14002036 > rx q13bytes 21003054000 > rx q14packets 14002206 > rx q14bytes 21003309000 > rx q15packets 14002242 > rx q15bytes 21003363000 > tx q0packets 4 > tx q0bytes 408 > rx port unicast packets 295344682 > rx port unicast bytes 443017023000 > tx port multicast packets 4 > tx port multicast bytes 408 > tx packets phy 144 > rx packets phy 295348118 > tx bytes phy 9384 > rx bytes phy 444203569472 > rx discards phy 3056 > rx out of buffer 5203588 > HundredGigabitEthernet83/0/0 2 up HundredGigabitEthernet83/0/0 > Link speed: 100 Gbps > Ethernet address 0c:42:a1:50:d9:82 > Mellanox ConnectX-4 Family > carrier up full duplex mtu 9206 > flags: admin-up pmd maybe-multiseg rx-ip4-cksum > rx: queues 20 (max 65535), desc 1024 (min 0 max 65535 align 1) > tx: queues 20 (max 65535), desc 1024 (min 0 max 65535 align 1) > pci: device 15b3:1017 subsystem 15b3:0003 address 0000:83:00.00 numa 1 > max rx packet len: 65536 > promiscuous: unicast off all-multicast on > vlan offload: strip off filter off qinq off > rx offload avail: vlan-strip ipv4-cksum udp-cksum tcp-cksum vlan- > filter > jumbo-frame scatter timestamp keep-crc > rx offload active: ipv4-cksum jumbo-frame scatter > tx offload avail: vlan-insert ipv4-cksum udp-cksum tcp-cksum tcp-tso > outer-ipv4-cksum vxlan-tnl-tso gre-tnl-tso multi- > segs > udp-tnl-tso ip-tnl-tso > tx offload active: multi-segs > rss avail: ipv4-frag ipv4-tcp ipv4-udp ipv4-other ipv4 ipv6- > tcp-ex > ipv6-udp-ex ipv6-frag ipv6-tcp ipv6-udp ipv6-other > ipv6-ex ipv6 > rss active: ipv4-frag ipv4-tcp ipv4-udp ipv4-other ipv4 ipv6- > tcp-ex > ipv6-udp-ex ipv6-frag ipv6-tcp ipv6-udp ipv6-other > ipv6-ex ipv6 > tx burst function: mlx5_tx_burst_empw > rx burst function: mlx5_rx_burst > > tx frames ok 257091398 > tx bytes ok 385637091408 > extended stats: > tx good packets 257091398 > tx good bytes 385637091408 > tx q0packets 12837624 > tx q0bytes 19256430408 > tx q1packets 12863242 > tx q1bytes 19294863000 > tx q2packets 12863090 > tx q2bytes 19294635000 > tx q3packets 12862385 > tx q3bytes 19293577500 > tx q4packets 12862945 > tx q4bytes 19294417500 > tx q5packets 12861800 > tx q5bytes 19292700000 > tx q6packets 12862662 > tx q6bytes 19293993000 > tx q7packets 12862019 > tx q7bytes 19293028500 > tx q8packets 12862126 > tx q8bytes 19293189000 > tx q9packets 12862599 > tx q9bytes 19293898500 > tx q10packets 12862060 > tx q10bytes 19293090000 > tx q11packets 12861910 > tx q11bytes 19292865000 > tx q12packets 12862286 > tx q12bytes 19293429000 > tx q13packets 12845388 > tx q13bytes 19268082000 > tx q14packets 12845882 > tx q14bytes 19268823000 > tx q15packets 12845159 > tx q15bytes 19267738500 > tx port unicast packets 257091394 > tx port unicast bytes 385637091000 > tx port multicast packets 4 > tx port multicast bytes 408 > tx packets phy 257091398 > tx bytes phy 386665457000 > local0 0 down local0 > Link speed: unknown > local > vppctl show buffers[root@localhost ~]# vppctl show buffers > Pool Name Index NUMA Size Data Size Total Avail Cached > Used > default-numa-0 0 0 2496 2048 860370 798802 6481 > 55087 > default-numa-1 1 1 2496 2048 860370 849490 1296 > 9584 > [root@localhost ~]# > [root@localhost ~]# > [root@localhost ~]# > [root@localhost ~]# > [root@localhost ~]# > [root@localhost ~]# vppctl clear run > [root@localhost ~]# > [root@localhost ~]# vppctl show run > Thread 0 vpp_main (lcore 2) > Time 4.1, 10 sec internal node vector rate 0.00 > vector rates in 0.0000e0, out 0.0000e0, drop 0.0000e0, punt 0.0000e0 > Name State Calls Vectors > Suspends Clocks Vectors/Call > dpdk-process any wait 0 0 > 1 1.77e7 0.00 > fib-walk any wait 0 0 > 2 4.39e3 0.00 > ikev2-manager-process any wait 0 0 > 4 3.69e3 0.00 > ip6-icmp-neighbor-discovery-ev any wait 0 0 > 4 3.74e3 0.00 > nete-nat64-expire-walk any wait 0 0 > 2 2.56e3 0.00 > unix-cli-local:6 active 1 0 > 2 3.77e9 0.00 > unix-cli-new-session any wait 0 0 > 3 3.09e3 0.00 > unix-epoll-input polling 29425 0 > 0 3.02e5 0.00 > --------------- > Thread 1 vpp_wk_0 (lcore 3) > Time 4.1, 10 sec internal node vector rate 1.95 > vector rates in 4.1654e5, out 3.6668e5, drop 0.0000e0, punt 0.0000e0 > Name State Calls Vectors > Suspends Clocks Vectors/Call > HundredGigabitEthernet83/0/0-o active 866718 1691296 > 0 2.41e2 1.95 > HundredGigabitEthernet83/0/0-t active 866718 1488849 > 0 2.22e2 1.72 > dpdk-input polling 22577757 1691296 > 0 3.19e3 .07 > ethernet-input active 866718 1691296 > 0 2.03e2 1.95 > ip6-input active 866718 1691296 > 0 1.22e2 1.95 > ip6-load-balance active 866718 1691296 > 0 9.44e1 1.95 > ip6-lookup active 866718 1691296 > 0 1.55e2 1.95 > ip6-rewrite active 866718 1691296 > 0 2.31e2 1.95 > unix-epoll-input polling 22027 0 > 0 9.01e2 0.00 > --------------- > Thread 2 vpp_wk_1 (lcore 4) > Time 4.1, 10 sec internal node vector rate 1.95 > vector rates in 4.1650e5, out 3.6669e5, drop 0.0000e0, punt 0.0000e0 > Name State Calls Vectors > Suspends Clocks Vectors/Call > HundredGigabitEthernet83/0/0-o active 867095 1691135 > 0 2.44e2 1.95 > HundredGigabitEthernet83/0/0-t active 867095 1488896 > 0 2.21e2 1.72 > dpdk-input polling 21741131 1691135 > 0 3.27e3 .08 > ethernet-input active 867095 1691135 > 0 2.04e2 1.95 > ip6-input active 867095 1691135 > 0 1.23e2 1.95 > ip6-load-balance active 867095 1691135 > 0 9.39e1 1.95 > ip6-lookup active 867095 1691135 > 0 1.56e2 1.95 > ip6-rewrite active 867095 1691135 > 0 2.35e2 1.95 > unix-epoll-input polling 21211 0 > 0 9.09e2 0.00 > --------------- > Thread 3 vpp_wk_2 (lcore 5) > Time 4.1, 10 sec internal node vector rate 1.95 > vector rates in 4.1653e5, out 3.6671e5, drop 0.0000e0, punt 0.0000e0 > Name State Calls Vectors > Suspends Clocks Vectors/Call > HundredGigabitEthernet83/0/0-o active 866196 1691245 > 0 2.44e2 1.95 > HundredGigabitEthernet83/0/0-t active 866196 1488971 > 0 2.22e2 1.72 > dpdk-input polling 22450310 1691245 > 0 3.23e3 .08 > ethernet-input active 866196 1691245 > 0 2.06e2 1.95 > ip6-input active 866196 1691245 > 0 1.22e2 1.95 > ip6-load-balance active 866196 1691245 > 0 9.43e1 1.95 > ip6-lookup active 866196 1691245 > 0 1.59e2 1.95 > ip6-rewrite active 866196 1691245 > 0 2.36e2 1.95 > unix-epoll-input polling 21902 0 > 0 9.08e2 0.00 > --------------- > Thread 4 vpp_wk_3 (lcore 6) > Time 4.1, 10 sec internal node vector rate 1.95 > vector rates in 4.1657e5, out 3.6669e5, drop 0.0000e0, punt 0.0000e0 > Name State Calls Vectors > Suspends Clocks Vectors/Call > HundredGigabitEthernet83/0/0-o active 865793 1691399 > 0 2.45e2 1.95 > HundredGigabitEthernet83/0/0-t active 865793 1488870 > 0 2.22e2 1.72 > dpdk-input polling 22276713 1691399 > 0 3.22e3 .08 > ethernet-input active 865793 1691399 > 0 2.09e2 1.95 > ip6-input active 865793 1691399 > 0 1.22e2 1.95 > ip6-load-balance active 865793 1691399 > 0 9.40e1 1.95 > ip6-lookup active 865793 1691399 > 0 1.60e2 1.95 > ip6-rewrite active 865793 1691399 > 0 2.37e2 1.95 > unix-epoll-input polling 21734 0 > 0 9.03e2 0.00 > --------------- > Thread 5 vpp_wk_4 (lcore 7) > Time 4.1, 10 sec internal node vector rate 1.97 > vector rates in 4.1654e5, out 3.6669e5, drop 0.0000e0, punt 0.0000e0 > Name State Calls Vectors > Suspends Clocks Vectors/Call > HundredGigabitEthernet83/0/0-o active 860141 1691297 > 0 2.41e2 1.97 > HundredGigabitEthernet83/0/0-t active 860141 1488894 > 0 2.38e2 1.73 > dpdk-input polling 22575532 1691297 > 0 3.22e3 .07 > ethernet-input active 860141 1691297 > 0 2.05e2 1.97 > ip6-input active 860141 1691297 > 0 1.27e2 1.97 > ip6-load-balance active 860141 1691297 > 0 9.45e1 1.97 > ip6-lookup active 860141 1691297 > 0 1.54e2 1.97 > ip6-rewrite active 860141 1691297 > 0 2.32e2 1.97 > unix-epoll-input polling 22025 0 > 0 8.86e2 0.00 > --------------- > Thread 6 vpp_wk_5 (lcore 8) > Time 4.1, 10 sec internal node vector rate 1.97 > vector rates in 4.1659e5, out 3.6669e5, drop 0.0000e0, punt 0.0000e0 > Name State Calls Vectors > Suspends Clocks Vectors/Call > HundredGigabitEthernet83/0/0-o active 860515 1691479 > 0 2.42e2 1.97 > HundredGigabitEthernet83/0/0-t active 860515 1488905 > 0 2.20e2 1.73 > dpdk-input polling 22226430 1691479 > 0 3.25e3 .08 > ethernet-input active 860515 1691479 > 0 2.01e2 1.97 > ip6-input active 860515 1691479 > 0 1.22e2 1.97 > ip6-load-balance active 860515 1691479 > 0 9.40e1 1.97 > ip6-lookup active 860515 1691479 > 0 1.57e2 1.97 > ip6-rewrite active 860515 1691479 > 0 2.36e2 1.97 > unix-epoll-input polling 21684 0 > 0 9.14e2 0.00 > --------------- > Thread 7 vpp_wk_6 (lcore 9) > Time 4.1, 10 sec internal node vector rate 1.97 > vector rates in 4.1655e5, out 3.6658e5, drop 0.0000e0, punt 0.0000e0 > Name State Calls Vectors > Suspends Clocks Vectors/Call > HundredGigabitEthernet83/0/0-o active 860712 1691344 > 0 2.42e2 1.97 > HundredGigabitEthernet83/0/0-t active 860712 1488452 > 0 2.22e2 1.73 > dpdk-input polling 22627599 1691344 > 0 3.23e3 .07 > ethernet-input active 860712 1691344 > 0 2.09e2 1.97 > ip6-input active 860712 1691344 > 0 1.21e2 1.97 > ip6-load-balance active 860712 1691344 > 0 9.39e1 1.97 > ip6-lookup active 860712 1691344 > 0 1.54e2 1.97 > ip6-rewrite active 860712 1691344 > 0 2.34e2 1.97 > unix-epoll-input polling 22076 0 > 0 9.02e2 0.00 > --------------- > Thread 8 vpp_wk_7 (lcore 10) > Time 4.1, 10 sec internal node vector rate 1.97 > vector rates in 4.1653e5, out 3.6664e5, drop 0.0000e0, punt 0.0000e0 > Name State Calls Vectors > Suspends Clocks Vectors/Call > HundredGigabitEthernet83/0/0-o active 859753 1691264 > 0 2.41e2 1.97 > HundredGigabitEthernet83/0/0-t active 859753 1488679 > 0 2.19e2 1.73 > dpdk-input polling 22677667 1691264 > 0 3.24e3 .07 > ethernet-input active 859753 1691264 > 0 2.10e2 1.97 > ip6-input active 859753 1691264 > 0 1.22e2 1.97 > ip6-load-balance active 859753 1691264 > 0 9.52e1 1.97 > ip6-lookup active 859753 1691264 > 0 1.52e2 1.97 > ip6-rewrite active 859753 1691264 > 0 2.32e2 1.97 > unix-epoll-input polling 22124 0 > 0 9.04e2 0.00 > --------------- > Thread 9 vpp_wk_8 (lcore 11) > Time 4.1, 10 sec internal node vector rate 1.95 > vector rates in 4.1656e5, out 3.6664e5, drop 0.0000e0, punt 0.0000e0 > Name State Calls Vectors > Suspends Clocks Vectors/Call > HundredGigabitEthernet83/0/0-o active 867051 1691374 > 0 2.46e2 1.95 > HundredGigabitEthernet83/0/0-t active 867051 1488683 > 0 2.26e2 1.72 > dpdk-input polling 22214445 1691374 > 0 3.24e3 .08 > ethernet-input active 867051 1691374 > 0 2.04e2 1.95 > ip6-input active 867051 1691374 > 0 1.22e2 1.95 > ip6-load-balance active 867051 1691374 > 0 9.44e1 1.95 > ip6-lookup active 867051 1691374 > 0 1.59e2 1.95 > ip6-rewrite active 867051 1691374 > 0 2.34e2 1.95 > unix-epoll-input polling 21672 0 > 0 9.05e2 0.00 > --------------- > Thread 10 vpp_wk_9 (lcore 12) > Time 4.1, 10 sec internal node vector rate 1.95 > vector rates in 4.1652e5, out 3.6656e5, drop 0.0000e0, punt 0.0000e0 > Name State Calls Vectors > Suspends Clocks Vectors/Call > HundredGigabitEthernet83/0/0-o active 866390 1691230 > 0 2.40e2 1.95 > HundredGigabitEthernet83/0/0-t active 866390 1488360 > 0 2.15e2 1.72 > dpdk-input polling 21882088 1691230 > 0 3.23e3 .08 > ethernet-input active 866390 1691230 > 0 2.05e2 1.95 > ip6-input active 866390 1691230 > 0 1.23e2 1.95 > ip6-load-balance active 866390 1691230 > 0 9.68e1 1.95 > ip6-lookup active 866390 1691230 > 0 1.57e2 1.95 > ip6-rewrite active 866390 1691230 > 0 2.35e2 1.95 > unix-epoll-input polling 21349 0 > 0 9.14e2 0.00 > --------------- > Thread 11 vpp_wk_10 (lcore 13) > Time 4.1, 10 sec internal node vector rate 1.95 > vector rates in 4.1653e5, out 3.6664e5, drop 0.0000e0, punt 0.0000e0 > Name State Calls Vectors > Suspends Clocks Vectors/Call > HundredGigabitEthernet83/0/0-o active 866768 1691261 > 0 2.46e2 1.95 > HundredGigabitEthernet83/0/0-t active 866768 1488678 > 0 2.17e2 1.72 > dpdk-input polling 21553213 1691261 > 0 3.27e3 .08 > ethernet-input active 866768 1691261 > 0 2.08e2 1.95 > ip6-input active 866768 1691261 > 0 1.24e2 1.95 > ip6-load-balance active 866768 1691261 > 0 9.56e1 1.95 > ip6-lookup active 866768 1691261 > 0 1.62e2 1.95 > ip6-rewrite active 866768 1691261 > 0 2.38e2 1.95 > unix-epoll-input polling 21028 0 > 0 9.24e2 0.00 > --------------- > Thread 12 vpp_wk_11 (lcore 14) > Time 4.1, 10 sec internal node vector rate 1.95 > vector rates in 4.1654e5, out 3.6668e5, drop 0.0000e0, punt 0.0000e0 > Name State Calls Vectors > Suspends Clocks Vectors/Call > HundredGigabitEthernet83/0/0-o active 866455 1691299 > 0 2.41e2 1.95 > HundredGigabitEthernet83/0/0-t active 866455 1488825 > 0 2.16e2 1.72 > dpdk-input polling 21824225 1691299 > 0 3.25e3 .08 > ethernet-input active 866455 1691299 > 0 2.09e2 1.95 > ip6-input active 866455 1691299 > 0 1.22e2 1.95 > ip6-load-balance active 866455 1691299 > 0 9.58e1 1.95 > ip6-lookup active 866455 1691299 > 0 1.58e2 1.95 > ip6-rewrite active 866455 1691299 > 0 2.39e2 1.95 > unix-epoll-input polling 21292 0 > 0 9.03e2 0.00 > --------------- > Thread 13 vpp_wk_12 (lcore 15) > Time 4.1, 10 sec internal node vector rate 1.92 > vector rates in 4.0055e5, out 3.6667e5, drop 0.0000e0, punt 0.0000e0 > Name State Calls Vectors > Suspends Clocks Vectors/Call > HundredGigabitEthernet83/0/0-o active 845801 1626352 > 0 2.48e2 1.92 > HundredGigabitEthernet83/0/0-t active 845801 1488823 > 0 2.19e2 1.76 > dpdk-input polling 22717655 1626352 > 0 3.38e3 .07 > ethernet-input active 845801 1626352 > 0 2.08e2 1.92 > ip6-input active 845801 1626352 > 0 1.24e2 1.92 > ip6-load-balance active 845801 1626352 > 0 9.99e1 1.92 > ip6-lookup active 845801 1626352 > 0 1.59e2 1.92 > ip6-rewrite active 845801 1626352 > 0 2.34e2 1.92 > unix-epoll-input polling 22164 0 > 0 8.86e2 0.00 > --------------- > Thread 14 vpp_wk_13 (lcore 16) > Time 4.1, 10 sec internal node vector rate 1.92 > vector rates in 4.0055e5, out 3.6667e5, drop 0.0000e0, punt 0.0000e0 > Name State Calls Vectors > Suspends Clocks Vectors/Call > HundredGigabitEthernet83/0/0-o active 846878 1626371 > 0 2.51e2 1.92 > HundredGigabitEthernet83/0/0-t active 846878 1488795 > 0 2.15e2 1.76 > dpdk-input polling 22703525 1626371 > 0 3.39e3 .07 > ethernet-input active 846878 1626371 > 0 2.06e2 1.92 > ip6-input active 846878 1626371 > 0 1.28e2 1.92 > ip6-load-balance active 846878 1626371 > 0 9.70e1 1.92 > ip6-lookup active 846878 1626371 > 0 1.56e2 1.92 > ip6-rewrite active 846878 1626371 > 0 2.32e2 1.92 > unix-epoll-input polling 22150 0 > 0 9.07e2 0.00 > --------------- > Thread 15 vpp_wk_14 (lcore 17) > Time 4.1, 10 sec internal node vector rate 1.92 > vector rates in 4.0057e5, out 3.6662e5, drop 0.0000e0, punt 0.0000e0 > Name State Calls Vectors > Suspends Clocks Vectors/Call > HundredGigabitEthernet83/0/0-o active 846182 1626466 > 0 2.48e2 1.92 > HundredGigabitEthernet83/0/0-t active 846182 1488612 > 0 2.16e2 1.76 > dpdk-input polling 22709909 1626466 > 0 3.39e3 .07 > ethernet-input active 846182 1626466 > 0 2.08e2 1.92 > ip6-input active 846182 1626466 > 0 1.25e2 1.92 > ip6-load-balance active 846182 1626466 > 0 1.00e2 1.92 > ip6-lookup active 846182 1626466 > 0 1.60e2 1.92 > ip6-rewrite active 846182 1626466 > 0 2.33e2 1.92 > unix-epoll-input polling 22156 0 > 0 9.12e2 0.00 > --------------- > Thread 16 vpp_wk_15 (lcore 18) > Time 4.1, 10 sec internal node vector rate 1.92 > vector rates in 4.0052e5, out 3.6666e5, drop 0.0000e0, punt 0.0000e0 > Name State Calls Vectors > Suspends Clocks Vectors/Call > HundredGigabitEthernet83/0/0-o active 846084 1626255 > 0 2.50e2 1.92 > HundredGigabitEthernet83/0/0-t active 846084 1488776 > 0 2.17e2 1.76 > dpdk-input polling 22574468 1626255 > 0 3.39e3 .07 > ethernet-input active 846084 1626255 > 0 2.11e2 1.92 > ip6-input active 846084 1626255 > 0 1.25e2 1.92 > ip6-load-balance active 846084 1626255 > 0 9.60e1 1.92 > ip6-lookup active 846084 1626255 > 0 1.59e2 1.92 > ip6-rewrite active 846084 1626255 > 0 2.36e2 1.92 > unix-epoll-input polling 22024 0 > 0 9.25e2 0.00 > --------------- > Thread 17 vpp_wk_16 (lcore 19) > Time 4.1, 10 sec internal node vector rate 1.92 > vector rates in 4.0053e5, out 3.6667e5, drop 0.0000e0, punt 0.0000e0 > Name State Calls Vectors > Suspends Clocks Vectors/Call > HundredGigabitEthernet83/0/0-o active 846713 1626300 > 0 2.48e2 1.92 > HundredGigabitEthernet83/0/0-t active 846713 1488806 > 0 2.18e2 1.76 > dpdk-input polling 22600446 1626300 > 0 3.39e3 .07 > ethernet-input active 846713 1626300 > 0 2.16e2 1.92 > ip6-input active 846713 1626300 > 0 1.24e2 1.92 > ip6-load-balance active 846713 1626300 > 0 9.59e1 1.92 > ip6-lookup active 846713 1626300 > 0 1.59e2 1.92 > ip6-rewrite active 846713 1626300 > 0 2.33e2 1.92 > unix-epoll-input polling 22050 0 > 0 9.09e2 0.00 > --------------- > Thread 18 vpp_wk_17 (lcore 20) > Time 4.1, 10 sec internal node vector rate 1.92 > vector rates in 4.0055e5, out 3.6663e5, drop 0.0000e0, punt 0.0000e0 > Name State Calls Vectors > Suspends Clocks Vectors/Call > HundredGigabitEthernet83/0/0-o active 846800 1626357 > 0 8.64e1 1.92 > HundredGigabitEthernet83/0/0-t active 846800 1488632 > 0 1.73e2 1.76 > dpdk-input polling 31062613 1626357 > 0 3.76e3 .05 > ethernet-input active 846800 1626357 > 0 1.12e2 1.92 > ip6-input active 846800 1626357 > 0 1.07e2 1.92 > ip6-load-balance active 846800 1626357 > 0 8.08e1 1.92 > ip6-lookup active 846800 1626357 > 0 1.38e2 1.92 > ip6-rewrite active 846800 1626357 > 0 8.58e1 1.92 > unix-epoll-input polling 30305 0 > 0 7.69e2 0.00 > --------------- > Thread 19 vpp_wk_18 (lcore 21) > Time 4.1, 10 sec internal node vector rate 1.92 > vector rates in 4.0053e5, out 3.6669e5, drop 0.0000e0, punt 0.0000e0 > Name State Calls Vectors > Suspends Clocks Vectors/Call > HundredGigabitEthernet83/0/0-o active 846619 1626268 > 0 9.06e1 1.92 > HundredGigabitEthernet83/0/0-t active 846619 1488871 > 0 1.79e2 1.76 > dpdk-input polling 31058807 1626268 > 0 3.75e3 .05 > ethernet-input active 846619 1626268 > 0 1.12e2 1.92 > ip6-input active 846619 1626268 > 0 1.07e2 1.92 > ip6-load-balance active 846619 1626268 > 0 8.13e1 1.92 > ip6-lookup active 846619 1626268 > 0 1.36e2 1.92 > ip6-rewrite active 846619 1626268 > 0 8.32e1 1.92 > unix-epoll-input polling 30301 0 > 0 1.14e3 0.00 > --------------- > Thread 20 vpp_wk_19 (lcore 22) > Time 4.1, 10 sec internal node vector rate 1.92 > vector rates in 4.0055e5, out 3.6665e5, drop 0.0000e0, punt 0.0000e0 > Name State Calls Vectors > Suspends Clocks Vectors/Call > HundredGigabitEthernet83/0/0-o active 846673 1626388 > 0 9.39e1 1.92 > HundredGigabitEthernet83/0/0-t active 846673 1488718 > 0 1.79e2 1.76 > dpdk-input polling 31295188 1626388 > 0 3.75e3 .05 > ethernet-input active 846673 1626388 > 0 1.11e2 1.92 > ip6-input active 846673 >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#16983): https://lists.fd.io/g/vpp-dev/message/16983 Mute This Topic: https://lists.fd.io/mt/75416173/21656 Mute #vpp: https://lists.fd.io/g/fdio+vpp-dev/mutehashtag/vpp Mute #dpdk: https://lists.fd.io/g/fdio+vpp-dev/mutehashtag/dpdk Group Owner: vpp-dev+ow...@lists.fd.io Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-