Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Dec 2010 21:33:17 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/cxgb cxgb_multiq.c
Message-ID:  <201012142133.oBELXagP060653@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2010-12-14 21:33:17 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/dev/cxgb         cxgb_multiq.c 
  Log:
  SVN rev 216449 on 2010-12-14 21:33:17Z by jhb
  
  When the per-queueset transmit kthread is idle, do not pass a sleep
  priority of '1' to tsleep().  This caused the priority of this kthread to
  be raised higher than every other thread in the system.  Instead, leave
  the priority of the kthread at its existing level.
  
  This is a direct commit to stable/7 as this code is no longer present in
  8.x and later.
  
  Reviewed by:    np
  Approved by:    re (kib)
  
  Revision  Changes    Path
  1.7.2.5   +1 -1      src/sys/dev/cxgb/cxgb_multiq.c



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