Ajay's repo: sz3@sz1443:~$ sudo lshw -class network -businfo [sudo] password for sz3: Bus info Device Class Description ============================================================ pci@0000:05:00.0 enp5s0f0 network I350 Gigabit Network Connection pci@0000:05:00.1 enp5s0f1 network I350 Gigabit Network Connection pci@0000:05:00.2 enp5s0f2 network I350 Gigabit Network Connection pci@0000:05:00.3 enp5s0f3 network I350 Gigabit Network Connection pci@0000:b5:00.0 network Ethernet Connection X722 for 10GbE SFP+ pci@0000:b5:00.1 enp181s0f1 network Ethernet Connection X722 for 10GbE SFP+ pci@0000:b5:00.2 enp181s0f2 network Ethernet Connection X722 for 10GbE SFP+ pci@0000:b5:00.3 network Ethernet Connection X722 for 10GbE SFP+ veth6076df6 network Ethernet interface virbr0-nic network Ethernet interface veth157ff43 network Ethernet interface sz3@sz1443:~$ cd vpp/ sz3@sz1443:~/vpp$ make run vat-plug/load [error ]: vat_plugin_register: oddbuf plugin not loaded... _______ _ _ _____ ___ __/ __/ _ \ (_)__ | | / / _ \/ _ \ _/ _// // / / / _ \ | |/ / ___/ ___/ /_/ /____(_)_/\___/ |___/_/ /_/ DBGvpp# sh int Name Idx State MTU (L3/IP4/IP6/MPLS) Counter Count TenGigabitEthernetb5/0/0 1 down 9000/0/0/0 TenGigabitEthernetb5/0/3 2 down 9000/0/0/0 local0 0 down 0/0/0/0 DBGvpp# DBGvpp# set interface state TenGigabitEthernetb5/0/0 up DBGvpp# set interface state TenGigabitEthernetb5/0/3 up DBGvpp# sh hardware-interfaces TenGigabitEthernetb5/0/0 Name Idx Link Hardware TenGigabitEthernetb5/0/0 1 down TenGigabitEthernetb5/0/0 Link speed: unknown RX Queues: queue thread mode 0 vpp_wk_0 (1) polling 1 vpp_wk_1 (2) polling 2 vpp_wk_2 (3) polling 3 vpp_wk_3 (4) polling TX Queues: TX Hash: [name: hash-eth-l34 priority: 50 description: Hash ethernet L34 headers] queue shared thread(s) 0 no 0 1 no 1 2 no 2 3 no 3 4 no 4 Ethernet address 08:35:71:13:68:15 Intel X710/XL710 Family carrier down flags: maybe-multiseg tx-offload intel-phdr-cksum rx-ip4-cksum int-unmaskable Devargs: rx: queues 4 (max 192), desc 1024 (min 64 max 4096 align 32) tx: queues 5 (max 192), desc 1024 (min 64 max 4096 align 32) pci: device 8086:37d3 subsystem 8086:0000 address 0000:b5:00.00 numa 0 max rx packet len: 9728 promiscuous: unicast off all-multicast off vlan offload: strip off filter off qinq off rx offload avail: vlan-strip ipv4-cksum udp-cksum tcp-cksum qinq-strip outer-ipv4-cksum vlan-filter vlan-extend scatter keep-crc rss-hash rx offload active: ipv4-cksum scatter tx offload avail: vlan-insert ipv4-cksum udp-cksum tcp-cksum sctp-cksum tcp-tso outer-ipv4-cksum qinq-insert vxlan-tnl-tso gre-tnl-tso ipip-tnl-tso geneve-tnl-tso multi-segs mbuf-fast-free outer-udp-cksum tx offload active: ipv4-cksum udp-cksum tcp-cksum multi-segs rss avail: ipv4-frag ipv4-tcp ipv4-udp ipv4-sctp ipv4-other ipv6-frag ipv6-tcp ipv6-udp ipv6-sctp ipv6-other l2-payload rss active: ipv4-frag ipv4-tcp ipv4-udp ipv4-other ipv6-frag ipv6-tcp ipv6-udp ipv6-other tx burst mode: Scalar tx burst function: (not available) rx burst mode: Scalar rx burst function: (not available) DBGvpp# DBGvpp# sh int Name Idx State MTU (L3/IP4/IP6/MPLS) Counter Count TenGigabitEthernetb5/0/0 1 up 9000/0/0/0 TenGigabitEthernetb5/0/3 2 up 9000/0/0/0 local0 0 down 0/0/0/0 DBGvpp# test flow add src-ip any dst-ip 2.2.2.2 proto any src-port any dst-port any drop flow 0 added DBGvpp# test flow add src-ip any dst-ip 2.2.2.2 proto udp src-port any dst-port 67 drop flow 1 added DBGvpp# test flow add src-ip any dst-ip any proto icmp drop flow 2 added DBGvpp# sh flow entry flow-index 0 type ipv4-n-tuple active 0 match: src_addr any, dst_addr 2.2.2.2, protocol any, src_port any, dst_port any action: drop drop flow-index 1 type ipv4-n-tuple active 0 match: src_addr any, dst_addr 2.2.2.2, protocol UDP, src_port any, dst_port 67 action: drop drop flow-index 2 type ipv4 active 0 match: src_addr any, dst_addr any, protocol ICMP action: drop drop DBGvpp# DBGvpp# sh dpdk version DPDK Version: DPDK 22.03.0 DPDK EAL init args: --in-memory --no-telemetry --file-prefix vpp -a 0000:b5:00.0 -a 0000:b5:00.3 DBGvpp# DBGvpp# test flow enable index 1 TenGigabitEthernetb5/0/0 DBGvpp# test flow disable index 1 TenGigabitEthernetb5/0/0 DBGvpp# test flow enable index 1 TenGigabitEthernetb5/0/0 DBGvpp# test flow disable index 1 TenGigabitEthernetb5/0/0 DBGvpp# test flow enable index 1 TenGigabitEthernetb5/0/0 DBGvpp# test flow disable index 1 TenGigabitEthernetb5/0/0 dpdk [error ]: Interface TenGigabitEthernetb5/0/0 error -95: Unknown error -95 DBGvpp# sh int Name Idx State MTU (L3/IP4/IP6/MPLS) Counter Count TenGigabitEthernetb5/0/0 1 error 9000/0/0/0 rx packets 24 rx bytes 1890 tx packets 19 tx bytes 1822 drops 22 ip4 11 TenGigabitEthernetb5/0/3 2 up 9000/0/0/0 drops 10 local0 0 down 0/0/0/0 DBGvpp# sh log 2023/04/20 08:41:46:231 notice plugin/load Loaded plugin: abf_plugin.so (Access Control List (ACL) Based Forwarding) 2023/04/20 08:41:46:234 notice plugin/load Loaded plugin: acl_plugin.so (Access Control Lists (ACL)) 2023/04/20 08:41:46:235 notice plugin/load Loaded plugin: adl_plugin.so (Allow/deny list plugin) 2023/04/20 08:41:46:237 notice plugin/load Loaded plugin: af_xdp_plugin.so (AF_XDP Device Plugin) 2023/04/20 08:41:46:238 notice plugin/load Loaded plugin: arping_plugin.so (Arping (arping)) 2023/04/20 08:41:46:240 notice plugin/load Loaded plugin: avf_plugin.so (Intel Adaptive Virtual Function (AVF) Device Driver) 2023/04/20 08:41:46:241 notice plugin/load Loaded plugin: bufmon_plugin.so (Buffers monitoring plugin) 2023/04/20 08:41:46:241 notice plugin/load Loaded plugin: builtinurl_plugin.so (vpp built-in URL support) 2023/04/20 08:41:46:242 notice plugin/load Loaded plugin: cdp_plugin.so (Cisco Discovery Protocol (CDP)) 2023/04/20 08:41:46:244 notice plugin/load Loaded plugin: cnat_plugin.so (CNat Translate) 2023/04/20 08:41:46:293 notice plugin/load Loaded plugin: crypto_ipsecmb_plugin.so (Intel IPSEC Multi-buffer Crypto Engine) 2023/04/20 08:41:46:299 notice plugin/load Loaded plugin: crypto_native_plugin.so (Intel IA32 Software Crypto Engine) 2023/04/20 08:41:46:301 notice plugin/load Loaded plugin: crypto_openssl_plugin.so (OpenSSL Crypto Engine) 2023/04/20 08:41:46:301 notice plugin/load Loaded plugin: crypto_sw_scheduler_plugin.so (SW Scheduler Crypto Async Engine plugin) 2023/04/20 08:41:46:302 notice plugin/load Loaded plugin: ct6_plugin.so (IPv6 Connection Tracker) 2023/04/20 08:41:46:304 notice plugin/load Loaded plugin: det44_plugin.so (Deterministic NAT (CGN)) 2023/04/20 08:41:46:306 notice plugin/load Loaded plugin: dhcp_plugin.so (Dynamic Host Configuration Protocol (DHCP)) 2023/04/20 08:41:46:307 notice plugin/load Loaded plugin: dispatch_trace_plugin.so (Dispatch Trace) 2023/04/20 08:41:46:308 notice plugin/load Loaded plugin: dns_plugin.so (Simple DNS name resolver) 2023/04/20 08:41:46:365 notice plugin/load Loaded plugin: dpdk_plugin.so (Data Plane Development Kit (DPDK)) 2023/04/20 08:41:46:372 notice plugin/load Loaded plugin: dslite_plugin.so (Dual-Stack Lite) 2023/04/20 08:41:46:373 notice plugin/load Loaded plugin: flowprobe_plugin.so (Flow per Packet) 2023/04/20 08:41:46:375 notice plugin/load Loaded plugin: geneve_plugin.so (GENEVE Tunnels) 2023/04/20 08:41:46:376 notice plugin/load Loaded plugin: gtpu_plugin.so (GPRS Tunnelling Protocol, User Data (GTPv1-U)) 2023/04/20 08:41:46:377 notice plugin/load Loaded plugin: hs_apps_plugin.so (Host Stack Applications) 2023/04/20 08:41:46:378 notice plugin/load Loaded plugin: hsi_plugin.so (Host Stack Intercept (HSI)) 2023/04/20 08:41:46:378 notice plugin/load Loaded plugin: http_plugin.so (Hypertext Transfer Protocol (HTTP)) 2023/04/20 08:41:46:379 notice plugin/load Loaded plugin: http_static_plugin.so (HTTP Static Server) 2023/04/20 08:41:46:380 notice plugin/load Loaded plugin: igmp_plugin.so (Internet Group Management Protocol (IGMP)) 2023/04/20 08:41:46:382 notice plugin/load Loaded plugin: ikev2_plugin.so (Internet Key Exchange (IKEv2) Protocol) 2023/04/20 08:41:46:383 notice plugin/load Loaded plugin: ila_plugin.so (Identifier Locator Addressing (ILA) for IPv6) 2023/04/20 08:41:46:387 notice plugin/load Loaded plugin: ioam_plugin.so (Inbound Operations, Administration, and Maintenance (OAM)) 2023/04/20 08:41:46:388 notice plugin/load Loaded plugin: l2tp_plugin.so (Layer 2 Tunneling Protocol v3 (L2TP)) 2023/04/20 08:41:46:389 notice plugin/load Loaded plugin: l3xc_plugin.so (L3 Cross-Connect (L3XC)) 2023/04/20 08:41:46:390 notice plugin/load Loaded plugin: lacp_plugin.so (Link Aggregation Control Protocol (LACP)) 2023/04/20 08:41:46:391 notice plugin/load Loaded plugin: lb_plugin.so (Load Balancer (LB)) 2023/04/20 08:41:46:392 notice plugin/load Loaded plugin: linux_cp_plugin.so (Linux Control Plane - Interface Mirror) 2023/04/20 08:41:46:392 notice plugin/load Plugin disabled (default): linux_cp_unittest_plugin.so 2023/04/20 08:41:46:393 notice plugin/load Plugin disabled (default): linux_nl_plugin.so 2023/04/20 08:41:46:398 notice plugin/load Loaded plugin: lisp_plugin.so (Locator ID Separation Protocol (LISP)) 2023/04/20 08:41:46:398 notice plugin/load Plugin disabled (default): lisp_unittest_plugin.so 2023/04/20 08:41:46:399 notice plugin/load Loaded plugin: lldp_plugin.so (Link Layer Discovery Protocol (LLDP)) 2023/04/20 08:41:46:400 notice plugin/load Loaded plugin: mactime_plugin.so (Time-based MAC Source Address Filter) 2023/04/20 08:41:46:401 notice plugin/load Loaded plugin: map_plugin.so (Mapping of Address and Port (MAP)) 2023/04/20 08:41:46:402 notice plugin/load Loaded plugin: mdata_plugin.so (Buffer metadata change tracker.) 2023/04/20 08:41:46:404 notice plugin/load Loaded plugin: memif_plugin.so (Packet Memory Interface (memif) -- Experimental) 2023/04/20 08:41:46:405 notice plugin/load Loaded plugin: mss_clamp_plugin.so (TCP MSS clamping plugin) 2023/04/20 08:41:46:408 notice plugin/load Loaded plugin: nat44_ei_plugin.so (IPv4 Endpoint-Independent NAT (NAT44 EI)) 2023/04/20 08:41:46:410 notice plugin/load Loaded plugin: nat64_plugin.so (NAT64) 2023/04/20 08:41:46:411 notice plugin/load Loaded plugin: nat66_plugin.so (NAT66) 2023/04/20 08:41:46:416 notice plugin/load Loaded plugin: nat_plugin.so (Network Address Translation (NAT)) 2023/04/20 08:41:46:418 notice plugin/load Loaded plugin: nsh_plugin.so (Network Service Header (NSH)) 2023/04/20 08:41:46:419 notice plugin/load Loaded plugin: nsim_plugin.so (Network Delay Simulator) 2023/04/20 08:41:46:419 notice plugin/load Plugin disabled (default): oddbuf_plugin.so 2023/04/20 08:41:46:420 notice plugin/load Loaded plugin: perfmon_plugin.so (Performance Monitor) 2023/04/20 08:41:46:421 notice plugin/load Loaded plugin: ping_plugin.so (Ping (ping)) 2023/04/20 08:41:46:422 notice plugin/load Loaded plugin: pnat_plugin.so (Policy 1:1 NAT) 2023/04/20 08:41:46:423 notice plugin/load Loaded plugin: pppoe_plugin.so (PPP over Ethernet (PPPoE)) 2023/04/20 08:41:46:424 notice plugin/load Loaded plugin: prom_plugin.so (Prometheus Stats Exporter) 2023/04/20 08:41:46:426 notice plugin/load Plugin disabled (default): quic_plugin.so 2023/04/20 08:41:46:428 notice plugin/load Loaded plugin: rdma_plugin.so (RDMA IBverbs Device Driver) 2023/04/20 08:41:46:429 notice plugin/load Loaded plugin: se_vxlan_pmtu_enforce_plugin.so (VxLAN PMTU Enforcement) 2023/04/20 08:41:46:430 notice plugin/load Loaded plugin: snort_plugin.so (Snort) 2023/04/20 08:41:46:431 notice plugin/load Loaded plugin: srv6ad_plugin.so (Dynamic Segment Routing for IPv6 (SRv6) Proxy) 2023/04/20 08:41:46:431 notice plugin/load Loaded plugin: srv6adflow_plugin.so (Dynamic Segment Routing for IPv6 (SRv6) Proxy) 2023/04/20 08:41:46:432 notice plugin/load Loaded plugin: srv6am_plugin.so (Masquerading Segment Routing for IPv6 (SRv6) Proxy) 2023/04/20 08:41:46:432 notice plugin/load Loaded plugin: srv6as_plugin.so (Static Segment Routing for IPv6 (SRv6) Proxy) 2023/04/20 08:41:46:433 notice plugin/load Loaded plugin: srv6mobile_plugin.so (SRv6 GTP Endpoint Functions) 2023/04/20 08:41:46:434 notice plugin/load Loaded plugin: stn_plugin.so (VPP Steals the NIC (STN) for Container Integration) 2023/04/20 08:41:46:434 notice plugin/load Loaded plugin: svs_plugin.so (Source Virtual Routing and Forwarding (VRF) Select) 2023/04/20 08:41:46:435 notice plugin/load Loaded plugin: tlsopenssl_plugin.so (Transport Layer Security (TLS) Engine, OpenSSL Based) 2023/04/20 08:41:46:436 notice plugin/load Loaded plugin: tlspicotls_plugin.so (Transport Layer Security (TLS) Engine, Picotls Based) 2023/04/20 08:41:46:437 notice plugin/load Loaded plugin: tracedump_plugin.so (Streaming packet trace dump plugin) 2023/04/20 08:41:46:441 notice plugin/load Plugin disabled (default): unittest_plugin.so 2023/04/20 08:41:46:442 notice plugin/load Loaded plugin: urpf_plugin.so (Unicast Reverse Path Forwarding (uRPF)) 2023/04/20 08:41:46:444 notice plugin/load Loaded plugin: vmxnet3_plugin.so (VMWare Vmxnet3 Device Driver) 2023/04/20 08:41:46:446 notice plugin/load Loaded plugin: vrrp_plugin.so (VRRP v3 (RFC 5798)) 2023/04/20 08:41:46:448 notice plugin/load Loaded plugin: wireguard_plugin.so (Wireguard Protocol) 2023/04/20 08:41:47:230 notice dpdk EAL init args: --in-memory --no-telemetry --file-prefix vpp -a 0000:b5:00.0 -a 0000:b5:00.3 2023/04/20 08:41:47:975 notice dpdk EAL: Detected CPU lcores: 8 2023/04/20 08:41:47:975 notice dpdk EAL: Detected NUMA nodes: 1 2023/04/20 08:41:47:975 notice dpdk EAL: Detected static linkage of DPDK 2023/04/20 08:41:47:975 notice dpdk EAL: Selected IOVA mode 'VA' 2023/04/20 08:41:47:975 notice dpdk EAL: No free 1048576 kB hugepages reported on node 0 2023/04/20 08:41:47:975 notice dpdk EAL: VFIO support initialized 2023/04/20 08:41:47:975 notice dpdk EAL: Using IOMMU type 1 (Type 1) 2023/04/20 08:41:47:975 notice dpdk EAL: Probe PCI driver: net_i40e (8086:37d3) device: 0000:b5:00.0 (socket 0) 2023/04/20 08:41:47:975 notice dpdk EAL: Probe PCI driver: net_i40e (8086:37d3) device: 0000:b5:00.3 (socket 0) 2023/04/20 08:41:49:982 notice vat-plug/load Loaded plugin: vlib_vlibapi_test_plugin.so 2023/04/20 08:41:49:982 notice vat-plug/load Loaded plugin: ct6_test_plugin.so 2023/04/20 08:41:49:982 notice vat-plug/load Loaded plugin: se_vxlan_pmtu_enforce_test_plugin.so 2023/04/20 08:41:49:982 notice vat-plug/load Loaded plugin: af_xdp_test_plugin.so 2023/04/20 08:41:49:982 notice vat-plug/load Loaded plugin: vrrp_test_plugin.so 2023/04/20 08:41:49:982 notice vat-plug/load Loaded plugin: vnet_ipsec_test_plugin.so 2023/04/20 08:41:49:982 notice vat-plug/load Loaded plugin: pppoe_test_plugin.so 2023/04/20 08:41:49:982 notice vat-plug/load Loaded plugin: vnet_arp_test_plugin.so 2023/04/20 08:41:49:982 notice vat-plug/load Loaded plugin: vnet_session_test_plugin.so 2023/04/20 08:41:49:982 notice vat-plug/load Loaded plugin: dns_test_plugin.so 2023/04/20 08:41:49:982 notice vat-plug/load Loaded plugin: vnet_ip6_nd_test_plugin.so 2023/04/20 08:41:49:982 notice vat-plug/load Loaded plugin: memif_test_plugin.so 2023/04/20 08:41:49:983 notice vat-plug/load Loaded plugin: vnet_l2_test_plugin.so 2023/04/20 08:41:49:983 notice vat-plug/load Loaded plugin: ioam_test_plugin.so 2023/04/20 08:41:49:983 notice vat-plug/load Loaded plugin: geneve_test_plugin.so 2023/04/20 08:41:49:983 notice vat-plug/load Loaded plugin: rdma_test_plugin.so 2023/04/20 08:41:49:983 notice vat-plug/load Loaded plugin: ikev2_test_plugin.so 2023/04/20 08:41:49:983 notice vat-plug/load Loaded plugin: lisp_test_plugin.so 2023/04/20 08:41:49:983 notice vat-plug/load Loaded plugin: l2tp_test_plugin.so 2023/04/20 08:41:49:983 notice vat-plug/load Loaded plugin: vnet_sr_mpls_test_plugin.so 2023/04/20 08:41:49:983 notice vat-plug/load Loaded plugin: tracedump_test_plugin.so 2023/04/20 08:41:49:983 error vat-plug/load vat_plugin_register: oddbuf plugin not loaded... 2023/04/20 08:41:49:984 notice vat-plug/load Loaded plugin: gtpu_test_plugin.so 2023/04/20 08:41:49:984 notice vat-plug/load Loaded plugin: mdata_test_plugin.so 2023/04/20 08:41:49:984 notice vat-plug/load Loaded plugin: nsim_test_plugin.so 2023/04/20 08:41:49:984 notice vat-plug/load Loaded plugin: http_static_test_plugin.so 2023/04/20 08:41:49:984 notice vat-plug/load Loaded plugin: cdp_test_plugin.so 2023/04/20 08:41:49:984 notice vat-plug/load Loaded plugin: dhcp_test_plugin.so 2023/04/20 08:41:49:984 notice vat-plug/load Loaded plugin: lacp_test_plugin.so 2023/04/20 08:41:49:984 notice vat-plug/load Loaded plugin: stn_test_plugin.so 2023/04/20 08:41:49:984 notice vat-plug/load Loaded plugin: vmxnet3_test_plugin.so 2023/04/20 08:41:49:984 notice vat-plug/load Loaded plugin: builtinurl_test_plugin.so 2023/04/20 08:41:49:984 notice vat-plug/load Loaded plugin: arping_test_plugin.so 2023/04/20 08:41:49:984 notice vat-plug/load Loaded plugin: nsh_test_plugin.so 2023/04/20 08:41:49:984 notice vat-plug/load Loaded plugin: tlsopenssl_test_plugin.so 2023/04/20 08:41:49:985 notice vat-plug/load Loaded plugin: adl_test_plugin.so 2023/04/20 08:41:49:985 notice vat-plug/load Loaded plugin: acl_test_plugin.so 2023/04/20 08:41:49:985 notice vat-plug/load Loaded plugin: avf_test_plugin.so 2023/04/20 08:41:49:985 notice vat-plug/load Loaded plugin: mactime_test_plugin.so 2023/04/20 08:41:49:985 notice vat-plug/load Loaded plugin: vpp_api_test_plugin.so 2023/04/20 08:41:49:985 notice vat-plug/load Loaded plugin: vnet_ip_test_plugin.so 2023/04/20 08:41:49:985 notice vat-plug/load Loaded plugin: vnet_interface_test_plugin.so 2023/04/20 08:41:49:985 notice vat-plug/load Loaded plugin: lldp_test_plugin.so 2023/04/20 08:41:49:985 notice vat-plug/load Loaded plugin: lb_test_plugin.so 2023/04/20 08:41:49:986 notice vat-plug/load Loaded plugin: flowprobe_test_plugin.so 2023/04/20 08:42:07:498 notice dpdk i40e_set_mac_max_frame(): Set max frame size at port level not applicable on link down 2023/04/20 08:42:15:113 notice dpdk i40e_set_mac_max_frame(): Set max frame size at port level not applicable on link down 2023/04/20 08:47:15:656 notice ip/neighbor add: TenGigabitEthernetb5/0/0, 9.9.9.1 2023/04/20 08:50:09:431 notice dpdk i40e_dev_sync_phy_type(): Failed to sync phy type: status=-7 2023/04/20 08:50:09:431 notice dpdk i40e_dev_sync_phy_type(): Failed to sync phy type: status=-7 2023/04/20 08:52:20:154 notice dpdk i40e_dev_sync_phy_type(): Failed to sync phy type: status=-7 2023/04/20 08:52:20:154 notice dpdk i40e_set_mac_max_frame(): Set max frame size at port level not applicable on link down 2023/04/20 08:52:20:154 notice dpdk i40e_dev_sync_phy_type(): Failed to sync phy type: status=-7 2023/04/20 08:52:20:154 notice dpdk i40e_set_mac_max_frame(): Set max frame size at port level not applicable on link down 2023/04/20 08:53:17:536 notice dpdk i40e_dev_sync_phy_type(): Failed to sync phy type: status=-7 2023/04/20 08:55:41:428 notice dpdk i40e_dev_sync_phy_type(): Failed to sync phy type: status=-7 2023/04/20 08:55:41:428 notice dpdk i40e_dev_sync_phy_type(): Failed to sync phy type: status=-7 2023/04/20 08:55:41:428 notice dpdk i40e_res_pool_free(): Failed to find entry 2023/04/20 08:56:48:420 notice dpdk i40e_dev_sync_phy_type(): Failed to sync phy type: status=-7 2023/04/20 08:58:25:552 error dpdk Interface TenGigabitEthernetb5/0/0 error -95: Unknown error -95 2023/04/20 08:58:25:556 notice dpdk i40e_dev_sync_phy_type(): Failed to sync phy type: status=-7 2023/04/20 08:58:25:556 notice dpdk i40e_res_pool_free(): Failed to find entry 2023/04/20 08:58:25:556 notice dpdk i40e_phy_conf_link(): Failed to get the current PHY config: -7 DBGvpp#