[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1299745272-25477-1-git-send-email-nab@linux-iscsi.org>
Date: Thu, 10 Mar 2011 00:21:10 -0800
From: "Nicholas A. Bellinger" <nab@...ux-iscsi.org>
To: linux-kernel <linux-kernel@...r.kernel.org>,
linux-crypto <linux-crypto@...r.kernel.org>,
Herbert Xu <herbert@...dor.apana.org.au>
Cc: James Bottomley <James.Bottomley@...e.de>,
Christoph Hellwig <hch@....de>,
Randy Dunlap <rdunlap@...otime.net>,
linux-scsi <linux-scsi@...r.kernel.org>,
Nicholas Bellinger <nab@...ux-iscsi.org>
Subject: [PATCH 0/2] Add struct crypto_alg->cra_check_optimized for crc32c_intel
From: Nicholas Bellinger <nab@...ux-iscsi.org>
Hi Herbert and Co,
This series adds a struct crypto_alg->cra_check_optimized() that can be optionally
used by crc32c.ko (and other algorithms) in order to make a request_module() call
to load architecture dependent offload code for a libcrypto base algorithm.
This patch is a result of feedback during review for the iscsi_target_mod fabric
module here:
Re: [RFC 12/12] iscsi-target: Add Makefile/Kconfig and update TCM
http://marc.info/?l=linux-scsi&m=129974455726437&w=2
Please review and comment,
Thanks!
Signed-off-by: Nicholas A. Bellinger <nab@...ux-iscsi.org>
Nicholas Bellinger (2):
crypto: Add struct crypto_alg->cra_check_optimized
crypto/crc32c: Add crc32c_cra_check_optimized for crc32c_intel
crypto/api.c | 6 +++++-
crypto/crc32c.c | 23 +++++++++++++++++++++++
include/linux/crypto.h | 1 +
3 files changed, 29 insertions(+), 1 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists