[Bug 206567] [msk] msk0: watchdog timeout - 88E8053 on i386

2020-03-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206567 --- Comment #8 from Tom Lane --- Ah, now I see the tunable in msk(4). Installed and rebooted; no obvious change in dmesg output or performance. Since the MTBF was a month or two already, it'll be awhile before I can say if this fixed thin

Reviewing three ipfw(8) patches

2020-03-19 Thread Neel Chauhan
Hi freebsd-net@, I'm not sure if this mailing list is the right place to ask for code review. If not, could you please direct me to the right mailing list? I have three patches for ipfw(8) below: * https://reviews.freebsd.org/D24011 (ipfw: Support {w:x:y::z}:port (bracketed) IPv6 addresses

[Bug 206567] [msk] msk0: watchdog timeout - 88E8053 on i386

2020-03-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206567 --- Comment #7 from Brad Smith --- Looks like hw.msk.msi_disable=1 in /boot/loader.conf. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-net@freebsd.org mai

[Bug 206567] [msk] msk0: watchdog timeout - 88E8053 on i386

2020-03-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206567 --- Comment #6 from Tom Lane --- > Have any of you guys tried using the tunable to disable MSI and > see if it makes any difference? Oh, thanks for the suggestion. I'm happy to try, but what change are you suggesting exactly? I see multi

[Bug 206567] [msk] msk0: watchdog timeout - 88E8053 on i386

2020-03-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206567 Brad Smith changed: What|Removed |Added CC||b...@comstyle.com --- Comment #5 from

if_vxlan question

2020-03-19 Thread Jacques Fourie
Hi, I noticed that my FreeBSD box was dropping vxlan packets with higher VNI's. Looking at the code it seems that the check at line 2548 is not correct: if (vxh->vxlh_flags != htonl(VXLAN_HDR_FLAGS_VALID_VNI) || vxh->vxlh_vni & ~htonl(VXLAN_VNI_MASK)) <- Incorrect?

[Bug 206567] [msk] msk0: watchdog timeout - 88E8053 on i386

2020-03-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206567 --- Comment #4 from Tom Lane --- macOS has been rock solid reliable for ~14 years on that same hardware, so that sounds like a pretty lame excuse to me. (I wonder whether digging into the Darwin kernel sources would yield anything interest

[Bug 206567] [msk] msk0: watchdog timeout - 88E8053 on i386

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

Re: IPv6 in jails

2020-03-19 Thread Jan Behrens
On Wed, 18 Mar 2020 16:51:32 + "Bjoern A. Zeeb" wrote: > Can you then do a jexec test4 and run service sshd restart and see if it > starts working? I experienced the same problem as discussed in this thread when I set up IPv6 with my server. Strangely, when I rebooted the host system and si

[Bug 206567] [msk] msk0: watchdog timeout - 88E8053 on i386

2020-03-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206567 Tom Lane changed: What|Removed |Added CC||t...@sss.pgh.pa.us --- Comment #2 from

Re: IPv6 in jails

2020-03-19 Thread Victor Sudakov
Bjoern A. Zeeb wrote: > > > > If it does, can you add a > > > > > > exec.start += "sleep 2 "; > > > > > > to your config > > > > OK, I've added it to the configs of 3 experimental jails. > > > > > and see if your problem goes away? > > > > It goes away partially (only for sshd in 2 of the

Re: IPv6 in jails

2020-03-19 Thread Bjoern A. Zeeb
On 19 Mar 2020, at 2:14, Victor Sudakov wrote: If it does, can you add a exec.start += "sleep 2 "; to your config OK, I've added it to the configs of 3 experimental jails. and see if your problem goes away? It goes away partially (only for sshd in 2 of the 3 available jails), a

Re: IPFW In-Kernel NAT vs PF NAT Performance

2020-03-19 Thread Marko Zec
On Thu, 19 Mar 2020 14:33:34 +0300 Lev Serebryakov wrote: > On 19.03.2020 7:14, Neel Chauhan wrote: > > > However, if you know, where in the code does libalias use only 4096 > > buckets? I want to know incase I want/have to switch back to IPFW. > 4096 is my mistake, it is 4001 and must be pri

Re: IPFW In-Kernel NAT vs PF NAT Performance

2020-03-19 Thread Lev Serebryakov
On 19.03.2020 7:14, Neel Chauhan wrote: > However, if you know, where in the code does libalias use only 4096 > buckets? I want to know incase I want/have to switch back to IPFW. 4096 is my mistake, it is 4001 and must be prime. It is here: sys/netinet/libalias/alias_local.h:69-70: #define LINK

Re: IPFW In-Kernel NAT vs PF NAT Performance

2020-03-19 Thread Eugene Grosbein
19.03.2020 18:19, Lev Serebryakov wrote: >> Don't you think that now as ipfw nat builds libalias in kernel context, >> it could scale with maxusers (sys/systm.h) ? >> >> Something like (4001 + (maxusers-32)*8) so it grows with amount of physical >> memory >> and is kept small for low-memory syste

Re: IPFW In-Kernel NAT vs PF NAT Performance

2020-03-19 Thread Lev Serebryakov
On 19.03.2020 9:42, Eugene Grosbein wrote: >>> I’d expect both ipfw and pf to happily saturate gigabit links with NAT, >>> even on quite modest hardware. >>> Are you sure the NAT code is the bottleneck? >> ipfw nat is very slow, really. There are many reasons, and one of them >> (easy fixable, b

[Bug 230996] em/igb: Intel i210/i350: ifconfig: enabling "vlanhwtag" renders VLAN on i210/i350 NICs unusable

2020-03-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230996 Kubilay Kocak changed: What|Removed |Added Priority|--- |Normal -- You are receiving this

Re: IPFW In-Kernel NAT vs PF NAT Performance

2020-03-19 Thread Eugene Grosbein
19.03.2020 13:42, Eugene Grosbein wrote: > It's really 4001 that is (and sould be) prime number. If we decide to auto-tune this, here is small table of prime numbers to stick with: 4001 8011 12011 16001 24001 32003 48017 64007 ___ freebsd-net@freebsd

Re: IPv6 in jails

2020-03-19 Thread Victor Sudakov
Jacques Foucry wrote: > > > > > > > > > > > Is IPv6 in jails supposed to work? Does not work for me, what am I doing > > > > wrong? > > > > > > Suppose to work, and work for me. > > > > > > > > Here is a test jail: > > > > > > > > test4 { > > > > path = /d02/jails/test4 ; > > > >