Re: CVS commit: src/sys

2020-04-03 Thread Tetsuya Isaki
At Sun, 29 Mar 2020 15:11:39 +0200, Joerg Sonnenberger wrote: > > CPU load or performance is not subject. I know that my > > implementation will work on the most modern real hardware. > > But I feel that at least 4msec is too rush to be default. > > A default should not be for one game

Re: CVS commit: src/sys

2020-04-03 Thread Joerg Sonnenberger
On Fri, Apr 03, 2020 at 09:45:20PM +0900, Tetsuya Isaki wrote: > [*] On my alpha (500MHz), wss(4)/ISA works even on blk_ms=1. > But I was not able to set 1msec on yds(4) PCI sound card on > the same machine. Its lower limit was 5msec (due to driver's > or hardware's restriction, I don't know

Re: CVS commit: src/sys

2020-04-03 Thread Tetsuya Isaki
At Fri, 3 Apr 2020 06:15:04 -0700, Jason Thorpe wrote: > > By the way, I am planning the following. How about this? > > I very much dislike creating an additional header file for this. Me too :) (this is why I haven't done it before) > I would prefer if the default were tuned for modern

Re: CVS commit: src/sys

2020-04-03 Thread Martin Husemann
On Fri, Apr 03, 2020 at 09:45:20PM +0900, Tetsuya Isaki wrote: > [*] On my alpha (500MHz), wss(4)/ISA works even on blk_ms=1. > But I was not able to set 1msec on yds(4) PCI sound card on > the same machine. Its lower limit was 5msec (due to driver's > or hardware's restriction, I don't know

Re: CVS commit: src/sys

2020-04-03 Thread Martin Husemann
On Fri, Apr 03, 2020 at 11:40:08PM +0900, Tetsuya Isaki wrote: > I don't think so. Each driver/hardware may have their specific > restrictions. Some driver/hardware may be able to set at 1msec > but others may not. It's nature. And this is also why we > should not be eager to reduce default

Re: CVS commit: src/sys

2020-04-03 Thread Tetsuya Isaki
At Fri, 3 Apr 2020 15:15:36 +0200, Martin Husemann wrote: > > [*] On my alpha (500MHz), wss(4)/ISA works even on blk_ms=1. > > But I was not able to set 1msec on yds(4) PCI sound card on > > the same machine. Its lower limit was 5msec (due to driver's > > or hardware's restriction, I don't

Re: CVS commit: src/sys

2020-04-03 Thread Jason Thorpe
> On Apr 3, 2020, at 5:45 AM, Tetsuya Isaki wrote: > > By the way, I am planning the following. How about this? I very much dislike creating an additional header file for this. I would prefer if the default were tuned for modern systems and overridable by a value exported (in a

Re: CVS commit: src/tools/binutils

2020-04-03 Thread Kamil Rytarowski
On 04.04.2020 02:47, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Sat Apr 4 00:47:52 UTC 2020 > > Modified Files: > src/tools/binutils: mknative-binutils > > Log Message: > Handle libctf new in binutils 2.34 > > Please note that the upstreamed libctf

Re: CVS commit: src/tools/binutils

2020-04-03 Thread Christos Zoulas
Yes, I've renamed it to libgnuctf. christos > On Apr 3, 2020, at 9:01 PM, Kamil Rytarowski wrote: > > On 04.04.2020 02:47, Christos Zoulas wrote: >> Module Name: src >> Committed By:christos >> Date:Sat Apr 4 00:47:52 UTC 2020 >> >> Modified Files: >>