All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Bob Pearson" <rpearson@systemfabricworks.com>
To: "'Herbert Xu'" <herbert@gondor.apana.org.au>,
	"'Darrick J. Wong'" <djwong@us.ibm.com>
Cc: "'Andreas Dilger'" <adilger.kernel@dilger.ca>,
	"'Theodore Tso'" <tytso@mit.edu>,
	"'David Miller'" <davem@davemloft.net>,
	"'linux-kernel'" <linux-kernel@vger.kernel.org>,
	"'Mingming Cao'" <cmm@us.ibm.com>,
	"'linux-crypto'" <linux-crypto@vger.kernel.org>,
	"'linux-fsdevel'" <linux-fsdevel@vger.kernel.org>,
	<linux-ext4@vger.kernel.org>
Subject: RE: [PATCH 3/3] crc32c: Implement a self-test for CRC32c
Date: Wed, 31 Aug 2011 20:20:55 -0500	[thread overview]
Message-ID: <035501cc6845$66a0ad20$33e20760$@systemfabricworks.com> (raw)
In-Reply-To: <20110901010737.GA25658@gondor.apana.org.au>

Could you elaborate a little on this?

> -----Original Message-----
> From: Herbert Xu [mailto:herbert@gondor.apana.org.au]
> Sent: Wednesday, August 31, 2011 8:08 PM
> To: Darrick J. Wong
> Cc: Andreas Dilger; Theodore Tso; David Miller; Bob Pearson; linux-kernel;
> Mingming Cao; linux-crypto; linux-fsdevel; linux-ext4@vger.kernel.org
> Subject: Re: [PATCH 3/3] crc32c: Implement a self-test for CRC32c
> 
> On Wed, Aug 31, 2011 at 05:33:36PM -0700, Darrick J. Wong wrote:
> > This is a loadable module that will self-test the CRC32c code.
> >
> > Signed-off-by: Darrick J. Wong <djwong@us.ibm.com>
> 
> Please use the existing crypto testing framework.
> 
> Thanks,
> --
> Email: Herbert Xu <herbert@gondor.apana.org.au>
> Home Page: http://gondor.apana.org.au/~herbert/
> PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

WARNING: multiple messages have this Message-ID (diff)
From: "Bob Pearson" <rpearson@systemfabricworks.com>
To: "'Herbert Xu'" <herbert@gondor.hengli.com.au>,
	"'Darrick J. Wong'" <djwong@us.ibm.com>
Cc: "'Andreas Dilger'" <adilger.kernel@dilger.ca>,
	"'Theodore Tso'" <tytso@mit.edu>,
	"'David Miller'" <davem@davemloft.net>,
	"'linux-kernel'" <linux-kernel@vger.kernel.org>,
	"'Mingming Cao'" <cmm@us.ibm.com>,
	"'linux-crypto'" <linux-crypto@vger.kernel.org>,
	"'linux-fsdevel'" <linux-fsdevel@vger.kernel.org>,
	<linux-ext4@vger.kernel.org>
Subject: RE: [PATCH 3/3] crc32c: Implement a self-test for CRC32c
Date: Wed, 31 Aug 2011 20:20:55 -0500	[thread overview]
Message-ID: <035501cc6845$66a0ad20$33e20760$@systemfabricworks.com> (raw)
In-Reply-To: <20110901010737.GA25658@gondor.apana.org.au>

Could you elaborate a little on this?

> -----Original Message-----
> From: Herbert Xu [mailto:herbert@gondor.apana.org.au]
> Sent: Wednesday, August 31, 2011 8:08 PM
> To: Darrick J. Wong
> Cc: Andreas Dilger; Theodore Tso; David Miller; Bob Pearson; linux-kernel;
> Mingming Cao; linux-crypto; linux-fsdevel; linux-ext4@vger.kernel.org
> Subject: Re: [PATCH 3/3] crc32c: Implement a self-test for CRC32c
> 
> On Wed, Aug 31, 2011 at 05:33:36PM -0700, Darrick J. Wong wrote:
> > This is a loadable module that will self-test the CRC32c code.
> >
> > Signed-off-by: Darrick J. Wong <djwong@us.ibm.com>
> 
> Please use the existing crypto testing framework.
> 
> Thanks,
> --
> Email: Herbert Xu <herbert@gondor.apana.org.au>
> Home Page: http://gondor.apana.org.au/~herbert/
> PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt


  reply	other threads:[~2011-09-01  1:20 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-01  0:33 [PATCH v1 0/3] crc32c: Add faster algorithm and self-test code Darrick J. Wong
2011-09-01  0:33 ` Darrick J. Wong
2011-09-01  0:33 ` [PATCH 1/3] crc32c: Implement CRC32c with slicing-by-8 algorithm Darrick J. Wong
2011-09-01  0:33   ` Darrick J. Wong
2011-09-01  0:33 ` [PATCH 2/3] libcrc32c: Expose big-endian version of crc32c Darrick J. Wong
2011-09-01  0:33   ` Darrick J. Wong
2011-09-01  0:33 ` [PATCH 3/3] crc32c: Implement a self-test for CRC32c Darrick J. Wong
2011-09-01  0:33   ` Darrick J. Wong
2011-09-01  1:07   ` Herbert Xu
2011-09-01  1:07     ` Herbert Xu
2011-09-01  1:20     ` Bob Pearson [this message]
2011-09-01  1:20       ` Bob Pearson
2011-09-01  1:51       ` Herbert Xu
2011-09-01  1:51         ` Herbert Xu
2011-09-01  5:40   ` Bob Pearson
2011-09-01  5:40     ` Bob Pearson
2011-09-01  6:41     ` Herbert Xu
2011-09-01  6:41       ` Herbert Xu
2011-09-01 22:18     ` Darrick J. Wong
2011-09-01 22:18       ` Darrick J. Wong
2011-09-01 22:24       ` Christoph Hellwig
2011-09-01 22:24         ` Christoph Hellwig
2011-09-01 22:28         ` Darrick J. Wong
2011-09-01 22:28           ` Darrick J. Wong
2011-09-27 22:12 [PATCH v2 0/3] crc32c: Add faster algorithm and self-test code Darrick J. Wong
2011-09-27 22:13 ` [PATCH 3/3] crc32c: Implement a self-test for CRC32c Darrick J. Wong
2011-09-27 22:13   ` Darrick J. Wong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='035501cc6845$66a0ad20$33e20760$@systemfabricworks.com' \
    --to=rpearson@systemfabricworks.com \
    --cc=adilger.kernel@dilger.ca \
    --cc=cmm@us.ibm.com \
    --cc=davem@davemloft.net \
    --cc=djwong@us.ibm.com \
    --cc=herbert@gondor.apana.org.au \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-ext4@vger.kernel.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tytso@mit.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.