svn commit: r229976 - head/sys/contrib/pf/net

Gleb Smirnoff glebius at FreeBSD.org
Wed Jan 11 18:45:45 UTC 2012


On Wed, Jan 11, 2012 at 06:34:57PM +0000, Gleb Smirnoff wrote:
T> Author: glebius
T> Date: Wed Jan 11 18:34:57 2012
T> New Revision: 229976
T> URL: http://svn.freebsd.org/changeset/base/229976
T> 
T> Log:
T>   Redo r226660:
T>    - Define schednetisr() to swi_sched.
T>    - In the swi handler check if there is some data prepared,
T>      and if true, then call pfsync_sendout(), however tell it
T>      not to schedule swi again.
T>    - Since now we don't obtain the pfsync lock in the swi handler,
                       ^^^
T>      don't use ifqueue mutex to synchronize queue access.

Sorry, that should have been "now we do obtain" :(

-- 
Totus tuus, Glebius.


More information about the svn-src-all mailing list