git: kernel - Add SMP support for software crypto driver

看板DFBSD_commit作者時間15年前 (2010/08/20 11:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit a0419b3343492f40c07184aa78b395501b813e14 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Thu Aug 19 19:29:03 2010 -0700 kernel - Add SMP support for software crypto driver * Create a crypto thread for each cpu. * Run the threads without the MP lock. * Dispatch to the threads round-robin. Summary of changes: sys/opencrypto/crypto.c | 276 ++++++++++++++++++++++++-------------- sys/opencrypto/cryptodev.c | 2 +- sys/opencrypto/cryptodev.h | 1 + sys/opencrypto/cryptosoft.c | 312 ++++++++++++++++++++++++++++--------------- sys/opencrypto/cryptosoft.h | 2 + sys/opencrypto/deflate.c | 11 +- sys/opencrypto/xform.c | 17 +-- 7 files changed, 396 insertions(+), 225 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a0419b3343492f40c07184aa78b395501b813e14 -- DragonFly BSD source repository
文章代碼(AID): #1CRU_nQq (DFBSD_commit)