Date: Tue, 20 Oct 2009 21:27:03 +0000 (UTC) From: Qing Li <qingli@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/net flowtable.c Message-ID: <200910202127.n9KLRHGl016173@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
qingli 2009-10-20 21:27:03 UTC FreeBSD src repository Modified files: sys/net flowtable.c Log: SVN rev 198306 on 2009-10-20 21:27:03Z by qingli The flow-table function flowtable_route_flush() may be called during system initialization time. Since the flow-table is designed to maintain per CPU flow cache, the existing code did not check whether "smp_started" is true before calling sched_bind() and sched_unbind(), which triggers a page fault. Reviewed by: jeff MFC after: immediately Revision Changes Path 1.22 +11 -7 src/sys/net/flowtable.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910202127.n9KLRHGl016173>