cvs commit: src/sys/netgraph ng_base.c

Alexander Motin mav at FreeBSD.org
Thu Mar 27 16:02:31 PDT 2008


mav         2008-03-27 23:02:30 UTC

  FreeBSD src repository

  Modified files:
    sys/netgraph         ng_base.c 
  Log:
  Remove ng_setisr() call from ng_dequeue(). It is useless as we any way
  will never exit ngintr(), while there is some ready requests on the queue.
  It was made years ago with hope of parallel queue processing by several
  net threads. But even if we have several threads sometimes, we have no
  rights to process queue in parallel as it will break original requests
  serialization that is critically important for some setups.
  
  Revision  Changes    Path
  1.152     +0 -11     src/sys/netgraph/ng_base.c


More information about the cvs-all mailing list