[Bug 268246] crash and panic using pfsync on 13.1-RELEASE

2023-02-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268246 --- Comment #84 from Kristof Provost --- Ah, that's the same issue, but in the tmo function now. Try this: diff --git a/sys/netpfil/pf/if_pfsync.c b/sys/netpfil/pf/if_pfsync.c index 47c3217f399c..fd5be82367aa 100644 --- a/sys/netpfil/pf/i

[Bug 268490] [igb] [lagg] [vlan]: Intel i210 performance severely degraded

2023-02-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268490 --- Comment #19 from Kevin Bowling --- As a sanity check, can you revert 6486e9dd8d24b0195facd23d8ca82e17e180cffb or manually change the em_if_set_promisc() call back as it was on the top of 12.4? -- You are receiving this mail because: Y

[Bug 268490] [igb] [lagg] [vlan]: Intel i210 performance severely degraded

2023-02-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268490 --- Comment #18 from Daniel Duerr --- (In reply to Franco Fichtner from comment #17) Thanks Franco. I agree that whatever I am experiencing here seems a little different than what you were talking about. I've tried more combinations of `if

[Bug 268490] [igb] [lagg] [vlan]: Intel i210 performance severely degraded

2023-02-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268490 --- Comment #17 from Franco Fichtner --- Well, before this patch igb was defaulting to promisc even if it didn't report it to ifconfig. It was debuggable using a VM asking for privileged network access during boot in those early 12.x days.

[Bug 268490] [igb] [lagg] [vlan]: Intel i210 performance severely degraded

2023-02-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268490 --- Comment #16 from Daniel Duerr --- (In reply to Franco Fichtner from comment #15) Thanks. Unfortunately I cannot get any change in behavior with this flag. [root@nfs dd]# ifconfig igb0: flags=28943 metric 0 mtu 9000 options=800

[Bug 268490] [igb] [lagg] [vlan]: Intel i210 performance severely degraded

2023-02-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268490 --- Comment #15 from Franco Fichtner --- Could be required additionally or just in lagg, certainly worth a try in those combinations. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 268490] [igb] [lagg] [vlan]: Intel i210 performance severely degraded

2023-02-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268490 --- Comment #14 from Daniel Duerr --- (In reply to Franco Fichtner from comment #13) Thank you, Franco. I tested what you suggested here but I do not see a change. Here's my `ifconfig` output before (the PROMISC flag is missing as you sugg

[Bug 268490] [igb] [lagg] [vlan]: Intel i210 performance severely degraded

2023-02-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268490 Franco Fichtner changed: What|Removed |Added CC||fra...@opnsense.org --- Comment

[Bug 268490] [igb] [lagg] [vlan]: Intel i210 performance severely degraded

2023-02-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268490 --- Comment #12 from Daniel Duerr --- (In reply to Kevin Bowling from comment #3) Ok, I completed the bisect process you outlined above -- thanks again for the great instructions. Here's the output: 6486e9dd8d24b0195facd23d8ca82e17e180cf

[Bug 268246] crash and panic using pfsync on 13.1-RELEASE

2023-02-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268246 --- Comment #83 from jja...@gmail.com --- BT: #0 __curthread () at /root/usr/src/sys/amd64/include/pcpu_aux.h:55 #1 dump_savectx () at /root/usr/src/sys/kern/kern_shutdown.c:394 #2 0x80c38ae8 in dumpsys (di=0x0) at /root/usr/src/

[Bug 268246] crash and panic using pfsync on 13.1-RELEASE

2023-02-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268246 --- Comment #82 from jja...@gmail.com --- (In reply to Kristof Provost from comment #81) I'm using this: https://cgit.freebsd.org/src/commit/?id=8edf0b52c40762d64b3d4318235b58ae5d4eff58 Other stuff up shortly. -- You are receiving this m