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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"