Re: atkbd_timeout() period?

2022-01-04 Thread Mehmet Erol Sanliturk
On Wed, Jan 5, 2022 at 9:39 AM Warner Losh wrote: > > > On Tue, Jan 4, 2022 at 10:42 PM Alexander Motin wrote: > >> Hi, >> >> As I see, one of the most active threaded callouts on idle VMware VM and >> some hardware is atkbd_timeout(), called 10 times per second. Plus it >> is also one of few

Re: atkbd_timeout() period?

2022-01-04 Thread Warner Losh
On Tue, Jan 4, 2022 at 10:42 PM Alexander Motin wrote: > Hi, > > As I see, one of the most active threaded callouts on idle VMware VM and > some hardware is atkbd_timeout(), called 10 times per second. Plus it > is also one of few remaining non-MP-safe callouts. According to the > comment it

atkbd_timeout() period?

2022-01-04 Thread Alexander Motin
Hi, As I see, one of the most active threaded callouts on idle VMware VM and some hardware is atkbd_timeout(), called 10 times per second. Plus it is also one of few remaining non-MP-safe callouts. According to the comment it seems to be only a workaround for some lost interrupts. That makes

Re: observations on Ryzen 5xxx (Zen 3) processors

2022-01-04 Thread tech-lists
Next thing to try is I guess to turn hyperthreading off -- J. signature.asc Description: PGP signature

Re: observations on Ryzen 5xxx (Zen 3) processors

2022-01-04 Thread tech-lists
On Tue, Jan 04, 2022 at 07:20:08PM -0500, mike tancsa wrote: I would for sure try a clean src.conf first and use that as a baseline.  Also, someome mentioned trying machdep.idle=spin In /boot/loader.conf But removing your src.conf optimizations would be the first place to try Yeah, tried

Re: observations on Ryzen 5xxx (Zen 3) processors

2022-01-04 Thread mike tancsa
On 1/4/2022 11:56 AM, tech-lists wrote: On Tue, Jan 04, 2022 at 02:06:43PM +, tech-lists wrote: Hello, On Wed, Dec 22, 2021 at 02:42:48PM +0200, Andriy Gapon wrote: There have been some reports on strange / unexpected things with Ryzen 5xxx processors.  I think I have seen 5950X, 5900X

Re: [RFC] Making mount_nfs to attempt NFSv4 before NFSv3 and NFSv2?

2022-01-04 Thread Rick Macklem
Alexander Leidinger wrote: > Rick Macklem wrote: [stuff snipped] > > > > Other than testing diskless NFS root file systems, I do not have a > > strong opinion w.r.t. whether the default should change. > > > > If the default stays as NFSv3, a fallback to NFSv4 could be done, which > > would handle

Re: observations on Ryzen 5xxx (Zen 3) processors

2022-01-04 Thread tech-lists
On Tue, Jan 04, 2022 at 02:06:43PM +, tech-lists wrote: Hello, On Wed, Dec 22, 2021 at 02:42:48PM +0200, Andriy Gapon wrote: There have been some reports on strange / unexpected things with Ryzen 5xxx processors. I think I have seen 5950X, 5900X and 5800X mentioned, not sure about

Re: observations on Ryzen 5xxx (Zen 3) processors

2022-01-04 Thread tech-lists
Hello, On Wed, Dec 22, 2021 at 02:42:48PM +0200, Andriy Gapon wrote: There have been some reports on strange / unexpected things with Ryzen 5xxx processors. I think I have seen 5950X, 5900X and 5800X mentioned, not sure about others. Thanks for this. I'm evaluating a ryzen 5600G. Here's