[Bug 254244] panics after upgrade to stable/13-n244861-b9773574371

2021-03-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254244 --- Comment #23 from Marek Zarychta --- (In reply to Hans Petter Selasky from comment #22) I am not willing to disclose it here, will send in the message. -- You are receiving this mail because: You are the assignee for the bug. _

Re: IPv6 Startup

2021-03-16 Thread Doug Hardie
-- Doug > On 16 March 2021, at 03:54, Lutz Donnerhacke wrote: > > On Mon, Mar 15, 2021 at 05:29:55PM -0700, Doug Hardie wrote: >> I reduced the configuration to the host settings: >> ifconfig_bge0_ipv6="inet6 accept_rtadv" >> >> The router to: >> ifconfig_ue0_ipv6="up" >> >> Ran tcpdump on t

[Bug 254309] [tcp] frequent panics in tcp_output

2021-03-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254309 --- Comment #7 from rozhuk...@gmail.com --- #10 0x8076ec3a in tcp_output (tp=0xfe01137c60c0) at /usr/src/sys/netinet/tcp_output.c:1068 1068m_copydata(mb, moff, len, (kgdb) info locals moff = 0 mb = 0xf

[Bug 254244] panics after upgrade to stable/13-n244861-b9773574371

2021-03-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254244 --- Comment #22 from Hans Petter Selasky --- Further try in frame 27: print /x *(uint8_t [128] *)((struct mbuf *)m)->m_data That will hopefully dump the packet. --HPS -- You are receiving this mail because: You are the assignee for the

[Bug 254244] panics after upgrade to stable/13-n244861-b9773574371

2021-03-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254244 --- Comment #21 from Marek Zarychta --- (In reply to Hans Petter Selasky from comment #20) I am happy to serve with this dump. (kgdb) frame 27 #27 0x80cfbac9 in ether_input (ifp=, m=0xf8025a85aa00) at /usr/src/sys/net/if_ethers

[Bug 254244] panics after upgrade to stable/13-n244861-b9773574371

2021-03-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254244 --- Comment #20 from Hans Petter Selasky --- Comment on attachment 223325 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=223325 backtrace 2 Can you type in kgdb101 (please install using GDB from ports or pkg): frame 27 print *m

[Bug 254244] panics after upgrade to stable/13-n244861-b9773574371

2021-03-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254244 --- Comment #19 from Marek Zarychta --- Created attachment 223325 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=223325&action=edit backtrace 2 The kernel with patch 2 applied still finds a way to panic. Please compare the new b

Re: Severe IPv6 TCP transfer issues on 13.0-RC1 and RC2

2021-03-16 Thread mtrm79
On Tuesday, March 16, 2021, Marek Zarychta wrote: > W dniu 16.03.2021 o 15:35, tue...@freebsd.org pisze: > >> On 16. Mar 2021, at 15:18, Marek Zarychta < > zarych...@plan-b.pwste.edu.pl> wrote: > >> > >> W dniu 16.03.2021 o 12:50, tue...@freebsd.org pisze: > On 16. Mar 2021, at 11:55, Blake

Re: Severe IPv6 TCP transfer issues on 13.0-RC1 and RC2

2021-03-16 Thread Marek Zarychta
W dniu 16.03.2021 o 15:35, tue...@freebsd.org pisze: >> On 16. Mar 2021, at 15:18, Marek Zarychta >> wrote: >> >> W dniu 16.03.2021 o 12:50, tue...@freebsd.org pisze: On 16. Mar 2021, at 11:55, Blake Hartshorn wrote: Hi Michael, I've attached tcpdumps for port 80 o

Re: Severe IPv6 TCP transfer issues on 13.0-RC1 and RC2

2021-03-16 Thread tuexen
> On 16. Mar 2021, at 15:18, Marek Zarychta > wrote: > > W dniu 16.03.2021 o 12:50, tue...@freebsd.org pisze: >>> On 16. Mar 2021, at 11:55, Blake Hartshorn >>> wrote: >>> >>> Hi Michael, >>> >>> I've attached tcpdumps for port 80 on both sides of a bad transfer, using 2 >>> VMs in the same

Re: Severe IPv6 TCP transfer issues on 13.0-RC1 and RC2

2021-03-16 Thread Marek Zarychta
W dniu 16.03.2021 o 12:50, tue...@freebsd.org pisze: >> On 16. Mar 2021, at 11:55, Blake Hartshorn >> wrote: >> >> Hi Michael, >> >> I've attached tcpdumps for port 80 on both sides of a bad transfer, using 2 >> VMs in the same datacenter, FreeBSD 13 serving and 12 as a client. A friend >> of m

Re: Severe IPv6 TCP transfer issues on 13.0-RC1 and RC2

2021-03-16 Thread Blake Hartshorn
Hi Michael, I've attached tcpdumps for port 80 on both sides of a bad transfer, using 2 VMs in the same datacenter, FreeBSD 13 serving and 12 as a client. A friend of mine suggested I also run some tests with iperf3, so pasting those results below. You'll see it going fast in one direction and

[Bug 254309] [tcp] frequent panics in tcp_output

2021-03-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254309 --- Comment #6 from rozhuk...@gmail.com --- Got first crash (@m_copydata (m=0x0, m@entry=0xf80576236400, off=0, len=1, cp=) at /usr/src/sys/kern/uipc_mbuf.c:656) on 2 different installations. Suspect that it caused by some changes in la

Re: Severe IPv6 TCP transfer issues on 13.0-RC1 and RC2

2021-03-16 Thread tuexen
> On 16. Mar 2021, at 11:55, Blake Hartshorn wrote: > > Hi Michael, > > I've attached tcpdumps for port 80 on both sides of a bad transfer, using 2 > VMs in the same datacenter, FreeBSD 13 serving and 12 as a client. A friend > of mine suggested I also run some tests with iperf3, so pasting th

[Bug 254333] [tcp] sysctl net.inet.tcp.hostcache.list hangs

2021-03-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254333 Michael Tuexen changed: What|Removed |Added CC||tue...@freebsd.org Sum

Re: IPv6 Startup

2021-03-16 Thread Lutz Donnerhacke
On Mon, Mar 15, 2021 at 05:29:55PM -0700, Doug Hardie wrote: > I reduced the configuration to the host settings: > ifconfig_bge0_ipv6="inet6 accept_rtadv" > > The router to: > ifconfig_ue0_ipv6="up" > > Ran tcpdump on the router (obviously not acting as a router) and restarted > the host. Got t

[Bug 254333] sysctl net.inet.tcp.hostcache.list hangs

2021-03-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254333 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org|n...@freebsd.org -- You are receiv

Re: Severe IPv6 TCP transfer issues on 13.0-RC1 and RC2

2021-03-16 Thread tuexen
> On 15. Mar 2021, at 12:56, Blake Hartshorn wrote: > > The short version, when I use FreeBSD 13, delivering data can take 5 minutes > for 1MB over SSH or HTTP when using IPv6. This problem does not happen with > IPv4. I installed FreeBSD 12 and Linux on that same device, neither had the > pro

[Bug 254244] panics after upgrade to stable/13-n244861-b9773574371

2021-03-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254244 --- Comment #18 from Sergey V. Dyatko --- (In reply to Mark Johnston from comment #10) i've already tried disabing LRO on r368448 - without luck, + I can't get dump on host with netdumpd running. Last Friday I've tried to use net/intel-ix-k