Date: Thu, 27 Mar 2008 23:02:30 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_base.c Message-ID: <200803272302.m2RN2UXL081310@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803272302.m2RN2UXL081310>