Date: Wed, 31 Jan 2018 08:54:50 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 225535] Delays in TCP connection over Gigabit Ethernet connections; Regression from 6.3-RELEASE Message-ID: <bug-225535-2472-8p7hhokbb0@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-225535-2472@https.bugs.freebsd.org/bugzilla/> References: <bug-225535-2472@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225535 --- Comment #19 from Aleksander Derevianko <aeder@list.ru> --- With console=3D"comconsole,vidconsole" removed both on A1 and A2 computers: root@fspa1:~/clock/new_res # grep times periodic_1.txt | awk '{print $3 " "= $4 " " $6 " " $8 " " $10;}' | sort | uniq -c 5116 send_sync 0 0 0 0 2234 send_sync 0 0 0 1 1 send_sync 0 0 0 229 64 send_sync 0 1 0 0 root@fspa2:~/clock/new_res # grep times periodic_1.txt | awk '{print $3 " "= $4 " " $6 " " $8 " " $10 ;}' | sort | uniq -c 4000 send_sync 0 0 0 0 3235 send_sync 0 0 0 1 1 send_sync 0 0 0 230 6 send_sync 0 1 0 0 Again, on the same cycle. ---------------------------------------------------- With boot_verbose=3D"YES" root@fspa1:~/clock/new_res # grep times periodic_2.txt | awk '{print $3 " "= $4 " " $6 " " $8 " " $10;}' | sort | uniq -c 6539 send_sync 0 0 0 0 794 send_sync 0 0 0 1 2 send_sync 0 0 0 229 125 send_sync 0 1 0 0 root@fspa2:~/clock/new_res # grep times periodic_2.txt | awk '{print $3 " "= $4 " " $6 " " $8 " " $10 ;}' | sort | uniq -c 4210 send_sync 0 0 0 0 3249 send_sync 0 0 0 1 2 send_sync 0 0 0 230 6 send_sync 0 1 0 0 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-225535-2472-8p7hhokbb0>