Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 May 2006 09:58:34 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/opencrypto crypto.c
Message-ID:  <200605220958.k4M9wYR7034258@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pjd         2006-05-22 09:58:34 UTC

  FreeBSD src repository

  Modified files:
    sys/opencrypto       crypto.c 
  Log:
  Don't wakeup the crypto_ret_proc thread if it is running already.
  Before the change if the thread was working on symmetric operation, we
  would send unnecessary wakeup after adding asymmetric operation (when
  asym queue was empty) and vice versa.
  
  Revision  Changes    Path
  1.23      +3 -2      src/sys/opencrypto/crypto.c



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