Date: Wed, 29 Oct 2003 10:37:48 -0800 (PST) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_loop.c Message-ID: <200310291837.h9TIbmdB041236@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2003/10/29 10:37:48 PST FreeBSD src repository Modified files: sys/net if_loop.c Log: Always queue looped back packets (rather than potentially using direct dispatch) to avoid extensive kernel stack usage and to avoid directly re-entering the network stack. The latter causes locking problems when, for example, a complete TCP handshake` happens w/o a context switch. Revision Changes Path 1.89 +1 -1 src/sys/net/if_loop.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310291837.h9TIbmdB041236>