Hi, Here are the attached logs. I also see the counters on eth3 get increments after pings packets are sent out. The packets are never sent out after that. They are stuck on tx queue. Thank you for looking into this.
Regards, Satish K Amara On Thu, Aug 19, 2021 at 3:13 AM Benoit Ganne (bganne) <bga...@cisco.com> wrote: > I do not think those are hard errors, especially if packets go through. > To debug the ipsec issue we'll need a packet trace, eg.: > ~# vppctl cle tr > ~# vppctl tr add dpdk-input 100 > <reproduce the issue> > ~# vppctl sh tr > > Best > ben > > > -----Original Message----- > > From: vpp-dev@lists.fd.io <vpp-dev@lists.fd.io> On Behalf Of satish > amara > > Sent: mercredi 18 août 2021 20:37 > > To: vpp-dev@lists.fd.io > > Cc: Damjan Marion <dmar...@me.com> > > Subject: [vpp-dev] DPDK initialization issues > > > > [Edited Message Follows] > > > > Hi, > > > > I tried to bring the VPP with DPDK enabled interface and seeing the > > following issues. Not sure how to resolve them. > > > > 2021/08/18 14:12:17:921 notice vat-plug/load Loaded plugin: > > nsim_test_plugin.so > > 2021/08/18 14:12:17:921 notice dpdk EAL: Detected 4 > lcore(s) > > 2021/08/18 14:12:17:921 notice dpdk EAL: Detected 1 NUMA > > nodes > > 2021/08/18 14:12:17:921 notice dpdk EAL: Selected IOVA mode > > 'PA' > > 2021/08/18 14:12:17:921 notice dpdk EAL: No available > > hugepages reported in hugepages-1048576kB > > 2021/08/18 14:12:17:921 notice dpdk EAL: No free hugepages > > reported in hugepages-1048576kB > > 2021/08/18 14:12:17:921 notice dpdk EAL: No available > > hugepages reported in hugepages-1048576kB > > 2021/08/18 14:12:17:921 notice dpdk EAL: Probing VFIO > > support... > > 2021/08/18 14:12:17:921 notice dpdk EAL: VFIO support > > initialized > > 2021/08/18 14:12:17:921 notice dpdk EAL: WARNING! Base > > virtual address hint (0xa80001000 != 0x7fedc0000000) not respected! > > 2021/08/18 14:12:17:921 notice dpdk EAL: This may cause > > issues with mapping memory into secondary processes > > 2021/08/18 14:12:17:921 notice dpdk EAL: WARNING! Base > > virtual address hint (0xc00002000 != 0x7fe580000000) not respected! > > 2021/08/18 14:12:17:921 notice dpdk EAL: This may cause > > issues with mapping memory into secondary processes > > 2021/08/18 14:12:17:921 notice dpdk EAL: WARNING! Base > > virtual address hint (0xd80003000 != 0x7fdd40000000) not respected! > > 2021/08/18 14:12:17:921 notice dpdk EAL: This may cause > > issues with mapping memory into secondary processes > > 2021/08/18 14:12:17:921 notice dpdk EAL: WARNING! Base > > virtual address hi > > nt (0xdc0a64000 != 0x7fd93fe00000) not respected! > > 2021/08/18 14:12:17:921 notice dpdk EAL: This may cause > > issues with mapping memory into secondary processes > > 2021/08/18 14:12:17:921 notice dpdk EAL: WARNING! Base > > virtual address hint (0xdc16c5000 != 0x7fd53fc00000) not respected! > > 2021/08/18 14:12:17:921 notice dpdk EAL: This may cause > > issues with mapping memory into secondary processes > > 2021/08/18 14:12:17:921 notice dpdk EAL: WARNING! Base > > virtual address hint (0xdc2326000 != 0x7fd13fa00000) not respected! > > 2021/08/18 14:12:17:921 notice dpdk EAL: This may cause > > issues with mapping memory into secondary processes > > 2021/08/18 14:12:17:921 notice dpdk EAL: WARNING! Base > > virtual address hint (0xdc2f87000 != 0x7fcd3f800000) not respected! > > 2021/08/18 14:12:17:921 notice dpdk EAL: This may cause > > issues with mapping memory into secondary processes > > 2021/08/18 14:12:17:921 notice dpdk EAL: Using memfd is not > > supported, falling back to anonymous hugepages > > 2021/08/18 14:12:17:921 notice dpdk EAL: Invalid NUMA > > socket, default to 0 > > 2021/08/18 14:12:17:921 notice dpdk EAL: Probe PCI driver: > > net_virtio (1af4:1000) device: 0000:00:04.0 (socket 0) > > 2021/08/18 14:12:17:921 notice dpdk EAL: Invalid NUMA > > socket, default to 0 > > 2021/08/18 14:12:17:921 notice dpdk EAL: Probe PCI driver: > > net_virtio (1af4:1000) device: 0000:00:05.0 (socket 0) > > 2021/08/18 14:12:17:921 notice dpdk EAL: Invalid NUMA > > socket, default to 0 > > 2021/08/18 14:12:17:921 notice dpdk EAL: Probe PCI driver: > > net_virtio (1af4:1000) device: 0000:00:06.0 (socket 0) > > 2021/08/18 14:12:17:921 notice dpdk EAL: No legacy > > callbacks, legacy socket not created > > 2021/08/18 14:12:17:921 notice dpdk EAL: VFIO support not > > initialized > > > > cat /etc/sysctl.d/80-vpp.conf > > # Number of 2MB hugepages desired > > vm.nr_hugepages=1024 > > > > # Must be greater than or equal to (2 * vm.nr_hugepages). > > vm.max_map_count=3096 > > > > # All groups allowed to access hugepages > > vm.hugetlb_shm_group=0 > > # Shared Memory Max must be greater or equal to the total size of > > hugepages. > > # For 2MB pages, TotalHugepageSize = vm.nr_hugepages * 2 * 1024 * 1024 > > # If the existing kernel.shmmax setting (cat /proc/sys/kernel/shmmax) > > # is greater than the calculated TotalHugepageSize then set this > parameter > > # to current shmmax value. > > kernel.shmmax=2147483648 > > > > > > > > > > > > But in spite of the error, I was able to ping thru the interface owned by > > DPDK. Seeing issue for IPSEC traffic. So trying to find where the issue > > is > > > > Thanks, > > Satish Amara >
------------------- Start of thread 0 vpp_main ------------------- Packet 1 19:57:16:507891: dpdk-input eth1 rx queue 0 buffer 0x9b83a: current data 0, length 166, buffer-pool 0, ref-count 1, totlen-nifb 0, trace handle 0x0 ext-hdr-valid l4-cksum-computed l4-cksum-correct PKT MBUF: port 0, nb_segs 1, pkt_len 166 buf_len 2176, data_len 166, ol_flags 0x0, data_off 128, phys_addr 0x726e0f00 packet_type 0x0 l2_len 0 l3_len 0 outer_l2_len 0 outer_l3_len 0 rss 0x0 fdir.hi 0x0 fdir.lo 0x0 IP4: fa:16:3f:30:f7:ed -> fa:16:3f:f0:26:92 IPSEC_ESP: 192.168.1.6 -> 192.168.2.6 tos 0x00, ttl 62, length 152, checksum 0xf7d7 dscp CS0 ecn NON_ECN fragment id 0x0000 19:57:16:507928: ethernet-input frame: flags 0x1, hw-if-index 1, sw-if-index 1 IP4: fa:16:3f:30:f7:ed -> fa:16:3f:f0:26:92 19:57:16:507939: ip4-input IPSEC_ESP: 192.168.1.6 -> 192.168.2.6 tos 0x00, ttl 62, length 152, checksum 0xf7d7 dscp CS0 ecn NON_ECN fragment id 0x0000 19:57:16:507945: ip4-lookup fib 0 dpo-idx 7 flow hash: 0x00000000 IPSEC_ESP: 192.168.1.6 -> 192.168.2.6 tos 0x00, ttl 62, length 152, checksum 0xf7d7 dscp CS0 ecn NON_ECN fragment id 0x0000 19:57:16:507952: ip4-local IPSEC_ESP: 192.168.1.6 -> 192.168.2.6 tos 0x00, ttl 62, length 152, checksum 0xf7d7 dscp CS0 ecn NON_ECN fragment id 0x0000 19:57:16:507954: ipsec4-tun-input IPSec: remote:192.168.1.6 spi:3879206497 (0xe737fe61) seq 6 sa 1 19:57:16:507957: esp4-decrypt-tun esp: crypto aes-cbc-256 integrity sha1-96 pkt-seq 6 sa-seq 6 sa-seq-hi 0 19:57:16:507988: ip4-input-no-checksum ICMP: 192.168.100.20 -> 192.168.200.20 tos 0x00, ttl 63, length 84, checksum 0x3550 dscp CS0 ecn NON_ECN fragment id 0x58df, flags DONT_FRAGMENT ICMP echo_request checksum 0x8cda 19:57:16:507990: ip4-lookup fib 0 dpo-idx 5 flow hash: 0x00000000 ICMP: 192.168.100.20 -> 192.168.200.20 tos 0x00, ttl 63, length 84, checksum 0x3550 dscp CS0 ecn NON_ECN fragment id 0x58df, flags DONT_FRAGMENT ICMP echo_request checksum 0x8cda 19:57:16:507991: ip4-rewrite tx_sw_if_index 3 dpo-idx 5 : ipv4 via 192.168.200.20 eth3: mtu:9000 next:5 fa163fe07f99fa163f5505b10800 flow hash: 0x00000000 00000000: fa163fe07f99fa163f5505b108004500005458df40003e013650c0a86414c0a8 00000020: c81408008cda20e40001186a1e61000000004ca20800000000001011 19:57:16:507993: eth3-output eth3 IP4: fa:16:3f:55:05:b1 -> fa:16:3f:e0:7f:99 ICMP: 192.168.100.20 -> 192.168.200.20 tos 0x00, ttl 62, length 84, checksum 0x3650 dscp CS0 ecn NON_ECN fragment id 0x58df, flags DONT_FRAGMENT ICMP echo_request checksum 0x8cda 19:57:16:508005: eth3-tx eth3 tx queue 0 buffer 0x9b83a: current data 44, length 98, buffer-pool 0, ref-count 1, trace handle 0x0 ext-hdr-valid l4-cksum-computed l4-cksum-correct l2-hdr-offset 0 l3-hdr-offset 14 PKT MBUF: port 0, nb_segs 1, pkt_len 98 buf_len 2176, data_len 98, ol_flags 0x0, data_off 172, phys_addr 0x726e0f00 packet_type 0x0 l2_len 0 l3_len 0 outer_l2_len 0 outer_l3_len 0 rss 0x0 fdir.hi 0x0 fdir.lo 0x0 IP4: fa:16:3f:55:05:b1 -> fa:16:3f:e0:7f:99 ICMP: 192.168.100.20 -> 192.168.200.20 tos 0x00, ttl 62, length 84, checksum 0x3650 dscp CS0 ecn NON_ECN fragment id 0x58df, flags DONT_FRAGMENT ICMP echo_request checksum 0x8cda Packet 2 19:57:17:560148: dpdk-input eth1 rx queue 0 buffer 0x9b813: current data 0, length 166, buffer-pool 0, ref-count 1, totlen-nifb 0, trace handle 0x1 ext-hdr-valid l4-cksum-computed l4-cksum-correct PKT MBUF: port 0, nb_segs 1, pkt_len 166 buf_len 2176, data_len 166, ol_flags 0x0, data_off 128, phys_addr 0x726e0540 packet_type 0x0 l2_len 0 l3_len 0 outer_l2_len 0 outer_l3_len 0 rss 0x0 fdir.hi 0x0 fdir.lo 0x0 IP4: fa:16:3f:30:f7:ed -> fa:16:3f:f0:26:92 IPSEC_ESP: 192.168.1.6 -> 192.168.2.6 tos 0x00, ttl 62, length 152, checksum 0xf7d7 dscp CS0 ecn NON_ECN fragment id 0x0000 19:57:17:560158: ethernet-input frame: flags 0x1, hw-if-index 1, sw-if-index 1 IP4: fa:16:3f:30:f7:ed -> fa:16:3f:f0:26:92 19:57:17:560163: ip4-input IPSEC_ESP: 192.168.1.6 -> 192.168.2.6 tos 0x00, ttl 62, length 152, checksum 0xf7d7 dscp CS0 ecn NON_ECN fragment id 0x0000 19:57:17:560166: ip4-lookup fib 0 dpo-idx 7 flow hash: 0x00000000 IPSEC_ESP: 192.168.1.6 -> 192.168.2.6 tos 0x00, ttl 62, length 152, checksum 0xf7d7 dscp CS0 ecn NON_ECN fragment id 0x0000 19:57:17:560167: ip4-local IPSEC_ESP: 192.168.1.6 -> 192.168.2.6 tos 0x00, ttl 62, length 152, checksum 0xf7d7 dscp CS0 ecn NON_ECN fragment id 0x0000 19:57:17:560169: ipsec4-tun-input IPSec: remote:192.168.1.6 spi:3879206497 (0xe737fe61) seq 7 sa 1 19:57:17:560172: esp4-decrypt-tun esp: crypto aes-cbc-256 integrity sha1-96 pkt-seq 7 sa-seq 7 sa-seq-hi 0 19:57:17:560187: ip4-input-no-checksum ICMP: 192.168.100.20 -> 192.168.200.20 tos 0x00, ttl 63, length 84, checksum 0x351e dscp CS0 ecn NON_ECN fragment id 0x5911, flags DONT_FRAGMENT ICMP echo_request checksum 0xb6ff 19:57:17:560189: ip4-lookup fib 0 dpo-idx 5 flow hash: 0x00000000 ICMP: 192.168.100.20 -> 192.168.200.20 tos 0x00, ttl 63, length 84, checksum 0x351e dscp CS0 ecn NON_ECN fragment id 0x5911, flags DONT_FRAGMENT ICMP echo_request checksum 0xb6ff 19:57:17:560189: ip4-rewrite tx_sw_if_index 3 dpo-idx 5 : ipv4 via 192.168.200.20 eth3: mtu:9000 next:5 fa163fe07f99fa163f5505b10800 flow hash: 0x00000000 00000000: fa163fe07f99fa163f5505b1080045000054591140003e01361ec0a86414c0a8 00000020: c8140800b6ff20e40002196a1e6100000000207c0900000000001011 19:57:17:560191: eth3-output eth3 IP4: fa:16:3f:55:05:b1 -> fa:16:3f:e0:7f:99 ICMP: 192.168.100.20 -> 192.168.200.20 tos 0x00, ttl 62, length 84, checksum 0x361e dscp CS0 ecn NON_ECN fragment id 0x5911, flags DONT_FRAGMENT ICMP echo_request checksum 0xb6ff 19:57:17:560193: eth3-tx eth3 tx queue 0 buffer 0x9b813: current data 44, length 98, buffer-pool 0, ref-count 1, trace handle 0x1 ext-hdr-valid l4-cksum-computed l4-cksum-correct l2-hdr-offset 0 l3-hdr-offset 14 PKT MBUF: port 0, nb_segs 1, pkt_len 98 buf_len 2176, data_len 98, ol_flags 0x0, data_off 172, phys_addr 0x726e0540 packet_type 0x0 l2_len 0 l3_len 0 outer_l2_len 0 outer_l3_len 0 rss 0x0 fdir.hi 0x0 fdir.lo 0x0 IP4: fa:16:3f:55:05:b1 -> fa:16:3f:e0:7f:99 ICMP: 192.168.100.20 -> 192.168.200.20 tos 0x00, ttl 62, length 84, checksum 0x361e dscp CS0 ecn NON_ECN fragment id 0x5911, flags DONT_FRAGMENT ICMP echo_request checksum 0xb6ff Packet 3 19:57:18:581843: dpdk-input eth1 rx queue 0 buffer 0x9b7ec: current data 0, length 166, buffer-pool 0, ref-count 1, totlen-nifb 0, trace handle 0x2 ext-hdr-valid l4-cksum-computed l4-cksum-correct PKT MBUF: port 0, nb_segs 1, pkt_len 166 buf_len 2176, data_len 166, ol_flags 0x0, data_off 128, phys_addr 0x726dfb80 packet_type 0x0 l2_len 0 l3_len 0 outer_l2_len 0 outer_l3_len 0 rss 0x0 fdir.hi 0x0 fdir.lo 0x0 IP4: fa:16:3f:30:f7:ed -> fa:16:3f:f0:26:92 IPSEC_ESP: 192.168.1.6 -> 192.168.2.6 tos 0x00, ttl 62, length 152, checksum 0xf7d7 dscp CS0 ecn NON_ECN fragment id 0x0000 19:57:18:581857: ethernet-input frame: flags 0x1, hw-if-index 1, sw-if-index 1 IP4: fa:16:3f:30:f7:ed -> fa:16:3f:f0:26:92 19:57:18:581862: ip4-input IPSEC_ESP: 192.168.1.6 -> 192.168.2.6 tos 0x00, ttl 62, length 152, checksum 0xf7d7 dscp CS0 ecn NON_ECN fragment id 0x0000 19:57:18:581866: ip4-lookup fib 0 dpo-idx 7 flow hash: 0x00000000 IPSEC_ESP: 192.168.1.6 -> 192.168.2.6 tos 0x00, ttl 62, length 152, checksum 0xf7d7 dscp CS0 ecn NON_ECN fragment id 0x0000 19:57:18:581869: ip4-local IPSEC_ESP: 192.168.1.6 -> 192.168.2.6 tos 0x00, ttl 62, length 152, checksum 0xf7d7 dscp CS0 ecn NON_ECN fragment id 0x0000 19:57:18:581872: ipsec4-tun-input IPSec: remote:192.168.1.6 spi:3879206497 (0xe737fe61) seq 8 sa 1 19:57:18:581875: esp4-decrypt-tun esp: crypto aes-cbc-256 integrity sha1-96 pkt-seq 8 sa-seq 8 sa-seq-hi 0 19:57:18:581894: ip4-input-no-checksum ICMP: 192.168.100.20 -> 192.168.200.20 tos 0x00, ttl 63, length 84, checksum 0x3507 dscp CS0 ecn NON_ECN fragment id 0x5928, flags DONT_FRAGMENT ICMP echo_request checksum 0xf3a0 19:57:18:581895: ip4-lookup fib 0 dpo-idx 5 flow hash: 0x00000000 ICMP: 192.168.100.20 -> 192.168.200.20 tos 0x00, ttl 63, length 84, checksum 0x3507 dscp CS0 ecn NON_ECN fragment id 0x5928, flags DONT_FRAGMENT ICMP echo_request checksum 0xf3a0 19:57:18:581896: ip4-rewrite tx_sw_if_index 3 dpo-idx 5 : ipv4 via 192.168.200.20 eth3: mtu:9000 next:5 fa163fe07f99fa163f5505b10800 flow hash: 0x00000000 00000000: fa163fe07f99fa163f5505b1080045000054592840003e013607c0a86414c0a8 00000020: c8140800f3a020e400031a6a1e6100000000e2d90900000000001011 19:57:18:581898: eth3-output eth3 IP4: fa:16:3f:55:05:b1 -> fa:16:3f:e0:7f:99 ICMP: 192.168.100.20 -> 192.168.200.20 tos 0x00, ttl 62, length 84, checksum 0x3607 dscp CS0 ecn NON_ECN fragment id 0x5928, flags DONT_FRAGMENT ICMP echo_request checksum 0xf3a0 19:57:18:581900: eth3-tx eth3 tx queue 0 buffer 0x9b7ec: current data 44, length 98, buffer-pool 0, ref-count 1, trace handle 0x2 ext-hdr-valid l4-cksum-computed l4-cksum-correct l2-hdr-offset 0 l3-hdr-offset 14 PKT MBUF: port 0, nb_segs 1, pkt_len 98 buf_len 2176, data_len 98, ol_flags 0x0, data_off 172, phys_addr 0x726dfb80 packet_type 0x0 l2_len 0 l3_len 0 outer_l2_len 0 outer_l3_len 0 rss 0x0 fdir.hi 0x0 fdir.lo 0x0 IP4: fa:16:3f:55:05:b1 -> fa:16:3f:e0:7f:99 ICMP: 192.168.100.20 -> 192.168.200.20 tos 0x00, ttl 62, length 84, checksum 0x3607 dscp CS0 ecn NON_ECN fragment id 0x5928, flags DONT_FRAGMENT ICMP echo_request checksum 0xf3a0 Packet 4 19:57:19:603422: dpdk-input eth1 rx queue 0 buffer 0x9b7c5: current data 0, length 166, buffer-pool 0, ref-count 1, totlen-nifb 0, trace handle 0x3 ext-hdr-valid l4-cksum-computed l4-cksum-correct PKT MBUF: port 0, nb_segs 1, pkt_len 166 buf_len 2176, data_len 166, ol_flags 0x0, data_off 128, phys_addr 0x726df1c0 packet_type 0x0 l2_len 0 l3_len 0 outer_l2_len 0 outer_l3_len 0 rss 0x0 fdir.hi 0x0 fdir.lo 0x0 IP4: fa:16:3f:30:f7:ed -> fa:16:3f:f0:26:92 IPSEC_ESP: 192.168.1.6 -> 192.168.2.6 tos 0x00, ttl 62, length 152, checksum 0xf7d7 dscp CS0 ecn NON_ECN fragment id 0x0000 19:57:19:603434: ethernet-input frame: flags 0x1, hw-if-index 1, sw-if-index 1 IP4: fa:16:3f:30:f7:ed -> fa:16:3f:f0:26:92 19:57:19:603441: ip4-input IPSEC_ESP: 192.168.1.6 -> 192.168.2.6 tos 0x00, ttl 62, length 152, checksum 0xf7d7 dscp CS0 ecn NON_ECN fragment id 0x0000 19:57:19:603445: ip4-lookup fib 0 dpo-idx 7 flow hash: 0x00000000 IPSEC_ESP: 192.168.1.6 -> 192.168.2.6 tos 0x00, ttl 62, length 152, checksum 0xf7d7 dscp CS0 ecn NON_ECN fragment id 0x0000 19:57:19:603448: ip4-local IPSEC_ESP: 192.168.1.6 -> 192.168.2.6 tos 0x00, ttl 62, length 152, checksum 0xf7d7 dscp CS0 ecn NON_ECN fragment id 0x0000 19:57:19:603450: ipsec4-tun-input IPSec: remote:192.168.1.6 spi:3879206497 (0xe737fe61) seq 9 sa 1 19:57:19:603453: esp4-decrypt-tun esp: crypto aes-cbc-256 integrity sha1-96 pkt-seq 9 sa-seq 9 sa-seq-hi 0 19:57:19:603472: ip4-input-no-checksum ICMP: 192.168.100.20 -> 192.168.200.20 tos 0x00, ttl 63, length 84, checksum 0x32a2 dscp CS0 ecn NON_ECN fragment id 0x5b8d, flags DONT_FRAGMENT ICMP echo_request checksum 0x2d42 19:57:19:603473: ip4-lookup fib 0 dpo-idx 5 flow hash: 0x00000000 ICMP: 192.168.100.20 -> 192.168.200.20 tos 0x00, ttl 63, length 84, checksum 0x32a2 dscp CS0 ecn NON_ECN fragment id 0x5b8d, flags DONT_FRAGMENT ICMP echo_request checksum 0x2d42 19:57:19:603474: ip4-rewrite tx_sw_if_index 3 dpo-idx 5 : ipv4 via 192.168.200.20 eth3: mtu:9000 next:5 fa163fe07f99fa163f5505b10800 flow hash: 0x00000000 00000000: fa163fe07f99fa163f5505b10800450000545b8d40003e0133a2c0a86414c0a8 00000020: c81408002d4220e400041b6a1e6100000000a7370a00000000001011 19:57:19:603476: eth3-output eth3 IP4: fa:16:3f:55:05:b1 -> fa:16:3f:e0:7f:99 ICMP: 192.168.100.20 -> 192.168.200.20 tos 0x00, ttl 62, length 84, checksum 0x33a2 dscp CS0 ecn NON_ECN fragment id 0x5b8d, flags DONT_FRAGMENT ICMP echo_request checksum 0x2d42 19:57:19:603478: eth3-tx eth3 tx queue 0 buffer 0x9b7c5: current data 44, length 98, buffer-pool 0, ref-count 1, trace handle 0x3 ext-hdr-valid l4-cksum-computed l4-cksum-correct l2-hdr-offset 0 l3-hdr-offset 14 PKT MBUF: port 0, nb_segs 1, pkt_len 98 buf_len 2176, data_len 98, ol_flags 0x0, data_off 172, phys_addr 0x726df1c0 packet_type 0x0 l2_len 0 l3_len 0 outer_l2_len 0 outer_l3_len 0 rss 0x0 fdir.hi 0x0 fdir.lo 0x0 IP4: fa:16:3f:55:05:b1 -> fa:16:3f:e0:7f:99 ICMP: 192.168.100.20 -> 192.168.200.20 tos 0x00, ttl 62, length 84, checksum 0x33a2 dscp CS0 ecn NON_ECN fragment id 0x5b8d, flags DONT_FRAGMENT ICMP echo_request checksum 0x2d42 Packet 5 19:57:20:625076: dpdk-input eth1 rx queue 0 buffer 0x9b79e: current data 0, length 166, buffer-pool 0, ref-count 1, totlen-nifb 0, trace handle 0x4 ext-hdr-valid l4-cksum-computed l4-cksum-correct PKT MBUF: port 0, nb_segs 1, pkt_len 166 buf_len 2176, data_len 166, ol_flags 0x0, data_off 128, phys_addr 0x726de800 packet_type 0x0 l2_len 0 l3_len 0 outer_l2_len 0 outer_l3_len 0 rss 0x0 fdir.hi 0x0 fdir.lo 0x0 IP4: fa:16:3f:30:f7:ed -> fa:16:3f:f0:26:92 IPSEC_ESP: 192.168.1.6 -> 192.168.2.6 tos 0x00, ttl 62, length 152, checksum 0xf7d7 dscp CS0 ecn NON_ECN fragment id 0x0000 19:57:20:625089: ethernet-input frame: flags 0x1, hw-if-index 1, sw-if-index 1 IP4: fa:16:3f:30:f7:ed -> fa:16:3f:f0:26:92 19:57:20:625096: ip4-input IPSEC_ESP: 192.168.1.6 -> 192.168.2.6 tos 0x00, ttl 62, length 152, checksum 0xf7d7 dscp CS0 ecn NON_ECN fragment id 0x0000 19:57:20:625100: ip4-lookup fib 0 dpo-idx 7 flow hash: 0x00000000 IPSEC_ESP: 192.168.1.6 -> 192.168.2.6 tos 0x00, ttl 62, length 152, checksum 0xf7d7 dscp CS0 ecn NON_ECN fragment id 0x0000 19:57:20:625103: ip4-local IPSEC_ESP: 192.168.1.6 -> 192.168.2.6 tos 0x00, ttl 62, length 152, checksum 0xf7d7 dscp CS0 ecn NON_ECN fragment id 0x0000 19:57:20:625106: ipsec4-tun-input IPSec: remote:192.168.1.6 spi:3879206497 (0xe737fe61) seq 10 sa 1 19:57:20:625114: esp4-decrypt-tun esp: crypto aes-cbc-256 integrity sha1-96 pkt-seq 10 sa-seq 10 sa-seq-hi 0 19:57:20:625138: ip4-input-no-checksum ICMP: 192.168.100.20 -> 192.168.200.20 tos 0x00, ttl 63, length 84, checksum 0x3235 dscp CS0 ecn NON_ECN fragment id 0x5bfa, flags DONT_FRAGMENT ICMP echo_request checksum 0x6ee3 19:57:20:625139: ip4-lookup fib 0 dpo-idx 5 flow hash: 0x00000000 ICMP: 192.168.100.20 -> 192.168.200.20 tos 0x00, ttl 63, length 84, checksum 0x3235 dscp CS0 ecn NON_ECN fragment id 0x5bfa, flags DONT_FRAGMENT ICMP echo_request checksum 0x6ee3 19:57:20:625140: ip4-rewrite tx_sw_if_index 3 dpo-idx 5 : ipv4 via 192.168.200.20 eth3: mtu:9000 next:5 fa163fe07f99fa163f5505b10800 flow hash: 0x00000000 00000000: fa163fe07f99fa163f5505b10800450000545bfa40003e013335c0a86414c0a8 00000020: c81408006ee320e400051c6a1e610000000064950a00000000001011 19:57:20:625142: eth3-output eth3 IP4: fa:16:3f:55:05:b1 -> fa:16:3f:e0:7f:99 ICMP: 192.168.100.20 -> 192.168.200.20 tos 0x00, ttl 62, length 84, checksum 0x3335 dscp CS0 ecn NON_ECN fragment id 0x5bfa, flags DONT_FRAGMENT ICMP echo_request checksum 0x6ee3 19:57:20:625153: eth3-tx eth3 tx queue 0 buffer 0x9b79e: current data 44, length 98, buffer-pool 0, ref-count 1, trace handle 0x4 ext-hdr-valid l4-cksum-computed l4-cksum-correct l2-hdr-offset 0 l3-hdr-offset 14 PKT MBUF: port 0, nb_segs 1, pkt_len 98 buf_len 2176, data_len 98, ol_flags 0x0, data_off 172, phys_addr 0x726de800 packet_type 0x0 l2_len 0 l3_len 0 outer_l2_len 0 outer_l3_len 0 rss 0x0 fdir.hi 0x0 fdir.lo 0x0 IP4: fa:16:3f:55:05:b1 -> fa:16:3f:e0:7f:99 ICMP: 192.168.100.20 -> 192.168.200.20 tos 0x00, ttl 62, length 84, checksum 0x3335 dscp CS0 ecn NON_ECN fragment id 0x5bfa, flags DONT_FRAGMENT ICMP echo_request checksum 0x6ee3 vpp# Name Idx Link Hardware eth1 1 up eth1 Link speed: 10 Gbps Ethernet address fa:16:3f:f0:26:92 Red Hat Virtio carrier up half duplex mtu 9206 flags: admin-up pmd maybe-multiseg Devargs: rx: queues 1 (max 1), desc 256 (min 0 max 65535 align 1) tx: queues 1 (max 1), desc 256 (min 0 max 65535 align 1) pci: device 1af4:1000 subsystem 1af4:0001 address 0000:00:04.00 numa 0 max rx packet len: 9728 promiscuous: unicast off all-multicast on vlan offload: strip off filter off qinq off rx offload avail: vlan-strip udp-cksum tcp-cksum tcp-lro vlan-filter jumbo-frame rx offload active: jumbo-frame tx offload avail: vlan-insert udp-cksum tcp-cksum tcp-tso multi-segs tx offload active: multi-segs rss avail: none rss active: none tx burst function: virtio_xmit_pkts rx burst function: virtio_recv_mergeable_pkts tx frames ok 57 tx bytes ok 6010 rx frames ok 68 rx bytes ok 6860 extended stats: rx_good_packets 68 tx_good_packets 57 rx_good_bytes 6860 tx_good_bytes 6010 rx_q0packets 68 rx_q0bytes 6860 tx_q0packets 57 tx_q0bytes 6010 rx_q0_good_packets 68 rx_q0_good_bytes 6860 rx_q0_multicast_packets 20 rx_q0_undersize_packets 16 rx_q0_size_65_127_packets 40 rx_q0_size_128_255_packets 10 rx_q0_size_256_511_packets 2 tx_q0_good_packets 57 tx_q0_good_bytes 6010 tx_q0_broadcast_packets 1 tx_q0_undersize_packets 16 tx_q0_size_65_127_packets 39 tx_q0_size_256_511_packets 2 eth2 2 up eth2 Link speed: 10 Gbps Ethernet address fa:16:3f:d0:65:f1 Red Hat Virtio carrier up half duplex mtu 9206 flags: admin-up pmd maybe-multiseg Devargs: rx: queues 1 (max 1), desc 256 (min 0 max 65535 align 1) tx: queues 1 (max 1), desc 256 (min 0 max 65535 align 1) pci: device 1af4:1000 subsystem 1af4:0001 address 0000:00:05.00 numa 0 max rx packet len: 9728 promiscuous: unicast off all-multicast on vlan offload: strip off filter off qinq off rx offload avail: vlan-strip udp-cksum tcp-cksum tcp-lro vlan-filter jumbo-frame rx offload active: jumbo-frame tx offload avail: vlan-insert udp-cksum tcp-cksum tcp-tso multi-segs tx offload active: multi-segs rss avail: none rss active: none tx burst function: virtio_xmit_pkts rx burst function: virtio_recv_mergeable_pkts tx frames ok 1 tx bytes ok 42 rx frames ok 20 rx bytes ok 1372 extended stats: rx_good_packets 20 tx_good_packets 1 rx_good_bytes 1372 tx_good_bytes 42 rx_q0packets 20 rx_q0bytes 1372 tx_q0packets 1 tx_q0bytes 42 rx_q0_good_packets 20 rx_q0_good_bytes 1372 rx_q0_multicast_packets 19 rx_q0_undersize_packets 1 rx_q0_size_65_127_packets 19 tx_q0_good_packets 1 tx_q0_good_bytes 42 tx_q0_broadcast_packets 1 tx_q0_undersize_packets 1 eth3 3 up eth3 Link speed: 10 Gbps Ethernet address fa:16:3f:55:05:b1 Red Hat Virtio carrier up half duplex mtu 9206 flags: admin-up pmd maybe-multiseg Devargs: rx: queues 1 (max 1), desc 256 (min 0 max 65535 align 1) tx: queues 1 (max 1), desc 256 (min 0 max 65535 align 1) pci: device 1af4:1000 subsystem 1af4:0001 address 0000:00:06.00 numa 0 max rx packet len: 9728 promiscuous: unicast off all-multicast on vlan offload: strip off filter off qinq off rx offload avail: vlan-strip udp-cksum tcp-cksum tcp-lro vlan-filter jumbo-frame rx offload active: jumbo-frame tx offload avail: vlan-insert udp-cksum tcp-cksum tcp-tso multi-segs tx offload active: multi-segs rss avail: none rss active: none tx burst function: virtio_xmit_pkts rx burst function: virtio_recv_mergeable_pkts tx frames ok 28 tx bytes ok 2756 rx frames ok 51 rx bytes ok 3846 extended stats: rx_good_packets 51 tx_good_packets 28 rx_good_bytes 3846 tx_good_bytes 2756 rx_q0packets 51 rx_q0bytes 3846 tx_q0packets 28 tx_q0bytes 2756 rx_q0_good_packets 51 rx_q0_good_bytes 3846 rx_q0_multicast_packets 39 rx_q0_undersize_packets 3 rx_q0_size_65_127_packets 48 tx_q0_good_packets 28 tx_q0_good_bytes 2756 tx_q0_broadcast_packets 1 tx_q0_undersize_packets 3 tx_q0_size_65_127_packets 25 ipip0 4 up ipip0 Link speed: unknown IPIP IPIP tunnel: id 0 local0 0 down local0 Link speed: unknown local vpp# vpp# sh log 2021/08/18 14:12:17:634 notice plugin/load Loaded plugin: abf_plugin.so (Access Control List (ACL) Based Forwarding) 2021/08/18 14:12:17:636 notice plugin/load Loaded plugin: acl_plugin.so (Access Control Lists (ACL)) 2021/08/18 14:12:17:636 notice plugin/load Loaded plugin: adl_plugin.so (Allow/deny list plugin) 2021/08/18 14:12:17:636 notice plugin/load Loaded plugin: avf_plugin.so (Intel Adaptive Virtual Function (AVF) Device Driver) 2021/08/18 14:12:17:636 notice plugin/load Loaded plugin: builtinurl_plugin.so (vpp built-in URL support) 2021/08/18 14:12:17:636 notice plugin/load Loaded plugin: cdp_plugin.so (Cisco Discovery Protocol (CDP)) 2021/08/18 14:12:17:636 notice plugin/load Loaded plugin: cnat_plugin.so (CNat Translate) 2021/08/18 14:12:17:642 notice plugin/load Loaded plugin: crypto_ipsecmb_plugin.so (Intel IPSEC Multi-buffer Crypto Engine) 2021/08/18 14:12:17:642 notice plugin/load Loaded plugin: crypto_native_plugin.so (Intel IA32 Software Crypto Engine) 2021/08/18 14:12:17:642 notice plugin/load Loaded plugin: crypto_openssl_plugin.so (OpenSSL Crypto Engine) 2021/08/18 14:12:17:642 notice plugin/load Loaded plugin: crypto_sw_scheduler_plugin.so (SW Scheduler Crypto Async Engine plugin) 2021/08/18 14:12:17:642 notice plugin/load Loaded plugin: ct6_plugin.so (IPv6 Connection Tracker) 2021/08/18 14:12:17:642 notice plugin/load Loaded plugin: det44_plugin.so (Deterministic NAT (CGN)) 2021/08/18 14:12:17:643 notice plugin/load Loaded plugin: dhcp_plugin.so (Dynamic Host Configuration Protocol (DHCP)) 2021/08/18 14:12:17:643 notice plugin/load Loaded plugin: dns_plugin.so (Simple DNS name resolver) 2021/08/18 14:12:17:657 notice plugin/load Loaded plugin: dpdk_plugin.so (Data Plane Development Kit (DPDK)) 2021/08/18 14:12:17:658 notice plugin/load Loaded plugin: dslite_plugin.so ( Dual-Stack Lite) 2021/08/18 14:12:17:658 notice plugin/load Loaded plugin: flowprobe_plugin.so (Flow per Packet) 2021/08/18 14:12:17:658 notice plugin/load Loaded plugin: gbp_plugin.so (Group Based Policy (GBP)) 2021/08/18 14:12:17:658 notice plugin/load Loaded plugin: gtpu_plugin.so (GPRS Tunnelling Protocol, User Data (GTPv1-U)) 2021/08/18 14:12:17:659 notice plugin/load Loaded plugin: hs_apps_plugin.so (Host Stack Applications) 2021/08/18 14:12:17:659 notice plugin/load Loaded plugin: http_static_plugin.so (HTTP Static Server) 2021/08/18 14:12:17:659 notice plugin/load Loaded plugin: igmp_plugin.so (Internet Group Management Protocol (IGMP)) 2021/08/18 14:12:17:659 notice plugin/load Loaded plugin: ikev2_plugin.so (Internet Key Exchange (IKEv2) Protocol) 2021/08/18 14:12:17:659 notice plugin/load Loaded plugin: ila_plugin.so (Identifier Locator Addressing (ILA) for IPv6) 2021/08/18 14:12:17:659 notice plugin/load Loaded plugin: ioam_plugin.so (Inbound Operations, Administration, and Maintenance (OAM)) 2021/08/18 14:12:17:659 notice plugin/load Loaded plugin: l2e_plugin.so (Layer 2 (L2) Emulation) 2021/08/18 14:12:17:659 notice plugin/load Loaded plugin: l3xc_plugin.so (L3 Cross-Connect (L3XC)) 2021/08/18 14:12:17:660 notice plugin/load Loaded plugin: lacp_plugin.so (Link Aggregation Control Protocol (LACP)) 2021/08/18 14:12:17:660 notice plugin/load Loaded plugin: lb_plugin.so (Load Balancer (LB)) 2021/08/18 14:12:17:660 notice plugin/load Loaded plugin: mactime_plugin.so (Time-based MAC Source Address Filter) 2021/08/18 14:12:17:660 notice plugin/load Loaded plugin: map_plugin.so (Mapping of Address and Port (MAP)) 2021/08/18 14:12:17:660 notice plugin/load Loaded plugin: mdata_plugin.so (Buffer metadata change tracker.) 2021/08/18 14:12:17:660 notice plugin/load Loaded plugin: memif_plugin.so (Packet Memory Interface (memif) -- Experimental) 2021/08/18 14:12:17:660 notice plugin/load Loaded plugin: nat66_plugin.so (NAT66) 2021/08/18 14:12:17:661 notice plugin/load Loaded plugin: nat_plugin.so (Network Address Translation (NAT)) 2021/08/18 14:12:17:661 notice plugin/load Loaded plugin: nsh_plugin.so (Network Service Header (NSH)) 2021/08/18 14:12:17:661 notice plugin/load Loaded plugin: nsim_plugin.so (Network Delay Simulator) 2021/08/18 14:12:17:661 notice plugin/load Plugin disabled (default): oddbuf_plugin.so 2021/08/18 14:12:17:662 notice plugin/load Loaded plugin: perfmon_plugin.so (Performance Monitor) 2021/08/18 14:12:17:662 notice plugin/load Loaded plugin: ping_plugin.so (Ping (ping)) 2021/08/18 14:12:17:662 notice plugin/load Loaded plugin: pppoe_plugin.so (PPP over Ethernet (PPPoE)) 2021/08/18 14:12:17:662 notice plugin/load Plugin disabled (default): quic_plugin.so 2021/08/18 14:12:17:662 notice plugin/load Loaded plugin: rdma_plugin.so (RDMA IBverbs Device Driver) 2021/08/18 14:12:17:662 notice plugin/load Loaded plugin: srv6ad_plugin.so (Dynamic Segment Routing for IPv6 (SRv6) Proxy) 2021/08/18 14:12:17:662 notice plugin/load Loaded plugin: srv6am_plugin.so (Masquerading Segment Routing for IPv6 (SRv6) Proxy) 2021/08/18 14:12:17:663 notice plugin/load Loaded plugin: srv6as_plugin.so (Static Segment Routing for IPv6 (SRv6) Proxy) 2021/08/18 14:12:17:663 notice plugin/load Loaded plugin: srv6mobile_plugin.so (SRv6 GTP Endpoint Functions) 2021/08/18 14:12:17:663 notice plugin/load Loaded plugin: stn_plugin.so (VPP Steals the NIC (STN) for Container Integration) 2021/08/18 14:12:17:663 notice plugin/load Loaded plugin: svs_plugin.so (Sou rce Virtual Routing and Fowarding (VRF) Select) 2021/08/18 14:12:17:663 notice plugin/load Loaded plugin: tlsmbedtls_plugin.so (Transport Layer Security (TLS) Engine, Mbedtls Based) 2021/08/18 14:12:17:663 notice plugin/load Loaded plugin: tlsopenssl_plugin.so (Transport Layer Security (TLS) Engine, OpenSSL Based) 2021/08/18 14:12:17:663 notice plugin/load Loaded plugin: tlspicotls_plugin.so (Transport Layer Security (TLS) Engine, Picotls Based) 2021/08/18 14:12:17:663 notice plugin/load Loaded plugin: tracedump_plugin.so (Streaming packet trace dump plugin) 2021/08/18 14:12:17:663 notice plugin/load Plugin disabled (default): unittest_plugin.so 2021/08/18 14:12:17:664 notice plugin/load Loaded plugin: urpf_plugin.so (Unicast Reverse Path Forwarding (uRPF)) 2021/08/18 14:12:17:664 notice plugin/load Loaded plugin: vmxnet3_plugin.so (VMWare Vmxnet3 Device Driver) 2021/08/18 14:12:17:664 notice plugin/load Loaded plugin: vrrp_plugin.so (VRRP v3 (RFC 5798)) 2021/08/18 14:12:17:774 notice dhcp/client plugin initialized 2021/08/18 14:12:17:796 warn dpdk EAL init args: -c 2 -n 4 --in-memory --file-prefix vpp -w 0000:00:05.0 -w 0000:00:04.0 -w 0000:00:06.0 --master-lcore 1 2021/08/18 14:12:17:915 warn dpdk unsupported rx offloads requested on port 0: scatter 2021/08/18 14:12:17:916 warn dpdk unsupported rx offloads requested on port 1: scatter 2021/08/18 14:12:17:918 warn dpdk unsupported rx offloads requested on port 2: scatter 2021/08/18 14:12:17:920 notice vat-plug/load Loaded plugin: adl_test_plugin.so 2021/08/18 14:12:17:920 notice vat-plug/load Loaded plugin: nsh_test_plugin.so 2021/08/18 14:12:17:920 notice vat-plug/load Loaded plugin: acl_test_plugin.so 2021/08/18 14:12:17:920 notice vat-plug/load Loaded plugin: nat_test_plugin.so 2021/08/18 14:12:17:920 notice vat-plug/load Loaded plugin: gtpu_test_plugin.so 2021/08/18 14:12:17:920 notice vat-plug/load Loaded plugin: ikev2_test_plugin.so 2021/08/18 14:12:17:920 notice vat-plug/load Loaded plugin: cdp_test_plugin.so 2021/08/18 14:12:17:920 err vat-plug/load vat_plugin_register: oddbuf plugin not loaded... 2021/08/18 14:12:17:920 notice vat-plug/load Loaded plugin: ioam_test_plugin.so 2021/08/18 14:12:17:920 notice vat-plug/load Loaded plugin: stn_test_plugin.so 2021/08/18 14:12:17:920 notice vat-plug/load Loaded plugin: rdma_test_plugin.so 2021/08/18 14:12:17:920 notice vat-plug/load Loaded plugin: dns_test_plugin.so 2021/08/18 14:12:17:920 notice vat-plug/load Loaded plugin: pppoe_test_plugin.so 2021/08/18 14:12:17:920 notice vat-plug/load Loaded plugin: avf_test_plugin.so 2021/08/18 14:12:17:920 notice vat-plug/load Loaded plugin: memif_test_plugin.so 2021/08/18 14:12:17:920 notice vat-plug/load Loaded plugin: mactime_test_plugin.so 2021/08/18 14:12:17:920 notice vat-plug/load Loaded plugin: mdata_test_plugin.so 2021/08/18 14:12:17:920 notice vat-plug/load Loaded plugin: http_static_test_plugin.so 2021/08/18 14:12:17:921 notice vat-plug/load Loaded plugin: vrrp_test_plugin.so 2021/08/18 14:12:17:921 notice vat-plug/load Loaded plugin: tracedump_test_plugin.so 2021/08/18 14:12:17:921 notice vat-plug/load Loaded plugin: builtinurl_test_plugin.so 2021/08/18 14:12:17:921 notice vat-plug/load Loaded plugin: lb_test_plugin.so 2021/08/18 14:12:17:921 notice vat-plug/load Loaded plugin: lacp_test_plugin.so 2021/08/18 14:12:17:921 notice vat-plug/load Loaded plugin: flowprobe_test_plugin.so 2021/08/18 14:12:17:921 notice vat-plug/load Loaded plugin: dhcp_test_plugin.so 2021/08/18 14:12:17:921 notice vat-plug/load Loaded plugin: vmxnet3_test_plugin.so 2021/08/18 14:12:17:921 notice vat-plug/load Loaded plugin: tlsopenssl_test_plugin.so 2021/08/18 14:12:17:921 notice vat-plug/load Loaded plugin: ct6_test_plugin.so 2021/08/18 14:12:17:921 notice vat-plug/load Loaded plugin: nsim_test_plugin.so 2021/08/18 14:12:17:921 notice dpdk EAL: Detected 4 lcore(s) 2021/08/18 14:12:17:921 notice dpdk EAL: Detected 1 NUMA nodes 2021/08/18 14:12:17:921 notice dpdk EAL: Selected IOVA mode 'PA' 2021/08/18 14:12:17:921 notice dpdk EAL: No available hugepages reported in hugepages-1048576kB 2021/08/18 14:12:17:921 notice dpdk EAL: No free hugepages reported in hugepages-1048576kB 2021/08/18 14:12:17:921 notice dpdk EAL: No available hugepages reported in hugepages-1048576kB 2021/08/18 14:12:17:921 notice dpdk EAL: Probing VFIO support... 2021/08/18 14:12:17:921 notice dpdk EAL: VFIO support initialized 2021/08/18 14:12:17:921 notice dpdk EAL: WARNING! Base virtual address hint (0xa80001000 != 0x7fedc0000000) not respected! 2021/08/18 14:12:17:921 notice dpdk EAL: This may cause issues with mapping memory into secondary processes 2021/08/18 14:12:17:921 notice dpdk EAL: WARNING! Base virtual address hint (0xc00002000 != 0x7fe580000000) not respected! 2021/08/18 14:12:17:921 notice dpdk EAL: This may cause issues with mapping memory into secondary processes 2021/08/18 14:12:17:921 notice dpdk EAL: WARNING! Base virtual address hint (0xd80003000 != 0x7fdd40000000) not respected! 2021/08/18 14:12:17:921 notice dpdk EAL: This may cause issues with mapping memory into secondary processes 2021/08/18 14:12:17:921 notice dpdk EAL: WARNING! Base virtual addres s hint (0xdc0a64000 != 0x7fd93fe00000) not respected! 2021/08/18 14:12:17:921 notice dpdk EAL: This may cause issues with mapping memory into secondary processes 2021/08/18 14:12:17:921 notice dpdk EAL: WARNING! Base virtual address hint (0xdc16c5000 != 0x7fd53fc00000) not respected! 2021/08/18 14:12:17:921 notice dpdk EAL: This may cause issues with mapping memory into secondary processes 2021/08/18 14:12:17:921 notice dpdk EAL: WARNING! Base virtual address hint (0xdc2326000 != 0x7fd13fa00000) not respected! 2021/08/18 14:12:17:921 notice dpdk EAL: This may cause issues with mapping memory into secondary processes 2021/08/18 14:12:17:921 notice dpdk EAL: WARNING! Base virtual address hint (0xdc2f87000 != 0x7fcd3f800000) not respected! 2021/08/18 14:12:17:921 notice dpdk EAL: This may cause issues with mapping memory into secondary processes 2021/08/18 14:12:17:921 notice dpdk EAL: Using memfd is not supported, falling back to anonymous hugepages 2021/08/18 14:12:17:921 notice dpdk EAL: Invalid NUMA socket, default to 0 2021/08/18 14:12:17:921 notice dpdk EAL: Probe PCI driver: net_virtio (1af4:1000) device: 0000:00:04.0 (socket 0) 2021/08/18 14:12:17:921 notice dpdk EAL: Invalid NUMA socket, default to 0 2021/08/18 14:12:17:921 notice dpdk EAL: Probe PCI driver: net_virtio (1af4:1000) device: 0000:00:05.0 (socket 0) 2021/08/18 14:12:17:921 notice dpdk EAL: Invalid NUMA socket, default to 0 2021/08/18 14:12:17:921 notice dpdk EAL: Probe PCI driver: net_virtio (1af4:1000) device: 0000:00:06.0 (socket 0) 2021/08/18 14:12:17:921 notice dpdk EAL: No legacy callbacks, legacy socket not created 2021/08/18 14:12:17:921 notice dpdk EAL: VFIO support not initialized 2021/08/18 14:12:17:921 notice dpdk EAL: Couldn't map new region for DMA 2021/08/18 14:12:19:924 notice ip/neighbor add: eth1, 192.168.2.1 2021/08/18 14:12:19:924 notice ip/neighbor add: eth2, 192.168.20.1 2021/08/19 10:01:42:917 notice ip/neighbor add: eth3, 192.168.200.20 vpp# vpp# sh err Count Node Reason 25 ikev2 IKEv2 packets processed 81 dpdk-input no error 18 arp-reply ARP replies sent 10 esp4-decrypt-tun ESP pkts received 10 ipsec4-tun-input good packets received 1 ip4-glean ARP requests sent vpp#
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#19988): https://lists.fd.io/g/vpp-dev/message/19988 Mute This Topic: https://lists.fd.io/mt/84979398/21656 Group Owner: vpp-dev+ow...@lists.fd.io Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-