Re: [PATCH V3] crypto/nx842: Add CRC and validation support

2015-10-14 Thread Haren Myneni
On 10/14/2015 07:30 AM, Dan Streetman wrote: > On Wed, Oct 14, 2015 at 10:27 AM, Herbert Xu > wrote: >> On Thu, Oct 08, 2015 at 01:45:51PM -0700, Haren Myneni wrote: >>> >>> This patch adds CRC generation and validation support for nx-842. >>> Add CRC flag so that nx842 coprocessor includes CRC du

Re: [PATCH V3] crypto/nx842: Add CRC and validation support

2015-10-14 Thread Dan Streetman
On Wed, Oct 14, 2015 at 10:27 AM, Herbert Xu wrote: > On Thu, Oct 08, 2015 at 01:45:51PM -0700, Haren Myneni wrote: >> >> This patch adds CRC generation and validation support for nx-842. >> Add CRC flag so that nx842 coprocessor includes CRC during compression >> and validates during decompressio

Re: [PATCH V3] crypto/nx842: Add CRC and validation support

2015-10-14 Thread Herbert Xu
On Thu, Oct 08, 2015 at 01:45:51PM -0700, Haren Myneni wrote: > > This patch adds CRC generation and validation support for nx-842. > Add CRC flag so that nx842 coprocessor includes CRC during compression > and validates during decompression. > > Also changes in 842 SW compression to append CRC v

[PATCH V3] crypto/nx842: Add CRC and validation support

2015-10-08 Thread Haren Myneni
This patch adds CRC generation and validation support for nx-842. Add CRC flag so that nx842 coprocessor includes CRC during compression and validates during decompression. Also changes in 842 SW compression to append CRC value at the end of template and checks during decompression. Signed-off-b