https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287445
--- Comment #14 from Adam Esslinger <adamesslin...@gmail.com> --- In 14.3-release with the patch, the issue persists. root@test:~ # uname -a FreeBSD test 14.3-RELEASE FreeBSD 14.3-RELEASE releng/14.3-n271432-8c9ce319fef7 GENERIC amd64 root@test:~ # patch -i D50819.diff -u Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/sys/dev/qlnx/qlnxe/qlnx_os.c b/sys/dev/qlnx/qlnxe/qlnx_os.c |--- a/sys/dev/qlnx/qlnxe/qlnx_os.c |+++ b/sys/dev/qlnx/qlnxe/qlnx_os.c -------------------------- File to patch: /usr/src/sys/dev/qlnx/qlnxe/qlnx_os.c Patching file /usr/src/sys/dev/qlnx/qlnxe/qlnx_os.c using Plan A... Hunk #1 succeeded at 2339. Hunk #2 succeeded at 2393. Hmm... Ignoring the trailing garbage. done after compiling new kernel root@test:~ # uname -a FreeBSD test 14.3-RELEASE FreeeBSD 14.3-RELEASE GENERIC amd64 root@test:~ # ping google.com PING google.com (142.250.191.206): 56 data bytes 64 bytes from 142.250.191.206: icmp_seq=0 ttl=117 time=6.801 ms 64 bytes from 142.250.191.206: icmp_seq=1 ttl=117 time=6.661 ms 64 bytes from 142.250.191.206: icmp_seq=2 ttl=117 time=5.467 ms ping: sendto: No route to host ping: sendto: No route to host 64 bytes from 142.250.191.206: icmp_seq=5 ttl=117 time=4156.445 ms 64 bytes from 142.250.191.206: icmp_seq=6 ttl=117 time=3131.728 ms 64 bytes from 142.250.191.206: icmp_seq=7 ttl=117 time=2071.780 ms 64 bytes from 142.250.191.206: icmp_seq=8 ttl=117 time=1009.589 ms 64 bytes from 142.250.191.206: icmp_seq=9 ttl=117 time=6.967 ms 64 bytes from 142.250.191.206: icmp_seq=10 ttl=117 time=6.495 ms 64 bytes from 142.250.191.206: icmp_seq=11 ttl=117 time=5.866 ms 64 bytes from 142.250.191.206: icmp_seq=12 ttl=117 time=5.296 ms ping: sendto: No route to host ping: sendto: No route to host 64 bytes from 142.250.191.206: icmp_seq=14 ttl=117 time=5324.034 ms 64 bytes from 142.250.191.206: icmp_seq=15 ttl=117 time=4260.530 ms 64 bytes from 142.250.191.206: icmp_seq=16 ttl=117 time=3197.042 ms 64 bytes from 142.250.191.206: icmp_seq=17 ttl=117 time=2133.565 ms 64 bytes from 142.250.191.206: icmp_seq=18 ttl=117 time=1070.115 ms 64 bytes from 142.250.191.206: icmp_seq=19 ttl=117 time=8.361 ms ^C --- google.com ping statistics --- 20 packets transmitted, 17 packets received, 15.0% packet loss round-trip min/avg/max/stddev = 5.296/1553.338/5324.034/1778.843 ms -- You are receiving this mail because: You are the assignee for the bug.