tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

increase softint_bytes



 Hi, all.

 Some device drivers now allocate a lot of softints.
See:

	http://mail-index.netbsd.org/current-users/2017/11/09/msg032581.html

To avoid this panic, I wrote the following patch:

	http://www.netbsd.org/~msaitoh/softint-20171116-0.dif

Summary:

	- Increase the default size from 8192 bytes to 32768 bytes.
	- Add new option SOFTINT_BYTES to change the value.
	- Add two new read-only sysctls kern.softint.{max,count}

Any comment?

--
-----------------------------------------------
                SAITOH Masanobu (msaitoh%execsw.org@localhost
                                 msaitoh%netbsd.org@localhost)


Home | Main Index | Thread Index | Old Index