svn commit: r357051 - head/sys/dev/bge

Gleb Smirnoff glebius at freebsd.org
Thu Jan 23 23:05:51 UTC 2020


On Thu, Jan 23, 2020 at 02:17:33PM -0500, Ryan Stone wrote:
R> What is a driver's responsibility now for entering/leaving the net epoch now?

For drivers that are 'special', entering the net epoch is necessary. Special
usually means running if_input outside network interrupt context.

However, there is plan to generalize entering/exiting epoch for taskqueues
and callouts.

-- 
Gleb Smirnoff


More information about the svn-src-head mailing list