svn commit: r357004 - in head/sys: kern sys

Hans Petter Selasky hps at selasky.org
Fri Jan 24 11:47:11 UTC 2020


On 2020-01-23 09:36, Hans Petter Selasky wrote:
> On 2020-01-23 02:24, Gleb Smirnoff wrote:
>> Author: glebius
>> Date: Thu Jan 23 01:24:47 2020
>> New Revision: 357004
>> URL: https://svnweb.freebsd.org/changeset/base/357004
>>
>> Log:
>>    Enter the network epoch for interrupt handlers of INTR_TYPE_NET.
>>    Provide tunable to limit how many times handlers may be executed
>>    without reentering epoch.
>>    Differential Revision:    https://reviews.freebsd.org/D23242
>>

Some drivers are using INTR_TYPE_NET even they are not network drivers, 
for example ppt.c .

And it might be some drivers are network drivers and don't use 
INTR_TYPE_NET .

I propose the following change:
https://reviews.freebsd.org/D23347

--HPS


More information about the svn-src-head mailing list