Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jun 2009 17:15:18 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/share/man/man9 netisr.9 src/sys/net netisr.c netisr.h
Message-ID:  <200906141718.n5EHIpY2051742@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bz          2009-06-14 17:15:18 UTC

  FreeBSD src repository

  Modified files:
    share/man/man9       netisr.9 
    sys/net              netisr.c netisr.h 
  Log:
  SVN rev 194201 on 2009-06-14 17:15:18Z by bz
  
  Add an optional callback function that will be invoked when a per-CPU
  queue was drained.  It will never fire for a directly dispatched packet.
  
  You will most likely never want to use this for any ordinary netisr usage
  and you will never blame netisr in case you try to use it and it does
  not work as expected.
  
  Reviewed by:    rwatson
  
  Revision  Changes    Path
  1.3       +8 -1      src/share/man/man9/netisr.9
  1.28      +4 -0      src/sys/net/netisr.c
  1.42      +2 -0      src/sys/net/netisr.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906141718.n5EHIpY2051742>