Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Oct 2009 18:48:25 +0000 (UTC)
From:      Qing Li <qingli@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/net flowtable.c
Message-ID:  <200910221848.n9MImiDa059773@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
qingli      2009-10-22 18:48:25 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/net              flowtable.c 
  Log:
  SVN rev 198371 on 2009-10-22 18:48:25Z by qingli
  
  MFC     198306
  
  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
  Approved by:    re
  
  Revision  Changes    Path
  1.15.2.8  +11 -7     src/sys/net/flowtable.c



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