Severe IPv6 TCP transfer issues on 13.0-RC1 and RC2

2021-03-15 Thread Blake Hartshorn
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 problem. Did some troubleshooting with Linode, have ultimately rul

Re: IPv6 Startup

2021-03-15 Thread Doug Hardie
> > On 13 March 2021, at 17:03, Doug Hardie wrote: > > I have two systems on the same ethernet. One is configured as a router, the > other as a host. rtadvd is running on the router, rtsold on the host, and > route6d on both. The router was up and running and I initiated tcpdump of > ip6 p

[Bug 241121] netinet: In multicast/broadcast udp(6)_input(), compare the IP details after we lock inp as well

2021-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241121 Neel Chauhan changed: What|Removed |Added Resolution|--- |Not Accepted Status|New

[Bug 243833] netgraph: If queue is full, don't enqueue in ng_source_rcvdata()

2021-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243833 Neel Chauhan changed: What|Removed |Added Status|New |Closed Resolution|---

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

2021-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254244 Andrey V. Elsukov changed: What|Removed |Added See Also||https://bugs.freebsd.org/bu

[Bug 254309] [tcp] frequent panics in tcp_output

2021-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254309 Andrey V. Elsukov changed: What|Removed |Added See Also||https://bugs.freebsd.org/bu

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

2021-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254244 --- Comment #17 from Marek Zarychta --- (In reply to Hans Petter Selasky from comment #14) I am sorry for borking this patch, downloaded the wrong patch (diff to the previous diff). The patch was applied and the system rebooted. To meet ini

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

2021-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254244 --- Comment #16 from Hans Petter Selasky --- Did you revert the previous patch? Works fine here: cat iflib.diff | patch -p1 Hmm... Looks like a unified diff to me... The text leading up to this was: -- |diff --gi

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

2021-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254244 --- Comment #15 from Marek Zarychta --- (In reply to Hans Petter Selasky from comment #12) I am sorry, I can't test it. The patch doesn't apply on last stable/13 sources: Rejected hunk #2. -- You are receiving this mail because: You are t

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

2021-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254244 --- Comment #14 from Hans Petter Selasky --- Comment on attachment 223294 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=223294 backtrace 1 In the debug (kgdb prompt) you can try to dump this mbuf: print ((struct mbuf *)0xf

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

2021-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254244 Hans Petter Selasky changed: What|Removed |Added CC||sh...@freebsd.org --- Commen

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

2021-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254244 Hans Petter Selasky changed: What|Removed |Added Attachment #223301|0 |1 is obsolete|

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

2021-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254244 --- Comment #11 from Marek Zarychta --- I have been running 13.0-STABLE on this machine since 8 Feb 2021 and upgrading once or twice a week without issues. The machine was running production code: firewall (PF + IPFW with dummynet), HTTP pr

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

2021-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254244 --- Comment #10 from Mark Johnston --- (In reply to Marek Zarychta from comment #9) Yes, disabling LRO would be a reasonable first step. I looked at the commits between the problematic revision and the known-good revision and nothing reall

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

2021-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254244 --- Comment #9 from Marek Zarychta --- (In reply to Hans Petter Selasky from comment #7) Too late, the patch was applied and the new kernel is installed. I will revert it then. Could it be LRO issue? I have here LRO enabled on two igb(4)s

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

2021-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254244 --- Comment #8 from Mark Johnston --- There's a number of similar-looking reports on stable/13. I wonder if some MFC was missed. -- You are receiving this mail because: You are the assignee for the bug. __

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

2021-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254244 --- Comment #7 from Hans Petter Selasky --- Looks like I'm wrong. m_init() clears m_nextpkt, must be something else. -- You are receiving this mail because: You are the assignee for the bug. ___

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

2021-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254244 Hans Petter Selasky changed: What|Removed |Added Status|New |In Progress -- You are rece

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

2021-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254244 --- Comment #6 from Hans Petter Selasky --- Created attachment 223301 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=223301&action=edit Patch to try -- You are receiving this mail because: You are the assignee for the bug.

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

2021-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254244 --- Comment #5 from Hans Petter Selasky --- Hi, I looks to me like iflib's rxeof has produced an invalid chain of mbufs. I only see one bug in there, and that is, if iflib_fixup_rx() gets a new mbuf header, the m_nextpkt field doesn't get

[Bug 254309] [tcp] frequent panics in tcp_output

2021-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254309 --- Comment #5 from rozhuk...@gmail.com --- igb0: flags=8863 metric 0 mtu 9000 options=4e527bb ether *** media: Ethernet autoselect (1000baseT ) status: active nd6 options=9 -- You are receiv

[Bug 254309] [tcp] frequent panics in tcp_output

2021-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254309 --- Comment #4 from rozhuk...@gmail.com --- Created attachment 223296 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=223296&action=edit log 2 -- You are receiving this mail because: You are the assignee for the bug.

[Bug 254309] [tcp] frequent panics in tcp_output

2021-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254309 --- Comment #3 from rozhuk...@gmail.com --- Created attachment 223295 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=223295&action=edit crash log http://www.netlab.linkpc.net/download/software/os_cfg/FBSD/13/base/usr/src/sys/amd6

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

2021-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254244 --- Comment #4 from Marek Zarychta --- Created attachment 223294 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=223294&action=edit backtrace 1 Here's fresh backtrace -- You are receiving this mail because: You are the assignee

[Bug 254309] [tcp] frequent panics in tcp_output

2021-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254309 Michael Tuexen changed: What|Removed |Added CC||tue...@freebsd.org --- Comment #2

[Bug 254309] [tcp] frequent panics in tcp_output

2021-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254309 Mark Linimon changed: What|Removed |Added Keywords||panic Assignee|b...@freeb

[Bug 254303] Fatal trap 12: page fault while in kernel mode ((frr 7.5_1 + Freebsd 13 Beta3) zebra crashes server when routes are populated)

2021-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254303 --- Comment #3 from Aleks --- (In reply to Marek Zarychta from comment #2) It does happen on 13.0-RC2 too with default sysctl settings. (multipath=1) With sysctl net.route.multipath=0 it doesn't crash. (on RC2) -- You are receiving this

[Bug 254303] Fatal trap 12: page fault while in kernel mode ((frr 7.5_1 + Freebsd 13 Beta3) zebra crashes server when routes are populated)

2021-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254303 Marek Zarychta changed: What|Removed |Added CC||zarych...@plan-b.pwste.edu.

[Bug 254303] Fatal trap 12: page fault while in kernel mode ((frr 7.5_1 + Freebsd 13 Beta3) zebra crashes server when routes are populated)

2021-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254303 --- Comment #1 from Aleks --- Same issue on Freebsd 13 RC2 13.0-RC2 #0 releng/13.0-n244684-13c22f74953: Fri Mar 12 04:05:19 UTC 2021 r...@releng1.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64 Frr same : frr7-7.5_1 Na

[Bug 254303] Fatal trap 12: page fault while in kernel mode ((frr 7.5_1 + Freebsd 13 Beta3) zebra crashes server when routes are populated)

2021-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254303 Mark Linimon changed: What|Removed |Added Keywords||panic Assignee|b...@freeb