Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1946488AbXBCQVi (ORCPT ); Sat, 3 Feb 2007 11:21:38 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1946486AbXBCQVh (ORCPT ); Sat, 3 Feb 2007 11:21:37 -0500 Received: from relay.2ka.mipt.ru ([194.85.82.65]:39362 "EHLO 2ka.mipt.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1946457AbXBCQVg (ORCPT ); Sat, 3 Feb 2007 11:21:36 -0500 Date: Sat, 3 Feb 2007 19:21:18 +0300 From: Evgeniy Polyakov To: linux-kernel@vger.kernel.org Cc: linux-crypto@vger.kernel.org, netdev@vger.kernel.org Subject: [ANN] Acrypto asynchronous crypto layer 2.6.20 release. Message-ID: <20070203162118.GA8731@2ka.mipt.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline User-Agent: Mutt/1.5.9i X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.7.5 (2ka.mipt.ru [0.0.0.0]); Sat, 03 Feb 2007 19:21:19 +0300 (MSK) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2095 Lines: 57 Hello. I am pleased to announce new release of the acrypto for 2.6.20 kernel - first asynchronous crypto layer for Linux kernel 2.6. Acrypto allows to handle crypto requests asynchronously in hardware. Acrypto supports following features: * multiple asynchronous crypto device queues * crypto session routing (allows to complete single crypto session when several operations (crypto, hmac, anything) are completed) * crypto session binding (bind crypto processing to specified device) * modular load balancing (one can created load balancer which will get into account for example pid of the calling process) * crypto session batching genetically implemented by design (acrypto provides the whole data structure to crypto device, i.e. it is possible to use acrypto as a bridge which routes requests between completely different devices, since it does not differentiate between users, just handles requests) * crypto session priority * different kinds of crypto operation(RNG, asymmetrical crypto, HMAC and any other) Combined patchset includes: * acrypto core * IPsec ESP4 port to acrypto * dm-crypt port to acrypto * OCF to acrypto bridge, which allows to run OCF device drivers with acrypto (for example ixp4xx), requires OCF installed. Ported crypto drivers and benchmarks can be found on acrypto homepage: http://tservice.net.ru/~s0mbre/old/?section=projects&item=acrypto Changes from previous release: * moved to 2.6.20 API (work struct) * updated HIFN driver * crypto->acrypto conversation (by Markus Kammerst) * work struct changes * bugfixes TODO: * extend software provider to support all types of ciphers 2.6.16 - 2.6.19 releases moved to maintenance mode. Patchset is not attached due to its size (190kb). Signed-off-by: Evgeniy Polyakov -- Evgeniy Polyakov - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/